﻿
.CTSampleFormContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.SampleTestContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.SampleTestChildDev {
    display: flex;
}

.SampleTestInnerFirstDev {
    flex-basis: 300px;
}

#txtTestingSampleGenComment {
    width: 100%;
}

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/*
    The following code is for the Flexural Strength calculators.
*/
input:read-only {
    background-color: lightgray;
}

input:required {
    background-color: yellow;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="radio"] {
}

.divRow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divInfo {
    display: inline;
    display: inline-block;
    width: 33%;
    vertical-align: central;
}

.divLeftColumn {
    display: inline-block;
    width: 33%;
}

.divRightColumn {
    visibility: hidden;
    display: inline-block;
    width: 33%;
}

.testSelect {
    margin-left: 21%;
    width: 36%;
}

.infoLabel {
    padding-left: 5%;
    vertical-align: middle;
}

.leftLabel {
    display: inline-block;
    text-align: right;
    width: 20%;
}

.leftLabel2 {
    display: inline-block;
    text-align: right;
    width: 20%;
}

.textRequired,
.textRequired2,
.textReadonly,
.textReadonly2 {
    display: inline-block;
    width: 35%;
}

.rightLabel {
    display: inline-block;
    width: 40%;
}

.rightLabel2 {
    display: inline-block;
    width: 40%;
}

.lblSection {
    text-align: center;
}

.lblSection2 {
    text-align: justify;
}

.divTestLabels {
    /*                                display: flex;
                                                justify-content: space-between;*/
    border: 2px solid black;
}

.divTestResults {
    /*                                display: flex;
                                                justify-content: space-between;*/
    border: 2px solid black;
}

.testLabels {
    width: 5.9%;
    text-align: center;
    display: inline-block;
}

.lblNoTestFound {
    text-align: center;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
}

.standard509Input {
    text-align:center; 
    width:100%;
}

.textAlignCenter {
    text-align: center;
}

