/* .calculator span {
	cursor: pointer;
	font-size: 22px;
}

.modVal {
	width: 28px;
	height: 28px;
	margin-bottom: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

.modVal:active {
	border-style: inset;
	border-width: 2px;
}

.modValL {
	margin-left: -5px !important;
	width: 30px;
}

.modValR {
	margin-left: -5px !important;
	width: 30px;
}

.calculator h2 {
	border-style: dotted;
	border-color: #C7C7C7;
	border-width: 0 0 1px 0;
	margin: 0;
}



.recalc {
	padding-right: 20px;
	background: #fff url('images/arrow-blue.png') right no-repeat;
	color: #CCCCCC !important;
}



.calculator table {
	margin: 0 0 10px 0;
	width: 100%;
}

.center {
	text-align: center;

}

.center p {
	font: 18px "VAG Rounded Light", "Arial", "Helvetica", sans-serif;
	color: #999;
}

.calculator .done {
	padding-right: 15px;
	font: 20px "VAG Rounded Light", "Arial", "Helvetica", sans-serif;
	color: #999;
	cursor: default;
	vertical-align: middle;
}

.calculator input.d,
.calculator input.m {
	width: 25px;
}

.calculator input.y {
	width: 50px;
}

.calculator .description {
	font: 20px "VAG Rounded Light", "Arial", "Helvetica", sans-serif;
	color: #999;
	padding: 15px 85px 10px 0;
	width: 260px;
	vertical-align: middle;
}

.calculator input {
	width: 89%;
	vertical-align: middle;
}

.calculator .appendedInputButtons {
	width: 74%;
	width: 64%\0/;
	vertical-align: middle;
}

*+html .calculator .appendedInputButtons {
	width: 54%;
}

.calculator select {
	width: 92%;
	vertical-align: middle;
}



#results {
	text-align: left;
}

.result_left {
	float: left;
	width: 33%;
	padding: 5px 20px 5px 0;
}

.result_left h3 {
	font-size: 25px;
}

.result_left p {
	color: #999;
	line-height: 110%;
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
}

.result_right {
	float: left;
	width: 64%;
	padding: 5px 0;
}

.result_right td {
	font: 20px "VAG Rounded Light", "Arial", "Helvetica", sans-serif;
	color: #999;
}

.result_right .money {
	font: bold 18px "VAG Rounded Thin", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #00B3DB;
}

.buttonArea {
	text-align: right;
}

form.calculator .shadow {
	position: relative;
	background: #F8FAFA url('images/ui-tabs-grad.png') repeat-x 0 0 !important;
	margin: 10px 0 0;
	height: 8px;
}

form.calculator .shadow .arrow {
	background: url('images/ui-tabs-grad-arrow.png') no-repeat 50% 0;
	width: 36px;
	height: 15px;
	margin: 0 auto;
} */

/*Tooltip styling*/
/* .tooltip {
	position: absolute;
	top: 30px;
	z-index: 1020;
	display: block;
	visibility: visible;
	padding: 5px;
	font-size: 11px;
	opacity: 1;
	filter: alpha(opacity=0);
	width: 200px;
	height: 100px;
	background: #FFF;
	border: 5px solid #2800a0;
	border-radius: 10px;
	vertical-align: middle;
	padding: 9px;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip.top {
	margin-top: -35px;
	margin-left: 70px;
}

.tooltip.right {
	margin-left: 2px;
}

.tooltip.bottom {
	margin-top: 2px;
}

.tooltip.left {
	margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
	background: url('images/callout-quote.png') no-repeat;
	margin-top: 102px;
	margin-left: 34px;
	height: 33px;
	width: 58px;
	bottom: -33px;
	left: 18px;
}

.tooltip #space_1 {
	height: 22px;
}

.tooltip #space_2 {
	height: 33px;
}

.tooltip #space_3 {
	height: 13px;
}

.tooltip #space_4 {
	height: 31px;
}

.tooltip #space_5 {
	height: 3px;
}

.tooltip #space_6 {
	height: 11px;
}

.tooltip #space_7 {
	height: 29px;
}

.tooltip-inner {
	font-size: 18px;
	color: #999;
	text-align: center;
	vertical-align: middle;
}

.tooltip-arrow {
	position: absolute;
	width: 2;
	height: 2;
}

span.tt {
	vertical-align: middle;
	margin: 0 0 0 10px;
	font-weight: 700;
	background-color: #f3f3f3;
	color: #999;
	border: 2px solid #f3f3f3;
	border-radius: 20px;
	behavior: url(/PIE.htc);
	padding: 0 5px;
	font-size: 18px;
}

span.tt: hover {
	background-color: #7e66c6;
	color: #FFF;
	border: 2px solid #7e66c6;
} */


/*Style PDF download area*/
/* .download_pdf_area {
	padding: 8px;
	border: 1px solid #E8E8E8;
} */


/*Datepicker*/
div.datepicker {
	position: relative;
	/* width: 280px;
	height: 147px; */
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}

.datepickerContainer {
	/* background: #121212; */
	position: absolute;
	top: 0;
	left: -12px;
	right: 0;
}

.datepickerContainer>table,
.datepickerContainer>table .datepickerContainer>table {
	width: 100%;
}

.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;

}

.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;

}

.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;

}

.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;

}

.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;

}

.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;

}

.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;

}

