﻿.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 {}

#submission-form {
    line-height: 1.5em;
}

textarea, .field-date {
    width: 225px;
}

#g3-filters .g3-form-row {
    flex-wrap: wrap;
}

.g3-form-row {
    flex-wrap: wrap-reverse;
}

.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-filters {
    border-color: lightgray;
    border-radius: 2px;
}

.g3-label {
    flex-basis: 30%;
    width: 30%;
    white-space: normal;
}

.g3-entry {
    width: auto;
}

.g3-input {
}

#g3-fields .field-local, .field-district_name, .field-employer, .field-union {
    width: 274px;
}

.entry-filename input {
    border: none;
}


/*



.field-local {
    width: 100%;
 
}


.g3-description {
	width: 100%;
    font-size: 1rem;
}

.input-local {
	min-width: 15rem;
}


*/
