/*body{
	font-family: 'Open-Sans' !important;
	padding: 0;
	margin: 0; 
}*/
.Nodata{font-size:15px !important;font-family:robotoregular;color:#DE200F;text-align:center;}
.Nodata1{font-size:15px !important;font-family:robotoregular;color:#DE200F;text-align:center;vertical-align:middle !important;}
.Nodata2{font-size:15px !important;font-family:robotoregular;color:#DE200F;text-align:center;vertical-align:middle !important;text-align: right;padding:170px !important;}
.CoName{color: #636363 !important;}
.header-block{
	position: inherit;	
}
.mrkt-analysis-select {
    width: 50%;
    float: left;
    text-align: right;
    margin-right: 0px;
    position: relative;
}
.gainer-loser-select {
    width: 50%;
    float: left;
    position: relative;
}
.mrkt-analysis-select select {
    border: none;
    background-color: #cb0100;
    color: #fff;
    width: 60%;
    padding: 8px 35px 8px 20px;
    font-size: 18px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(138, 138, 138);
    -moz-box-shadow: 0px 2px 5px 0px rgb(138, 138, 138);
    box-shadow: 0px 2px 5px 0px rgb(138, 138, 138);
    cursor: pointer;
}
.mrkt-analysis-select select::-ms-expand,

.mrkt-analysis-select:after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 7px;
    color: #fff;
    font-size: 20px;
    pointer-events: none;
}
.mrkt-analysis-select:after {
    right: 2%;
}
.mrkt-analysis-select.single-mrkt-analysis-new {
    width: 30%;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.mrkt-analysis-select.single-mrkt-analysis-new select{
    width:100%;
}
.equity-market-block h1
{
	font-size: 28px !important;
	color: #000;
	text-align: center;
	font-weight: 400;
}
.equity-market-block
{
	display: block;
	width: 100%;
	margin-top: 2rem;
}
.equity-market-header 
{
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}
.heatmap-inner
{
	display: block;
	width: 100%;
	float: left;
}

.each-heatmap-block
{
	width: 14.28%;
	float: left;
	display: block;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	padding: 1.5rem 0.5rem;
}
.bg-dark-green{
	background-color: #037e13;
}
.bg-green{
	background-color: #acffac;
}
.bg-alert
{
	background-color: #ff9696;
}
.each-heatmap-block p{
	font-size: 21px;
	color: #000;
	text-align: center;
	margin-bottom: 0;
	line-height: 22px;
}
.each-heatmap-block p>span{
	display: block;
	width: 100%;
	font-size: 15px;
}
.market-stat-block{
	display: block;
	width: 100%;
	border:1px solid #ddd;
	padding: 0.5rem;
}
.market-stat-block ul.nav.nav-tabs{
	border-bottom: 1px solid #ddd;
	margin-bottom: 2rem;
}
.market-stat-block ul.nav-tabs .nav-item{
	margin-bottom: 0;
}
.market-stat-block ul.nav-tabs li a
{
	font-size: 1rem;
    color: #939090;
    font-weight: bold;

}
.market-stat-block ul.nav-tabs li a.nav-link.active{
	color: #1e1e1e;
}
.top-gainer-loser.market-stat-block ul.nav.nav-tabs{
	margin-bottom: 0;
}
/*start*/
.market-stat-block ul.nav.nav-tab{
	border-bottom: 1px solid #ddd;
	/*margin-bottom: 2rem;*/
}
.market-stat-block ul.nav-tab .nav-item{
	margin-bottom: 0;
}
.market-stat-block ul.nav-tab li a
{
	font-size: 1rem;
    color: #939090;
    font-weight: bold;
}
.market-stat-block ul.nav-tab li a.nav-link.active{
	/*color: #1e1e1e;*/
	border: 1px solid  #dee2e6;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
/*end*/
.market-stat-block .table{
	margin-bottom: 0;
}
.market-stat-block.global-block table tr th:nth-last-of-type(1),
.market-stat-block.global-block table tr td:nth-last-of-type(1),
.market-stat-block.global-block table tr th:nth-last-of-type(2),
.market-stat-block.global-block table tr td:nth-last-of-type(2){
	text-align: right;
}

.market-stat-block .table thead th{
    border-bottom: 0;
	font-weight: normal;
	color: #000;
    font-size: 13px;  
    text-transform: uppercase;
    border: none;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 10px;
    font-weight: bold !important;
    background-color: #F3C037 !important;
}
.market-stat-block table thead tr th,
.market-stat-block table tbody tr td{
	padding: 0.5rem;
	    font-size: 14px;
    color: #636363;
}
.commentary-header,
.commentary-detail{
	display: flex;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5rem;
}
.commentary-detail
{
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
.commentary-detail
{
	margin-top: 0.3rem;
	background-color: #f0f0f0;
	padding: 0.31rem 0.5rem !important;
}
.commentary-header-alpha,
.commentary-detail-alpha{
	width: 140px;
}
.commentary-header-beta,
.commentary-detail-beta{
	width: calc(100% - 140px);
}
.commentary-header p,
.commentary-detail-alpha p,
.commentary-detail-beta p{
	font-size: 14px;
	margin-bottom: 0;
	color: #000;
}
.commentary-detail-alpha p
{
	position: relative;
	margin-left: 15px;
}
.commentary-detail-alpha p:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #cb0100;
	top: 41%;
	margin-left: -15px;
}
.heat-map-block{
	display: block;
	width: 100%;
	margin-top: 3rem;
}
.heat-map-block h4,
.market-stat-commentary h4,
.equity-market-block h4{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 1.25rem;
	font-family: 'Open-Sans-bold';
}
.heat-map-selection{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2rem;
}
.heat-map-selection select{
	margin-left: 1rem;
	padding: 0.35rem 0.5rem;
	border-radius: 0.25rem;
	font-size: 14px;
	width: 130px;
}
.ipo-analysis{
	width: 100%;
	display: block;
	margin-top: 3rem;
}
.ipo-analysis.ipo table thead tr th:nth-last-of-type(1),
.ipo-analysis.ipo table tbody tr td:nth-last-of-type(1){
	text-align: right;
}
.ipo-analysis.ipo table thead tr th:nth-of-type(1),
.ipo-analysis.ipo table tbody tr td:nth-of-type(1){
	text-align: left;
}
.ipo-analysis.ipo table thead tr th,
.ipo-analysis.ipo table tbody tr td{
	text-align: center;
}
.ipo-analysis h2{
	text-align: center;
	font-size: 28px !important;
	color: #000;
}
.ipo-analysis h4{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-top: 2rem;
}
.mutual-fund
{
	margin-bottom: 4rem;
}
.mf-news-block{
	padding-top: 50px;
}
.view-more-btn a{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    text-transform: uppercase;
    justify-content: flex-end;
}
.mf-header-block{
	display: block;
	margin-bottom: 2rem;
}
.market-stat-commentary
{
	display: block;
	width: 100%;
	margin-top: 3rem;
}
.market-com-viewmore a
{
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
@media(min-width:992px) and (max-width:1199px){
	.equity-market-block h1,
	.ipo-analysis h2{
		font-size: 30px;
	}
	.top-gainer-loser ul.nav.nav-tabs li a, .market-data-block ul.nav-tabs li a,
	.market-stat-block ul.nav-tabs li a
	{
		font-size: 15px;
	}
	.each-heatmap-block p
	{
		font-size: 18px;
	}
	.each-heatmap-block p>span
	{
		font-size: 14px;
	}
	.mf-header-block{
		margin-bottom: 0;
	}
}
@media(min-width:768px) and (max-width:991px){
	.equity-market-block h1
	{
		font-size: 30px;
	}
	.top-gainer-loser ul.nav.nav-tabs li a, .market-data-block ul.nav-tabs li a
	{
		font-size: 15px;
	}
	.top-space-mo
	{
		margin-top: 1.5rem;
	}
	.market-stat-commentary
	{
		margin-top: 2rem;
	}
	.each-heatmap-block
	{
		width: 20%;
	}
	.each-heatmap-block p
	{
		font-size: 17px;
	}
	.each-heatmap-block p>span
	{
		font-size: 13px;
	}
	.ipo-analysis h2
	{
		font-size: 30px;
	}
	.market-stat-block ul.nav-tabs li a
	{
		font-size: 15px;
	}
	.mf-header-block
	{
		margin-bottom: 0;
	}
}
@media(min-width:576px) and (max-width:767px){
	.equity-market-block h1,
	.ipo-analysis h2{
		font-size: 30px;
	}
	.top-gainer-loser ul.nav.nav-tabs li a, .market-data-block ul.nav-tabs li a,
	.market-stat-block ul.nav-tabs li a
	{
		font-size: 15px;
		padding: 0.5rem;
	}
	.top-space-mo
	{
		margin-top: 1.5rem;
	}
	.market-stat-commentary
	{
		margin-top: 1.5rem;
	}
	.each-heatmap-block
	{
		width: 25%;
	}
	.each-heatmap-block p
	{
		font-size: 17px;
	}
	.each-heatmap-block p>span
	{
		font-size: 13px;
	}
	.ipo-analysis.ipo table thead tr th, .ipo-analysis.ipo table tbody tr td{
		white-space: nowrap;
	}
	.mf-header-block
	{
		margin-bottom: 0;
	}
}
@media(min-width:320px) and (max-width:575px){
	.each-heatmap-block{
		width: 50%;
	}
	.each-heatmap-block p
	{
		font-size: 18px;
	}
	.each-heatmap-block p>span
	{
		font-size: 13px;
	}
	.ipo-analysis h2
	{
		font-size: 26px;
	}
	.market-stat-block ul.nav-tabs li a,
	.top-gainer-loser ul.nav.nav-tabs li a, .market-data-block ul.nav-tabs li a
	{
		font-size: 15px;
		padding: 0.5rem;
	}
	.market-stat-block .table thead th,
	.market-stat-block .table tbody td
	{
		white-space: nowrap;
	}
	.mf-header-block
	{
		margin-bottom: 0;
	}
	.top-space-mo
	{
		margin-top: 1.5rem;
	}
	.equity-market-block h1
	{
		font-size: 26px;
	}
	.equity-market-header
	{
		margin-bottom: 1rem;
	}
}
