﻿.demo-mainContainer {
	width: 100%;
	height: 556px;
	border: 1px solid #C8C8C8;
	background-color: #E4E4E4;
	overflow: hidden;
}
.demo-container {
	background-color: white;
	margin: 24px;
}
.demo-header {
	padding: 18px;
	height: 74px;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.16);
}
.demo-header:hover {
    cursor: pointer;
}
.demo-buttonsContainer {
	height: 24px;
}
.demo-button {
	background-color: #C0C0C0;	
	height: 20px;
	width: 20px;
	border-radius: 100%;
	float: right;
	margin: 2px;
}
.demo-button:first-child {
	float: left;
}
.demo-title {
	background-color: #C4C4C4;
	height: 31px;
	width: 125px;
	border-radius: 20px;
	margin-left: 60px;
	margin-top: 14px;
}
#content {
	padding-top: 19px;
	height: 405px;
}
.demo-item {
	margin: 16px;
	padding: 16px;
	border-radius: 6px;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.16);
	height: 71px;
	display: flex;
}
.demo-item:hover {
	box-shadow: 0px 2px 16px 0 rgba(0,0,0,0.16);
	cursor: pointer;
}
.demo-container .demo-item-selected {
	box-shadow: 0px 2px 16px 0 rgba(0,0,0,0.3);
}
.demo-image {
	width: 71px;
	height: 71px;
	background-color: #E6E6E6;
	margin-right: 35px;
	flex: none;
}
.demo-caption {
	background-color: #C0C0C0;
	border-radius: 10px;
	margin-top: 12px;
	margin-bottom: 11px;
	width: 122px; 
	height: 18px;
	
}
.demo-text {
	background-color: #DFDFDF;
	border-radius: 10px;
	margin-bottom: 4px;
	height: 13px;
}
.demo-border-radius {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.dxTheme-Office365Dark .demo-mainContainer {
    border: 1px solid black;
    background-color: #333333;
}
.dxTheme-Office365Dark .demo-container {
    background-color: #444444;
}