@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}



ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li {
	display:block;
}

ul.tabs li a{
	display:block;
	background-color: #f7f7f7;
	background-image:url(../images/calculate-list.png);
	background-repeat: no-repeat;
    background-position: 10px 20px;
	color: #434343;
	font-size:14px;
	display: inline-block;
	padding: 15px 15px 15px 30px;
	cursor: pointer;
	width:100%;
	margin-bottom:15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul.tabs li.current a{
	color: #222;
	background-color: #EAEAEA;
}

.tab-content{
	display: none;
}

.tab-content.current{
	display: inherit;
}
.tab-contentUl{
}
.tab-contentUl li{
	list-style:none;
}



.calculatorWrap{
	width:100%;
}
.calculatorLeft{
	width:70%;
	float:left;
}
.calculatorRight{
	width:30%;
	float:right;
}
.calculatorBox{
	width:50%;
	float:left;
	padding-right:30px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.calculatorLabel{
	/*width:160px;
	float:left;*/
	font-size:14px;
	margin-top:5px;
}
.calculatorInput{
	/*width:100% !important;*/
	height:30px !important;
	padding:0 10px !important;
	margin:0px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.calculatorSelect{
	/*width:50% !important;*/
	height:30px !important;
	padding:0 0 !important;
	 color: #777777;
	 margin:0px !important;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.calculatorIcon{
	float:right;
	margin-right:3px;
}


.leftHalfBox{
	width:50%;
	float:left;
}
.rightHalfBox{
	width:50%;
	float:left;
	padding:0 16px;
	position:relative;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rightHalfBoxNew{
	width:50%;
	float:left;
	position:relative;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
.calculatorLeftIcon{
	position: absolute;
	left: 2px;
	top: 4px;
}

.calculatorRightIcon{
	position: absolute;
	right: 2px;
	top: 4px;
}
.calculatorRightrePayment{
	position: absolute;
	right: -78px;
	top: 4px;
}
.calculatorRightreYear{
	position: absolute;
	right: -30px;
	top: 4px;
}
.calculatorRightMonth{
	position: absolute;
	right: -53px;
	top: 4px;
}
.rightLabelCalculator{
	text-align:right;
}
.sbttnWrap .sbttn{
	padding:5px;
	width:100%;
	margin-top:10px;
}
.calculatorMessage{
	background:#f5f5f5;
	padding-top:10px;
	border:1px solid #e4e4e4;
}
.resultWrap{
	width:70%;
}
.resultSpace{
	padding-right:30px;
}
.resultTable{
}
.resultTable td{
	padding:1px;
	text-align:center;
}
.centerTableBox{
}
.centerTableBox table{
	margin:0 auto;
}


@media (max-width: 1023px) {
.calculatorLeft {
  width: 60%;
}
.calculatorRight {
  width: 40%;
}
.calculatorBox{
	width:85%;
}
.resultWrap{
	width:100%;
}
.resultSpace{
	padding-right:0px;
}
}
@media (max-width: 767px) {
.calculatorLeft {
  width: 100%;
}
.calculatorRight {
  width: 100%;
}
ul.tabs li {
	width:49.5%;
	display:inline-block;
	vertical-align:top;
}
ul.tabs li a{
	margin-bottom:3px;
	min-height:75px;
}
.resultWrap{
	overflow-x:auto;
}
}
@media (max-width: 479px) {
ul.tabs li {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:10px;
}
ul.tabs li a{
	margin-bottom:3px;
	min-height:inherit;
	padding: 10px 6px 10px 30px !important;
 	background-position: 10px 15px;
}

.leftHalfBox {
  width: 87% !important;
  float: none;
  margin: 0 auto;
}
.rightHalfBox{
	width:100% !important;
	float:none;
	padding:0 16px;
}
.calculatorBox{
	width:100%;
	padding-right:0px;
}
.calculatorRightrePayment {
  position: inherit; 
  right: 0;
  top: 0;
  float: right;
}
.calculatorRightreYear {
  position: inherit;
  right: 0;
  top: 0;
  float: right;
}
.calculatorRightMonth{
	position: inherit;
  right: 0;
  top: 0;
  float: right;
}
.calculatorLabel {
  margin-top: 0px;
  margin-bottom:3px;
}
.sbttnWrap .sbttn {
  width: 70%;
}

}












