HEX
Server: Apache/2.4.18 (Ubuntu)
System: Linux ubuntu 7.0.5-x86_64-linode173 #1 SMP PREEMPT_DYNAMIC Fri May 8 10:12:05 EDT 2026 x86_64
User: root (0)
PHP: 7.2.28-1+ubuntu16.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //opt/code/src/css/grid.css
@import './normalize.css';
.grid {
  border-collapse: collapse;
}

.grid td,
.grid th {
  white-space: nowrap;
  min-width: 4rem;
  padding: 4px 12px;
  height: 37px;
}

.b-h td {
  height: 37px;
}

.grid tbody tr:nth-child(even) {
  background-color: #F8F8F8;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.border_transpose tr:nth-child(even) {
  border-top: 1px solid #008EB7;
  border-bottom: 1px solid #008EB7;
}

.grid tbody tr:nth-child(odd) {
  background-color: #FFF;
}

.grid.sticky tbody tr,
.grid.stick_topleft tbody tr {
  border: none;
}

.grid thead tr,
.grid tfoot tr,
.header {
  background-color: #008EB7;
  color: white;
}

.grid input,
.edit_box {
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  background-color: #E9F6F9;
  padding: 6px 6px 3px;
  width: 3.5rem;
  vertical-align: middle;
  text-align: center;
}

.grid input:focus {
  background-color: #FFF;
}

.sticky {
  position: absolute;
  top: -9999999px;
  z-index: 3;
}

.sticky1 {
  position: absolute;
  top: -9999999px;
  z-index: 3;
  left: -26px;
}

.stick_col {
  position: absolute;
  top: 0;
  left: -54321px;
  z-index: 2;
}

.stick_topleft {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.week_diff {
  background-color: #FBE4D5;
}

.year_diff {
  background-color: #BCD6EE;
}

.pricing {
  background-color: #C0DCC0;
}

.transpose_panel {
  position: absolute;
  top: 5px;
  left: 12px;
}