.wont-be-applied-style {
	opacity: 0.5;
}

.will-be-applied-style {
	opacity: 1;
}

.file_containers_row.warning  div div.value {
	color:red;
	font-weight: bolder;
}

.file_containers_row.warning  div div.title {
	color:red;
	font-weight: bolder;
}

.file_containers_row.returned  div div.value {
	color:green;
	font-weight: bolder;
}

.file_containers_row.returned  div div.title {
	color:green;
	font-weight: bolder;
}
.group-buttons-2{
	align-content: stretch;
	width: 440px !important;	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 50px;	
}

.yes-no-group{
	display: flex;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 265px;
}

.next-button-1{
	padding-top: 8px;
}

.greyed-out{
	color: aliceblue;
}

.centered_date{
	width: 145px !IMPORTANT;
	margin-left: 40px;
    margin-right: 40px;    
    float: left;
    position: relative;
	margin-bottom: 10px;
}

.centered_date input{
	width: 100%;
	text-align: center;
}

.k-textbox {
	border: solid 1px #ccc !important;
}