body, input, button, select {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  color: #111;
  background-image: url("/images/light.jpg");
  background-repeat: repeat;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.newVersion {
  font-size: 14px;
  color: #f00;
}

h1 {
  font-size: 26px;
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 0px;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 0px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 0px;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 0px;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 0px;    
    text-align: center;
}

ul {
  margin-top: -3px;
}

li {
  margin-left: -15px;
  margin-bottom: -3px;
}

legend {
  border-radius: 4px;
  background-color: #04AA6D;
  color: #fff;
  padding: 5px 10px;
}

select {
  width: 99%;
}

.header {
  border-bottom: 1px solid gray;
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: center;
}

.footer {
  border-top: 1px solid gray;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-style: italic;
}

.alert {
  padding: 5px;
  background-color: #eb3443;
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 12px;
  width: 300px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 8em
}

.btn svg {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 2px;
}

.btn {
  line-height: 22px;
  background-color: #04AA6D;
  border: none;
  color: #fff;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  border-radius: 4px;
  margin-top: 2px;  
  margin-bottom: 2px;
  cursor: pointer;
  float: left;
  margin-right: 3px;
}

.btn:hover {
  background-color: #04906D;
}

table .btn {
  padding: 4px 4px;
  margin-bottom: -2px;
}

.group {
  padding-top: 3px;
  padding-bottom: 3px;
}

.menu {
  padding-top: 0px;
  padding-bottom: 4px;
}

.newVersion {
  font-size: 14px;
  color: #f00;
}

a {
  color: #04AA6D;
  text-decoration: underline;
}

.google-visualization-chart-area path[stroke="#ddd"] {
  stroke: #444 !important;
}

div.google-visualization-tooltip {
  background-color: #ffffff !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  color: #000000 !important;
}

/* Text / content inside the tooltip */
div.google-visualization-tooltip > ul > li > span {
  color: #000000 !important;   /* Font color */
  font-size: 16px !important;
}

/* Specific items (e.g., series labels) */
.google-visualization-tooltip-item-list {
  color: #222 !important;
}

/* -------------------------- */

#table_div {
  margin: 20px auto;
}

#table_div table {
  border-collapse: collapse;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
}

.custom-header-row {
  background-color: #1a73e8 !important;
  color: white !important;
  font-weight: 600;
}

.custom-header-cell {
  padding: 14px 12px !important;
  text-align: left;
  border-bottom: 3px solid #0d5fd1;
}

.custom-table-row {
  background-color: #ffffff !important;
}

.custom-odd-row {
  background-color: #eeeeee !important;
}

.custom-table-row:hover,
.custom-hover-row {
  background-color: #aaaaaa !important;
}

.custom-selected-row {
  background-color: #d2e3fc !important;
  font-weight: bold;
}

.custom-table-cell {
  padding: 12px !important;
  border-bottom: 1px solid #e0e0e0;
}

.custom-row-number {
  background-color: #f1f3f4;
  font-weight: bold;
  color: #5f6368;
}

