﻿html, 
body,

* {
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#view-port {
	height: 100%;
}

body {
	-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
	-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	margin: 0;
	padding: 0;
}

.numberCircle {
	border-radius: 50%;

	width: 16px;
	height: 16px;
	margin-left: 15px;
	padding: 2px;

	background: #FF4D4D;
	color: #fff;
	border: 1px;
	text-align: center;
	display: block;

	font: 10px Arial, sans-serif;
	font-weight: bold;
}

.errorWrapper {
	margin: 10px;
	height: auto;
	padding: 10px;
}

.errorWrapper .error {
	margin: 10px;
	height: auto;
	padding: 10px;
	border: 2px solid red;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.loadIndicatorWrapper {
    text-align: center;
    margin: 100px;
    height: auto;
    padding: 10px;
}

.dx-icon-bell:before {
    content:"\E334";
    display:inline-block;
    font-family:'Glyphicons Regular';
    font-style:normal;
    font-weight:normal;
    line-height:1;
    vertical-align:top;
    font-size: 18px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}