﻿body {
	font-family: Tahoma, Geneva, sans-serif;
}

.Header {
	color: #F88E3D;
	font-weight: 700;
	margin-top: 5px;
}

hr.Dashes {
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	border: none;
	height: 6px;
	background-image: url('../../Resources/Dash.png');
}

hr.Dots {
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 2px;
	border: none;
	height: 6px;
	background-image: url('../../Resources/Dot.png');
}

.InputButton {
	margin-left: 2px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 3px;
	display: inline-block;
}

.LinkButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: orangered;
	margin-right: 10px;
}

.Buttons {
	margin-right: 1px;
	margin-bottom: 4px;
	display: inline-block;
}

.FN70 {
	font-weight: 700;
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 70px;
}

.FN150 {
	font-weight: 700;
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 150px;
}

.FV120 {
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 120px;
}

.FV170 {
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 170px;
}

.FV270 {
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 270px;
}

.FV520 {
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 520px;
}

.FV670 {
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 670px;
}

.FV720 {
	border-bottom: dotted 1px lightgrey;
	height: 25px;
	width: 720px;
}

.flex-parent-element {
	display: flex;
}

.flex-child-element {
}

	.flex-child-element:first-child {
		margin-right: 5px;
		width: 160px;
	}

.flex-child-element2 {
}

	.flex-child-element2:first-child {
		margin-right: 10px;
	}

.d-none {
	display: none !important;
}

.myradiobox input[type="radio"] {
	margin-right: 0.25rem !important;
}
