.stationaryBoxContainerGrid.ezFormGrid #formContainer {
    max-width: var(--line-width);
    border-left: 1px solid var(--border-lighter-contrast);
    padding-left: 4em;
}

@media (max-width: 1000px) { 
    .stationaryBoxContainerGrid.ezFormGrid #formContainer {
        border-left: none;
        padding-left: 0em;
    }
}

.smallText, .mediumText{
    display: inline-block;
    font-size: .7em;
    line-height: 1.5em;
}

.subQuestion1, .subQuestion2, .subQuestion3{
    margin-bottom:0px;
}

.subQuestion1{
    margin-left:20px;   
}

.subQuestion2{
    margin-left:40px;   
}

.subQuestion3{
    margin-left:60px;   
}

.subQuestion4{
    margin-left:80px;   
}

.ezFormSubSection {
    border: 1px solid #CCCCCC; 
    background: #FFFFFF; 
    padding: 10px;
}

.ezFormRepeatingElementList {
    padding: 3px; 
    line-height: 18px; 
}

.EzFormReadOnlyModeSelector {
    display: none;
    color: #555555;
    background: #F5F5F5;
    border: 1px solid #CBCBCB;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 5px 2px 5px;
}

.EzFormReadOnlyModeSelector:hover {
    background: #E6E6E6;
}

.EzFormNextButton {
    float: right; 
    padding-top: 3px;
    color: #555555;
    background: #F5F5F5;
    border: 1px solid #CBCBCB;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 2px 5px 2px 5px;
}

.EzFormNextButton:hover {
    background: #E6E6E6;
}

.EzFormRepeatingElementWindow {
    border: 1px solid #000000; 
    left: 100px;
    width: 620px; 
    position: absolute; 
    z-index: 1997;
    background: #F8F8F8;
}

#EzFormRepeatingElementModalDialogBlocker {
   width: 10px; 
   height: 10px; 
   display: none; 
   position: absolute; 
   left:0; 
   top: 0; 
   z-index: 1995; 
   background: #000000; 
   filter:alpha(opacity=50); 
   -moz-opacity:0.50; 
   opacity: 0.50;
}

.EzFormRepeatingElementWindowTitleBar {
    padding-left: 5px;
    padding-top: 3px;
    float: left;  
    height: 22px; 
    width: 580px;
    background: url('/images/TemplateImages/ModalDialog-Middle.jpg');
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
}

.EzFormRepeatingElementWindowCloseButton {
    float: right;
    padding-right: 5px;
    padding-top: 3px; 
    height: 22px;
    width: 30px;
    text-align: right;
    background: url('/images/TemplateImages/ModalDialog-Middle.jpg');
}

.EzFormRepeatingElementAddButton {
    background: #F5F5F5;
    border: 1px solid #CBCBCB;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px 0px 2px 20px;
    background-image: url('/images/16x16/new_16.png');
    background-repeat: no-repeat;
}

.EzFormRepeatingElementAddButton:hover {
    background: #E6E6E6; 
    background-image: url('/images/16x16/new_16.png');
    background-repeat: no-repeat;
}

.EzFormRepeatingElementPlusButton {
    background: #F5F5F5;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    padding: 2px 7px;
    color: #565656;
    float: right;
}

.EzFormRepeatingElementPlusButton.disabled {
    opacity:.5;
}

.EzFormRepeatingElementPlusButton:hover {
    background-color: #E6E6E6; 
    color: #565656;
    text-decoration: none;
}

.EzFormRepeatingElementPlusButton.disabled:hover {
    cursor: pointer;
}

.EzFormRepeatingElementEditButton,
.EzFormRepeatingElementRemoveButton {
    background-color: var(--background-level-1);
    border: 1px solid var(--border-light-contrast);
    cursor: pointer;
    border-radius: 4px;
    padding: .3em .7em;
    margin-bottom: 1em;
}

.EzFormRepeatingElementEditButton:hover,
.EzFormRepeatingElementRemoveButton {
    background: var(--background-level-3); 
}

.EzFormRepeatingElementExpandPlusButton {
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px 0px 2px 15px;
    background-image: url('/images/TemplateImages/2008Template/EzFormRepeatingElementExpand.png');
    background-repeat: no-repeat;
    color: #BBBBBB;
}

.EzFormRepeatingElementExpandMinusButton {
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px 0px 2px 15px;
    background-image: url('/images/TemplateImages/2008Template/EzFormRepeatingElementCollapse.png');
    background-repeat: no-repeat;
    color: #BBBBBB;
}

.EzFormRepeatingElementWindowContent {
    padding: 10px; 
}

.EzFormElement {
    padding-top: 5px; 
    padding-bottom: 5px;    
}

.EzFormHiddenElement{
    display:none !important;
}

.EzFormRepeatingElementDataTable {
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
}

table.EzFormRepeatingElementDataTable tr th {
    background: #EEEEEE;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    white-space: nowrap;
}

table.EzFormRepeatingElementDataTable tr td {
    padding: 2px 5px 2px 5px;
    border-bottom: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    width: 500px;
}

.EzFormRepeatingElementLabel {
    color:#074F7E;
    font-size:14px;
    line-height:35px;
    font-weight:lighter;
    padding: 0px 0px 5px 0px;
    display: inline;
    cursor: pointer;
    width: 475px;
}

