@charset "utf-8";
/* CSS Document */

#login-box {
	background: #005887;
	border: 1px solid #083f5c;
	border-radius: 10px 10px 10px 10px;
	color: #fff;
	margin: 20px auto 0;
	padding: 30px 25px;
  	border: 1px solid #083f5c;
    border-radius: 10px;
    box-shadow: 0 0 15px #083f5c inset;
}
#btnLogin{
	padding:5px 15px;
	background: url(../../images/ragister-bg.jpg) repeat-x;
	border:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#fff;
	font-weight:bold;
}
#btnLogin:hover{
	padding:5px 15px;
	background: url(../../images/ragister-hover.jpg) repeat-x;
	border:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color:#fff;
	font-weight:bold;
}
.member-iframe-login{
	margin:0 auto;
	max-width:400px;
	width: 100%;
	padding:8% 0 0;
}
.forgot_pass{
		float: right;
		line-height:28px;
		color: #fff;
		border-bottom: 1px solid #fff;
}
#login-box .green_button{
	width:46%;
}
.forgot_pass:hover{
	color: #70b43c;
	border-bottom: 1px solid #70b43c;
}
.input-65, .form_field input[type="text"]{
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	font:13px/16px Arial,sans-serif !important;
	padding:4px 6px;
	width:52%;
}
.input-65:focus, .form_field input[type="text"]:focus{
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset;
	background-color:#fefce2;
	border:1px solid #CCCCCC;
}

.input-95 {
    background-color: #FFFFFF;
    border: 1px solid #414530;
    border-radius: 3px 3px 3px 3px;
    font: 13px/16px Arial,sans-serif !important;
    padding: 4px 6px;
    width: 95%;
}

.input-95:focus{
	-moz-border-radius:3px 3px 3px 3px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset;
	background-color:#fbffeb;
	border:1px solid #414530;
}

#login-box table td {
    padding-bottom: 5px;
		font-weight: normal;
		font-size: 14px;
}
#login-box input[type="text"], #login-box input[type="password"]{
		border: none;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		height:26px;
		line-height:26px;
}
.memberHeader
{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
}

.memberHeader a
{
	color:#999999;
	font-size:14px;
}

#login-box h1 {
		text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 8px;
}

#sub-contentdiv
{
    background: none repeat scroll 0 0 #fff;
    clear: both;
    padding: 20px 0;
    width: 97%;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:15px;
}

#sub-contentdiv  .subpageCmsTitle
{
 color:#D25A0B;
 font-size:18px;
 font-weight:bold;
 padding:4px;
}

.footer {
    background-color: #08202d;
	float:left;
    margin: 20px 0 0;
    padding: 20px 0;
    width: 100%;
}

#footer-div {
	font-size:15px;
	color:#b5c0c6;
	text-align:center;
  margin:0 auto;
	max-width:1120px;
	padding:0 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#footer-div p{
	color: #b5c0c6;
}
.footer{
		position: static!important;
}
.foot_text {
    float: left;
    margin: 0;
    padding: 0;
    width: 520px;
}

.footer_nav {
    float: right;
    margin: 17px 0 0;
    padding: 0;
    text-align: right;
    width: 462px;
}

.footer_nav ul {
    color: #8C8C8C;
    margin: 0;
    padding: 0;
}

.copyright {
    float: left;
    margin: 5px 0 0;
    padding: 0 0 0 15px;
}

.copyright p {
    border: medium none;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0 0 0 80px;
    text-align: left;
}

a {
    color: #333333;
    outline: medium none;
    text-decoration: underline;
}

.foot_text p {
    border: medium none;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 18px;
    margin: 20px 0 0;
    padding: 0;
}

.footer_nav ul li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 3px;
}

