div.item{
/*	margin: 1px; */
	float: left;
	color: #000000;
	background-color: #FFF5F5;
	font: 0.7em verdana,arial, helvetica, sans-serif;
/*	flex: 1;  */
	transition: all 0.1s;
}

.item a{
	text-decoration: none;
	position:relative;
	border:1px solid #000;
	display: block;
	width:100%;
	height:100%;		
}

span.mosaic-item {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-decoration: none;
	width: 100%;
  /*  height: 1.1em; */
	height: 18px;
	font-weight: bold;
	font-size: 1.5em;
	transition: 1s ease;
	text-align: center;
	background-color: rgba(90,90,90,0.6); 

	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;

}

.multiview_box{

	width: calc( 100% - 300px);/*1540px;*/
	height:calc( 100% - 240px);/*100%; 864px;*/
	position:absolute;
}


.icon{
	display: flex;
	justify-content: center;
	align-items: center;
	/*font-size: calc(60px *var(--size));*/
	font-size: calc(var(--size)*4);	
	height:100%;
}	
@media only screen and (max-width: 767px) {
  .icon {
    font-size: 30px;
  }
  .multiview_box{
		width: 100%;
		height: calc( 100% - 280px);
	}
  }
}
a.color-empty > span{
	background-color:rgba(90,90,90,0.6);
}

a.color-empty > i {
	color:rgba(90,90,90,0.6);
}	

a.color-active > span{
	background-color:rgb(26,74,197);
}

a.color-active > i {
	color:rgb(26,74,197);
}		
a.color-channel-danger > span{
	background-color:#dd4b39 ;
}

a.color-channel-danger > i {
	color:#dd4b39 ;
}	
