@charset "utf-8";

.select2-container { margin: 0px; position: relative; display: inline-block; zoom: 1; vertical-align: middle; }

.select2-container, .select2-drop, .select2-search, .select2-search input { box-sizing: border-box; }

.select2-container .select2-choice { display: block; height: 26px; padding: 0px 0px 0px 8px; overflow: hidden; position: relative; border: 1px solid rgb(170, 170, 170); white-space: nowrap; line-height: 26px; color: rgb(68, 68, 68); text-decoration: none; border-radius: 4px; background-clip: padding-box; user-select: none; background-color: rgb(255, 255, 255); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(238, 238, 238)), color-stop(0.5, rgb(255, 255, 255))); }

.select2-container.select2-drop-above .select2-choice { border-bottom-color: rgb(170, 170, 170); border-radius: 0px 0px 4px 4px; background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(238, 238, 238)), color-stop(0.9, rgb(255, 255, 255))); }

.select2-container.select2-allowclear .select2-choice .select2-chosen { margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen { margin-right: 26px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.select2-container .select2-choice abbr { display: none; width: 12px; height: 12px; position: absolute; right: 24px; top: 8px; font-size: 1px; text-decoration: none; border: 0px; background: url("select2.png") right top no-repeat; cursor: pointer; outline: 0px; }

.select2-container.select2-allowclear .select2-choice abbr { display: inline-block; }

.select2-container .select2-choice abbr:hover { background-position: right -11px; cursor: pointer; }

.select2-drop-mask { border: 0px; margin: 0px; padding: 0px; position: fixed; left: 0px; top: 0px; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 9998; background-color: rgb(255, 255, 255); }

.select2-drop { width: 100%; margin-top: -1px; position: absolute; z-index: 9999; top: 100%; background: rgb(255, 255, 255); color: rgb(0, 0, 0); border-width: 0px 1px 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-color: rgb(170, 170, 170); border-bottom-color: rgb(170, 170, 170); border-left-color: rgb(170, 170, 170); border-image: initial; border-top-style: initial; border-top-color: initial; border-radius: 0px 0px 4px 4px; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 5px; }

.select2-drop-auto-width { border-top: 1px solid rgb(170, 170, 170); width: auto; }

.select2-drop-auto-width .select2-search { padding-top: 4px; }

.select2-drop.select2-drop-above { margin-top: 1px; border-top: 1px solid rgb(170, 170, 170); border-bottom: 0px; border-radius: 4px 4px 0px 0px; box-shadow: rgba(0, 0, 0, 0.15) 0px -4px 5px; }

.select2-drop-active { border-right: 1px solid rgb(88, 151, 251); border-bottom: 1px solid rgb(88, 151, 251); border-left: 1px solid rgb(88, 151, 251); border-image: initial; border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active { border-top: 1px solid rgb(88, 151, 251); }

.select2-container .select2-choice .select2-arrow { display: inline-block; width: 18px; height: 100%; position: absolute; right: 0px; top: 0px; border-left: 1px solid rgb(170, 170, 170); border-radius: 0px 4px 4px 0px; background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(204, 204, 204)), color-stop(0.6, rgb(238, 238, 238))) rgb(204, 204, 204); }

.select2-container .select2-choice .select2-arrow b { display: block; width: 100%; height: 100%; background: url("select2.png") 0px 1px no-repeat; }

.select2-search { display: inline-block; width: 100%; min-height: 26px; margin: 0px; padding-left: 4px; padding-right: 4px; position: relative; z-index: 10000; white-space: nowrap; }

.select2-search input { width: 100%; min-height: 26px; padding: 4px 20px 4px 5px; margin: 0px; outline: 0px; font-family: sans-serif; font-size: 1em; border: 1px solid rgb(170, 170, 170); border-radius: 0px; box-shadow: none; background: url("select2.png") 100% -22px no-repeat, -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, rgb(255, 255, 255)), color-stop(0.99, rgb(238, 238, 238))); height: auto !important; }

.select2-drop.select2-drop-above .select2-search input { margin-top: 4px; }

.select2-search input.select2-active { background: url("select2-spinner.gif") 100% center no-repeat, -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.85, rgb(255, 255, 255)), color-stop(0.99, rgb(238, 238, 238))); }

.select2-container-active .select2-choice, .select2-container-active .select2-choices { border: 1px solid rgb(88, 151, 251); outline: none; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px; }

.select2-dropdown-open .select2-choice { border-bottom-color: transparent; box-shadow: rgb(255, 255, 255) 0px 1px 0px inset; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background-color: rgb(238, 238, 238); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(255, 255, 255)), color-stop(0.5, rgb(238, 238, 238))); }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices { border-width: 1px; border-style: solid; border-color: transparent rgb(88, 151, 251) rgb(88, 151, 251); border-image: initial; background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), color-stop(0.5, rgb(238, 238, 238))); }

