.emptyRow 
{
  height:1em;
}
.border1
{
	border: 1px solid #3c3c3c;
}

.padding1
{
	padding:1em;
}
.padding2
{
	padding:2em;
}


.bg1 
{
  background-color: #3c3c3c;
}
.bg2
{
  background-color: #eb2127;
}
.bgGreen
{
  background-color: #599e14;
}
.bgYellow
{
  background-color: #ffea75;
}

.bgfb
{
  background-color: #3b5998;
}
.bggoogle
{
  background-color: #dd4b39;
}

.color1 
{
  color: #FFFFFF;
}
.color2 
{
  color: #000000;
}
.color3 
{
  color: #eb2127;
}
.color4
{
	color:#3c3c3c;
}
.colorfb
{
	color:#3b5998;
}
.upper
{
	text-transform:uppercase;
}
.font1
{
	font-size:10px;
}
.font2
{
	font-family: 'Yantramanav', sans-serif;
	letter-spacing: normal;
	font-weight: 400;
}
.table1
{
	margin: 0;
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}
.th1
 {
  color: #eb2127;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  border-top-style:double;
  border-top-color:#d9d8d8;
  padding: 3px;
}
.txtboxSmall
{
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	background-color: transparent;
	border-radius: 0;
	color: #323232;
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.txtboxBig
{
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	background-color: transparent;
	border-radius: 0;
	color: #323232;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 9px;
	padding-bottom: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#example1 td .link_color { color:#f39c12 !important; /*3300CC*/ }
#dttable1 td .link_color { color:#f39c12 !important; }
#example2 td .link_color {
    color: #f39c12 !important;
}
#example3 td .link_color {
    color: #f39c12 !important;
}
#example4 td .link_color {
    color: #f39c12 !important;
}