/****************************************************************
Basic CSS Start
****************************************************************/
a {
	color: #0571c5;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
a:hover, focus {
	color: #7c7c7c;
	text-decoration: none;
	outline-width: 0;
	outline: none;
}
body img {
	border: 0px;
}
body img a {
	border: 0px;
	margin: 0;
	padding: 0;
}
body img a:hover {
	border: 0px;
	outline-width: 0;
	outline: none;
}
body a {
	border: 0px;
}
body a:hover {
	border: 0px;
	outline-width: 0;
	outline: none;
}
h1, h1 a, h1 a:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #10303f;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-decoration: none;
}
h2, h2 a, h2 a:hover {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #10303f;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-decoration: none;
}
h3, h4, h5, h6 {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #10303f;
	line-height: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-decoration: none;
}




p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
/****************************************************************
Basic CSS End
****************************************************************/
body {
	margin: 0;
	padding: 0;
	font-family: 'merriweatherregular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6d6c6c;
	font-weight: normal;
	line-height: 24px;
}
.clear {
	clear: both;
}
.page_holder {
	width: 100%;
}
.top_first{
	background-color:#ebebeb;
	padding:15px 0px;
}
.logo{
	
}
.logo img{
	max-width:100%;
}
.nin_trd{
	float:right;
}
.nin_trd img{
	max-width:100%;
}
.logout{
	float:right;
	font-size:14px;
	color:#2454a9;
	text-decoration:none;
	margin-top:8px;
}
.logout a{
	color:#2454a9;
	text-decoration:none;
}
.logout a:hover{
	color:#2454a9;
	text-decoration:underline;
}
.logout img{
	padding-right:5px;
}
.content_area{
	padding:50px 0px;
}
#space{
	padding-top:15px;	
}
.forget_pass{
	font-size:14px;
	color:#0571c5;
	text-decoration:none;
	margin-top:25px;	
}
.forget_pass a{
	color:#0571c5;
	text-decoration:underline;	
}
.forget_pass a:hover{
	color:#0571c5;
	text-decoration:none;	
}
.forget_pass img{
	padding-right:5px;
}
.mc_ids{
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color:#10303f;	
}
.youcan{
	font-size:12px;
	font-style:italic;
}
.mcid_base{
	background-color:#f6f6f6;
	padding:15px 0px;	
}
.sin_mcid{
	padding:10px 25px;	
}
.line{
	border-bottom:1px solid #dadada;	
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #dadada;
}
.admlgn_txt{
	font-size:12px !important;
	text-align:center;	
}
.search_base{
	background-color:#FFF;
	border:1px solid #e9e9e9;
	padding:15px;
	margin-bottom:10px;	
}
.search{
	font-size:14px;
	color:#2454a9;
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	line-height:18px;	
}
.searsin_rep{
	width:178px;
	float:left;
	margin-right:30px;	
}
.searsin_resul{
	width:74px;
	float:left;	
}
#none{
	
}
.ninjatrader_table {

}
.ninjatrader_table th {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	background: #ffffff;
	line-height: normal;
	text-align: left;
	font-size: 14px;
	color: #2454a9;
	border-bottom: solid 1px #eeeeee;
	font-weight: normal;
	background-color:#f9f9f9;
	padding:15px 5px;
}
.ninjatrader_table td {
	font-family: 'merriweatherregular', Arial, Helvetica, sans-serif;
	background: #ffffff;
	line-height: normal;
	text-align: left;
	font-size: 12px;
	color: #474747;
	border-bottom: solid 1px #eeeeee;
	font-weight: normal;
	background-color:#ffffff;
	padding:10px 5px;
}
.ninjatrader_table tbody > tr:nth-child(odd) > td {
	background-color: #f9f9f9;
	text-align: left;
	border-bottom: solid 1px #eeeeee;
}
.ninjatrader_table img{
	padding-left:5px;
}
.blue{
	color:#0571c5 !important;	
}
.pagination {
	border: none !important;
	float: right;
	font-weight: 300;
	margin:10px 0px;
	font-family: 'merriweatherregular', Arial, Helvetica, sans-serif;
	font-size:12px;
}
.pagination a {
	border: 1px solid #dddddd !important;
	color: #474747 !important;
}
.pagination a:hover {
	border: 1px solid #2454a9 !important;
	color: #ffffff !important;
	background-color:#2454a9 !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 2;
	color: #fff !important;
	cursor: default;
	background-color:#2454a9 !important;
	border-color: none !important;
}
.report_rep{
	width:178px;
	float:left;
	margin-right:30px;	
}
.repo_resul{
	width:74px;
	float:left;	
}
#noneano{
		
}
.ninjatrader_table input[type="checkbox"]{
	margin-right:10px;
}
.navbar-toggle {
	position: relative;
	float: left;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #2454a9;
	background-image: none;
	border: 1px solid #2454a9;
	border-radius: 4px;
}
#seararea{
	display:none;	
}
.fa-plus-circle{
	font-size:16px;
	color:#2454a9;
}
.fa-plus-circle:hover{
	font-size:16px;
	color:#2454a9;
}
.fa-minus-circle{
	font-size:16px;
	color:#10303f;
}
.fa-minus-circle:hover{
	font-size:16px;
	color:#10303f;
}
.has-error input[type="text"]{
	
	border:1px solid #ff0000 !important;
}
.has-error input[type="email"]{
	
	border:1px solid #ff0000 !important;
}
.has-error input[type="password"]{
	
	border:1px solid #ff0000 !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center !important;
}


.top_space{
	padding-top:16px;	
}
.pay_div {
	width: 50%;
	float: left;
	text-align: center;
	border: #000 1px solid;
	margin: 10px 0px;
	padding: 10px 6px;
}
.pay_div label {
	display: inline;
}







.setPasswordHolder{border: 4px solid #FF0000; padding: 15px; text-align: center; margin-bottom: 15px;}
.setPasswordHolder h3{color: #FF0000;}

.machineIdHolder input[type="text"]{font-family: Arial, Helvetica, sans-serif;}
.machineIdHolder span{font-family: Arial, Helvetica, sans-serif;}

.showMessage{border: 1px solid #ccc; padding: 15px; background-color: #f9f9f9; border-radius: 5px; font-size: 14px; color: #333; max-width: 512px; margin: 10px auto; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);}


.alertBox{ background-color: #fff; -webkit-box-shadow: 0px 2px 9px -3px rgba(0,0,0,0.75); -moz-box-shadow: 0px 2px 9px -3px rgba(0,0,0,0.75); box-shadow: 0px 2px 9px -3px rgba(0,0,0,0.75);  padding: 35px;  border-radius: 15px;  width: auto;  position: absolute;  left: 30%;  right: 30%;  top: 30%;}

.alertBox .p1{font-size: 24px; color: #424242; margin-bottom: 25px;  font-weight: 600;}
.alertBox .p2{font-size: 20px; color: #424242; margin-bottom: 25px;  font-weight: 600;}
.moreInfo{ color: #428bca; font-size: 16px; text-decoration: none; }
.okBtnAlert {float: right; background-color: #167ad0;color: white; font-size: 14px; font-weight: 400; border: 3px solid #fff; border-radius: 15px; padding: 6px 22px; text-align: center; text-transform: uppercase; cursor: pointer; box-shadow: .5px .5px 1px .5px rgb(8, 98, 201); outline: none;}
.okBtnAlert:hover { background-color: #3276b1;}
.alertBoxShead{position: fixed; width: 100%; height: 100vh; background-color: #000000d6; top:0px; z-index: 9;} 