/*-----------For H1,2,3,4 label------------*/
/*Default*/
h1,h2,h3,h4,h5,h6,h7,with-margin{
margin-top: 1px;
margin-bottom: 1px;
color : inherit; /*--inherit from body in set_mainPage.css */
font-weight: inherit;
}
h1.h1Label{
	font-size:55px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2.h2Label{
	font-size:28px;
}
h3.h3Label{
	font-size:25px;
}
h4.h4Label{
	font-size:20px;
}

h1.h1Label,h2.h2Label,h3.h3Label,h4.h4Label,h5.h5Label{

}

.h6{
	font-size:13px;
}
.h7{
	font-size:10px;
}

h5 > span {
	white-space: nowrap;
}
/*screen-xs*/
@media only screen and (max-width: 768px) {
	h1.h1Label{
	font-size:42px;
	}
	h2.h2Label{
	font-size:21px;
	}
	h3.h3Label{
	font-size:17px;
	}
	h4.h4Label{
	font-size:16px;
	}
	h5.h5Label{
	font-size:14px;
	}
	h6.h6Label{
	font-size:12px;

	}
	.form-control{
	font-size:14px;

	}
	.h6SmallLabel {
	font-size:11px;

	}


}
/*screen-sm*/
@media (min-width: 768px) and (max-width: 992px) {
	h1.h1Label{
	font-size:60px;
	}
	h2.h2Label{
	font-size:35px;
	}
	h3.h3Label{
	font-size:30px;
	}
	h4.h4Label{
	font-size:25px;
	}
	h5.h5Label{
	font-size:20px;
	}
	h6.h6Label{
	font-size:14px;

	}
	.form-control{
	font-size:15px;

	}
	.h6SmallLabel {
	font-size:11px;

	}



}
/*screen-md*/
@media (min-width: 992px) and (max-width: 1200px) {
	h1.h1Label{
	font-size:60px;
	}
	h2.h2Label{
	font-size:25px;
	}
	h3.h3Label{
	font-size:23px;
	}
	h4.h4Label{
	font-size:18px;
	}
	h5.h5Label{
	font-size:16px;
	}
	h6.h6Label{
	font-size:14px;

	}
	.h6SmallLabel {
	font-size:11px;

	}
	h6.h6Label{
	font-size:14px;

	}
	.h6SmallLabel {
	font-size:12px;

	}
	.form-control{
	font-size:14px;

	}


}
/*screen-lg corresponds with col-lg*/
@media (min-width: 1200px) {
	h1.h1Label{
	font-size:60px;
	}
	h2.h2Label{
	font-size:28px;
	}
	h3.h3Label{
	font-size:24px;
	}
	h4.h4Label{
	font-size:20px;
	}
	h5.h5Label{
	font-size:16px;
	}
	h6.h6Label{
	font-size:13px;

	}

	.form-control{
	font-size:15px;

	}
	.h6SmallLabel {
	font-size:10px;

	}
}

/*-------------Font-------------------*/
.font-bold {
	font-weight: bold;
}
.font-red{
color:#cb2121;
font-weight: bold;
}
.font-green{
color:#3b9a1a;
font-weight: bold;
}
.font-pink{
color:rgb(250, 62, 220);
font-weight: bold;
}
.font-blue{
color:#1f7dc9
}
.font-blue-light {
  color: #64B4F4;
}
.font-yellow{
color:#e67b00;
font-weight: bold;
}
.font-white {
 color: #737373;
  font-weight: bold;
}
.font-white-bright {
  color: #FFFFFF;
  font-weight: bold;
}
.font-black {
  color: #3F3F3F;
  font-weight: bold;
}

.font-none-side {
  color: #B4B4B4;
  font-weight: bold;
}

.font-buy{
color:#3097D6;
font-weight: bold;
}
.font-sell{
color:#D22F74;
font-weight: bold;
}
.font-detail{
color:#CDCDCD;
}

.font-blink{
background-color:rgba(109, 109, 109, 0.34);
}

.fit-textView{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font-bolder{
	font-weight: bolder;
}
