﻿.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;
}﻿.g3-form{}
.g3-header {
	margin-bottom: 4mm;
}

.g3-form-row 
{
	padding: 0;
}
.g3-label
{
	width: 30%;
	max-width: 6cm;
	white-space: normal;
}
.g3-description
{
	font-size: .98em;
	font-style: italic;
}

.row-perb_case_number
{
	flex-wrap: wrap;
	padding-bottom:4mm;
}

.field-perb_case_number
{
	width: 110%;
}

.description-perb_case_number
{
	width: 100%;
}

.description-perb_case_number ul {
    margin: 0 0 0 27.5%;
	padding: 0;
	list-style-position: inside;
}

.description-perb_case_number ul li
{
}

.row-athletic_conference
{
	flex-wrap: wrap-reverse;
	align-items: flex-end;
	margin-top: 5mm;
}

.description-athletic_conference {
	margin-left: 5mm;
	margin-bottom: 2mm;
	font-size: 1.15em;
	font-style: normal;
	font-weight: bolder;
}

.row-filename
{
	margin-bottom: 4mm;
}

.field-case_name_parties, .field-notes
{
	width: 90%;
	
}

.field-notes
{
	height: 1cm;
}

#g3-filters
{
	margin-bottom: 4mm;
}

/* Styles for non-g3 element */
.form-list-page {
    text-align: right;
    padding: 4px 4px 0 0;
}
.form-list-page a {
    color: #2e5e92;
    text-decoration: none;
}
.form-list-page a:hover {
    text-decoration: underline;
}
.newdiv-nonfield {
	padding: 2mm;
	font-weight: bold;
}