li {
    margin-left: 30px;
}
.scroller li{
	margin:0!important;
}
.footer_nav ul li a {
    color: #8C8C8C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

img
{
	border:none;
}

.success {
	background-color:#E3FFDE;
	border:1px solid #6CD858;
	-moz-border-radius:3px;
	cursor:pointer;
	padding:5px 10px 5px 30px;
	color:#000;
	background-image:url(../images/tick.png);
	background-position:8px 16px;
	background-repeat:no-repeat;
	clear:both;
	width:96%;
	margin:10px auto 5px auto;
	display:table;
}

.error {
    background-color: #FAE8E8;
    background-image: url("../images/exclamation-red.png");
    background-position: 10px 7px;
    background-repeat: no-repeat;
    border: 1px solid #FFA2AA;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px 0px 5px 30px;
	width:96%;
}

#divOdMsg
{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.grid{
	width:98%;
	clear:both;
	-moz-border-radius:4px 4px 4px 4px;
	margin:10px 10px 10px 10px;
}
.grid .white {
    background-color: #FFFFFF;
}
.grid td {
		background: #f1f1f1;
    border-bottom-color: #E9E9E9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
		padding: 10px 6px;
	font-size:13px;
}
.grid .heading{
	background-image:url(../images/gray-heading.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	font-size:16px;
	line-height: 30px;
}
.grid .left {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 0;
}
.grid .heading.txt{
	color:#9c9c9c;
}
.ui-state-default{
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding:4px 0;
}



/*start Member SubPage here*/
#divMemberSubPage{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:1000px;
	background-color:#292929;
	margin:0 auto;
	padding:0 0 32px 0;
	display:table;
	height:500px;
}
#divMemberSubPage h3{
	margin:10px 0 0 30px;
	padding:28px 0px 0 75px;
	font-family:Trebuchet MS;
	font-size:20px;
	color:#FFFFFF;
	float:left;
	width:880px;
	background-image:url(../images/upload-icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom: #CCCCCC 1px solid;
	}
#divMemberSubPage .bashboard_butten{
	margin:10px 10px 10px 10px;
	padding:0px;
	float:right;
	width:180px;
	}

.Transaction .back{
	margin:10px 10px 10px 10px;
	padding:0px;
	float:right;
	width:37px;
}


/*contact css starts*/
.callcare-image{
	background-image:url(../images/callcare-image.jpg);
	background-repeat:no-repeat;
	width:460px;
	height:265px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #666666;
	float:left;
	margin:0 0 0 7px;
}
.callcare-image:hover{
	background-image:url(../images/callcare-image-hover.jpg);
	background-repeat:no-repeat;
	width:460px;
	height:265px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #666666;
	float:left;
	margin:0 0 0 7px;
}
.contact-div{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:450px;
	float:left;
	background-color:#B7B7B7;
	border:1px solid #666666;
	padding:10px 10px 0 10px;
	margin:0 20px 0 0;
	z-index:-9999;
	margin:0 0 0 20px;

}
.contact-form td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding: 0 0 6px 0;
}
.contact-form input{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px  solid #666666;
	background-color:#E5E5E5;
	width:190px;
	height:20px;
}

.contact-submit-button input{
	width:90px;
	border:none;
}

.contact-form textarea{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px 0 solid #666666;
	background-color:#E5E5E5;
	width:190px;
}
.submit-button{
	float:right;
	background-image:url(../images/submit-button.png);
	background-repeat:no-repeat;
	margin:0 50px 0 0;
	opacity:.9;
}

.address-colum{
	float:left;
	width:400px;
	margin:20px 0 0 26px;
}
.address-table h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0;
	margin:0;
}
.address-table p a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C10000;
}
/*contact css ends*/

