/* CSS Document */
body,ul,li,ol{margin:0;padding:0;}
ul{list-style:none;}

a,button,a img,img{transition:all .5s}
a{text-decoration:none;cursor:pointer;}
a.underline{text-decoration:underline}
a img:hover{transform:scale(0.95)}
a:hover,a:focus{color:#fff;text-decoration:none !important;}

li a:hover{text-decoration:none;}

/*input{padding:2px 5px;}*/
i>img{display:none}
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 !important}
input[type=button],input[type=reset]{padding:5px 8px;}
input[type=text]{border:none;padding:3px 15px}
table th input[type=radio]:checked +label{color:#FAFF50}

select{width:100%;height:40px;padding-left:20px;border-color:#dedede;}

button{border:none;}
button:hover{}

.grayBtn{background:#ececec;color:#000;}
.darkBtn{background:#9b9b9b;color:#FFF;}
.greenBtn{background:#0da4a2;color:#FFF;}


/*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;
 }
 
 .list-inline{}
 .list-inline li{
	 display:inline-block;
	 margin-right:10px;
	 }
	 
/*background*/
.bg{background:no-repeat center center;}
.bg-cover{background-size:cover;}
.bg-contain{background-size:contain;}


/*tableStyle*/
.display-table{display:table;width:100%;margin:auto;}
.display-table aside{
	display:table-cell;vertical-align:middle;
	}


/*table*/
table{width:100%;margin-bottom:10px;border-collapse:collapse;border:1px solid #eee;}
table th{text-align:center;}
table td{padding:7px 2px;border:1px solid #eee;}

table tr:nth-child(even){background:#f0f0f0}
table th{background:#f2f2f2;color:#fff;padding:5px 2px;}


/*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;}
.fixed{position:fixed}

/*bgColor*/


/*bootstrap*/
.bg-warning td{background:#FFC}

/*color*/
.whiteColor{color:#fff;}
.orangeColor{color:#f3733b;}
.blueColor{color:#171c8f;}
.blackColor{color:#333;}
.brownColor{color:#a48b78;}
.redColor{color:#e60012;}
.grayColor{color:#898989;}

/*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;}
.PL115{padding-left:115px !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;
		}
 
		.col-xs-1-5 {
			width: 20% !important;
			float: left;
			padding:0 3px;
		}
 
		@media (min-width: 768px) {
		.col-sm-1-5 {
				width: 20% !important;
				float: left;
			}
		}
		@media (min-width: 992px) {
		.col-md-1-5 {
				width: 20% !important;
				float: left;
			}
		}
		@media (min-width: 1200px) {
			.col-lg-1-5 {
				width: 20% !important;
				float: left;
			}
		}
		




