@maincolor:#f8f9f9;
@seccolor:#b70d18;


body{background-color:@maincolor}


input{
	min-width:100%;
	padding:5px;
	margin-bottom:15px;
	margin-top:15px;
	border:0px;
	border-bottom:1px solid @seccolor;
	border-right:1px solid @seccolor;
}



.contacten{
	.contacten{
		padding-top:20px;
	}
	
	.col-side-line{
		border-right:1px solid @seccolor;
	}
	
	.col-bottom-line{
		border-bottom:1px solid @seccolor;
	}
	
	.col-data-hover{
		.row{
			border-bottom:1px dashed @seccolor;
			
				&:nth-last-child{
					border-bottom:0px!important;
				}
			
			
			padding-top:4px;
			padding-bottom:4px;
			transition:ease-in-out 200ms all;
			
			&:hover{
				background-color:fade(@seccolor, 20%);
			}
		}
	}
}


.link{
	border-bottom:1px solid @seccolor;
}

.btn{
	cursor:pointer;
}