.x-icon-add {background-image: url(../images/add.png) !important}
.x-icon-delete {background-image: url(../images/delete.png) !important}
.x-icon-table_refresh {background-image: url(../images/table_refresh.png) !important}
.x-icon-application_key {background-image: url(../images/application_key.png) !important}
.x-icon-page_refresh {background-image: url(../images/page_refresh.png) !important}

.x-icon-arrow_refresh {background-image: url(../images/arrow_refresh.png) !important}
.x-icon-database_refresh {background-image: url(../images/database_refresh.png) !important}

.loading-indicator {
    font-size:11px;
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}
#doc-body .loading-indicator {
    font:bold 13px  Tahoma, Verdana, Arial, Helvetica, sans-serif;
    position:absolute;
    top:35%;
    left:43%;
    color:#444;
    background-repeat: no-repeat;
    background-position:left 5px;
    padding:10px 10px 10px 38px;
	text-align:left;
}
#loading-mask{
	position:absolute;
	left:0;
	top:0;
    width:100%;
    height:100%;
    z-index:20000;
    background-color:white;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
    height:auto;
}
#loading img {
    margin-bottom:5px;
}
#loading .loading-indicator{
	background:white;
	color:#555;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
    text-align:center;
    height:auto;
}
.sos-row {
    background: #ff0000;
}
.health-row {
    background: #FFCC99;
}
.speeding-row {
    background: #F5A9F2;
}
.moving-row {
    background: #9ce71a;
}
.stop-row {
    background: #8ea3fb;
}
.geofence-row {
    background: #BDBDBD;
}
.idling-row {
    background: #F4EC88;
}
