﻿.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: .3rem .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-label 
{
	width: 100%;
	max-width: 6cm;
}

.g3-description
{
	width: 100%;
    font-size: 9pt;
}

.field-district {
	width: 200%;
}

.row-filename
{
    flex-wrap: wrap-reverse;
    align-items: flex-end;
	margin-bottom: 2mm;
}

.label-filename 
{
	margin-top: .6rem;
}

.entry-filename input
{
    border: none;
}

.field-title_x, .field-comments
{
	width: 6cm;
	height: 1.5cm;
}

.field-topics_x
{
	height: 2.5cm;
}

.description-filename
{
	margin-top: .5cm;
	margin-left: 4cm;
	font-weight: bold;
}

.description-filename div
{
	margin-bottom: 2mm;
	font-weight: normal;
}

.description-filename ol
{
	margin: 0;
	padding: 0 0 0 1cm;
}

.description-filename span
{
	color: #ff0000;
}

.description-filename span a
{
	color: #1c9cd8;
}

#submission-form
{
	padding:2px;
}

.row-submitter_phonenumber
{
    margin-bottom: .5rem;
}
