/*-- Dashboard header **/
#dashboardsearch
{
	display: inline-block;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
	width: 630px;
}

#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: -14px;
	font-size: 20px;
	top: 10px;
}

#DashboardLabel
{
	display: inline-block;
	padding-right: 20px;
	font-size: 30px;
	vertical-align: middle;
	padding-top: 3px;
	margin-left: 18px;
}

#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;
}

#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: #fff;
	border-radius: 5px;
}

.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: 10px;
}

.icon-down:before
{
	content: "\65";
}

.icon-add:before
{
	content: "\72";
}

.icon-cancel:before
{
	content: "\64";
}

#DashboardAddWidgetButton
{
	border-right: 1px solid #e0e0e0;
	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: 67px;
}

.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 > 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: #FFFFFF;
}

.DashboardTicketLink
{
	display: inline-block;
	text-align: right;
	width: 100px;
	text-align: center;
	cursor: pointer;
	background-color: #f8f8f8;
	height: 100%;
	float: left;
}

.DashboardListContent
{
	display: inline-block;
	background-color: #fff;
	width: calc(100% - 104px);
	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: 75%;
	font-weight: 600;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
}

.content-wrp .content-dat
{
	font-size: 80%;
	display: inline-block;
	width: 25%;
	text-align: right;      
}

.DashboardTileButton
{
	border-radius: 5px;
	background-color: #1976d2;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
}

/* Dashboard */
/* -- dashboard selection lists, high z-index to overrule dashboard z-indexes */
.DashboardTileButton
{
	background-color: #43db8e;	
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	cursor: pointer;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
}

.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;
	/* height: 80px; */
}

#DashboardEditMenu, #DashboardEditButton
{
	float: right;
    margin-right: 20px;
}

.DashboardMenuButton
{
	background-color: #f5f5f5;
	height: 50px;
	padding: 0px 18px;
}

.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;
}

.dashboard_modal_dialog .WebWin_main_c
{
	background-color: #fff;
}

.dashboard_modal_dialog.WebFP_FloatBy {
    background-color: #f1f1f1 !important;
	box-shadow: 0 10px 19px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

.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: 0px;
}

#dashboardsearch input
{
	background-color: #fff;
	border: none;
	
	width: 95%;
    padding: 3px 0px 5px 7px;
}

#dashboardsearch .WebFrm_Prompt
{
	display: inline-block !important;
}