/*!
 * ========================================
 * All of the project specific styles here: 
 * ========================================
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}
#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;
    margin-top: 1rem;
}
/* .fa-calendar */
#progressbar #filing-information:before {
    content: "\f133";
}
/* .fa-user */
#progressbar #personal:before {
    content: "\f007";
}
/* .fa-building */
#progressbar #employment:before {
    content: "\f1ad";
}
/* .fa-money-bill */
#progressbar #income:before {
    content: "\f0d6"; 
}
/* .fa-briefcase */
#progressbar #business:before {
    content: "\f0b1";
}
/* .fa-check */
#progressbar #confirm:before {
    content: "\f00c";
}
/* .fa-gift */
#progressbar #gifts:before {
    content: "\f06b";
}
/* .fa-users */
#progressbar #affiliations:before {
    content: "\f0c0";
}
/* .fa-file-text */
#progressbar #review:before {
    content: "\f15c";
}

#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: #0b7285
}
#progressbar > li.active:last-of-type:before{
    /* color: pink!important; */
    background-color: #396f3a!important;
}

.fit-image {
    width: 100%;
    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;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: rgb(192, 192, 192);
    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;
}
.greyedout,.greyedout:hover{
	background-color:#e9ecef;
	box-shadow:none !important;
}
.custom-control-input:disabled ~ .custom-control-label::after{
	cursor:not-allowed;
}
#pfds-logo-wrapper{
	background-color:#333344;
	background-size:40px 60px;
}
#pfds-logo-wrapper img{
	max-width:576px;
	min-width:261px;
}
#pfds-logo.banded:after{
	display:block;
	content:" ";
	width:100%;
	height:20px;
	background-color:#4a83e7;
}
#user-logout{
	position:absolute;
	top:0;
	right:0;
}
#user-logout a{
	color:#4a83e7;
}
.review-message{
	font-weight: 600;
	font-size: 100%;
    color: #c92a2a;
}
.list-group,.list-group-item{
	background-color: inherit;
}
#reviewHeaderDiv{
	background-color: #fff !important;
}
#formErrorsHeader{
	color:#c92a2a;	
}
#formSuccessHeader{
	color:#0c851a;
}
.not-applicable:disabled  ~ .custom-control-label ~ .invalid-feedback{
	display: block;
}
.section-head{
	margin-top: 2em;
	margin-bottom: 2em;
	border: 1px solid;
	border-color: black;
	background-color: rgb(214,220,229);
	text-align: center;
}
.required-edit{
	color:red;
	font-weight: 500;
}
input.edit{
	width: 35%;
}
.review-check-invalid{
	color: red;
	border-color: red;
}
.filing-status-label{
	width: 100%;
	height: 100%;
}
/* .not-applicable ~ .custom-control-label ~ .invalid-feedback > .parley-required{
	font-size: 800%;
} */
.resize-ta{
	min-height: 38px;
}
span.select2-selection {
	width: 100%!important;
}
.select2-selection__choice__remove{
	color:red!important;
}
.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 38%;
    font: normal normal normal 10px/1 FontAwesome;
    content: "\f078";
    font-weight: bold;
}
