/* Select2 — match Bootstrap .form-control (keeps AJAX search / multi / width) */
.select2-container {
    vertical-align: middle;
}
.select2-container .select2-choice {
    height: 34px;
    line-height: 32px;
    padding: 0 12px;
    color: #555555;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
    background-image: none;
    filter: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choice > .select2-chosen {
    line-height: 32px;
    margin-right: 26px;
}
.select2-container.select2-allowclear .select2-choice > .select2-chosen {
    margin-right: 42px;
}
.select2-container .select2-choice .select2-arrow {
    width: 24px;
    border-left: 1px solid #cccccc;
    border-radius: 0 3px 3px 0;
    background-color: #ffffff;
    background-image: none;
    filter: none;
}
.select2-container .select2-choice .select2-arrow b {
    background: none !important;
    width: 0;
    height: 0;
    margin: 14px auto 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #888888;
    display: block;
}
.select2-container .select2-choice abbr {
    top: 11px;
}
.select2-container.select2-drop-above .select2-choice {
    border-radius: 0 0 3px 3px;
    background-image: none;
    filter: none;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border-color: #3D8C3D;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(61, 140, 61, 0.35);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(61, 140, 61, 0.35);
}
.select2-dropdown-open .select2-choice {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
    background-color: #ffffff;
    background-image: none;
    filter: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-radius: 0 0 3px 3px;
    border-top-color: transparent;
    background-image: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow {
    border-left-color: transparent;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background: none !important;
    border-top: 0;
    border-bottom: 5px solid #888888;
    margin-top: 13px;
}
.select2-drop {
    margin-top: -1px;
    color: #555555;
    font-size: 14px;
    border: 1px solid #3D8C3D;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #3D8C3D;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}
.select2-drop-active,
.select2-drop.select2-drop-above.select2-drop-active {
    border-color: #3D8C3D;
}
.select2-search {
    padding: 6px 6px 0;
}
.select2-search input {
    height: 30px;
    margin: 0;
    padding: 5px 24px 5px 8px;
    font-size: 14px;
    color: #555555;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-results {
    margin: 4px 0;
    padding: 0 4px;
}
.select2-results .select2-result-label {
    padding: 6px 8px;
}
.select2-results .select2-highlighted {
    background: #3D8C3D;
    color: #ffffff;
}
.select2-results .select2-highlighted em {
    background: transparent;
    color: #ffffff;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    padding: 6px 8px;
    background: #f4f4f4;
    color: #777777;
}
.select2-container-multi {
    vertical-align: middle;
}
.select2-container-multi .select2-choices {
    min-height: 34px;
    margin: 0;
    padding: 3px 6px 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
    background-image: none;
    filter: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-container-multi .select2-choices {
    border-color: #3D8C3D;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(61, 140, 61, 0.35);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(61, 140, 61, 0.35);
}
.select2-dropdown-open.select2-container-multi .select2-choices {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}
.select2-container-multi .select2-choices .select2-search-choice {
    margin: 3px 4px 3px 0;
    padding: 4px 8px 4px 22px;
    line-height: 16px;
    font-size: 13px;
    color: #2f6f2f;
    border: 1px solid #b7d4b7;
    border-radius: 3px;
    background-color: #eef6ee;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    color: inherit;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    color: #ffffff;
    border-color: #3D8C3D;
    background-color: #3D8C3D;
    background-image: none;
    filter: none;
}
.select2-search-choice-close,
.select2-container-multi .select2-search-choice-close {
    left: 5px;
    top: 6px;
    right: auto;
    width: 12px;
    height: 12px;
    background: none !important;
    background-image: none !important;
    font-size: 14px;
    line-height: 12px;
    color: #3D8C3D;
    text-align: center;
    text-decoration: none;
    opacity: 0.75;
}
.select2-search-choice-close:before {
    content: "\00d7";
    display: block;
    font-size: 15px;
    line-height: 11px;
    font-weight: 600;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-search-choice-close:hover {
    background: none !important;
    background-image: none !important;
    color: #1f5a1f;
    opacity: 1;
    text-decoration: none;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close,
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close:hover {
    background: none !important;
    background-image: none !important;
    color: #ffffff;
    opacity: 1;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
}
.select2-container-multi .select2-choices .select2-search-field input {
    height: 26px;
    margin: 2px 0 3px;
    padding: 3px 8px;
    font-size: 14px;
    font-family: inherit;
    color: #555555;
    border: 0;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-default {
    color: #999999 !important;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    color: #888888;
    border-color: #dddddd;
    background-color: #f4f4f4;
    padding-left: 8px;
}
.select2-container.select2-container-disabled .select2-choice,
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #eeeeee;
    background-image: none;
    cursor: not-allowed;
}
.has-error .select2-container .select2-choice,
.has-error .select2-container .select2-choices {
    border-color: #a94442;
}
.has-success .select2-container .select2-choice,
.has-success .select2-container .select2-choices {
    border-color: #3c763d;
}
.table .select2-container {
    margin-top: 0;
    margin-bottom: 0;
}
.contact-form-div .select2-container .select2-choice {
    height: 30px;
    line-height: 28px;
}
.contact-form-div .select2-container .select2-choice > .select2-chosen {
    line-height: 28px;
}
.contact-form-div .select2-container .select2-choice .select2-arrow b {
    margin-top: 12px;
}
.contact-form-div .select2-container .select2-choice abbr {
    top: 9px;
}