.EzFormRepeatingElementNoDataMessage {
    color: #6792b8;
    font-size: 18px;
    padding: 15px 0 15px 0;
    text-align: center;
}

.EzFormComparisonChanged{
    color:red;
    font-weight:bold;
}

.EzFormComparisonChanged:before{
    content:url('/images/redDot.jpg');
    padding-right:5px;
}

.EzFormRepeatingElementRemoveButton.right {
    float:right; 
}
 
.EzForm2ElementList .EzForm2Element .EzForm2ElementPropertyContainer, 
.EzForm2ElementList .EzForm2Validator .EzForm2ElementPropertyContainer,
.EzForm2ElementList .RemoveElement, 
.EzForm2ElementList .DuplicateElementHandle,
.EzForm2ElementList .SelectElementHandle,
.EzForm2ElementList .AddNotNullValidator,
.EzForm2ElementList .ezShowHideButton,
.EzForm2ElementList .addToJquery,
.EzForm2ElementList .ElementSelectionCheckbox {
    display: none;
}
    
#initialBuildHereText{
    text-align:center;
}
    
.EzForm2ElementList .EzForm2Element hr, .EzForm2ElementList .EzForm2Validator hr{
    border:none;
    margin:0px;
    padding:0px;
    height:0px;
}

#ezForm2Builder .title {
    float: left;
}
    
.ezInnerContent{
    padding:5px 10px;
    float:left;
    width:99%;
}
    
.EzForm2Element, .EzForm2Validator{
    clear:both;
}  
    
.EzForm2ElementList .EzForm2Element, .EzForm2ElementList .EzForm2Validator{
    -webkit-box-shadow:none;
        -moz-box-shadow:none;
            box-shadow:none;
}
    
    
div[class*='grid'].EzForm2Element{
    clear: none !important;
    border: none !important;
    padding: 0px !important;
}
    
.EzForm2Element h4, .EzForm2Validator h4{
    margin:0px;
    padding:0px;
    font-size:12px;
    color:inherit;
    display:inline;
    font-weight: normal;
    letter-spacing: 0px;
}
    
.ezElementHeader{
    max-width:350px;
    float:left;
    position:relative;
    top:5px;
}
    
.EzForm2ElementList .ezElementHeader{
    float:none;
}
    
.ezElementTypeAlternate{
    font-weight:normal;
    opacity:.4;
    font-size:10px !important;
    letter-spacing:0px;
}
    
.ElementSelectionCheckbox{
    position:relative;
    top:5px;
    float:left;
}

.EzForm2Element hr, .EzForm2Validator hr{
    margin:3px;
    height:10px;
}
    
.EzForm2ElementList h4{
    display:block;
    width:110px;
    float:left;
}
    
#ezForm2Builder .Handle:hover, .AddNotNullValidator:hover, .ezShowHideButton:hover {
    background-color:#ffffff;
    color: #444444;
}
    
.ezShowHideButton, .RemoveElement, .AddNotNullValidator {
    cursor:pointer !important;
}
    
#ezForm2Builder .addToJquery{
    background-image:url('/images/code.png');
    cursor:pointer;
}
    
#ezForm2Builder .RemoveElement{
    background-image:url('/images/trash_small.png');
}
    
#ezForm2Builder .DuplicateElementHandle{
    background-image:url('/images/x2.png');
}
    
.AddNotNullValidator{
    background-image:url('/images/nn.png');
}
    
.AddQuestionToSectionHandle{
    background-image:url('/images/move_section.png');
}
    
.AddQuestionToRepeatingElementHandle{
    background-image:url('/images/move_repeating.png');
}
    
.ezElementHeader .ElementLabel{
    padding-right:5px;
}
    
#ezForm2 .AddQuestionToRepeatingElementHandle{
    display:none;
}
    
.AddElementHandle{
    background-image:url('/images/move2.png');
}

.toolbox{
    overflow:auto;
    padding:10px;   
}
    
.toolboxButton{
    color: #cdcdcd;
    cursor: pointer;
    text-decoration: none;
}
    
.toolboxButton:hover{
    color: #ffffff;
}
    
.toolboxButton i{
    color: #ffffff;
}
    
.ezStationaryHeader{
    margin-bottom:30px;
    padding-bottom:30px;
    background-color:#ffffff;
    z-index:10;
    top:0px;
}
    
#ezForm2Builder .Hover {
    padding: 10px;
    margin: 10px;
    background-color: purple;
    border: 1px solid #cccccc;
}
    
#ezForm2Builder .Page {
    padding: 5px;
    margin: 5px;
    background-color: #818181;
    border: none;
    color: #ffffff;
}
    
#ezForm2Builder .Section {
    padding: 5px;
    margin: 5px;
    color:#ffffff;
    background-color: #b2b2b2;
    border: 1px solid #cccccc;
}
    
#ezForm2Builder .Container {
    padding: 5px;
    margin: 5px;
    color:#ffffff;
    background-color: #656565;
    border: 1px solid #cccccc;
}
    
#ezForm2Builder .Prose {
    background-color: #F4E2C7;
    border: 1px solid #cccccc;
    color: #000000;
    margin: 5px;
    padding: 5px;
}
    
 #ezForm2Builder .DisplayName {
    width: 350px;
}
    
