html, body {
	margin: 0;
	font-family: verdana;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

div.ui-datepicker {
	font-size: 12px;
}

.datepicker_wrapper {
	float: right;
	display: none;
	position: relative;
}

.dhx_header_cmenu_item {
	font-size: 12px;
	white-space: nowrap;
}

.export_icon {
	bottom: 10px;
	left: 10px;
	position: absolute;
}

.count_msg {
	bottom: 3px;
	right: 10px;
	font-size: 12px;
	position: absolute;
}

.loadingblocker {
	display: none;
	width: 100%;
	background-color: #6B6B6B;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	position: absolute;
	z-index: 1000;
	overflow: hidden;
}

.table-ajax-loader {
	position: absolute;
	left: 39%;
	top: 50%;
}

.grid_message {
	width: 600px;
	position: absolute;
	top: 55%;
	left: 35%;
	font-family: verdana;
	z-index: 3000;
}

.bottom_control {
	/*background: none repeat scroll 0 0 rgba(215, 215, 215, 0.8);
		    bottom: 30px;
		    right: 40px;
		    width: 330px;*/
	position: absolute;
	height: 40px;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #e0eefd;
}

#mygrid_container {
	width: 100%;
	height: -webkit-calc(100% - 40px);
	height: -moz-calc(100% - 40px);
	height: calc(100% - 40px);
	overflow: hidden;
}

.dhx_header_cmenu {
	overflow: scroll;
	max-height: 350px;
}

.balloonMsg {
	font-size: 12px;
}

/* fixing font fallback on ipad mini / ios */
div.gridbox_dhx_skyblue table.hdr td {
	font-family: Tahoma, Arial, san-serif !important;
}

.dhtmlx_skin_dhx_skyblue div.dhtmlx_window_active div.dhtmlx_wins_title
	{
	font-family: Tahoma, Arial, san-serif !important;
}