.app-container { 
  	background-image: url('/shared/_images/PC_background_abstract.jpg'); 
}
.sliderMaxLabel {
    width: 50px !important;
    margin-left: 5px;
    margin-right: 5px;
}
.sliderMinLabel {
    padding-right: 5px;
}
.column.pc.wrap.ror {
    width: 40%;
}
h1.title {
	color: #486380; 	
	border-right: 1px solid #486380;
}
.contribLabel {
    white-space: nowrap !important;
}
 .disabled-span {
        opacity: 0.6; /* Example: make it semi-transparent */
        pointer-events: none; /* Prevents click events */
        cursor: not-allowed; /* Changes cursor to indicate it's not clickable */
    }
.contribLabelPreTaxNote {
    font-size: 0.85rem !important;
    padding: 0px 10px 0px 30px !important;
    display: block !important;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}
.specialInputWidth {
    width: 70px;
}

header .subtitle {
	color: #486380;
}

.intro-page header {
	border-bottom: 1px solid #adb4b4 !important; margin: 0 auto 25px; width: 95%;	
}

.matchContainer.expand-container .table .row LABEL.column {
    width: 40% !important;
}

.intro-page { color: #444; }

/* h1 { border-right: 0 !important; } */
label .normal { font-weight: normal !important; }
section#main { padding: 0 15px 15px 15px; overflow: hidden; }

div.btnPct, div.btnDol {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px 0px 0px 4px;
	background-color: #2e6365;
	color: #fff;
	font-size: 0.6669rem;
	padding: 4px 4px 4px 4px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	margin-right: 0px;; 
	border: 2px solid #2e6365;
	line-height: 2pt;
	width: 35px;
    text-align: center;
	display: inline-block;
} 

div.btnPct, div.btnDol {
    border: none;
    padding: 8px 10px 8px 10px;
    font-size: 0.75rem;
    background-color: #2e6365;
    border: 2px solid #2e6365;
    color: #FFFFFF;

}

.slider .sliderContainer span.control {
    background: #7494CD;
    background: #2f4154;
    cursor: default;
    border: none;
    height: 12px;
    margin-bottom: -2px;
    width: 190px;
    display: inline-block;
}
.hidden {
    display: none;
}
div.btnDol {
    border-radius: 0px 4px 4px 0px;
    background-color: white;
    color: #2e6365;
    margin-left: 0px;
}

div.btnPctDol-off {
    background: #2e6365;
    color: #fff;
}
label .slider .column .left-edge {
    width: 40%;
}

select.property {
    padding: 3px;
}
.wrap {
    white-space: normal !important;
}
div.btnPctDol-onArrow {
    background: url('/shared/_images/arrow_tab.png') no-repeat   ;
    width: 11px;
    height: 6px;
    position: relative;
    bottom: -8px;
    margin: 0 auto;
    margin-bottom: -6px;
}

div.btnPctDol-on {
    background-color: white;
    color: #000;
	cursor: default;
}


.btn-results a {
    background: #666;
}

/* 
    Fix for alignment issues with separator after 2 rows of "S" single inputs
    
*/
.table .row.separator .column {
	padding: 50px 0px 30px 30px;
}

select.property {
    line-height: 150%;
    border: 2px solid #AAA;
    font-size: small !important;
}

.table .row .column.left {
    display: table-cell;
	padding: 7px 0;	
	font-size: 0.875rem;
	width: 36%;
	text-align: left;
    padding-left: 31px;  	
}
span.btnUse {

	/* margin: 0; */
}
.errorText {
    color: #B80000;
}

.show {
    display: block !important;
    /* visibility:visible !important; */
}
.hide {
    display: none !important;
    /* visibility:hidden !important; */
}

.right {
    text-align: right !important;
    white-space: normal !important;
}
.nowrap {
    white-space:nowrap !important;
}
label.column.indent {
	padding-left: 50px  !important;
}
.expandSpacer {
    margin: 10px;
}
.expand-container .table .row span.column.rightcol {
    padding-left: 25px !important;
}