#ezForm2Builder .Group {
    background-color: #e5e5e5;
    box-shadow: none;
    color: #565656;
    padding: 5px 0pt;
}
    
#ezForm2Builder .ValidatorGroup {
    background-color: orange;
    border: 3px dotted #DDDDDD;
    box-shadow: none;
    color: #FFFFFF;
    padding: 5px 5pt;
}
    
#ezForm2Builder .ValidatorGroupErrorMessage {
    width: 500px;
}
    
#ezForm2Builder .RepeatingElement {    
    border: 1px solid #cccccc;
    border-top: 3px solid #F4B75E;
    color: #000000;
    margin: 5px;
    padding: 5px;
}
    
#ezForm2Builder .Grid {
    border-left: 3px solid #8dc63f;
    color: #000000;
    margin: 5px;
    padding: 5px;
    background-color: #FFFFFF;
}
    
#ezForm2Builder .Question {
    border: 1px solid #cccccc;
    color: #000000;
    margin: 5px;
    padding: 5px;
}
    
#ezForm2 .Prose, 
#ezForm2 .Question, 
#ezForm2 .RepeatingElement, 
#ezForm2Builder .RepeatingElement, 
#ezForm2Builder .Prose,
#ezForm2Builder .Question  {
    background-color: #FFFFFF;
    border: none;
    border-left: 3px solid #F4B75E;
}
    
#ezForm2 .RepeatingElement, #ezForm2 .Grid {
    background-color: #f7f7f7;
    }
     
#ezForm2Builder .QuestionValidator {
    padding: 5px;
    margin: 5px;
    color:#ffffff;
    background: #67bcf0;
}
     
.UnitValidator {
    padding: 5px;
    margin: 5px;
    color:#ffffff;
    background: #68eec6;
}
    
#ezForm2Builder .EzForm2ElementList .EzForm2Element {
    background-color: transparent;
    padding: 0px;
    color: #cdcdcd;
    padding-left: 10px;
        
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left-width: 4px;
}
    
#ezForm2 {
    max-height: none;
}
    
.hideHrTag{
    border:none !important;
}
    
.EzForm2ElementList .ezFormQuestionValidators h4{
    top:0px;
}
    
.EzForm2ElementList{
    background-color:#777777;
    background-repeat:no-repeat;
    background-position:top right;
}
    
#hiddenExistingElements{
    display:none;
}
    
