@charset "utf-8";
/* CSS Document */

.calculator-container{
	    background: #1abc9c;
    color: #fff;
    padding: 25px 25px;
	order-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.calculator-container h2{
	    font-size: 35px;
    color: #fff;
    margin: 0px;
    line-height: normal;
}
.calculator-container h3{
    font-size: 20px;
    color: #D9E4E2;
    margin: 0px;
    line-height: normal;
}
.calculator-container input{
	font-family: "Microsoft JhengHei"!important;
	margin: 5px 0 0;
    padding: 10px;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 30px;
    background-color: #fff;
    color: #525252;
    font-family: 'Raleway';
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	    width: 100%;
}
.calculator-container input.ip-num{
	font-size: 15px;
	text-align:right;
}
.calculator-container .head{
	    margin: 10px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.calculator-container table{
	margin-top: 20px;
	    color: #eee;
		font-size: 16px;
}
.calculator-container table thead{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	/*color: #fff;*/
    font-weight: bold;
}
.calculator-container .lv.active{
	color: #fff;
	font-weight: bold;
}
.calculator-container a{
	color:#fff;
	text-decoration: underline;
}
.calculator-container a:hover{
	text-decoration: none;
}
.calculator-container #submit_quota{
	    background-color: #cec2ab;
	line-height: 1.33;
	font-size: 20px;
	font-weight: normal;
    letter-spacing: 0px;
	    margin-top: 20px;
		    padding-left: 10px;
    padding-right: 10px;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.calculator-container #submit_quota:hover{
	    background-color: #B7A88B;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.calc-total input{
	background: #148F76;
    color: #fff;
    text-align: right;
}
[type=submit],
.wpcf7-form-control.wpcf7-submit{
	width: 100%!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    text-align: center!important;
}
#login_form table td,
#reg_form table td{
	text-align:left;
}
table.text-left td,
table.text-left th{
	text-align:left;
}
.q_line_graf_legend{
	width: 100%;
}
.q_pie_graf_legend ul, .q_line_graf_legend ul{
	    margin-left: 40px;
}
.q_pie_graf_legend ul li, .q_line_graf_legend ul li{
	margin: 0 10px 10px 30px;
    float: left;
}
.q_pie_graf_legend ul li p, .q_line_graf_legend ul li p{
	    padding: 0 0 0 40px;
}
.pado-section-heading{
	    color: #1ABC9C;
}
.q_icon_with_title .icon_text_holder .icon_title{
	margin: 0 0 0em;
}
.fancybox-inner{
	overflow-x: hidden!important;
}
.carousel-control{
	    width: 6%;
}
.carousel-inner .slider_content .text.one_by_one a.qbutton{
	font-size: 15px;
	font-family: 'Raleway',"Microsoft JhengHei",sans-serif;
}
.qbutton{
	background-color: #4CB9E2;
}