 .DashboardMenuIcon {  
    font-family: "dataflex-mobile" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    display: inline-block;
    padding-right: 10px;
    padding-top: 15px;
    float: left;
 }
 
.icon-add:before{
    content:'7';
}

.icon-cancel:before{
    content:':';
}

.icon-down:before{
    content:'A';
}


#OWEBAPP .DfDash-list .WebGrp_Caption
{
    top: 5px;
    font-size: 24px;
}    

/*-- Dashboard header **/
#dashboardsearch
{
	display: inline-block;
	width: 370px;
	border: rgba(0,0,0,0.1)1px solid;
	border-radius: 5px;;;;
}

#dashboardsearch .WebFrm_Wrapper, .WebTreeView .WebTree_Body
{
	border-radius: 5px;
	background-color: #fff;
	border: none;
}

#dashboardsearch > .WebCon_Inner
{
	margin: 0;
}

#dashboardsearch .WebFrm_Prompt:before
{
	content: "\00e005";
	padding: 0;
	color: #4d4d4d;
	position: absolute;
	left: -15px;
	left: -10px;
	font-size: 20px;
	top: 10px;
}

#DashboardLabel
{
	display: inline-block;
	padding-right: 20px;
	font-size: 30px;
}

#DashboardEditMenu, #DashboardEditButton
{
/*	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
*/	-webkit-transition: visibility 0s, all 0.5s ease-in-out;
	-moz-transition: visibility 0s, all 0.5s ease-in-out;
	-o-transition: visibility 0s, all 0.5s ease-in-out;
	transition: visibility 0s, all 0.5s ease-in-out;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	background-color: #ebebeb;
}

#DashboardEditButton.menu-visible, #DashboardEditMenu.menu-visible
{
	opacity: 1;
	visibility: visible;
	-webkit-transition: visibility 0s, all 0.5s ease-in-out;
	-moz-transition: visibility 0s, all 0.5s ease-in-out;
	-o-transition: visibility 0s, all 0.5s ease-in-out;
	transition: visibility 0s, all 0.5s ease-in-out;
}

#DashboardEditMenu
{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: inline-block;
}

#DashboardEditButton
{
	background-color: #f3f3f3;
	border-radius: 5px;
}

#DashboardEditButton:hover{
	background-color: #ebebeb;
	cursor:pointer;
}

.DashboardMenuButton
{
	display: inline-block;
	cursor: pointer;
}

.DashboardMenuBtnInner:before
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}

/*.DashboardMenuIcon
{
	font-family: "hde" !important;
	font-size: 20px;
	line-height: 45px;
	vertical-align: middle;
	margin-right: 15px;
}

.icon-down:before
{
	content: "\65";
}

.icon-add:before
{
	content: "\72";
}

.icon-cancel:before
{
	content: "\64";
}*/