.ez-ui-sortable-placeholder{
    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
       
    border:2px dotted #dddddd;
    
    background-color: #242424;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#242424), to(#4a4a4a));
    background-image: -webkit-linear-gradient(top, #242424, #4a4a4a);
    background-image:    -moz-linear-gradient(top, #242424, #4a4a4a);
    background-image:     -ms-linear-gradient(top, #242424, #4a4a4a);
    background-image:      -o-linear-gradient(top, #242424, #4a4a4a);
    background-image:         linear-gradient(to bottom, #242424, #4a4a4a);
      
    opacity: 0.5;
    filter: alpha(opacity=50);  
}
    
.CodeMirror-scroll{
    width:100%;
    background-color:#ffffff;
    border:1px solid #aaaaaa;
}
    
.ezAddJqueryCssOptionMenu ul{
    margin:0px;
    padding:0px;
}
    
.ezAddJqueryCssOptionMenu{
    border:1px solid #cccccc;
    background-color:#ffffff;
    margin:0px;
    padding:0px;
    position:relative;
    left:-4px;
    top:3px;
    min-width:120px;
}
    
.ezAddJqueryCssOptionMenu li{
    list-style:none;
    margin:0px;
    padding:3px 5px;
    border:none;
    color:#000000;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
            border-radius: 0px;
    
    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
    
    border-bottom:1px solid #dddddd;
}
    
.ezAddJqueryCssOptionMenu li:hover{
    background-color:#f1f1f1;
}
    
#ezForm2Builder .addToJquery:hover{
    overflow:visible;
}
    
.codeMirrorBackgroundMarker{
    background-color: var(--bg-level-3);   
}
    
.ezSelectedElement{
    opacity: 0.8;
    filter: alpha(opacity=80);
    border:1px dashed var(--border-darkest-contrast)!important;
}
    
.ezValidationError{
    border:2px solid var(--primary-background) !important;    
}
    
.ezValidationError input.ezValidationError{
    background-color: var(--primary-color);
    border:2px solid var(--border-dark-contrast)!important;
    color: var(--text-reverse-static);
}
    
.ezValidationError .ElementLabel, .ezValidationError h4{
    color: var(--primary-color);
}
    
.ezValidationError .EzForm2Element .ElementLabel,
.ezValidationError .EzForm2Element h4,
.ezValidationError .EzForm2Validator .ElementLabel,
.ezValidationError .EzForm2Validator h4{
    color:inherit;
}
    
.token-input-token
{
    background-color:#dfdfdf !important;
    border:1px solid #cccccc !important;
    font-weight:normal !important;
}
    
.token-input-selected-token{
    background-color:#888888 !important;
}
    
.token-input-dropdown{
    background-color:#ffffff!important;
    border:1px solid #bbbbbb;
    -webkit-box-shadow: 1px 1px 5px 0px #777777;
        -moz-box-shadow: 1px 1px 5px 0px #777777;
            box-shadow: 1px 1px 5px 0px #777777;
}
    
.token-input-selected-dropdown-item{
    background-color:#dddddd!important;
}
    
.readOnlyInput{
    border:none;
    background-color:transparent;
    font-weight:bold;
    padding:4px;
}

.HelpText{
    width:550px;
    height:100px;
}

.HiddenHelpText{
    display: none !important;
}

.HelpTextSpan{
    cursor: pointer;
    padding: 0em .1em;
    display: inline;
    background-color: transparent;
    width: .9rem;
    height: .9rem;
    position: relative;
    top: 0em;
    vertical-align: top;
}

.HelpTextSpan:hover,
.HelpTextSpan:focus {
    background-color: transparent;
    border: 2px solid var(--border-darkest-contrast);
    border-radius: 10em;
}

.HelpTextSpan img{
    position: absolute;
    top: 0em;
    left: 0em;
}
    
.HelpTextSpan svg {
    position: absolute;
    top: 0em;
    left: 0em;
    fill: var(--text-default);
} 

.HelpTextSpan:hover svg,
.HelpTextSpan:focus svg{
    fill: var(--blue);
}
    
.collapseExpandHelp{
    cursor:pointer;
}
    
.DatabaseMappingContainer{
    display:none;
}
    
.collapseExpandDatabaseMappings{
    cursor:pointer;
}
    
.ezSecondaryInnerContent{
    padding:5px 10px;
    float:left;
}
    
.RouteControllerAttestation {
    background: var(--primary-background);
    padding: 10px;
}


@media (max-width: 560px) { 
   
    .moduleContact{
        text-align: left;
    }
    .moduleBlock{
        border: 1px solid var(--border-lighter-contrast);
        background-color: var(--primary-background);
        margin: 1px 0;
        display: table;
        min-height: 10px;
    }
    .moduleBlock .moduleIcon{
        width: 20%;
        background-color: var(--primary-color);
        margin: 0px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        float: none;
        min-height: 10px;
    }
    .moduleBlock h3{
        margin: 0px;
        padding: 0px;
        border-bottom: none;
        text-align: left;
        font-size: 1.3em;
    }
    .moduleBlock .moduleName{
        width: 69%;
        margin: 0px;
        padding: 5px 2%;
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
    .moduleBlock:hover .modulePages{
        display: none;
    }
    .moduleBlock .modulePages{
        display: none;
        position: relative;
        background-color: transparent;
        width: 90%;
    }
    .moduleBlock .modulePages a{
        color: inherit;
    }
    .moduleBlock .moduleIcon svg{
        fill: var(--text-reverse-static);
        height: 29px;
        width: 30px;
        max-width: 100%;    
    }
    .moduleBlock .expandColapseModuleBlock{
        width: 5%;
        display: table-cell;
        vertical-align: middle;
        float: none;    
    }
    .moduleHeaderLabel{
        float:none;
        text-align:left;
    }
}
    
#pageHeader a, .formTaskBox a, .arrayTableContainer a, .listStyle3 a, .largeNumberStyle1 a, .listStyle1 a, .modulePages a, .moduleHomeInfoSection a {
    text-decoration: none;
}
    
.formTaskBox a.skipToForm {
    font-size: .5em;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    color: var(--text-reverse-static);
    overflow: hidden;
    height: 0px;
}

.formTaskBox a.skipToForm:hover {
    background-color: transparent;
}

.formTaskBox a.skipToForm:focus {
    color: var(--text-default);
}

.EzForm2Container .ezForm2SectionHeader {
    font-size: 3em;
    margin: 1em 0 .3em 0;
    font-weight: 300;
}
    
.EzForm2Container textarea,
.EzForm2Section textarea {
    width: calc(100% - 0.6em);
    min-height: 50px;
}
    
.EzForm2Container .EzForm2Section h4{
    font-size: 2em;
} 
   
.EzForm2Section,
.ezFormLightGreySection {
    border: 1px solid var(--border-shaddow-lightest);
    background-color: var(--bg-level-2);
    padding: 20px;
    margin: 0 0 80px 0;
    border-bottom: 2px solid var(--border-shaddow-lightest);
    border-radius: 4px;
    min-width: fit-content;
}
    
.EzForm2GridAddButton {
    background: var(--background-level-3);
    border: 1px solid var(--border-light-contrast);
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px 0px 2px 20px;
    background-image: url('/images/16x16/new_16.png');
    background-repeat: no-repeat;
    float: right; 
    padding-bottom: 2px; 
}
    
.EzForm2Grid {
    margin-bottom: 2em;
}
    
.EzForm2GridTable {
    display: table;
    width: 100%;
}
    
.EzForm2GridTable caption {
    text-align: left;
    margin: 1em 0;
}
    
.EzForm2GridTable.has9Columns tr {
    grid-template-columns: 15em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 5em;
}
    
.EzForm2GridTable.has8Columns tr {
    grid-template-columns: 15em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 5em;
}
    
.EzForm2GridTable.has7Columns tr {
    grid-template-columns: 15em 1fr 1fr 1fr 1fr 1fr 1fr 1fr 5em;
}
    
.EzForm2GridTable.has6Columns tr {
    grid-template-columns: 15em 1fr 1fr 1fr 1fr 1fr 1fr 5em;
}
    
.EzForm2GridTable.has5Columns tr {
    grid-template-columns: 15em 1fr 1fr 1fr 1fr 1fr 5em;
}
    
.EzForm2GridTable.has4Columns tr {
    grid-template-columns: 15em 1fr 1fr 1fr 1fr 5em;
}
    
.EzForm2GridTable.has3Columns tr {
    grid-template-columns: 15em 1fr 1fr 1fr 5em;
}
    
.EzForm2GridTable.has2Columns tr {
    grid-template-columns: 15em 1fr 1fr 5em;
}
    
.EzForm2GridTable.has1Columns tr {
    grid-template-columns: 15em 1fr 5em;
}
    
.EzForm2GridTableRow, .EzForm2GridTableHeader {
    display: grid;
    grid-column-gap: .5em;
    margin-bottom: 0.5em;
}
    
.EzForm2GridTableCell,
.EzForm2GridTableCell .EzForm2QuestionContainer,
.EzForm2GridTableCell .EzForm2QuestionComponent,
.EzForm2GridTableCell input,
.EzForm2GridTableCell select,
.EzForm2GridTableCell textarea,
.EzForm2GridTableCell .reStyleComboBox {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    margin-bottom: 0px !important;
}
    
.EzForm2GridTable tbody tr:only-child .EzForm2GridRemoveRowButton,
.EzForm2GridTable tbody tr:last-child .EzForm2GridMoveRowHandleDown,
.EzForm2GridTable tbody tr:first-child .EzForm2GridMoveRowHandleUp {
    display: none;
}
    
.EzForm2GridTableCell.actionColumn {
    display: flex;
    flex-direction: column;
}

.EzForm2GridFirstColumnText {
    margin: 1em 0 0 0;
}

@media (max-width: 560px){
    .EzForm2GridTableCell.actionColumn {
        display: flex;
        height: 100%;
        flex-direction: row;
        justify-content: center;
    }
    .EzForm2GridTableHeader{
        display: none;
    }
    .EzForm2GridTableRow{
        display: block;
        width: 100%;
        border-bottom: 1px dotted var(--border-light-contrast);
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
    .EzForm2GridTableCell{
        display: block;
        width: 100%;
    }
    .EzForm2GridTableRow .EzForm2QuestionLabel{
        display: contents;
    }
    .EzForm2Grid .EzForm2GridTableRow .EzForm2QuestionLabel {
        height: auto;
        overflow: visible;
        opacity: 1;
        margin: 0em 0 .5em 0;
    }
    .EzForm2DisabledLinker, .EzForm2QuestionComponent{
        width:100%;
    }   
    .leftColBox, #titleAreaRight{
        padding:0px;
        margin:0px;
        width:100%;
        border:none;
        background-color:transparent;
        border-bottom:.1em solid var(--border-light-contrast);
        margin-bottom:1em;
        padding-bottom:1em;
    }        
    .leftColBox h1, 
    .leftColBox h2, 
    .leftColBox h3,  
    .leftColBox h4,  
    .EzForm2Container h1,
    .EzForm2Container h2,
    .EzForm2Container h3,
    .EzForm2Container h4{
        font-size:1.5em;
        line-height:1em;
    }    

    .EzForm2Container h4{
        font-weight:bold;
        display:block;
        margin:2em 0 .5em 0;
    }    
    .EzForm2RepeatingElementAddButton, 
    .EzForm2RepeatingElementEditButton, 
    .EzForm2RepeatingElementRemoveButton{
        margin:.5em;
        padding:1em;
        background-image:none;
        float:none;    
          -webkit-border-radius: 1em;
             -moz-border-radius: 1em;
                  border-radius: 1em;
    }    
    .EzForm2RepeatingElementLabel{
        margin-top:1em;
    }    
    .EzForm2RepeatingElementListItemLabel, .EzForm2RepeatingElementLabel{
        font-size:1em;
        line-height:1em;
        float:none;
    }        
    .EzForm2RepeatingElementListItem{
        margin:.5em 0;
        padding:.5em;
        border-bottom:.1em solid var(--border-light-contrast);
    }
   .EzForm2CheckBoxComponent .EzForm2QuestionComponent {
        width: 30px;
        float: left;
    }    
    .EzForm2CheckBoxComponent .EzForm2QuestionLabel {
        width: auto;
        float: left;
    }
    .clear {
        clear: both;
    } 
    .leftColBox img{
        width:2em;
        height:2em;
    }
    .currentNum{
        font-size:2.5em;
        padding-top:.6em;
        padding-left:.6em
    }
    .flowchart {
        height:5em;
    }
    .flowchartSelectedStep{
        width:5em;
        height:5em;
        -webkit-background-size: 5em 5em;
            -moz-background-size: 5em 5em;
                background-size: 5em 5em;
    }
    ul.token-input-list, .token-input-dropdown {
        width:100% !important;
        font-size:1.5em  !important;
        padding:inherit 0px;
    }
    ul.token-input-list input{
        width:100%  !important;
        padding:inherit 0px;
    }
    .token-input-dropdown li{
        padding:1em 0 !important;
        margin:.5em 0 !important;
    }
    .workflowStep{
        width:20%;
        -webkit-background-size: 6em 6em;
            -moz-background-size: 6em 6em;
                background-size: 6em 6em;
        background-position:-.8em -.0em;
        font-size:.8em;
        letter-spacing:0em;
    }
    .workflowStep img, .workflowTimelineBall{
    width:1em !important;
    height:1em !important;
    }
    .workflowFolder h1{
        margin-top:.5em;
        float:left;
        width:70%;
    }
    .workflowFolder{
        display:none;
    }
    .RouteDisplaySignatureContainer{
        margin:1em 0;
    }
    .EzForm2RepeatingElementListItemLabel, .EzForm2RepeatingElementLabel{
        font-size:1em;
        line-height:1em;
        float:none;
    } 
    .ui_bCheckBoxGroupComponent.horizontal .bComponentContainer {
        width: 91%;
    }
}

    
.workflowFolder h1{
    float:left;
    width:100px;
}
   
.EzForm2RepeatingElementListItemLabel  {
    padding: 0px 0px 5px 0px;
    display: inline;
    margin-right: auto;
}
    
.EzForm2RepeatingElementListItemDetailLabel {
    background-color: var(--bg-level-3);
    border: 1px solid var(--border-light-contrast);
    margin: 3px 2%;
    padding: 5px;
    width: 95%;
}
    
.EzForm2RepeatingElementListItemDetailAnswer {
    border: none;
    margin: 3px 2%;
    width: 95%;
    padding: 5px;
}
    
.EzForm2DisabledLinker {
    width: 100%;
    border: 1px solid var(--border-lighter-contrast);
    background-color: var(--primary-background);
    color: #666666;
    min-height: 23px;
}
    
.EzForm2DisabledLinkerItem {
    margin: 3px;
    padding: 4px;
    width: 100%;
    background-color: var(--bg-level-3) !important;
    border:1px solid var(--border-light-contrast) !important;
    font-weight:normal !important;
        
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
    
    -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
            background-clip: padding-box;
    
    -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        
    margin-right: 3px;
}
    
.LinkSQLContainer {
    width: 96%;
    padding: auto 2%;
}
    
.LinkSQL {
    width: 100%;
    padding: 0;
    height: 100px;
}
    
.EzForm2RepeatingElementLabel {
    float: left; 
    padding-bottom: 2px;
}
    
.EzForm2RepeatingElementEditButton, .EzForm2RepeatingElementRemoveButton {
    cursor: pointer;
    padding: 3px 5px;
    margin-bottom: 2px;
    margin-left: 2px;
    position: relative;
}
    
.EzForm2RepeatingElementDialog {
    display: none;
}
    
.ezForm2SubSection  {
    border: 1px solid var(--border-light-contrast);
    background: var(--primary-background);
    padding: 1em;
    margin-bottom: 1em;
}

.EzForm2RepeatingElementDataContainer .ezForm2SubSection {
    margin-bottom: 0em;
}

.EzForm2RepeatingElementDataContainer .ezForm2SubSection:has(.EzForm2RepeatingElementListItem) {
    margin-bottom: 1em;
} 
    
.ezForm2RepeatingElementExpandAllButton {
    float: right; 
    padding-bottom: 2px;
}
    
.ezForm2RepeatingElementListDetail {
    display: none;
}
    
.EzForm2RepeatingElementAddButton.addButton2{
    display: none;
}
    
.ezForm2Error, 
.ezForm2SectionError,
.bComponentError {
    border: 1px solid var(--border-lighter-contrast);
    background-color: var(--bg-level-2);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px;
    margin: 5px 0;
}
    
.ezForm2QuestionError .EzForm2QuestionErrorMessage, 
.ezForm2Error .EzForm2RepeatingElementErrorMessage,
.ezForm2UnitErrorMessage,
.bComponentErrorMessage {
    background-color: var(--primary-background);
    color: var(--primary-text);
    padding: 5px 10px;
    margin: 5px 0;
    clear: both;
    border: 3px solid var(--orange);
    box-shadow: 1px 1px 4px var(--border-shaddow-light);
}

.ezForm2QuestionError .EzForm2QuestionErrorMessage:before {
    content: '\f06a';
    color: var(--orange);
    font-family: fontAwesome;
    padding-right: .5em;
}

.EzForm2RepeatingElementListItemDetail {
    display: none;
}
    
.EzForm2RepeatingElementListItemDetailLabel {
    background-color: var(--bg-level-3);
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: var(--border-light-contrast);;
    float: left;
    width: 100px;
}
    
.EzForm2RepeatingElementListItemDetailAnswer {
    border: 1px solid var(--border-light-contrast);
    float: left;
    width: 400px;
}
    
.EzForm2RepeatingElementListItem {
    padding: 10px 0;    
}
    
.EzForm2PersonFinderContainer {
    background: var(--primary-background);
    border: 1px solid var(--border-dark-contrast);
    padding: 5px;
}
    
.EzForm2FileAttachmentComponent input[type='checkbox'] {
    width: 30px !important;
    display: none;
}
    
.EzForm2FileAttachmentComponent input[type='button'] {
    width: 90px !important;
    margin-left:25px;
}
    
.crossedOffLink {
    text-decoration:line-through !important;
}
    
ul.token-input-list,
.fullWidth {
    width: 100% !important;
}
    
.extraSmallWidth, .extraSmallWidth .EzForm2QuestionComponent input, .extraSmallWidth .QuestionComponent input {
    width: 10%;
}
    
.smallWidth, .smallWidth .EzForm2QuestionComponent input, .smallWidth .QuestionComponent input  {
    width: 25%;
}
    
.mediumWidth, .mediumWidth .EzForm2QuestionComponent input, .mediumWidth .QuestionComponent input  {
    width: 50%;
}
    
.largeWidth, .largeWidth .EzForm2QuestionComponent input, .largeWidth .QuestionComponent input  {
    width: 75%;
}
    
.EzForm2CheckBoxComponent .EzForm2QuestionComponent, .CheckBoxComponent .QuestionComponent {
    float: left;
    width: 30px;
}
    
.EzForm2CheckBoxComponent .EzForm2QuestionLabel, .CheckBoxComponent .QuestionLabel {
    float: left;
    width: calc(100% - 30px);
    margin: .5em auto;
}
     
.EzForm2Grid .EzForm2GridTableRow .EzForm2QuestionLabel {
    height: 0px;
    overflow: visible;
    opacity: 0;
    margin: 0px;
    padding: 0px;
}

.EzForm2Grid .EzForm2GridTableRow .EzForm2QuestionLabel button {
    display: none;
}
        
.EzForm2HiddenTextComponent {
    display: none !important;
}
  
.EzForm2DisabledComboBox .disabledEzForm2ComboBoxAnswer,    
.disabledEzForm2TextComponent {
    border: 1px solid var(--border-light-contrast);
    background: var(--bg-level-2);
    color: var(--text-light);
    padding: .7em;
    min-height: 1.5em;
    margin: .7em auto 1em auto
}

.EzForm2DisabledComboBox .reStyleComboBox {
    display: none;
}

.EzForm2RadioButtonQuestionButton {
    padding-left: .5em;
    display: flex;
    align-items: top;
}

.EzForm2RadioButtonQuestionButton input {
    margin: .4em .5em;
    align-self: baseline;
}

#ezForm1WorkflowCloseButton{
    display:none;   
}
    
.ezFormResourceHeader{
    cursor: pointer;    
    color: var(--text-reverse);
    font-weight: 400;
    width: 100%;
    font-size: 1.3em;
}

.ezForm2LeftCol{
    position:fixed; 
    top:0px;
    left:0px;
    z-index: 2000;
}

@media (max-width: 1740px)
{
    .ezForm2LeftCol{
        left:-170px;
    }
    
    .showEzToolbox{
        display: block;
    }
}

@media (max-width: 1025px)
{
    .ezForm2LeftCol{
        left:-215px;
    }
    
    .showEzToolbox{
        right: 0px;
    }
}

#ezForm2 .Prose.ezForm2RenderPreviewMode, 
#ezForm2 .Question.ezForm2RenderPreviewMode, 
#ezForm2 .RepeatingElement.ezForm2RenderPreviewMode, 
#ezForm2Builder .RepeatingElement.ezForm2RenderPreviewMode, 
#ezForm2Builder .Prose.ezForm2RenderPreviewMode, 
#ezForm2Builder .Question.ezForm2RenderPreviewMode 
{
    border: none;
}

#navigation .listStyle4 .meta {
    display: block;
}

.hasRenderPreview{
    position: relative;
}

.ezForm2RenderPreviewMode .tabStyle1, 
.ezForm2RenderPreviewMode .ezElementHeader, 
.ezForm2RenderPreviewMode .elementButtons, 
.ezForm2RenderPreviewMode .ElementSelectionCheckbox{
    display: none;
}

.ezForm2RenderPreviewMode:hover .elementButtons{
    display:block;
    position: absolute;
    right: 20px;
    top: 10px;
}

.ezForm2RenderPreviewMode:hover .elementButtons hr{
    display: none;
}

.renderPreviewContent .ezInnerContent{
    padding: 0px;
    float: none;
    width: 100%;
}

.labelPlaceholder{
    cursor: move;
}

.EzForm2CheckBoxComponent .labelPlaceholder{
    display: inline;
}

.EzForm2Element.end,
#ezForm2Builder .EzForm2Element.Group.end,
#ezForm2Builder .EzForm2Element.RepeatingElement.end,
#ezForm2Builder .EzForm2Element.Grid.end{
    margin: 10px 0;
    padding: 5px 10px;
}

.EzForm2RepeatingElementAddButton{
    background: var(--bg-level-2);
    border: 1px solid var(--border-light-contrast);
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0px 0px 2px 20px;
    background-image: url('/images/16x16/new_16.png');
    background-repeat: no-repeat;
    float: right; 
    padding-bottom: 2px;
}

.EzForm2RepeatingElementLabel {
    font-weight: bold;
}

.EzForm2RepeatingElementAddButton, .EzForm2RepeatingElementEditButton, .EzForm2RepeatingElementRemoveButton {
    background: var(--bg-level-2);
    border: 1px solid var(--border-light-contrast);
    cursor: pointer;
    border-radius: 4px;
    padding: .5em 1em;
}   

.EzForm2RepeatingElementEditButton:hover,
.EzForm2RepeatingElementEditButton:focus,
.EzForm2RepeatingElementRemoveButton:hover,
.EzForm2RepeatingElementRemoveButton:focus {
     background-color: var(--bg-level-2);
}

.EzForm2DisabledLinker, .EzForm2QuestionComponent{
    width:100%;
    margin: .45em auto;
}

.leftColBox, #titleAreaRight{
    padding:0px;
    margin:0px;
    width:100%;
    border:none;
    background-color:transparent;
    border-bottom:.1em solid var(--border-light-contrast);
    margin-bottom:1em;
    padding-bottom:1em;
}

