.referralIn{
	width: 1120px;
	height: 1000px;
	margin: 0 auto;
	background: #202020;
	color: #dadada;
}
.refHead{
	width:100%;
}
.refHeadRght{
	width:100%;
}
.refHeadRght td{
	text-align:center;
	vertical-align: top;
}
.refHeadRghtTtl{
	font-size:28px;
	font-weight:600;
	text-transform:uppercase;
	color: #2074e2;
}
.refHeadRghtMid{
	
}
.refBotTD{
	text-align: left !important;
	width:33%;
}
.padLft1{
	padding-left: 43px;
}
.padLft2{
	padding-left: 22px;
}
.refBotNum{
	display:inline-block;
	vertical-align: top;
}
.refBotNum span{
	font-size:60px;
}
.refBotTxt{
	display:inline-block;
	width: 175px;
}
.iSym{
	font-size: 25px;
	color: #2074e2;
}
.refBotTxtTop{
	font-size: 26px;
	color: #2074e2;
}
.refBotTxtBot{
	font-size: 15px;
}
.refMid{
	font-size:14px;
}
.refBotTemp{
	display:inline-block;
	width:245px;
	text-align:center;
	padding: 0 61px;
}
.refBotTempHead{
	background: grey;
	padding: 20px 10px;
	border-radius: 5px 5px 0 0;
	border: 1px solid grey;
	font-size: 16px;
	font-weight: 600;
}
.refBotTempBody{
	border: 1px solid;
	padding: 5px;
	height: 380px;
}
.refBotTempBody table{
   width:100%;
   font-size:12px;
}
.refBotTempBodyTbl{
	text-align:left !important;
}
.refBotTempBodyTbl td{
	vertical-align:top !important;
}
.descRef{
	text-align:left;
	font-size:10px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 125px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.7);
}
.modal-content {
  background-color: #1a1a1a;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}
.modal-contentTgl {
  background-color: #1a1a1a;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
}
.modalTbl tr:nth-child(even) {background: #1a1a1a}
.modalTbl tr:nth-child(odd) {background: #494949}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-contentTgl {
  background-color: #1a1a1a;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 25%;
}
.modalTbl{
	border-collapse:collapse;
	width:100%;
	text-align:center;
}
.modalTbl th{
	padding:5px 0px;
	border: 1px solid #dadada;
}
.modalTbl td{
	padding:5px 0px;
	border: 1px solid #dadada;
}
.modalTbl tr:nth-child(even) {background: #1a1a1a}
.modalTbl tr:nth-child(odd) {background: #494949}
.popRef1{
	color: #339ef2;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;
}
.popRef1:hover{
	color: #dadada;
}