﻿body {
    font-family: Tahoma, Geneva, sans-serif;
}

.Header {
    color: #1279C0;
    font-weight: bold;
    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;
}

.Sep {
    vertical-align: top;
    padding-top: 3px;
    font-weight: 700;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 10px;
}

.SepBlank {
    vertical-align: top;
    padding-top: 3px;
    height: 25px;
    width: 10px;
}

.FN {
    vertical-align: top;
    padding-top: 3px;
    font-weight: 700;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
}

.FN30 {
    vertical-align: top;
    padding-top: 3px;
    font-weight: 700;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 30px;
}

.FN50 {
    vertical-align: top;
    padding-top: 3px;
    font-weight: 700;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 50px;
}

.FN70 {
    vertical-align: top;
    padding-top: 3px;
    font-weight: 700;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 70px;
}

.FN100 {
    vertical-align: top;
    padding-top: 3px;
    font-weight: 700;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 100px;
}

.FN150 {
    vertical-align: top;
    padding-top: 3px;
    font-weight: 700;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 150px;
}

.FN250 {
    vertical-align: top;
    padding-top: 3px;
    font-weight: 700;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 250px;
}


.FV20 {
    vertical-align: top;
    padding-top: 3px;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 20px;
}

.FV70 {
    vertical-align: top;
    padding-top: 3px;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 70px;
}

.FV170 {
    vertical-align: top;
    padding-top: 3px;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 170px;
}

.FV270 {
    vertical-align: top;
    padding-top: 3px;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 270px;
}

.FV370 {
    vertical-align: top;
    padding-top: 3px;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 370px;
}

.FV520 {
    vertical-align: top;
    padding-top: 3px;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 520px;
}

.FV770 {
    vertical-align: top;
    padding-top: 3px;
    border-bottom: dotted 1px lightgrey;
    height: 25px;
    width: 770px;
}

.F30 {
    height: 25px;
    width: 30px;
}

.d-inline {
    display: inline-block;
}

.flex-parent-element {
    display: flex;
}

.flex-child-element {
}

    .flex-child-element:first-child {
        margin-right: 5px;
        width: 200px;
    }

.flex-child-element2 {
}

    .flex-child-element2:first-child {
        margin-right: 10px;
    }