#DashboardAddWidgetButton
{
	border-right: 1px solid #e8e8e8;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#DashboardSaveButton
{
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
}

.DashboardFlex .grid-stack
{
	margin-top: 35px;
	margin-left: -13px;;
}

.HiddenControl
{
	display: none;
}

.GroupShowItems .WebLabel_content
{
	cursor: pointer;
}

/* Dashboard */
.DashboardFlex .WebFrm_Prompt:before
{
	font-family: "dataflex-mobile" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}

.dashboard-elements-list
{
	width: 250px;
	margin-left: 50px;
}

.dashboard-elements-list > li
{
	border-bottom: 1px solid #1a1a1a;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.dashboard-elements-list > li:hover
{
	cursor: pointer;
	background-color: #ccc;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content > .WebGroup.WebGrp_HasBorder > .WebCon_Inner > div > .WebContainer
{
	border: none;
	margin: 0;
}

.WebGroup.WebGrp_HasCaption.DfDash-list > div.WebCon_Inner > div > div.WebContainer > div.WebCon_Sizer > .WebCon_Content
{
	padding: 0px;
}

.DfDash-list .WebGrp_Caption
{
	font-size: 200%;
	padding: 10px 0px 0px 0px;
}

.WebControl.WebListDashboard > .WebCon_Inner
{
	margin: 0;
	margin-left: 1%;
	width: 98%;
}

.DashboardList > ul
{
	margin-top: 50px;
}

/*.DashboardList:after{
	position:absolute;
	height:100%;
	bottom:0;
	background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(0,0,0,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); 
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 );
}*/

.DashboardList > ul > li
{
	height: 53px;
	border-radius: 5px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
	margin-top: 10px;
	display: block;
	width: 100%;
	background-color: #D0CECE;
}

.DashboardTicketLink
{
	display: inline-block;
	text-align: right;
	width: 100px;
	text-align: center;
	cursor: pointer;
	background-color: #767171;
	height: 100%;
	float: left;
}

.DashboardTicketLink .content-wrp
{
	color: #FFFFFF
}

.DashboardListContent
{
	display: inline-block;
	width: calc(100% - 135px);
	height: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 15px;
}

.content-wrp
{
    display: block;
    height: 100%;
}

.content-wrp:before
{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}

.content-wrp .content-txt
{
    height: 100%;
	display: inline-block; 
	width: 70%;
	font-weight: 600;
	vertical-align: middle;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}

.content-wrp .content-dat
{
    font-size: 80%;
	display: inline-block;
    float: right;
	width: 30%;
	text-align: right;
}

.DashboardTileButton
{
	border-radius: 5px;
	background-color: #1976d2;
}

/* Dashboard */
/* -- dashboard selection lists, high z-index to overrule dashboard z-indexes */
.DashboardTileButton
{
	background-color: #005899;
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	cursor: pointer;
}

.DashboardTileButton:hover button
{
	background-image: inherit !important;
	border: inherit !important;
	color: gray;
}

.SearchPlaceholder
{
	display: inline-block;margin: 0 auto;
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.grid-stack-item.ui-draggable.ui-resizable
{
	border-style: dashed !important;
	border: 1px;
}

.grid-stack-item.ui-draggable.ui-resizable.ui-draggable-disabled.ui-resizable-disabled
{
	border-style: none !important;
	border: 0px;
}

#DashboardEditMenu, #DashboardEditButton
{
	float: right;
}

.DashboardMenuButton
{
	background-color: #f5f5f5;
	height: 50px;
	padding: 0px 14px;
}

.DashboardListRow
{
	text-overflow: clip;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.DashboardListViewLink
{
	cursor: pointer;
	font-weight: bold;
	padding-top: 10px;
	width: 70px;
}

.grid-stack-item-content
{
	overflow: auto !important;
	padding: 9px;
}

.DashboardElementRemoveButton
{
	cursor: pointer;
	float: right;  
	z-index: 3;
	position: absolute;
    right: 35px;
    top: 15px;
	font-family: "dataflex-mobile" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#toggle_menu
{
	height: 100%; 
	width: 50px; 
	display: inline-block; 
	float: left; 
	background-color: #dddddd;
	border-right: 5px solid #005899; 
	position: absolute; 
	z-index: 1000000; 
	display: none;
}

#toggle
{
	height: 100%; 
	width: 50px; 
	display: inline-block; 
	float:left; 
	background-color: #005899; 
	position: absolute; 
	z-index: 1000000;
	left: 0;
	top: 0;
}

.dashboard_modal_dialog
{
	z-index: 10;
	box-shadow: 0 14px 34px 0 rgba(0, 0, 0, 0.2);
}

.dashboard_modal_dialog .WebWin_main_c
{
	background-color: #f3f3f3;
}

.caption_closeButton
{
    cursor: pointer;
    float: right;
    z-index: 3;
    right: 15px;
    top: 5px;
    font-family: "dataflex-mobile" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin: 8px 8px 0px 8px;
}

.searchResults
{
	margin-top: 10px;
}

#dashboardsearch input
{
	background-color: #fff;
	border: none;
	
	width: 100%;
    padding: 10px 0px 5px 7px;
	height: 100%;;
}

#dashboardsearch .WebFrm_Prompt
{
	display: inline-block !important;
}

/* Voorlopig uitzetten */
.DashboardFlex #DashboardLabel, .DashboardFlex .SearchPlaceholder
{
    display: none;
}