body 
{	
	background-color:#f9f9f9; 
	margin: 20px;
	font-family:glametrix, Tahoma, Geneva, sans-serif;
} 

.clientCodeTbl
{
	width: 60%;
	border-collapse: collapse;
	margin-top:6% ;
}
.clientCodeTbl tr th
{
	padding: 10px;
	border-right: 1px solid rgb(143, 141, 141);
	border-bottom: 1px solid rgb(143, 141, 141);
	background-color: orange;
}
.clientCodeTbl tr td
{
	padding: 10px;
	border-right: 1px solid rgb(143, 141, 141);
	border-bottom: 1px solid rgb(143, 141, 141);
	background-color: #ffffff;
}
.clientCodeTbl tr th:first-child
{
	border-top-left-radius: 10px;
	border-left: 0px;
	border-top: 0px;
}
.clientCodeTbl tr th:last-child
{
	border-top-right-radius: 10px;
	border-right: 0px;
	border-top: 0px;
}
.clientCodeTbl tr td:nth-child(4)
{
	border-right: 0px;
}
.clientCodeTbl tr:last-child td
{
	border-bottom: 0px;
}
.clientCodeTbl tr:last-child td:first-child
{
	border-bottom-left-radius:10px ;
}
.clientCodeTbl tr:last-child td:last-child
{
	border-bottom-right-radius:10px ;
}
.ClientCodeStyle
{
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}
.LogoDivStyle div 
{
 display: inline-block;
}
.MFSS_Header
{
	font-family:glametrix, Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	font-size:30px;	
	vertical-align:middle;
	text-align:center;
	background-color: #08527a;
	padding:2px 0px;
	width: 95%;
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	letter-spacing: 1px;
	box-shadow: 3px 3px 3px 3px #cccccc;
}
.MFSS_SubmitDiv{
	width: 95%;
	display: flex;align-items: center;flex-flow: row nowrap;
	border: 1px solid #CFCFCF;
	background-color: white;
	box-shadow: 3px 3px 3px 3px #cccccc;
}
.UCCHElp
{
	width: 100px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: #0a6083;
    color: white;
    cursor: pointer;
}
.MFSS_Tr
{
	padding:0px 3px;
	margin:0px 3px ;
}

.MFSS_Lbl
{
	font-family:glametrix, Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color: #000;
	font-size:25px;	
	padding:5px;
}

.MFSS_Ddl
{
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	margin: 0;
	padding: 5px 3px 5px 3px;
	font-size: 15px;
	color: #62717a;
	text-shadow: 0 1px white;
	/* Fallback for IE 8 */
	background: #FFFFFF;
	/* "transparent" doesn't work with Opera */
	background: rgba(black, 0) !important;
	border:1px #C0C0C0 solid;
	border-radius: 5px;
	color:#000000;	
}

.MFSS_Txt
{
	font-family: Verdana, Geneva, sans-serif;
	position: relative;
	margin: 0;
	padding: 3px 3px 3px 3px;
	font-size: 18px;
	color: #62717a;
	text-shadow: 0 1px white;
	/* Fallback for IE 8 */
	background: #FFFFFF;
	/* "transparent" doesn't work with Opera */
	background: rgba(black, 0) !important;
	border:1px #C0C0C0 solid;
	border-radius: 5px;
	color:#000000;
}
.MFSS_Txt:focus
{
	background:#ffffe6;
	border: 1px solid #ff7733;
}

.MfEntry_Btn 
{
	-moz-box-shadow: 0px 10px 14px -7px #e6f5ff;
	-webkit-box-shadow: 0px 10px 14px -7px #e6f5ff;
	box-shadow: 0px 10px 14px -7px #e6f5ff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #387ED1 5%, #387ED1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#387ED1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #e6f5ff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 0px 0px #5b8a3c;
	width:80px;
}
.MFSS_Btn:hover 
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #387ED1 5%, #387ED1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}

.MFSS_Btn:active 
{
	position:relative;
	top:1px;
}

