/* Price Live Feed */

.livefeed {
	border: 1px solid #ddd;
	font-size: 1em;
	width: 100%;
	margin: 0 0 30px;
	position: relative;
	display: block;
	overflow-x: auto;
	min-width: 600px;
}
table.livefeed th {
	vertical-align: bottom;
	/* background: #c02026; */
	background: #8b0b18;
	font-weight: normal;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 51px;
	font-size: 16px;
}
#pricefeed_showall table.table-striped th {
	background: #d0aa88 !important;
}
#pricefeed_showall .table-striped td:first-child {
	font-weight: 800;
}
#pricefeed_showall .table-striped td:first-child,
#pricefeed_showall .table-striped th:first-child {
	width: 28% !important;
}
.table-striped td:nth-child(2),
.table-striped th:nth-child(2) {
	width: 40%;
	text-align: left;
	padding-left: 4%;
}
.table-striped td,
.table-striped th {
	text-align: center;
}
.table-striped td {
	transition: 0.8s all ease-out;
	color: #000000;
	padding: 8px;
	line-height: 30px;
	vertical-align: top;
	border: none !important;
}
.livefeed td.blpft-increased {
	background-color: #294238;
}
.livefeed td.blpft-decreased {
	background-color: #4c2e2e;
}
.livefeed td.spread-changed {
	background-color: #dddddd;
}

/* Forex tab css */
.nav-tabs li {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 0px;
	max-width: 100%;
	width: 50%;
}
.nav-tabs li a {
	background: #f6f6f6;
	font-size: 20px;
	padding: 0px;
	border-radius: 6px 6px 0 0;
	display: block;
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 46px;
	border-bottom: 5px solid #d9d9d9;
	padding-top: 4px;
	color: #000;
	font-family: "elliot_sansmedium";
}
.nav-tabs li a.active {
	color: #000000;
	background-color: #d9d9d9;
	border-color: transparent;
	border-bottom-color: transparent;
	box-shadow: none;
}
/* End forex tab css */
/* New Table CSS */
.table-striped th {
	min-width: 125px;
}
.table-striped thead > tr{
	background: #eab465;
}
.table-striped th {
	vertical-align: bottom;
	color: #fff;
	text-transform: uppercase;
	line-height: 51px;
	font-size: 16px;
}
.table-striped td {
	padding: 8px;
	line-height: 30px;
	vertical-align: top;
	font-size: 14px;
}
.table-striped td,
.table-striped th {
	/*border-right: 1px solid #d9d9d9; */
	text-align: center;
}
.table-striped {
	border-bottom: 1px solid #f5f5f5;
}


.ing-tab-content .table-striped > tbody > tr:nth-child(odd) {
	background-color: #fff;
}
.ing-tab-content .table-striped > tbody > tr:nth-child(even),
.ing-tab-content .table-striped > tbody > tr:nth-child(even) {
	background-color: #f2f2f2;
}
.table-striped td:first-child,
.table-striped th:first-child{
	text-align: left !important;
}
.table-striped td:nth-child(2),
.table-striped th:nth-child(2) {
	width: 40%;
	text-align: left;
	padding-left: 4%;
}

.tab-pane-inner::-webkit-scrollbar,
.tab-pane-inner::-webkit-scrollbar {
	width: 4px;
}
.tab-pane-inner {
	height: 372px;
	overflow: auto;
	margin-bottom: 10px;
}
.tab-pane-inner::-webkit-scrollbar-track,
.tab-pane-inner::-webkit-scrollbar-track {
	background: #e7e7e7;
}

.tab-pane-inner::-webkit-scrollbar-thumb,
.tab-pane-inner::-webkit-scrollbar-thumb {
	background: #444444;
	height: 50px;
}

.tab-pane-inner::-webkit-scrollbar-thumb:hover,
.tab-pane-inner::-webkit-scrollbar-thumb:hover {
	background: #444444;
	height: 50px;
}
#livefeed {
	border: none;
}
.digital-asset-tab-container thead tr th,
#mobile-accordion-content thead tr th,
#livefeed thead tr th,
.bc_tb_item thead tr th {
	color: #000;
}
.live-section-feed .tab-pane-inner {
	height: auto;
}
.live-section-feed h2 {
	font-family: "elliot_sansmedium";
}
.table-striped td.update {
	background-color: #dddddd !important;
}

.table-striped td.update-up {
	background-color: #9dfcaf !important;
}

.table-striped td.update-down {
	background-color: #fc6887 !important;
}

