html {
    height: 100%;
}

body {
    position: relative;
    padding: 0;
    margin: 0;
    min-height: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    color: #383A31;
}

label {
    margin-right: 5px;
}

h1 {
    color: #2a437d;
}

h2 {
    color: #9398c2;
}

h3 {
    color: #9398c2;
}

h4 {
    color: #9398c2;
}

.group {
    color: #9398c2;
}

.icon {
    font-size: 400%;
    color: #9398c2;
}

.sub_title {
    display: flex;
    justify-content: flex-end;
    font-size: 200%;
    color: #2a437d;
}

.smallicon {
    font-size: 120%;
    color: #9398c2;
    margin: 4px;
}

.red {
    color: #D9534F;
}

.quantity {
    width: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    background: #2a437d;
}

.footer_body {
    background-color: #2a437d;
    color: #FFFFFF;
    margin: 5px;
}

.footer_line {
    background-color: #9398c2;
    height: 5px;
}

.cell {
    width: 64px;
    height: 64px;
    valign: center;
    border-style: solid;
    border-width: 1px;
    text-align: center;
}

button {
    margin: 1px;
}

.myth {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 95px;
    font-weight: normal;
}

.mytable>tbody>tr>td,
.mytable>tbody>tr>th,
.mytable>tfoot>tr>td,
.mytable>tfoot>tr>th,
.mytable>thead>tr>td,
.mytable>thead>tr>th {
    padding-left: 8px;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.col {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  color: #9398c2;
}

.col:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  color: #2a437d;
}

.table_row:hover {
  cursor:pointer;
  background-color: #F0F0F0;
}

/* Calendar */

.calendar_event.calendar_event_red {
    color: #ffffff !important;
    background: #dc3545 !important;
}

.calendar_event.calendar_event_blue {
    color: #ffffff !important;
    background: #007bff !important;
}

.calendar_event.calendar_event_green {
    color: #ffffff !important;
    background: #28a745 !important;
}

.calendar_event.calendar_event_gray {
    color: #ffffff !important;
    background: #6c757d !important;
}

.calendar_event.calendar_event_cyan {
    color: #ffffff !important;
    background-color: #17a2b8 !important;
}

.calendar_event.calendar_event_yellow {
    color: #ffffff !important;
    background-color: #ffc107 !important;
}
