﻿.g3-form
{
    margin: 2mm;
}

#g3-filters 
{
    background-color: #f0f0f0;
    border: 1px solid gray;
    border-radius: 5px;
    margin: 1mm 0 1mm 0;
    padding: 2mm 0 2mm 0;
}

.g3-input
{
    margin: 3px;
    padding: 2px;
    border-radius: 3px;
}

.g3-required
{
    background-color: lightyellow;
}

.g3-form-row
{
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    padding: 1px;
}

.g3-focused-row
{
    background-color: #f0f0f0;
    border-radius: 5px;
}

.g3-label
{
    width: 5cm;
    text-align: right;
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
}

.g3-entry
{
    width: 7cm;
}

.g3-description
{
}

#g3-result 
{
    display: none;
}

.g3-success
{
    color: Green;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 5mm;
    margin-left: auto;
}

.g3-failure
{
    color: Red;
    font-weight: bold;
}

.g3-button
{
    background-color: Blue;
    color: White;
    padding: 4px 10px 4px 10px;
    margin: 2px;
    border-radius: 5px;
}

.g3-button-danger
{
    background-color: Red;
    color: White;
    padding: 4px 10px 4px 10px;
    margin: 2px;
    border-radius: 5px;
}

.g3-presub 
{
}

.g3-postsub 
{
    display: none;
}

.g3-more 
{
    display: none;
    text-decoration: none;
    background-color: Blue;
    color: White;
    padding: 4px 10px 4px 10px;
    margin: 2px;
    border-radius: 5px;
}

.g3-button:disabled
{
    background-color: lightgray;
    color: Gray;
    border-color: transparent;
}

.required-marker 
{
    color: red;
    font-size: 50%;
    vertical-align: super;
}

.g3-required-label 
{
    width: 5cm;
    text-align: right;
    font-style: italic;
    white-space: nowrap;
    padding: 2mm 0 2mm 0;
}

.db-download 
{
    color: Blue;
    text-decoration: none;
}

.section li 
{
    margin-bottom: 0.5mm;
}

#uploading-message 
{
    display: none;
    padding: 2mm;
}

.validation-error
{
    display: none;
    color: red;
    font-weight: bold;
}﻿.g3-form {}

.g3-input, button {
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: .4rem .25rem;
    margin: .2rem;
}

.g3-header {
    padding-bottom: .5rem;
    margin: 1rem .8rem;
    border-bottom: dotted 1px gray;
}

.g3-header div {
    text-align: center;
}


#g3-filters {
    border-color: lightgray;
    border-radius: 2px;
}

#g3-fields {
	margin: 0 auto;
}

.g3-label  {
    width: 60%;
    flex-basis: 30%;
	font-size: 1rem;
}
.g3-entry {
    width: auto;
}

.g3-description {
	font-size: .9rem;
    line-height: normal;
}

.field-topics_x {
    height: 150px;
}

.field-folder_x,
.field-subfolder_x  {
	min-width: 255px;
}

.field-description,
.field-document_title,
.field-comments {
	width: 255px;
	height: 50px;
}

.row-description,
.row-filename,
.row-submitted_pdf,
.row-link1 {
    margin-top: 1.5rem;
    flex-wrap: wrap-reverse;
}

.description-expiration_date_of_contract_mmddyyyy,
.description-expiration_date_of_contract {
	color: red;
}

.description-description,
.description-filename,
.description-submitted_pdf {
	width: 100%;
    margin: .5rem 3rem;
	font-weight: bold;
	font-size: inherit;
    line-height: inherit;
}

.description-submitted_pdf div {
	width: 50%;
	margin: 0 auto;
}

.description-description div {
	font-weight: normal;
}

.description-filename ol,
.description-submitted_pdf ol {
	margin: 0;
    padding: 0 0 0 1cm;
    font-weight: normal;
}

.description-filename p,
.description-submitted_pdf p {
    margin: 0;
    font-size: inherit;
}

.description-filename span,
.description-submitted_pdf span {
	color: #006699;
    font-weight: 600;
}

.description-filename span a,
.description-submitted_pdf span a {
	color: #1c9cd8;
    margin: 0;
}

.description-link1 {
    margin-left: .5rem;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: inherit;
    font-weight: bold;
}

.row-submitter_phonenumber {
    margin-bottom: .5rem;
}

.row-comments {
    margin-top: 1rem;
}

#submission-form {
    max-width: 100vw !important;
}

#submission-form .help-tip {
    position: relative;
    top: 0;
    right: 0;
    left: 10px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

#submission-form .questionmark:before, #submission-form .help-tip:before {
    content: '?';
    font-weight: bold;
    color: #fff;
}