
.select2 {
    width: 100% !important;
  }
  
  .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
  }
  
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    user-select: none;
    -webkit-user-select: none;
  }
  
  .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
  }
  
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
  }
  
  .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .select2-container .select2-search--inline {
    float: left;
    width: 100%; /*Antho*/
  }
  
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    margin-top: 5px;
    padding: 0;
  }
  
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  
  .select2-dropdown {
    background-color: #fff;
    border: 1px solid #45484d;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
  }
  
  .select2-results {
    display: block;
  }
  
  .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .select2-results__option {
    padding: 2px 10px;
    font-size: 14px;
    transition: .3s;
    user-select: none;
    -webkit-user-select: none;
  }
  
  .select2-results__option[aria-selected] {
    cursor: pointer;
  }
  
  .select2-container--open .select2-dropdown {
    left: 0;
  }
  
  .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .select2-search--dropdown {
    display: block;
    padding: 4px;
  }
  
  .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
  }
  
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  
  .select2-search--dropdown.select2-search--hide {
    display: none;
  }
  
  .select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
  }
  
  .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
  
  .select2-container--bootstrap {
    display: block;
  }
  
  .select2-container--bootstrap .select2-selection {
    background-color: #eff3f7;
    border: 1px solid #f5f6fa;
    border-radius: 0;
    color: #848484;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    outline: 0;
  }
  
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    background-color: #F4F4F4;
    border: 1px solid #f5f6fa;
    border-radius: 0;
    color: #848484;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
  }
  
  .select2-container--bootstrap .select2-search__field {
    outline: 0;
    font-size: 16px;
  }
  
  .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #848484;
  }
  
  .select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #848484;
  }
  
  .select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #848484;
    opacity: 1;
  }
  
  .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #848484;
  }
  
  .select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0;
  }
  
  .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #a9a9a9;
    cursor: not-allowed;
  }
  
  .select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #d8889b; /* Antho f5f5f5*/
    color: #fff; /* Antho 393b40*/
    font-weight: bold;
  }
  
  .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #d8889b;
    color: #fff; /* Antho 45484d*/
  }
  
  .select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 10px 20px;
  }
  
  .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
  }
  
  .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -37px;
    padding-left: 74px;
  }
  
  .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -74px;
    padding-left: 111px;
  }
  
  .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -111px;
    padding-left: 148px;
  }
  
  .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -148px;
    padding-left: 185px;
  }
  
  .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -185px;
    padding-left: 222px;
  }
  
  .select2-container--bootstrap .select2-results__group {
    color: #36383a;
    display: block;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.875;
    white-space: nowrap;
    text-transform: uppercase;
  }
  
  .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #7dbace;
  }
  
  .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #d8889b transparent;
    border-width: 0 5px 5px 5px;
  }
  
  .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  
  .select2-container--bootstrap .select2-selection__clear {
    color: #45484d;
    cursor: pointer;
    float: right;
    font-weight: 400;
    margin-right: 10px;
  }
  
  .select2-container--bootstrap .select2-selection__clear:hover {
    color: #d8889b;
  }
  
  .select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #f5f6fa;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed;
  }
  
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f6fa;
  }
  
  .select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
  }
  
  .select2-container--bootstrap .select2-dropdown {
    border-color: #7dbace;
    overflow-x: hidden;
  }
  
  .select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
  }
  
  .select2-container--bootstrap .select2-selection--single {
    text-align: left;
    height: 54px;
    line-height: 54px;
    padding: 0 15px;
  }
  
  .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 37px;
    top: 0;
  }
  
  .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    top: 50%;
    font-weight: 400;
    margin-top: -10px;
    right: 0;
    height: 20px;
    line-height: 20px;
    content: '\e313';
    font-family: 'Material Icons';
    font-size: 20px;
  }
  
  .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #848484;
    padding: 0;
    
  }
  
  .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #848484;
  }
  
  .select2-container--bootstrap .select2-selection--multiple {
    min-height: 54px;
  }
  
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 0; /* Antho 24 */
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    
  }
  
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #848484;
    float: left;
    margin-top: 5px;
  }
  
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #d8889b; /* Antho #848484 */
    background: transparent; /* Antho #000 eff3f7*/
    border: 1px solid #d8889b; /* Antho #000 */
    border-radius: 3px;
    cursor: default;
    float: left;
    margin: 10px; /* Antho margin: 0;; */
    padding: 20px; /* Antho padding: 0 15px; */
  }
  
  .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 37px;
    height: 52px;
    line-height: 24;
    margin-top: 0;
    min-width: 5em; /**/
  }
  
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #45484d;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 7.5px;
  }
  
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #d8889b;
  }
  
  .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 15px;
  }
  
  .select2-container--bootstrap.input-sm, .input-group-sm > .select2-container--bootstrap.form-control,
  .input-group-sm > .select2-container--bootstrap.input-group-addon,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn, .select2-container--bootstrap.input-lg, .input-group-lg > .select2-container--bootstrap.form-control,
  .input-group-lg > .select2-container--bootstrap.input-group-addon,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0;
  }
  
  .select2-container--bootstrap.input-sm .select2-selection--single, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--single,
  .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--single,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single,
  .input-group-sm .select2-container--bootstrap .select2-selection--single,
  .form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 36px;
    line-height: 1.5;
    padding: 8px 40px 8px 28px;
  }
  
  .select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
  .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
  .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
  .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-left: -8px;
  }
  
  .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple,
  .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 36px;
  }
  
  .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
  .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 7px 0 0 14px;
    padding: 0 8px;
  }
  
  .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
  .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 28px;
    font-size: 12px;
    height: 34px;
    line-height: 1.5;
  }
  
  .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
  .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 8px;
  }
  
  .select2-container--bootstrap.input-lg .select2-selection--single, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single,
  .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single,
  .input-group-lg .select2-container--bootstrap .select2-selection--single,
  .form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 40px;
    font-size: 22px;
    height: 66px;
    line-height: 1.33333;
    padding: 17px 62px 17px 47px;
  }
  
  .select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow,
  .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow,
  .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
  .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    width: 5px;
  }
  
  .select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b,
  .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
  .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
  .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0 5px;
    margin-left: -5px;
    margin-left: -17px;
    margin-top: -2.5px;
  }
  
  .select2-container--bootstrap.input-lg .select2-selection--multiple, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple,
  .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 66px;
  }
  
  .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice,
  .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 22px;
    line-height: 1.33333;
    border-radius: 4px;
    margin: 16px 0 0 23.5px;
    padding: 0 17px;
  }
  
  .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field,
  .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 47px;
    font-size: 22px;
    height: 64px;
    line-height: 1.33333;
  }
  
  .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear,
  .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 17px;
  }
  
  .select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single, .input-group-lg > .select2-container--bootstrap.select2-container--open.form-control .select2-selection--single,
  .input-group-lg > .select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.select2-container--open.btn .select2-selection--single {
    /**
       * Make the dropdown arrow point up while the dropdown is visible.
       */
  }
  
  .select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .input-group-lg > .select2-container--bootstrap.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b,
  .input-group-lg > .select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #45484d transparent;
    border-width: 0 5px 5px 5px;
  }
  
  .input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
    /**
       * Make the dropdown arrow point up while the dropdown is visible.
       */
  }
  
  .input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #45484d transparent;
    border-width: 0 5px 5px 5px;
  }
  
  .select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 49px;
    padding-right: 37px;
  }
  
  .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    
    /* 1 */
  }
  
  .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
  }
  
  .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 37px;
    right: auto;
  }
  
  .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
  }
  
  .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
  .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
  }
  
  .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 18.5px;
  }
  
  .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
  }
  
  .has-warning .select2-dropdown,
  .has-warning .select2-selection {
    border-color: #f0ad4e;
  }
  
  .has-warning .select2-container--focus .select2-selection,
  .has-warning .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac;
    border-color: #ec971f;
  }
  
  .has-warning.select2-drop-active {
    border-color: #ec971f;
  }
  
  .has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #ec971f;
  }
  
  .has-error .select2-dropdown,
  .has-error .select2-selection {
    border-color: #d9534f;
  }
  
  .has-error .select2-container--focus .select2-selection,
  .has-error .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
    border-color: #c9302c;
  }
  
  .has-error.select2-drop-active {
    border-color: #c9302c;
  }
  
  .has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #c9302c;
  }
  
  .has-success .select2-dropdown,
  .has-success .select2-selection {
    border-color: #5cb85c;
  }
  
  .has-success .select2-container--focus .select2-selection,
  .has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3;
    border-color: #449d44;
  }
  
  .has-success.select2-drop-active {
    border-color: #449d44;
  }
  
  .has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #449d44;
  }
  
  .input-group .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  
  .input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  
  .input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .select2-bootstrap-append .select2-container--bootstrap,
  .select2-bootstrap-append .input-group-btn,
  .select2-bootstrap-append .input-group-btn .btn,
  .select2-bootstrap-prepend .select2-container--bootstrap,
  .select2-bootstrap-prepend .input-group-btn,
  .select2-bootstrap-prepend .input-group-btn .btn {
    vertical-align: top;
  }
  
  .form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
  }
  
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
  