/*-------------------------------------
 * Select2 UT Style Generator
 * Version: 1.1 (2017-09-21)
 * Author:  Maxime Tremblay
 *-----------------------------------*/
/*--------------------------
    Strectch Item Overide
--------------------------*/
.t-Form--stretchInputs .select2-container,
.t-Form-fieldContainer--stretchInputs .select2-container {
  width: 100% !important;
}
/*--------------------------
    Single-Value Styling
--------------------------*/
.t-Form-inputContainer .select2-container .select2-selection--single {
  line-height: 1.6rem;
  height: 2.4rem;
}
.t-Form--large .select2-container .select2-selection--single,
.t-Form-fieldContainer--large .select2-container .select2-selection--single {
  line-height: 1.6rem;
  height: 3.2rem;
}
.t-Form--large .select2-container .select2-selection--single .select2-selection__rendered,
.t-Form-fieldContainer--large .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1.6rem;
  height: 100%;
  font-size: 1.4rem;
  padding: 0.7rem 3rem 0.7rem 0.7rem;
}
.t-Form--xlarge .select2-container .select2-selection--single,
.t-Form-fieldContainer--xlarge .select2-container .select2-selection--single {
  line-height: 2rem;
  height: 4rem;
}
.t-Form--xlarge .select2-container .select2-selection--single .select2-selection__rendered,
.t-Form-fieldContainer--xlarge .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 2rem;
  height: 100%;
  font-size: 1.6rem;
  padding: 0.9rem 3rem 0.9rem 0.9rem;
}
.select2-container--default .select2-selection--single {
  border-color: #dfdfdf;
  background-color: #f9f9f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.6rem;
  height: 100%;
  padding: .4rem 3rem .4rem .4rem;
  font-size: 1.2rem;
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  color: #393939;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 1.4rem;
  margin-top: -2px;
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #333333;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDAiIGhlaWdodD0iMjAwIiB2aWV3Qm94PSItOTkuNSAwLjUgNDAwIDIwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtOTkuNSAwLjUgNDAwIDIwMCI+PHBhdGggZmlsbD0iIzQ0NCIgZD0iTTE1Ni4yNSA3My43YzAgMS42LS42MTIgMy4yLTEuODI1IDQuNDI1bC01NC40MjUgNTQuNDI1LTU0LjQyNS01NC40MjVjLTIuNDM4LTIuNDM4LTIuNDM4LTYuNCAwLTguODM3czYuNC0yLjQzOCA4LjgzNyAwbDQ1LjU4OCA0NS41NzQgNDUuNTc1LTQ1LjU3NWMyLjQzOC0yLjQzOCA2LjM5OS0yLjQzOCA4LjgzNyAwIDEuMjI2IDEuMjI2IDEuODM4IDIuODI1IDEuODM4IDQuNDEzeiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 32px 16px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000;
  opacity: .55;
}
.select2-container--default .select2-selection--single .select2-results {
  background-color: #ffffff;
  color: #393939;
}
.select2-container--default:hover .select2-selection--single {
  background-color: #ffffff;
}
.select2-container--default.select2-container--focus {
  border-color: #0572CE;
}
.select2-container--default.select2-container--focus .select2-selection--single {
  outline: none;
}
.select2-container--default.select2-container--open .select2-selection--single {
  background-color: #ffffff;
  border-color: #0572CE;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
}
/*--------------------------
    Multiple-Value Styling
--------------------------*/
.t-Form-inputContainer .select2-container .select2-selection--multiple {
  line-height: 1.6rem;
  height: 2.4rem;
}
.t-Form--large .select2-container .select2-selection--multiple,
.t-Form-fieldContainer--large .select2-container .select2-selection--multiple {
  line-height: 1.6rem;
  height: 3.2rem;
}
.t-Form--large .select2-container .select2-selection--multiple .select2-selection__rendered,
.t-Form-fieldContainer--large .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.6rem;
  height: 100%;
  font-size: 1.4rem;
  padding: 0.7rem 3rem 0.7rem 0.7rem;
}
.t-Form--xlarge .select2-container .select2-selection--multiple,
.t-Form-fieldContainer--xlarge .select2-container .select2-selection--multiple {
  line-height: 2rem;
  height: 4rem;
}
.t-Form--xlarge .select2-container .select2-selection--multiple .select2-selection__rendered,
.t-Form-fieldContainer--xlarge .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 2rem;
  height: 100%;
  font-size: 1.6rem;
  padding: 0.9rem 3rem 0.9rem 0.9rem;
}
.select2-container--default .select2-selection--multiple {
  border-color: #dfdfdf;
  background-color: #f9f9f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  color: #999;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear:hover {
  color: #333333;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #e6e6e6;
  border: 1px solid #393939;
  color: #393939;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #999;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #333333;
}
.select2-container--default:hover .select2-selection--multiple {
  background-color: #ffffff;
}
.select2-container--default.select2-container--focus {
  border-color: #0572CE;
  outline: none;
}
.select2-container--default.select2-container--open .select2-selection--multiple {
  background-color: #ffffff;
  border-color: #0572CE;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
}
/*--------------------------
    Dropdown Styling
--------------------------*/
.select2-container--open .select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #0572CE;
}
.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom: none;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -moz-border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options {
  margin-top: 2px;
}
.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top: none;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -moz-border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options {
  margin-bottom: 2px;
}
.select2-container--open .select2-dropdown .select2-search .select2-search__field {
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6rem;
  height: 2.4rem;
  color: #393939;
  font-size: 1.2rem;
  background-color: #ffffff;
  border-color: #0572CE;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select2-container--open .select2-dropdown .select2-search .select2-search__field:focus {
  outline: none;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  color: #393939;
  font-size: 1.2rem;
}
