.select2-container {
    width: 100%;
    position: relative;
    display: inline-block;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12px;
    text-align: left;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-container .select2-search input{
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container .select2-choice {
    background: #f1f1f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f1f1f1 0%, #eeeeee 21%, #dbdbdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(21%,#eeeeee), color-stop(100%,#dbdbdb));
    background: -webkit-linear-gradient(top,  #f1f1f1 0%,#eeeeee 21%,#dbdbdb 100%);
    background: -o-linear-gradient(top,  #f1f1f1 0%,#eeeeee 21%,#dbdbdb 100%);
    background: -ms-linear-gradient(top,  #f1f1f1 0%,#eeeeee 21%,#dbdbdb 100%);
    background: linear-gradient(to bottom,  #f1f1f1 0%,#eeeeee 21%,#dbdbdb 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    border-color: #eeeeee #e2e2e2 #d6d6d6;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 11px;
    color: #45464a;
    text-decoration: none;
    -webkit-box-shadow: inset 0 1px #fcfcfc;
    box-shadow: inset 0 1px #fcfcfc;
    -webkit-transition: box-shadow .05s ease;
    -moz-transition: box-shadow .05s ease;
    transition: box-shadow .05s ease;
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-container .select2-drop {
    position: absolute;
    top: 100%;
    z-index: 999;
    width:100%;
    margin-top:-2px;

  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;

  border: 1px solid #f0f0f0;
  border-top: 0;

  font-family: 'Myriad Pro', sans-serif;
  font-size: 12px;

  -webkit-box-shadow: 0 1px 2px rgba(182, 182, 182, .58);
          box-shadow: 0 1px 2px rgba(182, 182, 182, .58);
}

.select2-container .select2-choice div {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
}

.select2-container .select2-choice div b {
    width: 8px;
    height: 6px;
    position: relative;
    top: -2px;
    background: url(../Images/global-sprite.png) no-repeat -57px -20px;
    display: inline-block;
}

.select2-container .select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}


.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: none;
}

.select2-dropdown-open .select2-choice,
.select2-container .select2-choice:hover,
.select2-container .select2-choice:focus {
    -webkit-box-shadow: 0 0 5px rgba(51, 93, 137, 1) inset;
            box-shadow: 0 0 5px rgba(51, 93, 137, 1) inset;
    border-color: #335d89;
    text-decoration: none;
}

.select2-container-disabled .select2-choice,
.select2-container-disabled .select2-choice:focus
.select2-container-disabled .select2-choice:hover {
  cursor: default;
  color: #a2a2a4;
  border-top: 1px solid #f6f6f6;
  background: #eaeaea;
  background: -webkit-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%);
  background: -moz-linear-gradient(top, #f6f6f6 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%,#eaeaea 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%,#eaeaea 100%);
  -webkit-box-shadow: inset 0 1px #fdfdfd;
  -moz-box-shadow: inset 0 1px #fdfdfd;
  -ms-box-shadow: inset 0 1px #fdfdfd;
  -o-box-shadow: inset 0 1px #fdfdfd;
  box-shadow: inset 0 1px #fdfdfd;
  border-color: #f6f6f6;
}

/* results */
.select2-container .select2-results {
  margin: 2px 0 0;
  padding: 4px 0;
  background: #ffffff;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  font-size: 12px;
}
.select2-container .select2-results li {
  line-height: 18px;
  padding: 5px 11px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  display: list-item;
}

.select2-container .select2-results .select2-highlighted {
    background: #335d89;
    color: #fff;
}
.select2-container .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-container .select2-results .select2-highlighted em {
  background: transparent;
}
.select2-container .select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}

.select2-container .select2-results .select2-disabled {
    display: none;
}

.select2-container-di

/* ---------------------------------------------------------------------
 Faceted Style
------------------------------------------------------------------------ */

.select2-faceted {
    padding-top: 1px;
}

.select2-faceted .select2-choice {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.select2-faceted .select2-drop,
.select2-faceted .select2-results {
    margin-top: 0;
}

.select2-facetedRight .select2-choice {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.select2-facetedLeft .select2-choice {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