.leftColBox img{
    width:2em;
    height:2em;
}

.workflowStep{
    width:20%;
   -webkit-background-size: 6em 6em;
   -moz-background-size: 6em 6em;
   background-size: 6em 6em;
   background-position:-.8em -.0em;
   font-size:.8em;
   letter-spacing:0em;
}

.currentNum{
    font-size:2.5em;
    padding-top:.6em;
    padding-left:.6em
}

.flowchart{
    height:5em;
}

.flowchartSelectedStep{
    width:5em;
    height:5em;
       -webkit-background-size: 5em 5em;
       -moz-background-size: 5em 5em;
    background-size: 5em 5em;
}

.workflowStep img, .workflowTimelineBall{
    width:1em !important;
    height:1em !important;
}

.workflowFolder h1{
    margin-top:.5em;
    float:left;
    width:70%;
}

.RouteDisplaySignatureContainer{
    margin:1em 0;
}

.EzForm2RepeatingElementLabel{
    margin-top:1em;
}

.EzForm2RepeatingElementListItem{
    margin:.5em 0;
    padding:.5em;
    border-bottom:.1em solid var(--border-light-contrast);
}

ul.token-input-list, .token-input-dropdown {
    width:100% !important;
    font-size:1.5em  !important;
    padding:inherit 0px;
}

