/* CSS Document */
body,ul,li,ol{margin:0;padding:0;}
label{font-weight:normal;}
ul{list-style:none;}
hr{border-color:#d9e8e6;}
a,button,a img,img{transition:all .5s}
a{text-decoration:none;cursor:pointer;color:#358d82;}
a.underline{text-decoration:underline}
a img:hover{transform:scale(0.95)}
a:hover,a:focus{color:#f4a62c !important;;text-decoration:none !important;}

li a:hover{text-decoration:none;}

/*input{padding:2px 5px;}*/
i{font-style:normal;}
img{max-width:100%;max-height:100%;}

input,select,button,img,i{vertical-align:middle;display:inline-block;}
input[type=checkbox],input[type=radio]{width:18px;height:18px;margin:0 2px}
input[type=button],input[type=reset]{padding:5px 8px;}
table th input[type=radio]:checked +label{color:#FAFF50}

select,textarea,input[type=text]{width:100%;color:#000;border:none;line-height:1;padding:.7em;border: 1px solid #b5bac5;}
::-webkit-input-placeholder,select{color:#8ba2b3;}


button{border:none;background:#22ab9f;color:#fff;line-height:2.5;min-width: 150px;font-weight: bold;}
button:hover{background:#107f75;}

.darkBtn{background: none;border: 1px #fff solid;color:#25d2b3;}
.darkBtn:hover{background:#25d2b3;color:#312d2d;border: 1px #25d2b3 solid}

.grayBtn{background:#ececec;color:#000;}
.greenBtn{background:#0da4a2;color:#FFF;}
.blueBtn{background:#3a97ff;color:#FFF;}

/*aline-middle*/
.aline-middle:before{content:"";height:100%;display:inline-block;vertical-align:middle;}


/*inlineBlock*/
.inlineBlock{
    font-size:0;
	[;font-size:12px;];
	*font-size:0;
	[;letter-spacing:-3px;];
	*letter-spacing:normal;
	*word-spacing:-1px;
    }
.inlineBlock li{	
    display:inline-block;
	*display:inline;
	*zoom:1;
	letter-spacing:normal;
	word-spacing:normal;
	font-size:15px;
	vertical-align:middle;
 }
 
 .list-inline{}
 .list-inline li{
	 display:inline-block;
	 vertical-align:middle;
	 }

.li-style1 {margin: 2em 0 2em 2em}	 
.li-style1 li:before{content:"-";padding:0 .5em;margin-left:-1.2em;}
.li-style1 li{margin-bottom:.2em;}
	 
/*tableStyle*/
.tableStyle,.tableStyle dl{display:table;vertical-align: bottom;width:100%;margin:auto;padding:0;}
.tableStyle li,.tableStyle dt,.tableStyle dd,.tableStyle>aside,.tableStyle>article,.tableStyle>div{
	display:table-cell;vertical-align:middle;float:none;
	}

.inlineTable,.inlineTable dl{display: inline-table;}

/*table*/
table{width:100%;margin-bottom:10px;border-collapse:collapse;border:0;}
table th{text-align:center;}

.table-align-middle td{vertical-align:middle !important;}

.noMargin{margin:0px;}

/*list*/
.noStyleList{list-style:none;}

/*noboder*/
.noborder{border:none}


/*display*/
.hidden{display:none;}
.show{display:block}
.showInlineBlock{display:inline-block}

.relative{position:relative;}
.absolute{position:absolute;}

/*bgColor*/


/*bootstrap*/
.bg-warning td{background:#FFC}

/*color*/
.primaryColor{color:#34beb2;}
.secondColor{color:#96b7b3;}
.thirdColor{color:#f4a62c;}

.orangeColor{color:#f3733b;}
.blackColor{color:#333;}
.brownColor{color:#a48b78;}
.redColor{color:#e60012;}
.grayColor{color:#898989;}
.blueColor{color:#3a97ff}


/*bg*/
.primaryBg{background-color:#e4efed}

.greenBg{background-color:#a7c725;}
.purpleBg{background-color:#7d97e3;}

/*align*/
.alignCenter{text-align:center;}
.alignLeft{text-align:left;}
.alignRight{text-align:right}

/*font*/
.bold{font-weight:bold;}
.numberFonts{font-family:"Arial Black", Gadget, sans-serif;min-width:20px;background:#d8dce4;color:#4c5976;}

/*width*/
.w100{width:100% !important}
.w98{width:98% !important}
.w90{width:90% !important}
.w80{width:80% !important}
.w70{width:70% !important}
.w65{width:65% !important}
.w66{width:66% !important}
.w60{width:60% !important}
.w55{width:55% !important}
.w50{width:50% !important}
.w49{width:49% !important}
.w48{width:48% !important}
.w45{width:45% !important}
.w40{width:40% !important}
.w33{width:33% !important}
.w30{width:30% !important}
.w20{width:20% !important}
.w15{width:15% !important}
.w10{width:10% !important}

/*margin*/
.MTR0{margin:0 !important;}

.MT2{margin-top:2px !important;}
.MT5{margin-top:5px !important;}
.MT10{margin-top:10px !important;}
.MT15{margin-top:15px !important;}
.MT20{margin-top:20px !important;}
.MT30{margin-top:30px !important;}
.MT50{margin-top:50px !important;}
.MT70{margin-top:70px !important;}

.MB5{margin-bottom:5px !important;}
.MB10{margin-bottom:10px !important;}
.MB15{margin-bottom:15px !important;}
.MB20{margin-bottom:20px !important;}
.MB30{margin-bottom:30px !important;}

.MR5{margin-right:5px !important;}
.MR10{margin-right:10px !important;}
.MR15{margin-right:15px !important;}
.MR20{margin-right:20px !important;}
.MR30{margin-right:30px !important;}
.MR40{margin-right:40px !important;}
.MR50{margin-right:50px !important;}
.MR60{margin-right:60px !important;}
.MR70{margin-right:70px !important;}
.MR100{margin-right:100px !important;}

.ML5{margin-left:5px !important;}
.ML10{margin-left:10px !important;}
.ML15{margin-left:15px !important;}
.ML20{margin-left:20px !important;}
.ML30{margin-left:30px !important;}
.ML40{margin-left:40px !important;}
.ML50{margin-left:50px !important;}

.MTB5{margin-top:5px;margin-bottom:5px !important;}
.MTB10{margin-top:10px;margin-bottom:10px !important;}
.MTB15{margin-top:15px;margin-bottom:15px !important;}

.MLR10{margin-right:10px !important;margin-left:10px !important}
.MLR15{margin-right:15px !important;margin-left:15px !important}
.MLR20{margin-right:20px !important;margin-left:20px !important}

.PT20{padding-top:20px !important;}

.PTB5{padding-top:5px !important;padding-bottom:5px !important;}
.PTB10{padding-top:10px !important;padding-bottom:10px !important;}
.PTB20{padding-top:20px !important;padding-bottom:20px !important;}
.PTB30{padding-top:30px !important;padding-bottom:30px !important;}

.PLR5{padding-left:5px !important;padding-right:5px !important;}
.PLR10{padding-left:10px !important;padding-right:10px !important;}
.PLR15{padding-left:15px !important;padding-right:15px !important;}

.FR{float:right !important}
.FL{float:left !important}
.clearAll{clear:both !important;}

.bdrCircle{border-radius:50% !important;}
.bdr5{border-radius:5px !important;}
.bdr10{border-radius:10px !important}
.bdr15{border-radius:15px !important}
.bdr20{border-radius:20px !important}
.blue_bd5{border:5px solid #2c3a44}

a.Line{text-decoration:underline}

.font_120{font-size:120%;}
.font_150{font-size:150%;}

/*bootStrap Add*/
/* define bootstrap 5 columns */
		.col-xs-1-5,
		.col-sm-1-5,
		.col-md-1-5,
		.col-lg-1-5 {
			position: relative;
			min-height: 1px;
			padding-right: 10px;
			padding-left: 10px;
		}
 
		.col-xs-1-5 {
			width: 20%;
			float: left;
			padding:0 3px;
		}
 
		@media (min-width: 768px) {
		.col-sm-1-5 {
				width: 20%;
				float: left;
			}
		}
		@media (min-width: 992px) {
			.col-md-1-5 {
				width: 20%;
				float: left;
			}
		}
		@media (min-width: 1200px) {
			.col-lg-1-5 {
				width: 20%;
				float: left;
			}
		}
		










/*
     FILE ARCHIVED ON 19:14:45 八月 2, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 1:47:35 五月 18, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
