/*#region TABLES*/
#monthOverviewSumTable_wrapper {
    margin-bottom: 60px;
}
#monthOverviewSumTable thead tr th {
    font-weight: bold;
}

#monthOverviewSumTable_length label, #monthOverviewTable_length label {
    padding-bottom: 0 !important;
}

#monthOverviewSumTable_filter, #monthOverviewTable_filter {
    margin-top: 6px !important;
}
#monthOverviewTableHeader, #monthOverviewSumTableHeader {
    margin-bottom: 23px;
}

#monthOverviewTable_wrapper {
    margin-bottom: 60px;
}

/*Make sure that the text inside an input is always black so it's also visible when hovering a table row*/
tr:hover input {
    color: black;
}

#monthOverviewTable tr input {
    max-width: 100px;
}

/*Style icons in editable table cells*/
td.editable i {
    margin-top: 1px;
    color: black;
    float: right;
    display: none;
}
td.editable:hover i {
    display: block;
}



/*#endregion*/

/*#region CHARTS*/

/*Text for "Vis grafer for"*/
#showGraphsFor {
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 11px;
    margin-right: 12px;
}

div.tabbable-panel {border: none;}

#monthOverviewChartTabList li {
    border-bottom: none !important;
}
/*Width for the year select in the charts area*/
#monthOverviewChartYearSelect {
    min-height: 30px;
    max-width: 100px;
}

#chooseYearSelectGroup {
    margin-top: 10px;
}

/*Style for the chart tabs*/
#monthOverviewChartTabList a {
    cursor: pointer;
}



/*#endregion*/