/*!
 * ========================================
 * All of the project specific styles here: 
 * ========================================
 */
.greyedout,
.greyedout:hover {
    background-color: #e9ecef;
    box-shadow: none !important
}

.custom-control-input:disabled~.custom-control-label::after {
    cursor: not-allowed
}

#judicialPrivacyRequest-logo-wrapper {
    background-color: #333344;
    background-size: 40px 60px
}

#judicialPrivacyRequest-logo-wrapper img {
    max-width: 379px;
    min-width: 261px
}

#judicialPrivacyRequest-logo.banded:after {
    display: block;
    content: " ";
    width: 100%;
    height: 20px;
    background-color: #F5BE64
}

#user-logout {
    position: absolute;
    top: 0;
    right: 0
}

#user-logout a {
    color: #F5BE64
}

#pfdcForm .wizard-pane {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    display: none
}

#pfdcForm .wizard-pane:not(:first-of-type) {
    display: none
}

.card {
    z-index: 0
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #737373
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative
}

#progressbar>li:before {
    font-family: "FontAwesome"
}

#progressbar>li {
    margin-bottom: 1rem
}

#progressbar #personal:before {
    content: "\f007"
}

#progressbar #family:before {
    content: "\f0c0"
}

#progressbar #privacy:before {
    content: "\f070"
}

#progressbar #review:before {
    content: "\f15c"
}

#progressbar #confirm:before {
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: #737373;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #69B578
}

#progressbar>li.active:last-of-type:before {
    background-color: #396f3a !important
}

.fit-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.faux-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500
}

.button-bar input.btn~.btn {
    margin-left: 0.5rem
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open,
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important
}

span.select2.select2-container.select2-container--default {
    width: 100% !important
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da
}

.hidden {
    display: none
}

fieldset {
    display: block;
    -webkit-margin-start: 2px;
    margin-inline-start: 2px;
    -webkit-margin-end: 2px;
    margin-inline-end: 2px;
    -webkit-padding-before: 0.35em;
    padding-block-start: 0.35em;
    -webkit-padding-start: 0.75em;
    padding-inline-start: 0.75em;
    -webkit-padding-end: 0.75em;
    padding-inline-end: 0.75em;
    -webkit-padding-after: 0.625em;
    padding-block-end: 0.625em;
    min-inline-size: -webkit-min-content;
    min-inline-size: -moz-min-content;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: silver;
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial
}

.suffix-container {
    width: 96px;
    text-align: center
}

.custom-list-group .list-group-item {
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0
}

.btn-wrap {
    white-space: normal !important
}

.form-control {
    color: #00050a
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
       -webkit-appearance: none;
        margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
optgroup{
	font-weight: 100!important;
}
.was-validated.is-invalid [disabled] + .custom-control-label ~ .invalid-feedback{
    display:block;
}
.was-validated.is-invalid [disabled] + .custom-control-label{
    color: #c92a2a;
}
.was-validated.is-invalid [disabled] + .custom-control-label::before {
    border-color: #c92a2a;
}
.custom-file-label::after, .custom-file-label {
 display: flex;
 align-items: center;
}
.custom-file,.custom-file-label::after, .custom-file-label{
    height: unset!important;
}
.custom-file-label {
    padding-right: 79px;
    overflow-wrap: anywhere;
    font-size: 14px;
    position: relative;
}
.custom-file-label::after{
    font-size: 16px;
}
#clearFile{
    text-decoration: none !important;
}
.required-edit{
	color:red;
	font-weight: 500;
}
.fa-info-circle{
	color: #333344 !important;
}
.was-validated .selectpicker.is-invalid+button {
	border: 1px solid #c92a2a;
} 
.dropdown-toggle.disabled, .dropdown-toggle:disabled{
	background-color: #e9ecef !important;
    opacity: 1 !important;
    border: 1px solid #ced4da !important;
}
.blue-rounded-border{
	border: 2px solid #333344;
	border-radius: 25px;
}
#sectionHeadDiv{
	background-color: #F5BE64;
	color: #333344;
}
.thin-black-border{
	border: 1px solid black;
}
.gray-background{
	background-color: #ced4da;
}
.spinner-wrapper {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.autocomplete-spinner {
    width: 1rem;
    height: 1rem;
}

html, body {
    height: 100%;
}

#pageWrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}