:root{
    --primary-color: 247, 107, 107;
    --primary-color-dark: 209, 76, 76;
    --text-on-primary: 255, 255, 255;
}

/*
body{
	background-color: rgb(245,245,245);
}
*/

.vmImage {
	max-height:100%;
	max-width:100%
}

button.tk-button__native.Warningbutton {
	background-image: none;
    background-color: rgb(247, 107, 107); 
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

#viewmodelSection {
    row-gap: 5px;
}

.CenterText{
	text-align: center;
}

.roundedbox{
    background-color: rgb(247, 107, 107); 
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}


/*
.MonthReportRegister_TimeSpentEditingList > div:nth-child(even) {
	background-color: #ffe4e4
}

.MonthReportRegister_TravelExpenseEditingList > div:nth-child(even) {
	background-color: #ffe4e4
}

.MonthReportRegister_ExpenseEditingList > div:nth-child(even) {
	background-color: #ffe4e4
}
*/