
/* 
https://www.color-hex.com/color/8aacb8
*/
:root {

}

/* 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: #d0d0d0; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: lightblue;}

/* placeholder for all input elements */
::placeholder { color: #b0b0b0; opacity: 1;}

/* upon focus to all input elements */

i {float: left;}

input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
  border: 1px solid #b0b0b0;
  background-color: #ffffff;
}

/* Outer box for browse and for reports */

.ak_boxb,
.ak_boxr {
  display: block;
  margin: auto;
  margin-top: 50px;
  width: 90%;
  padding: 30px;
  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: #ffffff;
}

/* 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;
  width: 60%;
  z-index: 1; /* Sit on top */
  box-shadow: -3px 3px 24px 0 rgba(0, 0, 0, 0.10);
  border: solid 1px rgba(112, 112, 112, 0.1);
  background-color: #ffffff;
 }

/* Frame for video - make width auto */ 
.ak_video {width: auto;}

/* 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: #000;
 }

/* div for toolbar action buttons - Used at multiple places */

.ak_act button {
  float: right;
  height: 30px;
  width: 35px;
  text-align: center;
  border-radius: 5px;
  padding: 1px;
  background-color: #ffe6f0;
  border: none;
  margin: 5px;
  color: #000;
}

/* Tool-tips over action buttons */

.ttip {
  position: relative;
  display: inline-block;
}

.ttip .ttiptxt {
  visibility: hidden;
  width: 80px;
  background-color: #ff80b3;
  color: #000;
  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: #ff80b3;
}

.ttip:hover .ttiptext {
  visibility: visible;
}

/* hover over toolbar buttons */
.ak_act button:hover {background-color: #ff80b3;} 

/* Search-box */
.ak_search, .ak_searchd {
  padding: 8px;
  padding-left: 25px;
  margin: 5px;
  margin-left: 0px;
  margin-right: 40px;
  border-radius: 25px;
  border: solid 1px #b0b0b0;
  background-color: #fff;
  font: 14px Verdana, sans-serif;
}

.ak_searchd {
  padding: 5px;
  padding-left: 20px;
  margin: 5px;
  margin-left: 100px;
  border-radius: 15px;
}

/* Title on main browse form / report header */
.ak_title {
  padding: 3px;
  border: none;
  font: 16px Verdana, sans-serif;
  font-weight: bold;
  color: #800033;
  float: left;
  margin-left: 0px;
}

/* no of records and selected record and its approval status in the browse window */
.ak_recs {
  font: 14px Verdana, sans-serif;
  font-weight: bold;
  margin: 5px 0px;
  float: left;
  color: #800033;
}

/* browse and report table frame and body */
.ak_table, .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;
}

.ak_tabbody,
.ak_tabbodye,
{
  width: 100%;
  margin: 0px;
}

.ak_table th, .ak_tabled th {
  position: sticky;
  text-align: center;
  top: 0;
  padding: 5px;
  color: #ffffff;
/*  background-color: red;  */
  background-color: #800033;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;t
}

/* rows, cells, alternate rows, and hover color for browse, lov, and report window */

.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: normal;
  background-color: #ffe6f0;
  border: 1px solid white;
}

.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: #ffcce0;}
.ak_tabbody tr:hover td, .ak_tabbodyb tr:hover td {background-color: #ffb3d1;}

.ak_tabbodye tr:nth-child(even) td, tr:nth-child(even) td input, tr:nth-child(even) td select 
{background-color: #ffcce0;}
.ak_tabbodye tr:hover td, .ak_tabbodye tr:hover input, .ak_tabbodye tr:hover select 
{background-color: #ffb3d1;}

#ak_thisrow, #ak_thisrow td, #ak_thisrowe td input, #ak_thisrowe td select 
{background-color: #ff80b3;}

#ak_rowerr, #ak_rowerr td
{background-color: orange;}
#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: #ff80b3;}

#ak_thisrowe input:focus, #ak_thisrowe textarea:focus, 
#ak_thisrowe button:focus, #ak_thisrowe select:focus {
  outline: none;
  border: none;
  background-color: #ffffff;
}

#ak_thisrowed {background-color: #f7fafc;}

/* Data Entry Screen *

/* Heading and Section Titles */

.ak_es {
}

.ak_es_hd {
  margin: 10px;
  padding-top: 5px;
  padding-left: 20px; /* just to keep padding for title */
  width: auto;
  height: 50px;
  font: 12px Verdana, sans-serif;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.2);
  background-color: #800033; /* dark blue-gray  */
}

/* Screen Title on entry form */

.ak_titles, .ak_titled {
  border: none;
  margin: 10px;
  font: 18px sans-serif;
  font-weight: bold;
  float: left;
  color: #ffffff;
  margin-left: 5px;
}

.ak_titled {color: #800033;}

/* 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: #ffffff;
  height: auto;
  margin: 0px;
  padding: auto;
}

/* blank row */
.ak_brow {
  border: none;
  height: 15px;
}

/* Data Boxes on Input Screen - Spans  */
.ak_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: #ffffff;
  box-shadow: -3px 3px 15px 0 rgba(0, 0, 0, 0.20);
}

/* 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: 30px;
  width: 40%; /* Full width */
  overflow: auto;
}

.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: #ffcce0;
  color: black;
  font: 14px Verdana, sans-serif;
  border: none;
  height: 24px;
  margin: 2px;
  padding: 2px;
  border-radius: 4px;
}

/* Data Entry - disabled */
.ak_inputd {background-color: #ffe6f0;}

/* Data Entry - Detail - no border, padding, margin */
.ak_inputb {  
  border: none; 
  margin: 0px;
  padding: 2px;
}

/* Data Entry - Error */
.ak_inputer {
/*  background-color: #ffd280; */
  border: 2px solid red;
}

/* Data Entry - NO error - ok input */
.ak_inputok {
/*  background-color: #e0ebf4; */
  border: none;
}

/* Data Entry - Labels */
.ak_inplbl {
  float: left;
  margin-left: 10px;
  background-color: #fff;
}

/* right alignment of numeric fields */
.ak_nright {text-align: right;}

/*  buttons on input screen  */
.ak_scrbtn {
  background-color: #e6005c;
  text-align: center;
  cursor: pointer;
  color: white;
}

/* 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: #ffffff;
  box-shadow: -3px 3px 15px 0 rgba(0, 0, 0, 0.20);
  overflow: none;
  float: left;
 }

.ak_frmbtn {
  font: 14px Verdana, sans-serif;
  width: 250px;
  background-color: #e6005c;
  text-align: center;
  cursor: pointer;
  color: white;
  margin: 5px;
  padding: 5px;
  border-radius: 10px;
  border: none;
}

.ak_frmbtn:hover,
.ak_frmbtn:focus,
.ak_scrbtn:hover,
.ak_scrbtn:focus
{
  background-color: #b30047;
}

.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: moccasin;
  color: black;
  font: 14px Verdana, sans-serif;
  border: 1px solid white;
  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;
}