.table-striped td.spread,
.table-striped td.ask,
.table-striped td.bid {
	transition-property: background;
	transition-duration: 1s;
	/* transition-delay: 2s; */
}
/* End New Table CSS*/
/* Tab + Flex Boxes */
.flex-block {
	flex: 1;
	display: flex;
	flex-direction: row;
}
.bc_tb_item {
	background: #fff;
	position: absolute;
	top: 100px;
	animation: none;
}
.bc_tb_item.inactive {
	top: 100px;
	display: none;
	animation: slideUp 0.2s reverse;
}
.bc_tb_item.active {
	top: 0;
	display: block;
	animation: slideUp 0.2s linear;
}
.bc_tb_item.active {
	display: block;
}
.bc_tab_content {
	overflow: auto;
	position: relative;
}

.bc_tab_content table {
	border: none !important;
}
.bc_th_item {
	display: flex;
	flex-direction: row;
	flex: 1;
	background: #f1f1f1;
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
	cursor: pointer;
	padding-top: 4px;
	align-items: center;
	justify-content: center;
	border-radius: 15px!important;
	/*     height: 55px; */
}
@keyframes slideUp {
	from {
		opacity: 0;
		top: 100px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}
.bc_th_item.active {
	background: #000000 !important;
}
.forex .bc_th_item {
	border-radius: 0px !important;
}
.bc_th_item .tab-label {
	color: #6c6c6c;
}
.bc_th_item.active .tab-label {
	color: #ffffff;
	font-weight: 700;
}
.bc_th_item a {
	width: 100%;
	height: 100%;
	position: absolute;
}
.bc_th_item img.active {
	display: none;
}
.bc_th_item:hover img.active,
.bc_th_item.active img.active {
	display: block;
	max-width: 35% !important;
}
.bc_th_item img.inactive,
.bc_th_item img.active {
	max-width: 30% !important;
}
.bc_tab_header .bc_th_item.inactive {
	justify-content: center;
	background: #f1f1f1 !important;
}

.bc_tab_header {
	display: flex;
	flex: 1;
	flex-direction: row;
}
.bc_tab {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100% !important;
}
.bc_tab.type2 {
	align-items: center;
}
.bc_tab.type2 > .bc_tab_header {
	border-radius: 5px;
	overflow: hidden;
	max-width: 100%;
	width: 100%;
	gap: 10px;
}
.bc_tab.type2 > .bc_tab_header > .bc_th_item {
	background: #f1f1f1;
	/*     height: auto; */
	border-radius: initial;
	color: #000;
	padding: 10px 0;
	/*     height: 97px; */
	text-transform: none;
	font-size: 16px;
	transition: background 300ms;
}

.bc_tab.type2 > .bc_tab_header > .bc_th_item > img {
	margin-right: 10px;
	height: 30px;
	width: 25px;
	object-fit: contain;
}
.bc_tab.type2 > .bc_tab_content {
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin-top: 10px;
}
.bc_tab.type2 > .bc_tab_content > .bc_tb_item {
	position: relative;
}
.flex-item {
	flex-direction: column;
	flex: 1;
	display: flex;
}

.flex-item h2 {
	display: flex;
	padding: 20px 0px;
	align-items: flex-start;
	justify-content: flex-start;
	font-size: 29px;
	color: #c32027;
	line-height: 1.2;
}
.bc_tab.type2 .bc_tab_content .bc_tb_item {
	background: transparent;
	width: 100%;
}
.flex-item h2 img {
	margin-right: 20px;
}
.flex-item div p {
	text-align: justify;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.4;
	color: #1d1d1d;
}
.flex-item div p strong {
	font-weight: 700;
	color: #1d1d1e !important;
	font-size: 16px;
}
.flex-item div ul li {
	padding-left: 30px;
	position: relative;
	list-style: none;
	color: #1d1d1d;
	font-size: 15px;
	font-weight: 500;
}
.flex-item div ul li img {
	margin-right: 14px;
	display: inline-block;
	margin-top: 0px;
	vertical-align: middle;
	margin-bottom: 0px;
	position: absolute;
	left: 0px;
	top: 3px;
	max-width: 100%;
	height: auto;
	margin: 5px 20px 20px 0;
}
.flex-item div ul li label {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
.flex-item div.forex-divider {
	margin-left: 12px !important;
	margin-bottom: 25px !important;
	width: 100%;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 147px;
	margin: 0px auto;
	position: relative;
}
.flex-item div.forex-divider span:first-child {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
	width: 100%;
}
.flex-item div.forex-divider span:first-child span {
	border-color: #c12127 !important;
	border-top-width: 3px !important;
	height: 1px;
	border-top: 1px solid #ebebeb;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}
.flex-item div.forex-divider::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c12127;
	position: absolute;
	content: "";
	left: -9px;
	top: -1px;
}
.flex-item .bc_tab .bc_tab_header .bc_th_item {
	justify-content: center;
}
.flex-item div.forex-divider::after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #c12127;
	position: absolute;
	content: "";
	right: -9px;
	left: auto;
	top: 0px;
}
.flex-item > div,
.flex-item > h2 {
	max-width: 85%;
	width: 100%;
}
.mobile-accordion-wrapper .mobile-accordion-content .flex-item > div {
	max-width: 100%;
}
.mobile-accordion-wrapper .mobile-accordion-content .flex-item h2 {
	max-width: 100%;
	display: flex;
	justify-content: center;
	font-size: 24px;
}
.mobile-accordion-wrapper .mobile-accordion-content table.livefeed th {
	line-height: 30px;
	font-size: 13px;
	font-weight: 400 !important	;
}
.mobile-accordion-wrapper .mobile-accordion-content > div:not(:first-child) .flex-block > div:last-child table {
	overflow: unset;
}
.mobile-accordion-wrapper .mobile-accordion-content > div:not(:first-child) .flex-block > div:last-child {
	overflow: auto;
	max-height: 273px;
}
.mobile-accordion-wrapper .mobile-accordion-content .bc_tb_item {
	background: unset;
}
.mobile-accordion-wrapper .mobile-accordion-content .flex-item .bc_th_item {
	font-size: 15px;
}
.mobile-accordion-wrapper .mobile-accordion-content .flex-item h2 img {
	margin-right: 15px;
	max-width: 11%;
}
.mobile-accordion-wrapper .mobile-accordion-content .flex-item div.forex-divider {
	align-items: center;
	max-width: 25% !important;
	margin: auto !important;
	margin-bottom: 25px !important;
	margin-top: 30px !important;
}
#multiple_tab_container .bc_tab_content .bc_tb_item.forex .flex-block div:last-child .bc_tab .bc_tab_content {
	height: 372px !important;
}
.bc_tab .bc_tab_content::-webkit-scrollbar-thumb,
.mobile-accordion-wrapper .mobile-accordion-content > div:not(:first-child) .flex-block > div:last-child::-webkit-scrollbar-thumb,
#multiple_tab_container .bc_tab_content div:not(:first-child) .flex-block div:last-child::-webkit-scrollbar-thumb {
	background: #444;
	height: 50px;
}
.bc_tab .bc_tab_content::-webkit-scrollbar,
.mobile-accordion-wrapper .mobile-accordion-content > div:not(:first-child) .flex-block > div:last-child::-webkit-scrollbar,
#multiple_tab_container .bc_tab_content div:not(:first-child) .flex-block div:last-child::-webkit-scrollbar {
	width: 4px;
}
.bc_tab .bc_tab_content::-webkit-scrollbar-track,
.mobile-accordion-wrapper .mobile-accordion-content > div:not(:first-child) .flex-block > div:last-child::-webkit-scrollbar-track,
#multiple_tab_container .bc_tab_content div:not(:first-child) .flex-block div:last-child::-webkit-scrollbar-track {
	background: #e7e7e7;
}
#multiple_tab_container .bc_tab_content div:not(:first-child) .flex-block div:last-child table {
	overflow-x: unset !important;
}
/* #multiple_tab_container .bc_tab_content div:not(:first-child) .flex-block div:not(.tab3):last-child {
height: 372px;	
overflow: auto
} */
#multiple_tab_container table thead th,
.digital-asset-tab-container table thead th {
	line-height: 37px !important;
}
#multiple_tab_container .bc_tab_content .bc_tb_item .flex-block > div:first-child {
	min-width: 230px;
}
/* #multiple_tab_container .bc_tab_content .bc_tb_item:not(.forex) .flex-block > div:nth-child(2){
height: 372px !important;  
overflow-y: auto;
} */
#homepage-livefeed-2 #multiple_tab_container .bc_tab_content .bc_tb_item:not(.forex) .flex-block > div:first-child {
	height: 372px !important;
	overflow-y: auto;
}

@media (max-width: 768px) {
	.flex-block{
		overflow: auto;
	}
	.table-striped{
		table-layout: fixed;
		width: 1000px !important;
	}
	.bc_tab.type2 > .bc_tab_header > .bc_th_item{
		border: 1px solid #ffffff !important;
	}
	.bc_tab.type2 > .bc_tab_header > .bc_th_item.futures{
		width: 100% !important;
	}
	.bc_tab.type2 > .bc_tab_header{
		gap: 0px !important;
	}
	.bc_tab_header {
		flex-wrap: wrap;
	}
	.bc_tab_header > div {
		width: 50% !important;
		flex: none !important;
		border-radius: 0px !important;
	}
	.bc_tab.type2 > .bc_tab_header > .bc_th_item > img {
		width: 20px;
		height: 20px;
	}
	.forex .bc_tab_header .bc_th_item {
		padding: 5px;
	}
	.forex .bc_tab_header span.tab-label {
		font-size: 14px;
	}
	.forex .bc_tab_header > div {
		width: 33.33% !important;
	}
}
