/* NuGet package: nvColors.scss
   Version 1.3.2
*/
/* NuGet package: nvColors.scss */
/* Planning Categories */
/* Special Conditions */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/* Variables */
/*****  Print Stylesheet Helpers  *****/
/*****   Glyphs   *****/
/*****   Colors   *****/
/***** 508-compliant background-to-text color map *****/
/***** Widget Colors *****/
/***** Button Colors ****/
/***** Link Colors *****/
/*****   End Colors *****/
/***** Input Styles ****/
/* Mixins */
/* NuGet Package: NVFrameworkScss
 * Version 1.1.1
 */
/*******   Icon classes   ********/
/*****  Print Stylesheet Helpers  *****/
/*****   Glyphs   *****/
/*****   Colors   *****/
/***** 508-compliant background-to-text color map *****/
/***** Widget Colors *****/
/***** Button Colors ****/
/***** Link Colors *****/
/*****   End Colors *****/
/***** Input Styles ****/
/****   All of this will be replaced by new color package. Will need to test svg stuff in the pkg   ****/
/****   END stuff to be replaced by new color package.   ****/
/*
 * NuGet Package: acadisEnhancer
 * Version 0.4.4
 */
/*
Version: 3.3.1 Timestamp: Wed Feb 20 09:57:22 PST 2013
*/
.select2-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
  -khtml-box-sizing: border-box; /* konqueror */
  -moz-box-sizing: border-box; /* firefox */
  -ms-box-sizing: border-box; /* ie */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  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: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 90%);
}

.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;
}

.select2-container .select2-choice abbr {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 26px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../content/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  opacity: 0;
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-container .select2-choice div {
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = "#eeeeee", endColorstr = "#cccccc", GradientType = 0);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}

.select2-container .select2-choice div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../content/select2.png") no-repeat 0 1px;
}