ul.token-input-list input{
    width:100%  !important;
    padding:inherit 0px;
}

.token-input-dropdown li{
    padding:1em 0 !important;
    margin:.5em 0 !important;
}

.headerButton .ezToolIcon {
    height: inherit;
}

.EzForm2Container textarea,
.EzForm2Section textarea {
    width: calc(100% - 1.6em);
    min-height: 50px;
}

.EzForm2RepeatingElementListItem {
    padding: .5em .5em .5em 1em;
    background-color: var(--primary-background);
    border: 1px solid var(--border-light-contrast);
    margin: .3em 0;
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: .4em;
}

.EzForm2RepeatingElementListItem .clear {
    display: none;
}

.block .EzForm2RadioButtonQuestionButton, .block .bComponentContainer .ui_bRadioButtonComponentClass{
    display: block;
}

.EzForm2QuestionLabel {
    line-height: 1em;
}

.EzForm2RepeatingElementAddButton {
    color: var(--text-default);
    cursor: pointer;
}


.EzForm2RepeatingElementEditButton:hover .buttonLabel, 
.EzForm2RepeatingElementEditButton:focus .buttonLabel, 
.EzForm2RepeatingElementRemoveButton:hover .buttonLabel,
.EzForm2RepeatingElementRemoveButton:focus .buttonLabel {
    background-color: var(--bg-level-2);
}

