
:root {
    --my-table-header-background-color: #d2dfea;
    --my-table-header-color: #555555;
}

.grayBackgroundDay {
    background-color:#F6F6F6;
}

.outlineTABLE {
    /* legacy style */
}

table.list {
    empty-cells: show;
}

table.list tr.OddRow {
    background-color:#F6F6F6;
    height: 39px;
}

table.list tr.EvenRow {
    background-color:white;
    height: 39px;
}

table.list tr:hover {
    background-color: #EBEBEB;
}

table.list {
    margin:0px;
    padding:0px;
    border-collapse:separate;
    border-spacing: 0;
}

table.list th:first-child {
    border-radius: 0.25rem 0 0 0;
}
table.list th:last-child {
    border-radius: 0 0.25rem 0 0;
}

table.list tr:last-child td:first-child {
    border-bottom-left-radius: 0.25rem;
}

table.list tr:last-child td:last-child {
    border-bottom-right-radius: 0.25rem;
}

table.list th, table.list > tbody > tr > td {
    margin:0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 15px;
    border-bottom:1px solid transparent;
    /* border-bottom:1px solid #EBEBEB; */
    vertical-align: middle;
}


table.list th {
    text-align: left;
    color: var(--my-table-header-color);
    font-size: 13px;
    font-weight: bold;
    background-color: var(--my-table-header-background-color);
    /* background-color: #d6dfe7; sandstone primary */
    /* background-color: #E0E0E0; org gray */
    /* background-color: #e9f3db; sandstone green */
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    /* border-bottom-color: dimgray; */
    height: 3.0rem;
}

table.list th a {
    color:#444444;
    outline:medium none;
    text-decoration:none;
}

table.list th a:link {
    color:#444444;
    text-decoration:none;
}

table.list th a:hover  {
    /*color:#696969;*/
    text-decoration:underline;
}

table.list th a:active  {
    /*color:#808080;*/
    text-decoration:underline;
}

table.timesheet td {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
}

table.timesheet tr:hover td.hover-highlight {
    /*background-color: #EBEBEB;*/
    background-color: #e8e8e8;
}

table.timesheet-businessratio td {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}

tr.timesheet-summaryrow td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.mysmallerfont {
    font-size: 13px;
}

/* START statistics */

.statistics_accordion {
    margin-bottom: 6px;
}

.statistics_accordion-inner {
    margin-top: 1.0rem;
}


.statistics_row {
    margin-bottom: 12px;
}

.statistics_toggle_link {
    display: block;
    text-align: left;
}

table.statistics {
    border-collapse:separate;
    border-spacing: 0;
    margin-bottom: 25px;
}

table.statistics th {
    background-color: #E0E0E0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: dimgray;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 5px;
}

table.statistics td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 5px;
}

table.statistics tr:first-child th:first-child {
    border-top-left-radius: 0.25rem;
}

table.statistics tr:first-child th:last-child {
    border-top-right-radius: 0.25rem;
}

table.statistics tr:last-child td:first-child {
    border-bottom-left-radius: 0.25rem;
}

table.statistics tr:last-child td:last-child {
    border-bottom-right-radius: 0.25rem;
}

table.statistics tr.OddRow {
    background-color:#F6F6F6;
}

table.statistics tr.EvenRow {
    background-color:white;
}

.mystatisticselected {
    /* color: cornflowerblue; */
    color: #768ec9;
    font-weight: bold;
    text-decoration: none;
}

table.statistics tr:hover {
    background-color: #EBEBEB;
}

table.statistics th a {
    text-decoration:none;
    color: rgb(33, 37, 41);
}

table.statistics th a:link {
    text-decoration:none;
}

table.statistics th a:hover  {
    /*color:#696969;*/
    text-decoration:underline;
}

table.statistics th a:active  {
    /*color:#808080;*/
    text-decoration:underline;
}

table.statistics a {
    /* color: #212529; --bs-body-color */
    text-decoration: none;
}

/* END statistics */


/* START subtable */

table.subtable {
    empty-cells: show;
    margin:0;
    padding:0px;
    border-collapse:collapse;
    border-spacing:0;
}

table.subtable tr:hover {

}