/*Client Dertails Design*/
.BankLblb{
	border: none;padding: 5px;font-weight: bold;
	font-size:22px;
	text-align: center;
}
.Sidebysidetbl{
	margin-left: 4%;
}
.MFSSClntDetail_Table
{
	background-color: white;
	box-shadow: 3px 3px 3px 3px #cccccc;
	padding:0px 0px 0px 0px;
    height:auto;
    width:47%;
	border-collapse: collapse;
	float: left;
}
.MFSSClntDetail_Table td{
	border: 1px solid #999999;
}
.MFSSClntDetailLbl
{
    font-family:glametrix, Tahoma, Geneva, sans-serif;
	/* font-weight:bold; */
	color: #FFFFFF;
	font-size:22px;	
    padding:3px 5px; 
    text-align: left;
    vertical-align: middle;
    background-color: #08527a;
}

.MFSSClntDetailText
{
    font-family:glametrix, Tahoma, Geneva, sans-serif;
	font-weight:bold; 
	color: #000;
	font-size:22px;	
    padding:3px 5px; 
    text-align: left;
    vertical-align: middle;
    background-color: #f1f1f1;
}
/*Company Type Exchange Type Grid*/
#CompExchangeType
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    border-collapse: collapse;
    width: 99%;
}

#CompExchangeType td, #CompExchangeType th 
{
	border: 1px solid #cccccc;
	padding: 5px;
	vertical-align:top;
}

.CompExchangeHeader_1
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #08527a;
    color: #ffffff;
    font-size: 22px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.CompExchangeHeader_2
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #6d6d2c;
    background: -webkit-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Safari */
	background: -o-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* Standard syntax */ 
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.CompExchangeHeaderSub_2
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #ffc266;
    background: -webkit-linear-gradient(#ffc266,#ffc266,#ffcc80,#ffcc80); /* For Safari */
	background: -o-linear-gradient(#ffc266,#ffc266,#ffcc80,#ffcc80); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffc266,#ffc266,#ffcc80,#ffcc80); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffc266,#ffc266,#ffcc80,#ffcc80); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: center;
}

.CompExchangeHeader_3
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #665846;
    background: -webkit-linear-gradient(#665846,#665846,#857461,#857461); /* For Safari */
	background: -o-linear-gradient(#665846,#665846,#857461,#857461); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#665846,#665846,#857461,#857461); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#665846,#665846,#857461,#857461); /* Standard syntax */ 
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.CompExchangeHeaderSub_3
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #d6d6c2;
    background: -webkit-linear-gradient(#d6d6c2,#e0e0d1,#e0e0d1,#e0e0d1); /* For Safari */
	background: -o-linear-gradient(#d6d6c2,#d6d6c2,#e0e0d1,#e0e0d1); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d6d6c2,#d6d6c2,#e0e0d1,#e0e0d1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d6d6c2,#d6d6c2,#e0e0d1,#e0e0d1); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: center;
}

.CompExchangeRow
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #d9d9d9;
    background: -webkit-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Safari */
	background: -o-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: center;
}

/*Depository Type Grid*/
#DepositoryTypeTbl
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    border-collapse: collapse;
    width: 99%;
}

#DepositoryTypeTbl td, #DepositoryTypeTbl th 
{
	border: 1px solid #cccccc;
	padding: 5px;
	vertical-align:top;
}

#TradingStatusTbl
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    border-collapse: collapse;
	font-size: 20px;
	margin-left: 1%;
	width: 52%;
	float: left;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-align: left;
}

#TradingStatusTbl td, #TradingStatusTbl th 
{
	border: 1px solid #cccccc;
	padding: 5px;
	vertical-align:middle;
}
#TradingStatusTbl tr td:nth-child(3){vertical-align: top;color: #a72525;}
#TradingStatusTbl tr td:nth-child(2){vertical-align: top;color: #342597;}
#TradingStatusTbl tr:nth-child(odd)
{
	background: linear-gradient(#ffffff,#ffffff); 
}
#TradingStatusTbl tr:nth-child(even)
{
	background: linear-gradient(#ffe9d2,#fff2e6,#fff2e6);
	
}
.DepositTypeHeader_1
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #007acc;
	background: -webkit-linear-gradient(#007acc,#007acc,#008ae6,#008ae6); /* For Safari */
	background: -o-linear-gradient(#007acc,#007acc,#008ae6,#008ae6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#007acc,#007acc,#008ae6,#008ae6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#007acc,#007acc,#008ae6,#008ae6); /* Standard syntax */ 
    color: #FFFFFF;
    font-size: 22px;
	text-align: left;
}
.DepositTypeHeader_2
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #6d6d2c;
    background: -webkit-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Safari */
	background: -o-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* Standard syntax */ 
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    vertical-align: top;
}
.DepositTypeRow
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #f2f2f2;
    background: -webkit-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Safari */
	background: -o-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: left;
    vertical-align: top;
}
.DepositTypeHRow
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #ffe6cc;
    background: -webkit-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Safari */
	background: -o-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: left;
    vertical-align: top;
}
.DepositTypeAltRow
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #f2f2f2;
    background: -webkit-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Safari */
	background: -o-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: left;
    vertical-align: top;
}
/*Bank Details*/
#BankTbl
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    border-collapse: collapse;
    width: 99%;
}

