
#silo-explorer{
	/*margin : 0 125px;*/
}
.btn-red{
	    color: #fff!important;
    background-color: #ee1212!important;
    border: none;
    border-radius: 0;
    padding: 7px 16px!important;
}
/************* top section start*************/
.main{
	/*background-image: url(../images/explorer/explorer.jpg);*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/*height:560px;*/
	width: auto;
}

/************* top section end*************/

/************* middle section start*************/
/*.second-row{
	margin-top:50px;
	margin-bottom: 80px;
}*/
.block-title{
	margin-bottom:4%;
	/*margin-left:-19px;*/
}

.block-title .search {
	width: 100%;
	position: relative;
	display: flex;
}

.block-title .searchTerm {
	padding: 6px;
    width: 75%;
    color: var(--text-color-primary)!important;
}

.block-title .searchTerm:focus{
	color: #00B4CC;
}
.block .row{
	margin: 0 auto;
}
.block .transaction-traffic{
	text-align: center;
}
.block-title .searchButton {

	/*background-image: linear-gradient(#FFAA46, #FF6600);*/
	background: var(--btn-bg-color);;
	border-radius: 0 4px 4px 0;
	height:45px;
	border-width: 0;
	padding: 5px 71px;
	margin-left: 0px;
	color: white;
	font-weight: 600;
	font-size:18px;
}

.block-title h1{
	color:#fff;
}

.block{
	top:6%;
	/*left:9%;*/
	/*right:9%;*/
	/*position:absolute;*/
} 

.block .center{
	background-color:#e8e8e845;
	color: #fffc;
}


.block .middle-section{
	padding:15px;
}

.middle-section .middle-blocks{
	display:table
}

.middle-section .middle-blocks span{
	display: table-cell;
	vertical-align: middle;
	padding-right:8px;

}

.middle-section .middle-wrapper,
.middle-section .middle-block-time
{
	padding: 15px 20px;
	text-align: left;
	height: 100px;
}

.middle-section .middle-wrapper{
	border-bottom: 1px solid #8f8d8d;
	border-right: 1px solid #8f8d8d;
}

.block .middle-section .middle-block-time{
	border-right: 1px solid #8f8d8d;
}

.middle-wrapper .middle-text,
.middle-block-time .middle-text
{
	font-family: poppins;
	font-size: 20px;
	padding-top: 6px;
	color: #fff;
	font-weight:700;
}

.middle-wrapper .icon,
.middle-block-time .icon
{
	width: auto;
	height: 50px;
}

.chart-timeline_heartrate .c3-legend-item,
.chart-scatter_exercise .c3-legend-item { display: none; }

/************* middle section end*************/

/************* transaction-traffic start *************/

.block .transaction-traffic{
	padding: 15px 15px 15px 15px;
}

.block .transaction-traffic p{ 
	color: #fff;
}

/************* transaction-traffic end *************/

/************* recent-block and recent-transaction  section start *************/

.recent-block,.recent-transactions

{
	font-weight:bold;	
}

.recent-block .shadow,
.recent-transactions .shadow
{
	background:var(--bg-color-1)!important;
	color: var(--text-color-primary)!important;
	font-weight: bold;
	margin-top:6px;
}


.recent-block .wrapper .recent-block-title,
.recent-transactions .wrapper .recent-block-title h6 
{
	/*padding-left: 15px;*/
	font-family: poppins;
	font-size: 12;
	font-weight: 500;
	text-transform: uppercase;
}



.recent-block .wrapper .recent-block-title,
.recent-transactions .wrapper .recent-block-title 
{
	padding: 15px;
	font-family: poppins;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}


.recent-block-title .recent-block-text 
{
	font-family: poppins;
	font-size: 14px;
	color: var(--text-color-primary);
	font-weight: 200;
}

.recent-block .block-wrapper,
.recent-transactions .block-wrapper
{
	display: block;
	padding: 15px;
	background:var(--header-bg-color);
	color: var(--text-color-primary);
	margin-bottom: 15px;
}

.recent-block .block-wrapper .icon-frame,
.recent-transactions .block-wrapper .icon-frame
{
	height: 61px;
	width: 25px;
	position: relative;
}

.icon-center {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0px;
	width: 30px;
	height: 30px;
}

.block-wrapper .info p{
	display:inline-block;
	margin-right: 2px; 
	font-size: 13px;
	color:#c7c3c3
}

.block-wrapper .info .pull-right{
	color:#c7c3c3;
	font-size: 13px;
}

.block-wrapper .key{
	font-weight:800;
	/*color: black;*/
	color:var(--text-color-primary);
	font-size: 18px;
}
.block-wrapper .key a{
	color:var(--text-color-primary);
}

.block-wrapper .gap{
	margin-left:10px;
}

/************* recent-block and recent-transaction  section end *************/


/************* media query start *************/

@media (max-width:425px){
	.recent-block{
		/*margin-top:788px;*/
	}
	.block-title .searchButton{
		padding: 7px 12px;
	}
}

@media (min-width:425px) and (max-width:768px){
	.recent-block{
		/*margin-top: 311px;*/
	}
	.second-row{
		/*margin-top:130px;*/
	}
	.block .search {
	    width: 100%!important;
	}
}

@media (min-width:769px) and (max-width:1024px){
	.chart{
		width:250px;
	}
	.chart1{
		width:250px;
	}
}


@media (max-width:1440px){
	.main{
		/*height:457px !important;*/
	}
	.block {
		/*top: 5%;*/
	}
	.block .search{
		width: 100%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px)  {
	.second-row {
		margin-top: 444px;
	}
}

/************* media query end *************/