table.subtable th, table.subtable td{
    /*text-align: left;*/
    margin:0;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    /* border-bottom:1px solid #EBEBEB;*/
    vertical-align: middle;
}

table.subtable th {
    text-align: left;
    color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: dimgray;
    height:24px;
}

/* END subtable */


/* START holidays */

.holidayrowspace {
    padding-right: 37px;
}

/* END holidays */


/* helper for column-style */
.empty  {
}

.AlignLeft {
    text-align: left;
}
.AlignCenter {
    text-align: center;
}
.AlignRight {
    text-align: right;
}

.MinimalWidth {
    padding: 2px !important;
    width: 0%;
}

.MaximalWidth {
    padding: 2px !important;
    width: 90%;
}

.mySpacer {
    width: 25%;
}

.Nowrap {
    white-space: nowrap;
}

.bold {
    font-weight: bold;
}

.StateNonActive {
    color: #999999;
    /* font-style: italic; */
}

.FixedLineHigh_20 {
    line-height: 20px;
}

/* START budgetlimit percent bar */
/* this stylename is hardcoded in java! */
.GreenBudgetBar {
    text-align: right;
    float: right;
    line-height: 10px;
    height: 14px;
    background: #d0ebbb none repeat scroll 0% 0%;
    color: gray;
}

/* this stylename is hardcoded in java! */
.RedBudgetBar {
    text-align: right;
    float: left;
    line-height: 10px;
    height: 14px;
    background: #e7aaae none repeat scroll 0% 0%;
    color: #abd18d;
}

/* END budgetlimit percent bar */


/* START link with small icon */
/* TODO: this style is not used so far... */
.iconLink
{
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.iconLink:hover, .iconLink:active
{
    /*TODO: does not work for IE*/
    opacity:0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}
/* END link with small icon */

table.picklist {
    empty-cells: show;
    margin:0px;
    padding:0px;
    border-collapse:collapse;
    border-spacing:0;
}

table.picklist tr{
    /* height: 34px; */
}

table.picklist tr:hover {
    background-color: lightgrey;
}

table.picklist th, table.picklist td, table.picklist dt{
    margin:0px;
    padding:0px;
    padding-left: 3px;
    padding-right: 3px;
    vertical-align: middle;
}

table.picklist th {
    text-align: left;
    color: #333333;
    background-color: #EEEEEE;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: dimgray;
    height:24px;
}

table.picklist td a, table.picklist th a {
    color:#333333;
    outline:medium none;
    text-decoration:none;
}

table.picklist td a:link, table.picklist th a:link {
    color:#333333;
    text-decoration:none;
}

/* used for the sort links of the picklist */
table.picklist td a:hover, table.picklist th a:hover, table.picklist td a:active, table.picklist th a:active {
    text-decoration:underline;
}

a.picklist-entry, a:link.picklist-entry, a:hover.picklist-entry, a:focus.picklist-entry, a:active.picklist-entry {
    text-decoration:none !important; /* overwrites bootstrap style */
}

.my_overlay-box {
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    box-shadow: 0 6.4px 14.4px 0 rgba(0,0,0,.132),0 1.2px 3.6px 0 rgba(0,0,0,.108);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.my_clear{
    clear: both;
}

.my-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.paging-arrow {
    width: 24px;
}

a.inverse_underline_link {
    text-decoration: none;
}

a.inverse_underline_link:link {
    text-decoration: none;
}

a.inverse_underline_link:hover  {
    text-decoration: underline;
}

a.inverse_underline_link:active  {
    text-decoration: underline;
}

/*START */
/* heads up! styles for the timesheet list only */

td.leftbottomline {
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    empty-cells: show;
}

td.rightline {
    border-right: 1px solid #DDDDDD;
    empty-cells: show;
}

td.rightbottomline {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    empty-cells: show;
}

td.bottomline {
    border-bottom: 1px solid #DDDDDD;
    padding-left: 4px;
    padding-right: 4px;
    empty-cells: show;
}

td.leftline {
    border-left: 1px solid #DDDDDD;
    padding-left: 4px;
    padding-right: 4px;
    empty-cells: show;
}

td.noline {
    border: none !important;
    padding-left: 4px;
    padding-right: 4px;
    empty-cells: show;
}

/*END */
/* heads up! styles for the timesheet list only */