#BankTbl td, #BankTbl th 
{
	border: 1px solid #cccccc;
	padding: 5px;
	vertical-align:top;
}
.BankHeader_1
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #665846;
    background: -webkit-linear-gradient(#665846,#665846,#857461,#857461); /* For Safari */
	background: -o-linear-gradient(#665846,#665846,#857461,#857461); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#665846,#665846,#857461,#857461); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#665846,#665846,#857461,#857461); /* Standard syntax */ 
    color: #FFFFFF;
    font-size: 24px;
	text-align: center;
}
.BankHeader_2
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #6d6d2c;
    background: -webkit-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Safari */
	background: -o-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* Standard syntax */ 
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
}

.BankRow
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #d9d9d9;
    background: -webkit-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Safari */
	background: -o-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: left;
}

.BankHRow
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #ffe6cc;
    background: -webkit-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Safari */
	background: -o-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: left;
    vertical-align: top;
}

.BankAltRow
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #f2f2f2;
    background: -webkit-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Safari */
	background: -o-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: left;
}
.DPdata{font-size: 15px;}
.VerifyBtn { background-color: #FFFFFF;border: 1px solid #CCCCCC;color: #333333;cursor: pointer;font-weight: 400;display: inline-block;padding: 6px 12px;text-align: center;text-decoration: none;vertical-align: middle;border-radius: 4px;font-size: 14px;padding: 6px 12px;}
.VerifyBtn:focus, .VerifyBtn:hover, .VerifyBtn:focus, .VerifyBtn:hover {background-color: #E6E6E6;}
/*Credit and Transaction Details*/
#MFSSCreditTransDetailsTbl
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    border-collapse: collapse;
    width: 99%;
}

#MFSSCreditTransDetailsTbl td, #MFSSCreditTransDetailsTbl th 
{
	border: 1px solid #cccccc;
	padding: 5px;
	vertical-align:top;
}

.MfssCreditDebitHeader
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #d6d6c2;
    background: -webkit-linear-gradient(#d6d6c2,#e0e0d1,#e0e0d1,#e0e0d1); /* For Safari */
	background: -o-linear-gradient(#d6d6c2,#d6d6c2,#e0e0d1,#e0e0d1); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#d6d6c2,#d6d6c2,#e0e0d1,#e0e0d1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d6d6c2,#d6d6c2,#e0e0d1,#e0e0d1); /* Standard syntax */ 
    color: #000000;
    font-size: 22px;
    text-align: center;
}

.MfssCreditDebitRow
{
    font-family: glametrix, Tahoma, Geneva, sans-serif;
    background-color: #f2f2f2;
    color: #000000;
    font-size: 22px;
    text-align: center;
}

.Norecord
{
    font-family:glametrix, Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:rgb(207, 74, 74);
    font-size:23px;	
}
.BackLink_Font
{
	font-size:28px;
	font-family:glametrix, Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	color: #1C4A6C;
}
/************ Mask start ************/
.close {float: right;border-radius: 62%;color: white;font-size: 30px;width: 3%;background-color: red;text-align: center;cursor: pointer;box-sizing: border-box;margin-top: 5px;margin-right: 5px;}
#mask {position:absolute;top:0;z-index:99;width:3000px;height:3500px;background-color:rgba(0, 0, 0, 0.904);display:none;opacity: 0.5;backdrop-filter: blur(1px);}
#boxes .window {position: absolute;left:0px;top:0px;right:0px;z-index:99;padding:10px;display:none;}
#boxes #dialog {width:100%;height:auto;margin-left:-2%; padding:25px;font-size:18px;position: fixed;}
.Modal{position: relative;margin-top: 0%;left: 6%;height: 700px;width: 88%;border-radius: 10px;background: white;font-family: sans-serif;z-index: 999999999999999999;}
.Container{width: 100%; height: 90%; overflow-y: auto;}

.sclose {float: right;border-radius: 62%;color: white;font-size: 30px;width: 5%;background-color: red;text-align: center;cursor: pointer;box-sizing: border-box;margin-top: 5px;margin-right: 5px;}
#smask {position:absolute;top:0;z-index:99;width:3000px;height:3500px;background-color:rgba(0, 0, 0, 0.904);display:none;opacity: 0.5;backdrop-filter: blur(1px);}
#sboxes .swindow {position: absolute;left:0px;top:0px;right:0px;z-index:99;padding:10px;display:none;}
#sboxes #sdialog {width:100%;height:auto;margin-left:-2%; padding:25px;font-size:18px;position: fixed;}
.sModal{position: relative;margin-top: 5%;left: 25%;height: 400px;width: 50%;border-radius: 10px;background: white;font-family: sans-serif;z-index: 999999999999999999;}
.ShortContainer{width: 97%; height: 90%; overflow-y: auto;margin-left: 2%;}

/************ Mask End ************/

.tabs{width:95%;padding: 0px 3px;border-bottom:1px solid #999999;float: left;margin-left: 3%;display: block;}

.tablink{
    min-width:9.2%;height:20px;float: left;
    background:linear-gradient(#EEEEEE,#dddddd);
    cursor:pointer;
	font-size:22px;
    font-weight: bold;
    padding: 10px;
    border-top:1px solid #333333;
    border-bottom:0px solid #333333;
    border-left:1px solid #999999;
    border-right:1px solid #666666;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    margin-top:10px;
    letter-spacing: 0.5px;
    color: #333333;
    line-height: 20px;
    position: sticky;
    top: 0;
	font-family:glametrix, Tahoma, Geneva, sans-serif;
	box-sizing: content-box;
}

.tablink_active
{
    margin-top: 12px;
    color: #ffffff;
    border:3px #007acc;
    background: #08527a;
}

.tabcontainer{text-align: left;margin-left: 15px; height: 470px;overflow: auto;width: 95%;}
.otherUL{
	margin: 5px;
	list-style: disc;
}
.otherUL li::marker{
	font-size: 28px;
	color: orangered;
}
.otherUL li a {
	padding: 8px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
}
.Commontbl{
	margin: 10px 0px;
	width: 95%;
	border-collapse: collapse;
	font-size: 22px;
	border: 1px solid #999999;
}
.Commontbl tr{
	background: linear-gradient(to bottom,#dddddd,#ffffff);
}
.Commontbl td{
	border-bottom: 1px solid #999999;
	padding: 5px;
}
.Commontbl td b{
	font-size: 21px;
	color: #333333;
	letter-spacing: 0.5px;
}
.Commontbl td span{
	font-size: 21px;
	/* color: #e90000; */
	letter-spacing: 0.5px;
	font-weight: bold;
}
@media only screen and (max-width: 850px)
{
	body 
	{	
		background-color:#f9f9f9; 
		margin: 2px;
		font-family:glametrix, Tahoma, Geneva, sans-serif;
	} 

	.MFSSClntDetail_Table
	{
		background-color: white;
		box-shadow: 3px 3px 3px 3px #cccccc;
		padding:0px 0px 0px 0px;
		height:auto;
		width: 80%;
		margin-left: 3px;
	}
	#TradingStatusTbl
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		border-collapse: collapse;
		font-size: 18px;
		margin-left: 0.5%;
		width: 97%;
		float: left;
	}
	.tabs{width:99%;padding: 0px 3px;border-bottom:1px solid #999999;float: left;margin-left: 0%;display: block;}
	.tablink{min-width:8%;font-size: 20px;padding: 8px;}
	.tabcontainer{text-align: left;margin-left: 0%; height: 810px;overflow: auto;width: 100%;}

	#mask {position:absolute;top:0;z-index:99;width:3000px;height:3500px;background-color:rgba(0, 0, 0, 0.904);display:none;opacity: 0.5;backdrop-filter: blur(1px);}
	#boxes .window {position: absolute;left:0px;top:0px;right:0px;z-index:99;display:none;}
	#boxes #dialog {width:100%;height:auto;margin-left:0%; padding:0px;font-size:18px;position: fixed;}
	.Modal{position: relative;margin-top: 5%;left: 1%;height: 700px;width: 98%;border-radius: 10px;background: white;font-family: sans-serif;z-index: 999999999999999999;overflow-y: auto;}
	.Container {
		width: 98%;
		height: 90%;
		overflow-y: auto;
		padding: 5px;
	}

	.sclose {float: right;border-radius: 62%;color: white;font-size: 30px;width: 5%;background-color: red;text-align: center;cursor: pointer;box-sizing: border-box;margin-top: 5px;margin-right: 5px;}
	#smask {position:absolute;top:0;z-index:99;background-color:rgba(0, 0, 0, 0.904);display:none;opacity: 0.5;backdrop-filter: blur(1px);}
	#sboxes .swindow {position: absolute;left:0px;top:0px;right:0px;z-index:99;padding:10px;display:none;}
	#sboxes #sdialog {width:100%;height:auto;margin-left:-2%; padding:25px;font-size:18px;position: fixed;}
	.sModal{position: relative;margin-top: 0%;left: 5%;height: 600px;width: 90%;border-radius: 10px;background: white;font-family: sans-serif;z-index: 999999999999999999;}
	.ShortContainer{width: 97%; height: 90%; overflow-y: auto;margin-left: 2%;}
	#MFSSCreditTransDetailsTbl
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		border-collapse: collapse;
		width:100%;
	}
	.MFSS_Lbl
	{
		font-family:glametrix, Tahoma, Geneva, sans-serif;
		font-weight:bold;
		color: #000;
		font-size:24px;	
		padding:0px;
	}
	.MFSS_Txt
	{
		width: 180px;
	}
	.MFSS_Header
	{
		font-family:glametrix, Tahoma, Geneva, sans-serif;
		font-weight:bold;
		color: #ffffff;
		font-size:30px;	
		vertical-align:middle;
		text-align:center;
		background-color: #08527a;
		padding:2px 0px;
		width: 100%;
		border: 1px solid #CFCFCF;
		border-bottom: 0;
		box-shadow: 3px 3px 3px 3px #cccccc;
	}
	.MFSS_SubmitDiv{
		width: 100%;
		display: flex;align-items: center;flex-flow: row wrap;
		border: 1px solid #CFCFCF;
		background-color: white;
		box-shadow: 3px 3px 3px 3px #cccccc;
		justify-content: center;
	}
	.CompExchangeHeader_1
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #08527a;
		color: #ffffff;
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		vertical-align: middle;
	}

	.CompExchangeHeader_2
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #6d6d2c;
		background: -webkit-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Safari */
		background: -o-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* Standard syntax */ 
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
	}

	.CompExchangeHeaderSub_2
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #ffc266;
		background: -webkit-linear-gradient(#ffc266,#ffc266,#ffcc80,#ffcc80); /* For Safari */
		background: -o-linear-gradient(#ffc266,#ffc266,#ffcc80,#ffcc80); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#ffc266,#ffc266,#ffcc80,#ffcc80); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#ffc266,#ffc266,#ffcc80,#ffcc80); /* Standard syntax */ 
		color: #000000;
		font-size: 20px;
		text-align: center;
	}

	.CompExchangeHeader_3
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #665846;
		background: -webkit-linear-gradient(#665846,#665846,#857461,#857461); /* For Safari */
		background: -o-linear-gradient(#665846,#665846,#857461,#857461); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#665846,#665846,#857461,#857461); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#665846,#665846,#857461,#857461); /* Standard syntax */ 
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
	}

	.CompExchangeHeaderSub_3
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #d6d6c2;
		background: -webkit-linear-gradient(#d6d6c2,#e0e0d1,#e0e0d1,#e0e0d1); /* For Safari */
		background: -o-linear-gradient(#d6d6c2,#d6d6c2,#e0e0d1,#e0e0d1); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#d6d6c2,#d6d6c2,#e0e0d1,#e0e0d1); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#d6d6c2,#d6d6c2,#e0e0d1,#e0e0d1); /* Standard syntax */ 
		color: #000000;
		font-size: 20px;
		text-align: center;
	}

	.CompExchangeRow
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #d9d9d9;
		background: -webkit-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Safari */
		background: -o-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* Standard syntax */ 
		color: #000000;
		font-size: 20px;
		text-align: center;
	}

	.DepositTypeHeader_1
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #007acc;
		background: -webkit-linear-gradient(#007acc,#007acc,#008ae6,#008ae6); /* For Safari */
		background: -o-linear-gradient(#007acc,#007acc,#008ae6,#008ae6); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#007acc,#007acc,#008ae6,#008ae6); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#007acc,#007acc,#008ae6,#008ae6); /* Standard syntax */ 
		color: #FFFFFF;
		font-size: 20px;
		text-align: left;
	}
	.DepositTypeHeader_2
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #6d6d2c;
		background: -webkit-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Safari */
		background: -o-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* Standard syntax */ 
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
		vertical-align: top;
	}
	.DepositTypeRow
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #f2f2f2;
		background: -webkit-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Safari */
		background: -o-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* Standard syntax */ 
		color: #000000;
		font-size: 20px;
		text-align: left;
		vertical-align: top;
	}
	.DepositTypeHRow
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #ffe6cc;
		background: -webkit-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Safari */
		background: -o-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* Standard syntax */ 
		color: #000000;
		font-size: 20px;
		text-align: left;
		vertical-align: top;
	}
	.DepositTypeAltRow
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #f2f2f2;
		background: -webkit-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Safari */
		background: -o-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* Standard syntax */ 
		color: #000000;
		font-size: 20px;
		text-align: left;
		vertical-align: top;
	}

	.BankHeader_1
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #665846;
		background: -webkit-linear-gradient(#665846,#665846,#857461,#857461); /* For Safari */
		background: -o-linear-gradient(#665846,#665846,#857461,#857461); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#665846,#665846,#857461,#857461); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#665846,#665846,#857461,#857461); /* Standard syntax */ 
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
	}
	.BankHeader_2
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #6d6d2c;
		background: -webkit-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Safari */
		background: -o-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#6d6d2c,#6d6d2c,#808033,#808033); /* Standard syntax */ 
		color: #FFFFFF;
		font-size: 20px;
		text-align: center;
	}

	.BankRow
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #d9d9d9;
		background: -webkit-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Safari */
		background: -o-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#d9d9d9,#d9d9d9,#e6e6e6,#e6e6e6); /* Standard syntax */ 
		color: #000000;
		font-size: 20px;
		text-align: left;
	}

	.BankHRow
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #ffe6cc;
		background: -webkit-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Safari */
		background: -o-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#ffe6cc,#ffe6cc,#fff2e6,#fff2e6); /* Standard syntax */ 
		color: #000000;
		font-size: 20px;
		text-align: left;
		vertical-align: top;
	}

	.BankAltRow
	{
		font-family: glametrix, Tahoma, Geneva, sans-serif;
		background-color: #f2f2f2;
		background: -webkit-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Safari */
		background: -o-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#f2f2f2,#f2f2f2,#ffffff,#ffffff); /* Standard syntax */ 
		color: #000000;
		font-size: 20px;
		text-align: left;
	}
}