﻿
.InputValueRow input,
.PasswordValueRow input
{
    width:90%;

}

.CheckValue input
{
    display:inline-block;
    width:1rem;
}


.SelectNestedTable
{
    width:100%;
}


.ParamForm{
    position:relative;
    width:100%;
    margin-bottom:2rem;
    margin-left:2rem;
}

.FormItemLabel
{
    font-size:.95rem;
    font-weight:bold;
    display:block;
}

.FormItemValue {
    padding-left: 1rem;
    font-weight: normal;
    font-size: 1rem;
    text-align: left;
    white-space: pre-wrap;
}
.FormItemValue >div
{
    display:inline-block;
}

.TextAreaValueRow textarea
{
    width:100%;
}

.LabelValue
{
    font-size:14pt;
    margin:.5rem;
}

.SectionHeaderValue
{
    margin-left:-1rem;
    color:#120c9b;
}

.RequiredX
{
    color:red;
}


.LinkValueHeader
{
    font-size:12pt;
}
.LinkValueHeader img
{
    width:1rem;

}

.DispatchTable td:nth-child(odd),
.DispatchTable th:nth-child(odd)
{
    
   background:rgba(0, 89, 123, 0.13);
}