:root{
    --primary-color: 101, 133, 97;
    --primary-color-dark: 132, 174, 179;
    --text-on-primary: 215, 255, 209;
	--navbar-bg-color: 56, 74, 54;
	--navbar-brand-color: 255, 255, 255;
}


body{
	background-color: rgb(189, 230, 183);
}

.pusselbit {
	flex: 1 1 calc(33% - 60px) !important;
}	

.visas {
	background-color: aliceblue;
}

.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
}
*/