.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;

}

.datepickerHidden {
	display: none;
}

div.datepicker table {
	border-collapse: collapse;
}

div.datepicker a {
	text-decoration: none;
	cursor: default;
	outline: none;
	font-size: 0.9em;
}

/* div.datepicker table th,
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
	border: none;
} */

div.datepicker th {
	text-align: center;
	color: #AAA;
	font-weight: normal;
}

div.datepicker tbody th {
	text-align: left;
}

div.datepicker tbody a {
	display: block;
}

.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	/* padding-right: 2px; */
}

.datepickerYears a,
.datepickerMonths a {
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}

.datepicker td {
	/* display: inline-flex; */
	/* justify-content: center; */
	place-items: center;
	/* width: 25px;
	height: 25px; */
}

.datepickerDays td a span {
	display: flex;
	align-self: center;
	width: 100%;
	height: 100%;
	align-items: center;
	place-content: center;
}

.datepicker td.datepickerNotInMonth a {
	color: #666;
	display: none;
	display: flex;
	place-content: center;
	cursor: pointer;
	/* margin: 4px;
	padding: 2px; */
}

tbody.datepickerDays td.datepickerSelected a {
	color: #fff;
	background-color: #2800a0;
}

tbody.datepickerDays td.datepickerSelected a:hover {
	background-color: #7e66c6;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background-color: transparent;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
	background-color: #2800a0;
}

div.datepicker a:hover {
	color: #7e66c6;
}

div.datepicker td.datepickerNotInMonth a:hover {
	color: #7e66c6;
}

div.datepicker tbody.datepickerDays td.datepickerSelected a:hover {
	color: #fff !important;
}

div.datepicker tbody th {
	text-align: left;
}

.datepickerSpace div {
	width: 20px;
}

.datepicker .datepickerMonth {
	background-color: #FFF;
	padding-left: 5px;
	place-items: center;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: left;
	height: 20px;
	line-height: 20px;
	font-weight: 700;
}

.datepickerGoNext a {
	float: right;
	text-align: center;
	width: 20px;
}

.datepickerGoPrev a {
	float: left;
	text-align: center;
	width: 20px;
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}

.datepickerViewYears,
.datepickerViewMonths,
.datepickerViewDays {
	width: 100%;
}

.datepickerViewDays td {
	height: 35px;
	min-width: 35px;
	padding: 2px;
}

table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}

table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}

td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a {
	color: #2800a0;
}

td.datepickerDisabled a:hover {
	color: #7e66c6;
}

td.datepickerSpecial a {
	background: #700;
}

td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

.data-table-toggle {
	text-align: center;
	border-top: 1px solid #E5E5E5;
}

.data-table-toggle span {
	cursor: pointer;
}

/* .daterange .calendar-container { */
/* position: absolute;
	z-index: 5;
	top: 26px;
	right: 0;
	height: 0;
	overflow: hidden; */
/* -moz-box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.30);
	-webkit-box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.30);
	box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.30);
	border: 0 solid #CCC; */
/* border: 0 solid #D0D0D6; */
/* } */

.daterange .calendar-container .calendar-wrapper {
	border-radius: 8px;
	background-color: #fff;
	/* padding: 5px; */
	position: relative;
	/* padding-bottom: 17px; */
}

.daterange table.ax td {
	border: none;
}

.daterange table.ax td.calendar {
	padding-top: 0;
	border-right: 1px solid #F0F0F0;
	display: flex;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.daterange table.ax .controls .control {
	gap: 0.5rem;
}

.daterange table.ax .controls .control a {
	margin: 0;
}

.daterange .calendar .datepickerContainer,
.daterange .calendar .datepickerBorderT,
.daterange .calendar .datepickerBorderB,
.daterange .calendar .datepickerBorderL,
.daterange .calendar .datepickerBorderR,
.daterange .calendar .datepickerBorderTL,
.daterange .calendar .datepickerBorderTR,
.daterange .calendar .datepickerBorderBL,
.daterange .calendar .datepickerBorderBR {
	background-color: transparent !important;
}

.daterange .calendar .datepickerContainer table table td a {
	display: flex;
	place-content: center;
	cursor: pointer;
	margin: 2px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.daterange .calendar .datepickerContainer table table thead tr.datepickerDoW th {
	text-align: center;
}

.daterange .calendar .datepicker a:hover {
	color: #7e66c6;
}

.btn-group .btn .sign {
	border-radius: 11px;
	behavior: url(../pie.html);
	-pie-watch-ancestors: 1;
	position: relative;
	background-color: #2800a0;
	height: 18px;
	line-height: 18px;
	padding: 1px;
	width: 18px;
	display: inline-block;
}

.btn-group .btn.active .sign {
	background-color: #CCC !important;
}

.tab-top {
	background-color: #FAFBFB;
	margin: 0 -17px;
	padding: 10px 17px;
	border-bottom: 1px solid #E5E5E5;
}

.tab-area {
	display: none;
}

.tab-area.active {
	/* display: block; */
	display: flex;
	margin-top: auto;
	min-height: 61rem;
	/* flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between; */
}

.tab-area .chart {
	width: 100%;
}

.tab-area .no-data {
	display: none;
	text-align: center;
}

.tab-area .data-table {
	display: none;
}

.tab-area .tab-top .btn-toolbar {
	overflow: auto;
}
