﻿
#cssOverride {
    --COLORSECTIONBACKGROUND: white;
    --COLORBACKGROUND: white;
}

html#cssOverride {
    background-color: white;
}

#cssOverride body {
    background-color: white;
}

#cssOverride input {
	border: 1px solid black;
	color: black;
}

#cssOverride button.red {
	color: black;
}

#cssOverride .avaSection {
    background: none;
    border: none;
    box-shadow: none;
}

#searchInformation {
    display: none;
}

#searchBasicCriteria {
    display: none;
}

#cssOverride #topFormButtons {
    display: none;
}

#cssOverride #bottomFormButtons {
    display: flex;
}

#customHeader {
    text-align: center;
}

#customFooter {
    text-align: center;
}

#cssOverride .resultHeader {
	color: black;
}

#cssOverride .resultDetailSubSection {
	color: black;
}

#cssOverride .resultDetailSubContent {
	color: black;
}

#searchAdvancedCriteria label.avaHeaderText {
    display: none;
}

#searchAdvancedCriteria .nav-tabs {
    display: none;
}

#searchLegalsTabControl > :first-child {
    display: none;
}

#searchLegalsTabControl label {
    color: black;
}

#searchSubdivisionLegals div.flex {
    align-items: center;
    justify-content: center;
}


#cssOverride .avaSectionLightBlue {
    background: none;
    border: none;
    color: black;
}

#cssOverride .text-white {
    color: black;
}

#footerLinks {
    display: none;
}

#cssOverride button {
    background-color: gainsboro;
}
