div.dhx_cell_cont_wins > iframe{
	height:100%;
	z-index:999;
}

.dhxwins_vp_material div.dhxwin_active{
	z-index:999 !important;
}
.dhxwins_vp_material div.dhxwin_hdr{
	background-color:#1746A3;	
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.dhxwins_vp_material div.dhxwin_brd{
	border:0px;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns {
	top: 10px;
	display: flex;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis {
	width: 20px;
	height: 20px;
	position: none;
	float: none;
	margin-top: 0px;
	background-image: none;
	background-repeat: none;
	background-position: none;

	font-family : xeicon !important;
	font-size: 14px;
	font-weight: bold;
	display: flex;
    justify-content: center;
    align-items: center;
    color: white;

	opacity: 0.5;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_close_dis{
	background-position: none;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_close::before,
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_close_dis::before {
	content: "\e921";
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_minmax_dis {
	background-position: none;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_minmax::before,
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_minmax_dis::before {
	content: "\e98f";
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_minmaxed_dis{
	background-position: none;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_minmaxed::before,
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_minmaxed_dis::before{
	content: "\e98e";
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_park_dis{
	background-position: none;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_park::before,
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_park_dis::before{
	font-size: 11.5px;
	content: "\ea5f";
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_help{
	background-position: none;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_help_dis{
	background-position: none;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_help::before
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_help_dis::before{
	content: "\e9ac"
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_dock_dis{
	background-position: none;
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_dock::before,
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button_dis.dhxwin_button_dock_dis::before{
	content: "\eabf"
}
.dhxwins_vp_material div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button.dhxwin_button_dock {
	background-position: none;
}
.dhxwins_vp_material div.dhxwin_active div.dhxwin_hdr div.dhxwin_btns div.dhxwin_button:hover{
	background-color:transparent;
}
.dhxwins_vp_material div.dhxwin_active div.dhx_cell_wins, .dhxwins_vp_material div.dhxwin_inactive div.dhx_cell_wins{
	left:0px !important;
	width:100%;
}
.dhxwins_vp_material div.dhxwin_brd.dhxwin_hdr_hidden{
	top:0px !important;
}

.dhxwins_vp_material div.dhxwin_active.dhxwin_dnd div.dhxwin_fr_cover.dhxwin_fr_cover_dnd{
	display:block;
}

.dhxeditor_material div.dhx_cell_editor div.dhx_cell_stb {
	background-color: #f8fafc;
}