/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/06/2014, 4:54:25 PM
    Author     : Le Ma
*/
.addLayerIcon{
  background-image:url(../images/layers_map_c.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.layerConfiIcon{
  background-image:url(../images/layers_2.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.mapIcon{
  background-image:url(../images/Basemap16.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.exportIcon{
  background-image:url(../images/CSV.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.tableIcon{
  background-image:url(../images/table.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:4px 0 4px 4px;
}
.legendIcon{
  background-image:url(../images/Legend.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:32px;
  margin:4px 0 4px 4px;
}
.deleteIcon{
  background-image:url(../images/delete.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:16px;
  width:16px;
  margin:8px 0 8px 8px;
}
.infoIcon{
  background-image:url(../images/infoButton.png);
  background-repeat:no-repeat;
  /* display:inline-block; */
  height:16px;
  width:16px;
  /* margin:4px 0 4px 4px; */
  /* vertical-align: middle; */
}

span.dijitReset.dijitInline.dijitIcon.infoIcon {}

.controlIcon{
  background-image:url(../images/Maps.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:42px;
  margin:4px 0 4px 4px;
}

.baseIcon{
  background-image:url(../images/map.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:32px;
  margin:4px 0 4px 4px;
}
.layerIcon{
  background-image:url(../images/Layers.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:32px;
  margin:4px 0 4px 4px;
}
.datatableIcon{
    background-image:url(../images/TableIcon.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:32px;
  margin:4px 0 4px 4px;
}
.exportLIcon{
    background-image:url(../images/CSV32.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:53px;
  margin:4px 0 4px 4px;
}
.marqueeIcon{
    background-image:url(../images/select.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:32px;
  margin:4px 0 4px 4px;
}
.spatialIcon{
    background-image:url(../images/spatial.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:32px;
  margin:4px 0 4px 4px;
}
.infoWIcon{
    background-image:url(../images/Button-Info.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:32px;
  margin:4px 0 4px 4px;
}
.uploadIcon{
    background-image:url(../images/import.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:31px;
  margin:4px 0 4px 4px;
}
.uploadCSVIcon{
    background-image:url(../images/TableIcon.png);
  background-repeat:no-repeat;
  display:inline-block;
  height:32px;
  width:31px;
  margin:4px 0 4px 4px;
}
.infoCheckIcon{
    background-image: url('../images/checkmarkNoBorder.png'); /* checkbox sprite image */
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
	margin: 0 2px 0 0;
	padding: 0;
        /*background-color:  #BDE3FC;*/
        background-position: -110px;
        /*opacity: 0.5;*/
}
.infoCheckIconChecked{
    background-image: url('../images/checkmarkNoBorder.png'); /* checkbox sprite image */
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
	margin: 0 2px 0 0;
	padding: 0;
        /*background-color: #BDE3FC;*/
        background-position: -94px;
}
/*.dijitToggleButton .infoCheckIcon {
  background-image: url('../images/checkmark.png'); 
  background-position: -32px;
}
.dijitToggleButtonChecked .infoCheckIcon {
  background-image: url('../images/checkmark.png');
  background-position: 0;
}*/