.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;
}

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.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("../content/select2.png") no-repeat 100% -22px;
  background: url("../content/select2.png") no-repeat 100% -22px, linear-gradient(to top, #ffffff 85%, #eeeeee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("../content/select2-spinner.gif") no-repeat 100%;
  background: url("../content/select2-spinner.gif") no-repeat 100%, linear-gradient(to top, #ffffff 85%, #eeeeee 99%);
}

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

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* Styling for group headers. */
.select2-results li.select2-result-with-children {
  padding-bottom: 8px;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  position: sticky;
  top: 0px;
  background-color: #f7f7f7;
  font-size: smaller;
  font-weight: normal;
  color: #696969;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("../content/select2-spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  min-height: 26px;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to top, #eeeeee 1%, #ffffff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

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

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

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

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

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../content/select2-spinner.gif") no-repeat 100% !important;
}

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

.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;
  border: 1px solid #aaaaaa;
  -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: #e4e4e4;
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}

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

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

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../content/select2.png") right top no-repeat;
}

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

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen {
  position: absolute;
  left: -10000px;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
    background-image: url("../content/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* NuGet Package: acadisEnhancer
 * Version 0.4.4
 */
.select2-container-multi .select2-choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.select2-container-multi .select2-choices .select2-search-choice {
  white-space: nowrap;
  padding-right: 22px;
  margin-bottom: 2px;
  color: #000000;
  max-width: calc(100% - 48px);
  flex: 0 1 auto;
  position: relative;
}
.select2-container-multi .select2-choices .select2-search-choice > a {
  float: none;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 4px;
}
.select2-container-multi .select2-choices .select2-search-choice > a.select2-search-choice-close {
  transition: none;
}
.select2-container-multi .select2-choices .select2-search-choice > a.select2-search-choice-expand {
  width: 12px;
  height: 13px;
  right: 18px;
  font-size: 1px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDUxQzA2MzdDOTNBMTFFMkE5NzE4MzBFRjQ0NEJFMTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDUxQzA2MzhDOTNBMTFFMkE5NzE4MzBFRjQ0NEJFMTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NTFDMDYzNUM5M0ExMUUyQTk3MTgzMEVGNDQ0QkUxMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NTFDMDYzNkM5M0ExMUUyQTk3MTgzMEVGNDQ0QkUxMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsCUD48AAAOcSURBVHja7JlbSFRRFIZnKrO7UxqVBb0URQZJEVFQWM2lMOoxKuxCBUE9RKAzUwhSERpJgV2gwgqMAh9S6MF7FxCMgm5E+hBUWA9JoBQWGE7fYtbIcRpzborn6IKftS9z9uz/7LXXWnsfeyAQsI0mGWcbZTLqCE+I1Gi3201HpLi4uAJV7fP5KrXuQuWB/V6vt/e/hE1I9ghqD9hA+R36JygDS4A4qX2WIow0g1awFDSCP2ABaAP3+1lvJC9tUpPOQD0Cy7XpI1iPibcbOVrJac0EqYZ6CnBY0kuzuutQT8FiNeO3YD6opy9v2Ak7nc40kD6Ef5EF5oJ2IN45R/e0tG0cdA+7XK5d0gd6Dc0Txe03NDR0xUH4jvw5z3qGcJUPop6zZ99ofZF4berlRo4DES5BFYQ1vwermPSvGMmuRL3QF+jm+frhNvlBnRaT8qIqDU09YHesZFUuKlmRS7yAlJGaWvpBt5bLIPsqDlPOF7MyNC0TaxtxqaWu8gcmfI3iYXA6zvGnguua7YSkV1aZ8XuSRcLtdk9BXQZNdXV1Fdq2HSUQa/0ebaYle/lhPI5KX1rRMC3cUXBAUkiIdqB/gHtAXsQ8kBsVYSYsDz82QSi+C7ZqCKrW6DIZPAE+S6aWRBambX9GcbU2SQKSjYn/tmRqCdkcza5CMlsTEOulluzbHagakKlmLOVZoIq+wqi8tMkkRTNBCZ3bgOQLTRoSU//JQsJh0lXeDDIN9XSwKZyjZZxWQqmllWWM8Bhhi4kpwxKH++moNHVIX/x+f9ShZUAvzaD92nw+X8weUcTj6X/JUVtbm1A0YF6nUMdBhja9BkXMryoZXrpTkagkZRzI3kCdtQUv2uXYdwWsAA/o22mpPQyhLahDtuBFezYreh4co7xGX+ZVvZuO3qRLSkoirYyII1rzlvHCzXigcTjJxEL4pp55s/j/1rA+uZ05J0dE+mpiNelOvaEIqGNIM9Q/xWjGyRgnJDNAD5Nvi9D3UvUkK4Wlz3IQwNHlRujbpYf+jngIi9nZFV2KUH1hDBNM1jghKVd9CxP2qClPA7K/9oJ2zLk50bDUt/cSDEt94yQSlpiTfPa8bbjRkJc6R+uywqXMs8AyhwfIyBeMtbbgJ1D5JPpNYjC4oFzyeSmliWRajiTN1ZFE0i2olgirL9e+4q1PUB6PPslvu6M2aZOmnHKdU6g3IE4IN1r6PAzBM7bgtbLs56+RfvNXgAEAlMh4kDX/VMkAAAAASUVORK5CYII=") -3px -26px no-repeat; /*select2-enhancer.png*/
  transition: none;
}
.select2-container-multi .select2-choices .select2-search-choice > a.select2-search-choice-expand:hover {
  background-position: -21px -26px;
}
.select2-container-multi .select2-choices .select2-search-choice > div {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus .select2-search-choice-hover {
  background-position: -21px -26px;
}
.select2-container-multi .select2-choices .select2-search-choice.mod-group {
  max-width: calc(100% - 61px);
  padding-right: 35px;
}

.select2-default {
  color: #999999 !important;
  fill: #999999 !important;
  font-style: italic;
}
.accessibility-mode .select2-default {
  color: #474747 !important;
  fill: #474747 !important;
}

.nv-enhancer-current-indicator .nv-glyph {
  font-size: 1.2em !important;
  vertical-align: -0.15em !important;
}
.nv-enhancer-current-indicator .nv-glyph::before {
  color: #6D6D6D;
  display: inline-block;
  margin-left: -0.3em;
  padding-right: 0.1em;
}

.select2-highlighted > .select2-result-label > .nv-status-indicator > .nv-enhancer-current-indicator > .nv-glyph::before {
  color: #bccde6 !important;
}

.nvCascade__unavailableText {
  display: none;
  font-style: italic;
  color: #999999;
  fill: #999999;
  font-style: italic;
  line-height: 26px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 1px;
}
.accessibility-mode .nvCascade__unavailableText {
  color: #474747;
  fill: #474747;
}

.nvCascade.nvCascade--unavailable {
  display: none;
}

.nvCascade.nvCascade--unavailable + .nvCascade__unavailableText {
  display: block;
}

.select2-container {
  border: 1px solid #999999;
  margin-top: -1px;
  margin-bottom: 0;
}
.accessibility-mode .select2-container {
  border-color: #999999;
}
.select2-container.acssModEnableClear .select2-choice > span {
  margin-right: 46px;
}
.select2-container.acssModMinWidth {
  min-width: 160px;
}
.select2-container.acssNotificationValidationInput .select2-choice {
  background-color: transparent;
}

.select2-container .select2-choice,
.select2-container .select2-choices {
  border: 0 solid transparent !important; /*select2-container will be responsible for border*/
}
.select2-container .select2-choice span .acssStatusPip,
.select2-container .select2-choices span .acssStatusPip {
  margin: 0.5em 0.5em 0 0.2em;
}
.select2-container .select2-choice span.acssIconText,
.select2-container .select2-choices span.acssIconText {
  display: inline-block;
}

.select2-container.input-validation-error .select2-choice, .select2-container.input-validation-error .select2-choices {
  background-color: transparent !important;
}

.select2-container .select2-choice {
  color: #000000;
  height: auto;
  min-height: 26px;
  padding-left: 0.2em;
}
.select2-container .select2-choice > span {
  display: block !important;
}
.select2-container .select2-choice > span.nv-display-none-always {
  display: none !important;
}
.select2-container .select2-choice span.nv-span-graphic-and-text {
  display: flex !important;
}
.select2-container .select2-choice span.nv-span-graphic-and-text.nv-display-none-always {
  display: none !important;
}

.select2-container .select2-choice:hover {
  text-decoration: none;
}

.select2-container .select2-choice,
.select2-container .select2-choice div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.select2-container-multi {
  border: none;
}
.select2-container-multi .acssSelect2-choices-scroller {
  border: 1px solid #999999;
  max-height: 128px;
  overflow-x: hidden;
  overflow-y: auto;
}
.accessibility-mode .select2-container-multi .acssSelect2-choices-scroller {
  border-color: #999999;
}
.select2-container-multi .acssSelect2-choices-scroller.acssSelect2-show-arrow {
  margin-right: 21px;
}
.select2-container-multi .acssSelect2-choices-scroller ul.select2-choices:before, .select2-container-multi .acssSelect2-choices-scroller ul.select2-choices:after {
  content: "";
  display: table;
  height: 0;
}
.select2-container-multi .acssSelect2-choices-scroller ul.select2-choices:after {
  clear: both;
}
.select2-container-multi .acssSelect2-choices-scroller.acssNotificationValidationInput ul {
  background: transparent;
}

.select2-container-multi .select2-choices,
.select2-container .select2-choice {
  background-image: none;
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices,
.select2-search input:focus {
  outline: 1px solid;
  outline-color: "";
}

.select2-container .select2-choice div,
.select2-container-multi .acssSelect2-drop-target-container {
  width: 20px;
}

.select2-container-multi .acssSelect2-drop-target-container {
  display: block;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  border: 1px solid #999999;
}
.accessibility-mode .select2-container-multi .acssSelect2-drop-target-container {
  border-color: #999999;
}

.select2-container-multi.select2-container-disabled .acssSelect2-choices-scroller {
  background-color: #f2f2f2;
  color: #aaaaaa;
  fill: #aaaaaa;
  border-color: #bcbcbc;
  font-style: italic;
  opacity: 1;
  cursor: default;
  margin-right: 0;
}
.select2-container-multi.select2-container-disabled .acssSelect2-choices-scroller svg {
  fill: #aaaaaa;
}
.accessibility-mode .select2-container-multi.select2-container-disabled .acssSelect2-choices-scroller {
  color: #474747;
}
.accessibility-mode .select2-container-multi.select2-container-disabled .acssSelect2-choices-scroller {
  border-color: #bcbcbc;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f2f2f2;
  color: #aaaaaa;
  fill: #aaaaaa;
  border-color: #bcbcbc;
  font-style: italic;
  opacity: 1;
}
.select2-container-multi.select2-container-disabled .select2-choices svg {
  fill: #aaaaaa;
}
.accessibility-mode .select2-container-multi.select2-container-disabled .select2-choices {
  color: #474747;
}
.accessibility-mode .select2-container-multi.select2-container-disabled .select2-choices {
  border-color: #bcbcbc;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  color: #aaaaaa;
  fill: #aaaaaa;
  box-shadow: none;
}
.accessibility-mode .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  color: #474747;
  fill: #474747;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-field input {
  background-color: #f2f2f2;
  color: #aaaaaa;
  fill: #aaaaaa;
  border-color: #bcbcbc;
  font-style: italic;
  opacity: 1;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-field input svg {
  fill: #aaaaaa;
}
.accessibility-mode .select2-container-multi.select2-container-disabled .select2-choices .select2-search-field input {
  color: #474747;
}
.accessibility-mode .select2-container-multi.select2-container-disabled .select2-choices .select2-search-field input {
  border-color: #bcbcbc;
}
.select2-container-multi.select2-container-disabled .acssSelect2-drop-target-container {
  display: none;
}

.select2-container .select2-choice div b, .acssSelect2-drop-target {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAoCAYAAACiu5n/AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB90DHQ0rC27d53EAAAM8SURBVGje7dlfiFVVFMfxz4mmKbO0LJos6qUwrCD6RwUNVueeCsMCe8hKpqggSPChcvYYRRTUNugfBkJBFBgVEjQQpOPO/kAP/QGlkJqHItR6GXuQQoOJuT3MHrhNkzNOOXjPuOBy717ncA/fvdZe67f3KZrNptlkx5hlNuuAj53IWRRF24HEGDeiP4SwKY8bWIl7ent7Rw4K3IawD+IudMcYd+J3rMciNNFTK2B8ju9xAT7Cnzgbg3jnb9k7UZVu05Q+DR/jouz6CdeGEPa0MtapaJ2CzpZxB+bXskrHGK/BZzg/p/G3OAtbY4wrZxy4LMt5ZVkuOIyPuBBd2IMGluQ13YXrJl3DjUZjBQqMtLiPQ39Kad80gN9EV0rpxsMY5fvwVQjhmzw+D90hhNdbGf8NeB3WjHN/h8tSSgcOEfZSfJ0nsEopbZ3plJ+0aKWUerGpxTWMOw8VNtuLGRZeKsuy40iVln3Yn3+vTyntmEYqP4ruFtdixCNOWuYo/1CW5QY8gKem+f8n4tWsdsZspCzLjpTS8P8FUVXVHLyCbQMDAxuzbxmWoRe/TlVprcMH0ylUedKenKHAPYR70VNV1RB+w9uYgzOxdErAKaUhfNIGrfgt3JxbUH/uLifgU4RaSstGo1EURfEFrsiuQVwyMDDwRy2lZVEUS7K6GrPTswCpn7SsqupWbMbCnMabcSrer6rq8SlV6TazjqwEd+AWHMC23BI7/6FCxn/aNMo3VFW1sGW8oKqq68cz1qZo/SdpWWc7CnwUuGbWlm0pxngS5uWC9HNfX1+zthGOMT6GH7Ebu4ui2B5jvG3Kiqyd2lKM8TXcb/QIdgPOyTsluCOE8O5kbaltgGOMN+FDowfty0MI+7L/SmzJO6RFIYS9denDt2eoVWOwEEL4Es9l7Xx5ndbwyRhuNpuDE1zbnr+PrxPwLnQWRbF0gmsrcvSHalO0YoyLsRN7cXcIYUuMcS5W4VnsCiGcW5uilaF78EbLicZ8nJHHI3g+hLCmNsAZ+iqsxsUZ8j3MxSP5lhdCCA/XBvggE/GM0bN0eBlrQwj7a7s9DCGsxRNG35KsxtW13zyEEJ42eqw8gl8muucvOBtKr2rDVgIAAAAASUVORK5CYII=") no-repeat 2px 1px;
}

.select2-container-multi .acssSelect2-drop-target {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-left: 1px solid #aaa;
  display: block;
  height: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.select2-container.select2-container-disabled {
  background-color: #f2f2f2;
  color: #aaaaaa;
  fill: #aaaaaa;
  border-color: #bcbcbc;
  font-style: italic;
  opacity: 1;
}
.select2-container.select2-container-disabled svg {
  fill: #aaaaaa;
}
.accessibility-mode .select2-container.select2-container-disabled {
  color: #474747;
}
.accessibility-mode .select2-container.select2-container-disabled {
  border-color: #bcbcbc;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f2f2f2;
  color: #aaaaaa;
  fill: #aaaaaa;
  border-color: #bcbcbc;
  font-style: italic;
  opacity: 1;
}
.select2-container.select2-container-disabled .select2-choice svg {
  fill: #aaaaaa;
}
.accessibility-mode .select2-container.select2-container-disabled .select2-choice {
  color: #474747;
}
.accessibility-mode .select2-container.select2-container-disabled .select2-choice {
  border-color: #bcbcbc;
}
.select2-container.select2-container-disabled .select2-choice.select2-default {
  color: #aaaaaa !important;
  fill: #aaaaaa !important;
}
.accessibility-mode .select2-container.select2-container-disabled .select2-choice.select2-default {
  color: #474747 !important;
  fill: #474747 !important;
}
.select2-container.select2-container-disabled .select2-choice .select2-search-choice-close {
  display: none;
}
.select2-container.select2-container-disabled .select2-choice div {
  background: transparent;
}
.select2-container.select2-container-disabled .select2-choice div b {
  display: none;
}
.select2-container.select2-container-disabled .acssSelect2-drop-target {
  display: none;
}

/* Alternate close button alignment from: [x]Choice to: Choice[x] */
.select2-container-multi .select2-choices .select2-search-choice {
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 0.2em;
  background: #f7f7f7;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.select2-container-multi .select2-choices .select2-search-choice > a {
  top: 3px;
}

.select2-search-choice-close {
  padding-left: 0;
}

.select2-search input {
  min-height: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.select2-container .select2-choice abbr {
  top: 7px;
}

.select2-container .select2-choice.select2-default abbr {
  top: 6px;
}

.select2-container .select2-choice.select2-noDropDownArrow abbr {
  right: 6px;
}

.select2-container .select2-choice.select2-noDropDownArrow div,
.select2-container.select2-makeLabelDefault .select2-choice abbr,
.select2-container.select2-makeLabelDefault .select2-choice div,
.select2-container.select2-makeLabelNoOptions .select2-choice abbr,
.select2-container.select2-makeLabelNoOptions .select2-choice .select2-search-choice-close,
.select2-container.select2-makeLabelNoOptions .select2-choice div {
  display: none !important;
}

.select2-container.select2-makeLabelNoOptions {
  border: none;
  margin: 1px;
}

.select2-container.select2-makeLabelNoOptions .select2-choice {
  background-color: transparent;
  overflow: visible;
}
.select2-container.select2-makeLabelNoOptions .select2-choice > span {
  color: #767676;
  font-style: italic;
  overflow: visible;
}
.accessibility-mode .select2-container.select2-makeLabelNoOptions .select2-choice > span {
  color: #444444;
}

.select2-container .select2-choice .nv-help-text, .select2-container .select2-choices .nv-help-text {
  line-height: inherit;
  display: inline;
}

.select2-no-results {
  background-color: transparent !important;
}

.select2-drop {
  width: auto;
  top: 0;
  background-color: #f7f7f7;
  box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.2);
  z-index: 14999;
}
.select2-drop .acssStatusPip {
  box-shadow: 0 0 0 3px #f7f7f7;
  margin-right: 0.25em;
}

.select2-drop-mask {
  z-index: 14998;
  /**************************************************************************************/
  /* fixed in 3.3.2 */
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* works in IE 8 */
  filter: "alpha(opacity=0)"; /* expected to work in IE 8 */
  filter: alpha(opacity=0); /* IE 4-7 */
  /**************************************************************************************/
}

.select2-drop-multi {
  border-top: 3px solid #B0C0E0;
}
.select2-drop-multi.select2-drop-above {
  border-bottom: 3px solid #B0C0E0;
}
.select2-drop-multi .select2-results {
  margin-right: 0;
}

.select2-search {
  z-index: 15000;
}

.select2-result-sub {
  padding-left: 0;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.select2-dummy .select2-choices .select2-search-field div.select2-default {
  padding-left: 5px;
  line-height: 1.4em;
}

.select2-dummy div.select2-default {
  padding-left: 0.2em;
  line-height: 1.4em;
}

.select2-results .select2-result.select2-highlighted .select2-result-label .nv-help-text {
  color: #d9d9d9;
}

.select2-results .select2-result-label {
  padding: 0.3em 0.47em 0.3em;
}

.select2-result.select2-disabled {
  background: inherit;
  color: #999;
  font-style: italic;
}
.select2-result.select2-disabled .nv-help-text {
  color: #999;
}
.select2-result.select2-disabled > .select2-result-label {
  cursor: url("../images/cursor-no-drop.png"), no-drop;
  cursor: url("../images/cursor-no-drop.png") 6 0, no-drop;
}
.accessibility-mode .select2-result.select2-disabled {
  color: #999;
}

.select2-container-multi .select2-choices .select2-search-field input {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px !important;
}

.select2-container-multi.select2-dropdown-open .select2-search-choice {
  color: #777;
  background-color: #f8f8f8;
  border-color: #ccc;
}

.select2-container-multi .acssNotificationValidationInput .select2-choices .select2-search-field input.select2-input.select2-active {
  background: #F4D1CE url("../content/select2-spinner.gif") no-repeat 100% !important;
}