.select2-dropdown-open .select2-choice .select2-arrow { background: transparent; border-left: none; filter: none; }

.select2-dropdown-open .select2-choice .select2-arrow b { background-position: -18px 1px; }

.select2-results { max-height: 200px; padding: 0px 0px 0px 4px; margin: 4px 4px 4px 0px; position: relative; overflow: hidden auto; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.select2-results ul.select2-result-sub { margin: 0px; padding-left: 0px; }

.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; }

.select2-results li.select2-result-with-children > .select2-result-label { font-weight: bold; }

.select2-results .select2-result-label { padding: 3px 7px 4px; margin: 0px; cursor: pointer; min-height: 1em; user-select: none; }

.select2-results .select2-highlighted { background: rgb(56, 117, 215); color: rgb(255, 255, 255); }

.select2-results li em { background: rgb(254, 255, 222); font-style: normal; }

.select2-results .select2-highlighted em { background: transparent; }

.select2-results .select2-highlighted ul { background: rgb(255, 255, 255); color: rgb(0, 0, 0); }

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit { background: rgb(244, 244, 244); display: list-item; }

.select2-results .select2-disabled.select2-highlighted { color: rgb(102, 102, 102); background: rgb(244, 244, 244); display: list-item; cursor: default; }

.select2-results .select2-disabled { background: rgb(244, 244, 244); display: list-item; cursor: default; }

.select2-results .select2-selected { display: none; }

.select2-more-results.select2-active { background: url("select2-spinner.gif") 100% center no-repeat rgb(244, 244, 244); }

.select2-more-results { background: rgb(244, 244, 244); display: list-item; }

.select2-container.select2-container-disabled .select2-choice { background-color: rgb(244, 244, 244); background-image: none; border: 1px solid rgb(221, 221, 221); cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow { background-color: rgb(244, 244, 244); background-image: none; border-left: 0px; }

.select2-container.select2-container-disabled .select2-choice abbr { display: none; }

.select2-container-multi .select2-choices { margin: 0px; padding: 0px; position: relative; border: 1px solid rgb(170, 170, 170); cursor: text; overflow: hidden; background-color: rgb(255, 255, 255); background-image: -webkit-linear-gradient(top, rgb(238, 238, 238) 1%, rgb(255, 255, 255) 15%); height: auto !important; }

.select2-locked { padding: 3px 5px !important; }

.select2-container-multi .select2-choices { min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices { border: 1px solid rgb(88, 151, 251); outline: none; box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px; }

.select2-container-multi .select2-choices li { float: left; list-style: none; }

.select2-container-multi .select2-choices .select2-search-field { margin: 0px; padding: 0px; white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input { padding: 5px; margin: 1px 0px; font-family: sans-serif; font-size: 100%; color: rgb(102, 102, 102); outline: 0px; border: 0px; box-shadow: none; background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active { background: url("select2-spinner.gif") 100% center no-repeat rgb(255, 255, 255) !important; }

.select2-default { color: rgb(153, 153, 153) !important; }

.select2-container-multi .select2-choices .select2-search-choice { padding: 3px 5px 3px 18px; margin: 3px 0px 3px 5px; position: relative; line-height: 13px; color: rgb(51, 51, 51); cursor: default; border: 1px solid rgb(170, 170, 170); border-radius: 3px; box-shadow: rgb(255, 255, 255) 0px 0px 2px inset, rgba(0, 0, 0, 0.05) 0px 1px 0px; background-clip: padding-box; user-select: none; background-color: rgb(228, 228, 228); background-image: -webkit-linear-gradient(top, rgb(244, 244, 244) 20%, rgb(240, 240, 240) 50%, rgb(232, 232, 232) 52%, rgb(238, 238, 238) 100%); }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen { cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus { background: rgb(212, 212, 212); }

.select2-search-choice-close { display: block; width: 12px; height: 13px; position: absolute; right: 3px; top: 4px; font-size: 1px; outline: none; background: url("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; }

.select2-container-multi.select2-container-disabled .select2-choices { background-color: rgb(244, 244, 244); background-image: none; border: 1px solid rgb(221, 221, 221); cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice { padding: 3px 5px; border: 1px solid rgb(221, 221, 221); background-image: none; background-color: rgb(244, 244, 244); }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none; background: none; }

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match { text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus { clip: rect(0px, 0px, 0px, 0px) !important; width: 1px !important; height: 1px !important; border: 0px !important; margin: 0px !important; padding: 0px !important; overflow: hidden !important; position: absolute !important; outline: 0px !important; left: 0px !important; top: 0px !important; }

.select2-display-none { display: none; }

.select2-measure-scrollbar { position: absolute; top: -10000px; left: -10000px; width: 100px; height: 100px; overflow: scroll; }

@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 .select2-arrow b { background-image: url("select2x2.png") !important; background-repeat: no-repeat !important; background-size: 60px 40px !important; }
  .select2-search input { background-position: 100% -21px !important; }
}