.EzForm2RepeatingElementDataContainer .ezForm2SubSection {
    border: none;
    background: transparent;
    padding: 0px;
}


.EzForm2RepeatingElementAddButton.addButton1{
    display: none;
}

.EzForm2RepeatingElementAddButton.addButton2{
    display: block;
}

.EzForm2RepeatingElementLabel {
    font-weight: normal;
}

.EzForm2RepeatingElementAddButton {
    background: none;
    border: none;
    float: none; 
}

.EzForm2RepeatingElementAddButton:before {
    content: none;
}

.requiredFieldMarker{
    color: #bf011b;
    vertical-align: middle;
}

.EzForm2TextAreaComponent textarea {
    overflow:auto;
    resize:vertical;
}

.EzForm2FileAttachmentComponent {
    border: 1px solid var(--border-light-contrast);
    background-color: var(--bg-level-2);
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.EzForm2FileAttachmentComponent button,
.EzForm2FileAttachmentComponent a {
    font-size: .81em;
    margin-left: 10px;
}

.ui_bCheckBoxGroupComponent.horizontal .bComponentContainer{
    width: 21%;
    float: left;
    padding-right: 1%;
}

.ui_bCheckBoxGroupComponent label{
    display: block;
    margin-bottom: .5em;
}

.bComponentErrorMessages{
    clear: both;
    padding-top: .5em;
}

.ui_bCheckBoxGroupComponent .bComponentContainer .bComponentLabel, .ui_bCheckBoxGroupComponent .bComponentQuestion{
    display: inline;
}

.ui_bCheckBoxGroupComponent .bComponentContainer input{
    margin-right: .5em;
}

.attestationGroups .ui_bCheckBoxGroupComponent{
    border-bottom: 1px dotted var(--border-light-contrast);
    margin-bottom: .5em;
    padding-bottom: .5em;
}

.ui_bCheckBoxComponent{
    display: flex;
}

.ui_bCheckBoxComponentClass {
    display: inline;
}

.ReviewGroupContainer h4 {
    margin-top: .5em;
}

.ReviewSummaryContainer{
    border-top: 1px dotted var(--border-light-contrast);
    padding: .6em;
    margin-top: .5em;
}

.EzForm2DisabledComboBox .reStyleComboBox {
    display:none;
}