/*member-pannel css starts*/
.entry-colum{
	float:right;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:100%;
	background:#096B9F;
}
.entry-colum p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin:0 0 0 15px;
	padding:8px 0 8px 0;
}
.entry-table{
	float:left;
	margin:4px 0 0 0;
	padding:5px 0 5px 0;
}
/*.input{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:200px;
	height:20px;
	border:none;
	background-color:#999999;
}*/
.icon-colum{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	float:right;
	width:100%;
	background-color:#f4f4f4;
	margin:12px 0 0 0;
	padding:0 0 12px 0;
}
.icon1 a{
	margin:0px;
	padding:0px;
	background-image:url(../images/member-upload_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon1 a:hover{
	background-image:url(../images/member-upload_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}


.icon12 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-deposits_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon12 a:hover{
	background-image:url(../images/member-deposits_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

.icon2 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-withdraw_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon2 a:hover{
	background-image:url(../images/member-withdraw_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

.icon3 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-tnternal_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon3 a:hover{
	background-image:url(../images/member-tnternal_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

.icon4 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-summary_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon4 a:hover{
	background-image:url(../images/member-summary_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

.icon5 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-reports_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon5 a:hover{
	background-image:url(../images/member-reports_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}


.icon5-disabled a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-reports_aicongray.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	}

.icon6 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-setting_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon6 a:hover{
	background-image:url(../images/member-setting_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon7 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-security_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon7 a:hover{
	background-image:url(../images/member-security_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon8 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-profile_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon8 a:hover{
	background-image:url(../images/member-profile_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon9 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-feedback_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon9 a:hover{
	background-image:url(../images/member-feedback_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon10 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-faq_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}
.icon10 a:hover{
	background-image:url(../images/member-faq_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

.icon11 a{
	margin:0px;
	padding:0px;
	float:left;
	background-image:url(../images/member-myaccount_aicon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

.icon11 a:hover{
	background-image:url(../images/member-myaccount_hovericon.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

.scroller{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width: 100%;
}
.scroller h1{
		text-align: left!important;
}
.top-strip{
	float:left;
	-moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	background:#096B9F;
	width:100%;
}
.top-strip p{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 42px;
	color:#FFFFFF;
	text-decoration:none !important;
	margin: 0;
}
.mid-part{
	float:left;
	background-color:#f4f4f4;
	min-height:424px;
	width: 100%;
	margin:0 0 0 0;
}
.bottom-strip{
	float:left;
	-moz-border-radius:0 0 8px 8px;
	-webkit-border-radius:0 0 8px 8px;
	background:#096B9F;
	width:100%;
	height:45px;
}
.content{
	max-width:220px;
	margin:0 auto;
}
.scroller .content{
	max-width: 260px;
	padding: 0 15px;
}
.scroller .content p{
	width: auto;
}
.content p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:220px;
	text-align:left;
	margin:0 0 0 0;
}
.content h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-align:center;
	border:none;
	padding:3px 0 0px 0;
}
.read-more{
	clear:both;
	width:80px;
	margin:3px 0 0 10px;
}
.read-more a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005887;
	text-decoration:none;
}
.read-more a:hover{
	color:#77bf3f;
	text-decoration:underline;
}
/*member-pannel css ends*/

/*Start Settings page here*/
.setting-entry-colum{
	float:right;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:1000px;
	background-color:#292929;
}
.setting-entry-colum p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FD4848;
	font-weight:bold;
	margin:0 0 0 15px;
	padding:8px 0 8px 0;
}
.setting_icon_colum{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:100%;
	background-color:#292929;
	margin:20px 0 10px 0;
	padding:0 0 32px 0;
	display:table;
	float:left;
}
.setting_icon_colum h3{
	margin:10px 0 10px 30px;
	padding:28px 0px 0 50px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#FFFFFF;
	float:left;
	width:890px;
	background-image:url(../images/new-settings-icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom: #CCCCCC 1px solid;
	}
.setting_icon_colum .bashboard_butten{
	margin:10px 0 7px 0;
	padding:0px;
	float:right;
	width:180px;
	}
.setting_main_infodiv{
	margin:0 auto;
	padding:35px 0 20px 0;
	display: table;
	width: 100%;
	max-width:720px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	.setting_main_infodiv .col_one{
			line-height: 33px;
			font-weight: normal;
			padding-left:10px;
	}
	div.member_setting{
			padding-left: 0!important;
		}
	.setting_main_infodiv .full_width_col{
		padding-top: 20px;
		padding-left: 200px;
		width: auto;
	}
	#demoregistration input, select{
			margin-left: 10px;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
	}
.setting_main_infodiv table{
	margin:10px 0 0 20px;
	padding:0px;
	float:left;
	max-width:480px;
	}

/*ends Settings page here*/

/*================================*/
/*Profile page start*/
/*===================================*/

.Profile{
    -moz-border-radius: 10px 10px 10px 10px;
    background-color: #292929;
    display: table;
    margin: 20px 0 10px;
    padding: 0 0 32px;
    width: 100%;
	float:left;
}

.Profile .back{
 	margin:10px 10px 10px 10px;
	padding:0px;
	float:right;
	width:37px;
}

.Profile h3 {
    background-image: url(../images/profile-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
    float: left;
    font-family: Trebuchet MS;
    font-size: 20px;
    margin: 10px 0 20px 30px;
    padding: 28px 0 0 75px;
    width: 880px;
}
.main-Profile {
    clear: both;
    margin:0 auto;
    padding: 20px 0 20px 0;
    width:520px;
	border:1px solid #FD4B4B;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#FD4848;
    font-family:Trebuchet MS;
    font-size: 13px;
	font-weight:normal;
}

.reqField
{
	color:red!important;
}

#txtAddress textarea{
	color:red;
}
#registraion-form h4 {
    color: #FD4B4B;
    font-family: "Trebuchet MS";
    font-size: 22px;
    font-weight: normal;
    margin: 30px 0 10px 50px;
    padding: 0;
    text-align:left;;
	width:381px;
}
#registraion-form h5 {
    color: #FD4B4B;
    font-family: "Trebuchet MS";
    font-size: 22px;
    font-weight: normal;
    margin: 30px 0 10px 0px;
    padding: 0;
    text-align: center;;
	width:473px;
}
.main-Profile table a{
	color:#fff;
}

#btnSubmit{
	background:#8cac17;
	color:#FFF;
	border:none;
	font-weight:bold;
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px 0 0 0;
	width:75%;
}

.btnInr{
	background:#FD4B4B;
	color:#FFF;
	border:none;
	font-weight:bold;
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px 0 0 0;
	width:50%;
}

.btnOther{
	background:#FD4B4B;
	color:#FFF;
	border:none;
	font-weight:bold;
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px 0 0 0;
	width:50%;
}

#registraion-form{
	margin:0 auto;
	width:400px;
}
#registraion-form td{
	padding:5px 0;
}
.bashboard_butten {
    float: right;
}


/*start feedback page here*/
.feedback-entry-colum{
	float:right;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:1000px;
	background-color:#292929;
}
.feedback-entry-colum p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FD4848;
	font-weight:bold;
	margin:0 0 0 15px;
	padding:8px 0 8px 0;
}
.feedback-icon-colum{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:100%;
	background-color:#292929;
	margin:20px 0 10px 0;
	padding:0 0 32px 0;
	display:table;
	float:left;
}
.feedback-icon-colum h3{
	margin:10px 0 0 30px;
	padding:28px 0px 0 60px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#FFFFFF;
	float:left;
	width:890px;
	background-image:url(../images/new-facebook-icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom: #CCCCCC 1px solid;
	}
.feedback-icon-colum .bashboard_butten{
	margin:10px 0 7px 0;
	padding:0px;
	float:right;
	width:180px;
	}
.feedback-main_infodiv{
	margin:20px 0 0 0;
	padding:0 0 10px 0;
	max-width:600px;
	width: 100%;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.feedback-main_infodiv h4{
	margin:5px 0 0 10px;
	padding:0px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#333;
	text-align:left;
	}
.feedback-main_infodiv p{
	margin:0px 0 0 10px;
	padding:0px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333;
	float:left;
	width:100%;
	text-align:left;
	border-bottom: #848484 1px solid;
	}
.feedback-main_infodiv table{
	margin:10px 0 0 0;
	padding:0px;
	float:left;
	width:100%;
	}
.feedback-main_infodiv table form{
	margin:0px;
	padding:0px;
	}
.feedback-main_infodiv table tr td{
	margin:0px;
	padding:15px 0 0 0;
	vertical-align:top;
	font-weight: normal;
	font-size:14px;
	color:#333;
	text-align:left;
}
.feedback-main_infodiv table tr .onetd{
	margin:0px;
	padding:15px 0 0 0;
	}
.feedback-main_infodiv table tr td span{
	color:#333;
	font-weight:bold;
	}
.feedback-main_infodiv table tr td input[type="text"]{
	width:95%;
	margin: 0;
	height: 40px;
	font-size:14px;
	color:#333;
	padding: 0 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
.feedback-main_infodiv table tr td select{
		width:100%;
		margin: 0;
		height: 40px;
		border:1px solid #ccc;
		font-size:14px;
		color:#333;
		padding: 0 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		}
.feedback-main_infodiv table tr td #btnFeedbackSubmit{
	margin:0px;
	position:0px;
	width:80px;
	background-color:#95b618;
	color:#FFFFFF;
	font-weight:bold;
	}
	.feedback-main_infodiv table tr td input[type="submit"]{
    border: medium none;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-webkit-transition: all 0.2s ease-in-out 0s;
		max-width: 150px;
	}
.feedback-main_infodiv table tr td textarea{
	width:95%;
	margin: 0;
	height:120px;
	border:1px solid #ccc;
	font-size:14px;
	color:#333;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  resize: none;
	}
.feedback-main_infodiv table tr .submit img{
	margin:0 13px 0 0;
	padding:0px;
	float:right;
	}
.sied_message{
	margin:20px 0 0 0;
	padding:20px;
	float:right;
	max-width:300px;
	width: 100%;
	background-color:#005887;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.sied_message h4{
	margin:10px 0 10px 0;
	padding:0 0 10px;
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	text-align:left;
	border-bottom:#fff 2px solid;
	}
.sied_message p{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	color:#fff;
	text-align:left;
	line-height:18px;
	}
.sied_message p span{
	margin:10px 0 0 0;
	padding:0px;
	display: inline-block;
	width: 100%;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color:#fff;
	}
/*End feedback page here*/

/*================================*/
/*faq page start*/
/*===================================*/

.FAQ{
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    background-color: #292929;
    display: table;
    margin: 20px 0 10px;
    padding: 0 0 32px;
    width: 100%;
	float:left;

}
.FAQ h3 {
    background-image: url(../images/faq2-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
    float: left;
    font-family: Trebuchet MS;
    font-size: 20px;
    margin: 10px 0 20px 30px;
    padding: 28px 0 0 75px;
    width: 880px;
}
.upload-icon-colum .containe{
	border: none;
	width: auto;
	display: inherit;
}
.containe{
    clear: both;
    margin:0 auto;
    padding: 0 0 20px 0;
    width:880px;
	border: 1px solid #95b618;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#fff;
	font-size:12px;
	display:table;
}
.containe h4{
    font-size:18px;
    line-height: 18px;
}

h2.trigger {
	padding: 0 0 4px 0;
	margin:0;
	background: url(images/downgreen-arrow.png) no-repeat;
	background-position:left top;
	line-height:24px;
	/*width: 660px;*/
	font-size:14px;
	font-weight: normal;
	float: left;
	clear:both;

}
h2.active {
    background-position: right bottom;
	color:red;
}
h2.trigger a {
	color:#096b9f;
	text-decoration: none;
	display: block;
	outline:0;
	font-weight: bold;
	font-size: 16px;
}
h2.trigger a:hover {
	color: #70b43c;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.toggle_container .block p{
	background: url(../images/a_icon.png) no-repeat left 5px;
	padding-left: 20px;
}
.toggle_container .block {
	padding: 10px 10px 10px 0;
	background: url(toggle_block_btm.gif) no-repeat left bottom;
}
.toggle_container .block p{
	margin:  0;
}
.toggle_container .block ul li a, p a{

}
.toggle_container .block ul li a:hover, p a:hover{
	text-decoration:none;
}
/*faq page ends*/

/*Security page starts*/
.container_13 {
    background-image: url("../images/contentbg-img.png");
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
.Security {
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
    background-color: #292929;
    display: table;
    margin: 20px 0 10px;
    padding: 0 0 32px;
    width: 100%;
	float:left;
}

.Security .back{
 	margin:10px 10px 10px 10px;
	padding:0px;
	float:right;
	width:37px;
}

.Security h3 {
    background-image: url(../images/security-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
    float: left;
    font-family: Trebuchet MS;
    font-size: 20px;
    margin: 10px 0 20px 30px;
    padding: 28px 0 0 75px;
    width: 880px;
}
.main-security {
    clear: both;
    margin:0 auto;
    padding: 0 0 20px 0;
    width: 470px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.main-security table h4 {
    color: #FD4B4B;
    font-family: "Trebuchet MS";
    font-size: 22px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
}
.main-security table{
	margin:20px 0 0 0px;
	color:#FD4848;
	font-size:16px;
	font-weight:bold;
}
.main-security table p{
	 color: #FFFFFF;
    font-family: "Trebuchet MS";
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 5px;
    padding: 0;
    text-align: left;
}
.main-security table input{
	padding:2px 0;
	clear:both;
}
.top-security{
	padding:0;
	margin:0;
	width:370px;
}
.old-pass{
	margin:0 0 0 31px;
}
.new-pass{
	margin:0 0 0 23px;
}
.conformation{
	margin:0 0 0 30px;
}
#btnSecuritySubmit{
	padding: 5px 10px;
	margin:10px 190px 0 0;
	*margin:10px 10px 0 0;
	size:20px;
	background: url(../images/submit-bg.gif) repeat-x;;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear:both;
	float:right;
}
#Submit-button a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#292222;
}

.bottom-security{
	padding:0;
	margin:20px 0 0 0;
	width:370px;
}
.old-Email{
	margin:0 0 0 59px;
}
.new-Email{
	margin:0 0 0 50px;
}

/*Security page ends*/

/* security code page starts*/
.enter-pass {
    clear: both;
    margin:0 auto;
	*margin:10px 10px 0 170px;
    padding: 0 0 20px 0;
    width: 76%;
	*width: 80%;
	border: 1px solid #FD4B4B;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.enter-pass table h4 {
    color: #95b618;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0 10px 0;
    padding: 0;
    text-align: left;
}
.enter-pass table{
	margin:30px 0 0 50px;
	width:70%;
}
.enter-button{
	padding: 5px 10px;
	margin:10px 10px 0 0;
	*margin:10px 10px 0 0;
	size:20px;
	background: url(../images/submit-bg.gif) repeat-x;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear:both;
	float:left;
}
#enter-button a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#292222;
}
/* security code page ends*/

.read-only-fields
{
	background-color:#CCCCCC;
}

/*This css code block for view deposite,view withdraw, view internal transfer as well as add deposite,add withdraw and add internal transfer */
.container_13 {
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}
.Transaction {
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
    background-color: #292929;
    display: table;
    margin: 20px 0 10px;
    padding: 0 0 32px;
    width: 100%;
	float:left;
}

#deposites{
	border-bottom: 1px solid #e6e6e6;
	color: #000;
	font-family: Trebuchet MS;
	font-size: 20px;
	margin: 0;
	padding: 0 0 20px;
}
#myaccount{
    background-image: url(../images/Miscellaneous-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
    float: left;
    font-family: Trebuchet MS;
    font-size: 20px;
    margin: 10px 0 20px 30px;
    padding: 28px 0 0 75px;
    width: 880px;
}

#Commissionheading{
    background-image: url('../images/commission.png');
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
    float: left;
    font-family: Trebuchet MS;
    font-size: 20px;
    margin: 10px 0 20px 30px;
    padding: 28px 0 0 75px;
    width: 880px;
}

.main-Transaction .navLink{
	background-color:#95b618;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration:none;
	padding:5px 20px;
}
.main-Transaction .navLink:hover
{
	background-color:#e1e1e1;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration:none;
	padding:5px 20px;
	color:black;
}
.main-Transaction {
    clear: both;
		position: relative;
    margin:0 auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#000;
	padding-top: 30px;
}
.dashboard_page .main-Transaction{
	padding-bottom: 20px;
}
.main-security table h4 {
    color: #FD4B4B;
    font-family: "Trebuchet MS";
    font-size: 22px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
}
.main-security table{
	margin:20px 0 0 0px;
	color:#95b618;
	font-size:12px;
	font-weight:bold;
}
.main-security table p{
	 color: #FFFFFF;
    font-family: "Trebuchet MS";
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 5px;
    padding: 0;
    text-align: left;
}
.main-security table input{
	padding:2px 0;
	clear:both;
}
.top-security{
	padding:0;
	margin:0;
	width:370px;
}
.old-pass{
	margin:0 0 0 31px;
}
.new-pass{
	margin:0 0 0 23px;
}
.conformation{
	margin:0 0 0 30px;
}
#btnSecuritySubmit{
	padding: 5px 10px;
	margin:10px 190px 0 0;
	*margin:10px 90px 0 0;
	size:20px;
	background: url(../images/submit-bg.gif) repeat-x;;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear:both;
	float:right;
}
#Submit-button a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#292222;
}

.bottom-security{
	padding:0;
	margin:20px 0 0 0;
	width:370px;
}
.old-Email{
	margin:0 0 0 59px;
}
.new-Email{
	margin:0 0 0 50px;
}
.main-Transaction form{
		float: left;
		width: 100%;
	padding: 20px 0;
}
.main-Transaction th, .upload-icon-colum th{
	padding: 5px;
	line-height: 30px;
	color: #333;
}
#tblSort{
	margin: 0;
	width: 100%;
}
.registraion-form{
	color:#FD4848;
	margin:0 auto;
	padding:0 10px 0 0;
	margin-top:20px;
}
.registraion-form td{
	padding:5px 0;
}
/* ends css code block for view deposite,view withdraw, view internal transfer as well as add deposite,add withdraw and add internal transfer */

.tblConfirmation{
	color:#333;
	font-size:14px;
	font-weight: normal;
}

.tblInternalTransferConfirmation
{
	color:yellow;
	line-height:20px;
	padding-left:50px;
	font-size:16px;
}
.member-marquee{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	font-weight:600;
	width: 96%;
	margin:0 auto;
	padding-top:18px;
}

.whitetext
{
	color:#000;
	font-size: 12px;
	font-weight: normal;
}
.date_fields input[type="text"]{
		border: 1px solid	 #ccc;
		 padding: 9px;
		 text-align: center;
		 border-radius:10px;
		 -moz-border-radius:10px;
		 -webkit-border-radius:10px;
}
/* starts style code block is for security */
.Reports {
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
    background-color: #292929;
    display: table;
    margin: 20px 0 10px;
    padding: 0 0 32px;
    width: 100%;
	float:left;
}

.Reports h3 {
    background-image: url(../images/reports-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
    float: left;
    font-family: Trebuchet MS;
    font-size: 20px;
    margin: 10px 0 20px 30px;
    padding: 28px 0 0 75px;
    width: 880px;
}

.Reports .profile-h3 {
    background-image: url(../images/profile-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
    float: left;
    font-family: Trebuchet MS;
    font-size: 20px;
    margin: 10px 0 20px 30px;
    padding: 28px 0 0 75px;
    width: 880px;
}

.Reports .report-dashboard {
	margin:0 auto;
}
.Reports .report-dashboard td{
	text-align:center;
	padding-bottom:20px;
}
.Reports a.link-report{
	background-color:#95b618;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-decoration:none;
	padding:5px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* ends style code block is for security */

.viewall
{
	float:right;
	padding-right:10px;
}

.main-summary{
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
.total-summary{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	font-size:13px;
	color:#333;
}
.total-summary td{
	padding:10px 5px;
	border-bottom:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}
.total-summary td:last-child{
		border-right: none;
}
.total-commission{
	border-right: none;
}
.deposit_summery td{
		text-align: center;
		background: #f1f1f1;
}
.deposit_td{
		text-align: right!important;
}
#tblSort th{
		text-align: center;
}
.summary-heading{
	background:#d1d1d1;
	text-align:right;
	color:#000;
	font-weight:bold;
}
.summary-name{
	background:#f1f1f1;
}
.summary-heading td{
	margin:0 0 10px 0;
}
.empty-summary td{
	padding:1px 0;
}
.total-commission{
	/*background:#515151;*/
	background:url(../images/table-heading2.gif) repeat-x;
	font-weight:bold;
}

.summary-button{
	font-size:12px;
	width: 100%;
}
.summary-button td{
		text-align: center;
}
.summary-button .green_button{
		padding: 0 15px;
}
.divPaymentSlip{
	margin:0 auto;
}
.report-dashboard td{
		text-align: center;
		padding: 0 0 10px;
}
.divPaymentSlip .balance{
    background-color: #70b43c;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	font-weight:bold;
}
.divPaymentSlip p{
	padding-top: 20px;
}
.divPaymentSlip a{
	color:#333;
	text-decoration:none;
}
.divPaymentSlip a:hover{
	color: #166691!important;
	text-decoration: none!important;
}
.summery_text {
    padding-top: 20px;
}
.divPaymentSlip a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
.divPaymentSlip .list-name{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	background-color:#d1d1d1;
	height:32px;
}
.divPaymentSlip .list-number{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#eaeaea;
}

.PaymentSlipTable {
	border:1px solid #dbdbdb;
	display:inline-table;
	width: 100%;
}
.PaymentSlipTable td{
	/*border:1px solid #191919;
	padding:4px;*/
}
.icon-colum div{
	text-align: center;
}
.icon-colum div a {
	float: left;
	width:19.6%;
	display: inline-block;
}


/*12-7-17===================================*/

a{
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	outline:none;
}
a:hover{
	color:#666;
}
.bashboard_button{
	float:right;
}
.green_button{
	background:#77bf3f;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	line-height:36px;
	display:inline-block;
	font-weight:normal;
	padding:0 18px;
	height:36px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: none;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.green_button:hover{
	background:#096b9f;
	color:#fff!important;
	cursor: pointer;
}
.blue_button{
	background:#096b9f;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	line-height:36px;
	display:inline-block;
	font-weight:normal;
	padding:0 20px;
	height:36px;
	border-radius:10px;
	-moz-border-radius:10px;
	-wenkit-border-radius:10px;
	border: none;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
.blue_button:hover{
	background:#77bf3f;
	color:#fff!important;
	cursor: pointer;
}
.icon_section{
	color:#fff;
}
.icon_section a, .icon5-disabled a{
	background: #77bf3f;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    margin: 12px 0 0 10px;
    padding: 14px 15px;
    text-decoration: none;
}
.icon_section a:hover, .icon5-disabled a:hover{
	background:#096b9f;
}
.icon_section .fa, .icon5-disabled .fa{
	font-size:52px;
	color:#fff;
}
.icon5-disabled{
	opacity: .4;
}
.icon_section p, .icon5-disabled p{
	font-size:15px;
	line-height:20px;
	color:#fff;
	margin:8px 0 0;
	font-weight:normal;
}
.upload-icon-colum{
	float:left;
	width: 96.33%;
	margin-top:15px;
	padding:20px;
	background:#f4f4f4;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.upload-icon-colum h3 {
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-family: Trebuchet MS;
    font-size: 20px;
    margin: 0;
    padding:0 0 20px 0;
}
.icon_heading .fa{
	font-size:50px;
	margin-right:10px;
	position: relative;
	top: 10px;
}
p{
	font-weight:normal;
	font-size:14px;
	line-height:22px;
	margin-top:0;
	color: #444;
}
a{
	color:#000;
}
a:focus{
	color: #333;
}
.main_infodiv{
	color:#444;
}
.main_infodiv a:hover{
	color:#666;
}
.divform h1{
	float:left;
	width:100%;
	font-size:18px;
	color:#000;
}
.divform h4{
	margin-top:0;
	float:left;
	width:100%;
}
.divform p{
	margin-top:0;
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}
.align_right{
	text-align:right;
}
.align_center{
	text-align:center;
}
.full_width_col{
	float:left;
	width:100%;
}
.full_width_col h4{
	margin-bottom:0;
}
.half_col_one{
	width: 20%;
	float: left;
}
.col_left {
	float: left;
	width: 50%;
}
.col_right{
	float: left;
	width: 50%;
}
.col_one{
	float:left;
	width:33.33%;
}
.col_two {
    float: left;
    width: 25%;
}
div.commision_date_col .date_fields{
	width:75%;
}
div.commision_date_col .date_fields input[type="text"]{
		max-width: 80px;
}
.commissin_field_wrapper .half_col_one{
	float:right;
}
.col_one span{
	font-size:12px;
	font-weight:normal;
	color:#9d9d9d;
}
div.col_70{
	width:80%;
}
div.col_20{
	width:20%;
}
.col_half{
	float:left;
	width:50%;
}
.top_inner_wrapper{
	color:#fff;
	font-size:13px;
	line-height:26px;
	font-weight:normal;
	float:left;
	width:96%;
	padding:20px;
}
.top_inner_wrapper span{
	display:inline-block;
	margin-right:10px;
}
.bottom_text{
	margin-top:20px;
}
.upload_button {
    text-align: center;
		background-position: 45px!important;
		max-width: 170px!important;
		padding-right: 20px!important;
}
.upload_button:hover{
	cursor: pointer;
}
.upload_bu{
	background:#77bf3f url(../images/upload_icon.png) no-repeat 18px center;
	padding:0 18px 0 46px;
	font-size:16px;
	display:inline-block;
	height:40px;
	line-height:40px;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	width: auto;
  border: none!important;
}
.upload_bu:hover{
	background:#096b9f url(../images/upload_icon.png) no-repeat 18px center;
	color:#fff!important;
	text-decoration:none;
	cursor: pointer;
}
.col_one .blue_button{
	margin-top:7px;
}
.member_subpage .col_one > h4{
	margin:10px 0;
	line-height:45px;
}




.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.small_col{
		width: 15%;
}
.form_wrapper {
    margin: 0 auto;
    max-width: 460px;
}
.form_field{
		display: inline-block;
		width: 100%;
		margin-bottom: 10px;
}
.form_field input[type="password"], .form_field input[type="text"]{
		float: right;
		padding: 10px;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
}
.setting_main_infodiv select{
	margin: 0;
	width: 57%;
	float:right;
}
.setting_field {
    width: 30%;
}
.setting_field select {
    float: left;
	width:90%;
}
.form_field p{
		float:left;
}
.faq h4{
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bashboard_button a, .bashboard_butten a {
    position: relative;
    top: 10px;
}
.list_form_col{
	padding:20px 0;
}
.dataTables_length select{
	width: 50%;
}
.dataTables_filter input[type="text"]{
	border: 1px solid #ccc;
	padding: 9px;
	border-radius:10px;
}
#tblSort_paginate span{
		background: none;
		opacity:.7;
}
.scroll_div {
    float: left;
    width: 25%;
}
.tab_box{
		float: right;
		width: 72%;
}
.dashboard_wrapper{
	padding: 0 15px;
}
div#maintopdiv .logodiv{
		width: 30%;
}
div#maintopdiv .Languagediv{
		width: 70%;
}
#maintopdiv{
		padding: 0 15px;
}
.divDocStatus h4{
		margin: 0;
}
.upload-icon-colum .main-Transaction select{
		width:auto;
}
#tblSort_wrapper td{
	font-weight: normal;
	text-align: center;
}

.datepick{
		background: #104a68!important;
		border: 0;
}
.datepick-nav, .datepick-ctrl{
	background: #104a68!important;
}
.datepick-month{
		border: none;
}
.datepick-nav, .datepick-ctrl{
		width: 100%!important;
		padding: 10px 0;
		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
}
.datepick-nav a{
	height: auto!important;
	font-size: 13px;
}
.datepick-month-header{
		float: left;
		width: 100%;
		height: auto;
		padding: 10px 0;
		background: #096b9f;
}
.datepick-month-header select{
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	height: auto;
	margin: 0 10px;
	padding: 5px;
	width: 43%;
	background: #0c5881;
	font-size: 12px;
}
a.datepick-cmd{
		font-size: 12px;
		height: auto;
}
.datepick-month a{
		font-size: 14px;
}
.datepick-month span{
		font-size: 13px;
		font-weight: bold;
}
.search_btn{
	display: none;
		margin: 20px 0 0;
		outline: none!important;
		border: 1px solid #333;
		background: none;
}
.tblConfirmation{
		width: 100%;
}
.success{
		width: 96%!important;
		position: static!important;
		line-height: 36px;
}
.anmntDetails {
    float: left;
    width: 100%;
}
.show_form #frmCommission, .show_form #frmAddTransfer{
		display: block!important;
}
.search_menu {
    position: absolute;
    right: 0;
		left: 0;
		margin: 0 auto;
    top: 12px;
}
.search_menu button{
		background: none;
		border: 1px solid #333;
		position: absolute;
		margin:0 auto;
		padding: 2px;
		transition: all 0.3s linear 0s;
		-moz-transition: all 0.3s linear 0s;
		-webkit-transition: all 0.3s linear 0s;
		opacity:.3;
}
.search_menu button:hover{
	cursor: pointer;
	opacity:1;
}
.collaps_menu{
		display: none;
}
.add_icon .collaps_menu{
		display: block;
}
.add_icon .expand_menu{
	display: none;
}
.search_menu{
	display: none;
}
.security_form h4{
		font-weight: normal;
}
.security_form input[type="password"]{
	border: 1px solid #cccccc;
	padding: 10px 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 6px 0 0;
}
.security_form .blue_button{
	margin: 0;
}
.security_form table{
	width: 100%;
}
.total-summary{
		width: 100%!important;
}
.summary-heading{
	font-weight: bold!important;
	color: #333;
	font-size: 14px;
}
.total-summary td{
	font-weight: normal;
}
.account_form{
		margin: 0;
}
.top_inner_wrapper span a{
	color: #92db58!important;
}
.setting_main_infodiv td{
	color: #333;
	font-weight: normal;
}
.setting_main_infodiv textarea{
	border: 1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
}
.setting_main_infodiv .reqField{
	color: red;
}
.file_format {
	display: inline-block;
    font-size: 11px;
    font-weight: normal;
		color: #9d9d9d;
}
div.left_info_col{
	width: 40%;
}
div.right_button_col{
	float: right;
	width: 54%;
	padding-left: 15px;
}
.right_button_col input[type="submit"]{
	float: right;
}
.right_button_col input[type="file"]{
	float: left;
}
.button_div .blue_button{
	float: left;
}
.inner_content_col {
    padding-right: 40px;
}
.go_back{
	color: #fff;
}
