div.table_container{
    margin-top: 10px;
    padding: 15px;
}

div.table_container table{margin-bottom: 0px;}

th.month{
    padding: 10px 0 10px 10px !important;
    color: var(--accent-text) !important;
    border-right-color: #fff !important;
    font-weight: 400;
    font-size: 19px;
}

th.navigation div{
    justify-content: flex-end;
    border-left-color: #fff !important;
    display: flex;
}

th.navigation a {padding: 5px 15px !important;}
th.navigation a i{margin: 0px;}

th.navigation a:first-of-type{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 3px;
}

th.navigation a:last-of-type{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

table.calendar tbody tr:nth-child(2){border-top-color: transparent;}

table.calendar tbody tr:nth-child(2) th{
    color: var(--accent-text) !important;
    border-right-color: transparent;
    border-left-color: transparent;
    padding-right: 10px;
    font-weight: normal;
    text-align: right;
}

tr.week td{
    vertical-align: top;
    height: 120px;
    width: 14.3%;
}

tr.week td:nth-child(6),
tr.week td:nth-child(7),
td.day_in_other_month,
td.holiday_class{background-color: rgba(0,0,0,0.03);}

tr.week td div{min-height: 26px;}
tr.week td div a{padding: 3px 10px !important;}

span.date{
    color: var(--accent-text);
    padding-bottom: 5px;
    float: right;
}

tr.week td ul{margin-top: 10px;}

tr.week td ul li{
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    border-radius: 3px;
    margin-bottom: 5px;
    line-height: 15px;
    padding: 5px 8px;
    display: flex;
}

li.event_timesheet{
    background-color: #f4e2ff;
    /*border: 1px solid #dcb7f3;*/
    color: #b562e9;
}

li.event_other_activity.ILL{
    background-color: #f8e7e4;
    /*border: 1px solid #eea79c;*/
    color: #ac311d;
}

li.event_other_activity.VAC,
li.event_other_activity.OFF,
li.event_other_activity.HWO{
    background-color: #d9f1d5;
    /*border: 1px solid #afe1a8;*/
    color: #3f9532;
}

li.event_other_activity.PER,
li.event_other_activity.ROL{
    background-color: #d3e8f5;
    /*border: 1px solid #82c0e9;*/
    color: #196090;
}

li.event_other_activity.TRA{
    background-color: #fdf0d4;
    /*border: 1px solid #fadb9a;*/
    color: #c88a0a;
}

tr.week td div.total_h{
    padding: 0 8px 0 0;
    text-align: right;
    font-size: 11px;
}


/*
.calendar {
  width: 98%;
  margin: auto;
  font-size: 13px;
}

.calendar tr, .calendar td {
  border: 1px solid black;
}

.calendar th {
  padding: 10px;
  text-align: center;
  font-size: 18px;
}

.calendar td {
  width: 200px;
  height: 150px;
  padding: 20px 0px 0px 5px;
}

.month {
  font-size: 25px;
}

.date {
  font-size: 16px;
}

ul {
  height: 100%;
  padding: 0px 5px 0px 20px;
}

a {
  color: #17a2b8;
}*/
