.esriTags .select2-container-multi .select2-choices {
  list-style-type:none;
}

.esriTags .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 18px 3px 3px;
  margin: 3px 5px 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #7FBBDF;
  display:inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #D1E9F9;
  filter: none;
  background-image: none;
}

.esriTags .select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.esriTags .select2-search-choice-close {
  background-image: url("../../css/calcite/images/ago_sprite.png") !important;
  background-position: -48px -81px;
  width: 13px;
  height: 13px;
  display:block;
  position: absolute;
  left: auto;
  right: 3px;
  top: 3px;
  font-size: 1px;
  outline: none;
}

.esriTags .select2-search-choice-close:hover,
.esriTags .select2-search-choice-close:focus { background-position: -32px -81px; }

.esriTags .select2-container .dgrid-row.ui-state-default {
  padding:3px 3px 4px 3px;
  cursor:pointer;
  outline: none !important;
}

.esriTags .select2-container .dgrid-row.ui-state-default.dgrid-row-odd { background:#eee; }

.esriTags .select2-container .dgrid-row.ui-state-default.dgrid-hover,
.esriTags .select2-container .dgrid-row.ui-state-default.dgrid-row-odd.dgrid-hover,
.esriTags .dgrid-focus,
.esriTags .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #E1F0FB !important;
}

.esriTags .select2-container .dgrid-no-data {
  color: #969696;
  font-size: 1.3em;
  padding: 1em;
  text-align: center;
}

.esriTags .select2-container .dgrid-scroller { outline: none !important; }

.esriTags .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 20px 3px 3px;
  float: left;
}

.dj_rtl .esriTags .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  float: right;
}

.dj_rtl .esriTags .select2-container-multi .select2-search-choice-close { right: auto; left: 3px; }

.esriTags .dijitReset .dijitInputInner, .esriTags .dijitInputField {
  
  
  margin-left: 0.3em;
}

.dj_rtl .esriTags .dijitReset .dijitInputInner,
.dj_rtl .esriTags .dijitInputField {
  margin-left: 0;
  margin-right: 0.3em;
}

.esriTags .dijitInputInner {
  background-color: white !important;
}

div.esriTags {
  outline: none;
}



.esriTags .highlightMatch {
  color: red;
}


.esriTags .dgrid-no-data, .esriTags .dgrid-loading {
  color: #aaa;
  font-size: 2em;
  padding: 1em;
  text-align: center;
}



.esriTags .dgrid-selected {
  background: #999;
}


.esriTags .dgrid-cell {
  border: none !important;
}

.esriTags .dgrid-focus {
  background-color: #CCCCCC;
}

.esriTags .dijitInputInner {
  background-color: white !important;
}

.esriTags .dgrid-scroller {
  margin-top: 0 !important;
}


.esriTags .dijitButton {
  position: absolute !important;
  top: 120px !important;
}


.esriTags .rtl {
  padding-right: 1em;
}

.esriTags .gridHeightLimiter {
  height: 6em;
}

.esriTags .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.esriTags .select2-container,
.esriTags .select2-search,
.esriTags .select2-search input {
  
  -webkit-box-sizing: border-box; 
  -khtml-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  -ms-box-sizing: border-box; 
  box-sizing: border-box; 
}

.esriTags .select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa !important;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}

.esriTags .select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.esriTags .select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.esriTags .select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url("../images/select.png") no-repeat 100% -22px;
  background: url("../images/select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url("../images/select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../images/select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url("../images/select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url("../images/select.png") no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url("../images/select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}


.esriTags .select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
}

.esriTags .select2-container-multi .select2-choices {
  min-height: 26px;
}

.esriTags .select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.esriTags .select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.esriTags .select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.esriTags .select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.esriTags .select2-default {
  color: #999 !important;
}

.esriTags .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.esriTags .select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}

.esriTags .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.esriTags .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 1px;
  outline: none;
}

.esriTags .dijitReset .dijitInputInner,
.esriTags .dijitInputField {
  line-height: 23px;
  padding: 2px 0 0 !important;
  outline: none;
}

.esriTags .ie8Style .dijitReset .dijitInputInner,
.esriTags .ie8Style .dijitInputField {
  padding: 2px 0 2px !important;
}

.esriTags .ieStyle .dijitReset .dijitInputInner,
.esriTags .ieStyle .dijitInputField {
  line-height: 21px !important;
  padding: 2px 0 2px !important;
}

.esriTags .dijitPlaceHolder {
  left: 0 !important;
}

.dj_rtl .esriTags .dijitPlaceHolder {
  left: auto;
  right: 0 !important;
}

.esriTags .inputTextBox {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border: none !important;
  margin-left: 10px;
}

.esriTags .dropDownList {
  display: none;
  position: absolute;
  z-index: 999;
  -moz-box-shadow: 2px 2px 20px #888888;
  -webkit-box-shadow: 2px 2px 20px #888888;
  box-shadow: 2px 2px 20px #888888;
  background-color: white;
}

.esriTags .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 20px 3px 3px;
  float: left;
}

.dj_rtl .esriTags .select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 3px 3px 20px;
  float: right;
}

.esriTags .select2-container-multi .select2-search-choice-close {
  right: 3px;
  left: auto;
}

.dj_rtl .esriTags .select2-container-multi .select2-search-choice-close {
  left: 3px;
  right: auto;
}


.esriTags .container_2 {
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
}

.esriTags .grid_1,
.esriTags .grid_2 {
  display:inline;
  float: left;
  position: relative;
  margin: 0;
}

.dj_rtl .esriTags .grid_1,
.dj_rtl .esriTags .grid_2 {
  float: right;
}

.esriTags .alpha {
  margin-left: 0;
}

.esriTags .omega {
  margin-right: 0;
}

.esriTags .container_2 .grid_1 {
  width:48.0%;
}

.esriTags .container_2 .grid_2 {
  width:98.0%;
}

.esriTags .container_2 .prefix_1 {
  padding-left:50.0%;
}

.esriTags .container_2 .suffix_1 {
  padding-right:50.0%;
}

.esriTags .container_2 .push_1 {
  left:50.0%;
}

.esriTags .container_2 .pull_1 {
  left:-50.0%;
}


.esriTags .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


.esriTags .clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.esriTags .clearfix {
  display: inline-block;
}

.esriTags .clearfix {
  height: 1%;
}

.esriTags .clearfix {
  display: block;
}