.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container.input-block {
	display: block;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    position: relative;
    cursor: pointer;
    
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;
    
    color: #555;
}
.form-control.select2-container .select2-choice {
	 margin: -2px -8px;
	 padding-right: 26px;
}

.page-title .input-prepend .select2-container .select2-choice {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.select2-container .select2-choice:hover {
	text-decoration: none;
}
.select2-container .select2-choice:focus {
	text-decoration: none;
	outline: 0;
}

.select2-container .select2-choice > .select2-chosen,
.select2-container-multi .select2-choices .select2-search-choice {
    display: inline-block;
    position: relative;
    padding: 0 8px;
    line-height: 24px;
    margin: 0 4px 4px 0;
    font-size: 12px;
    background-color: #e6e6e6;
    cursor: default;
    border-radius: 3px;
    max-width: 100%;
}
.select2-container .select2-choice > .select2-chosen,
.select2-container-multi .select2-choices .select2-search-choice div {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    vertical-align: top;
}

.select2-container .select2-choice > .select2-chosen:hover {
	cursor: pointer;
}

.select2-container.select2-allowclear .select2-choice > .select2-chosen,
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 0 24px 0 8px;
}

/* CHECK */

.select2-container .select2-search-choice-close {
    display: none;

	color: #000;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
	
    cursor: pointer;
    opacity: 0.7;
    outline: 0;
}

.select2-search-choice-close:before  {
	content: '\00d7';
}

.select2-container .select2-choice abbr:hover,
.select2-container-multi .select2-search-choice-close:hover  {
	opacity: 1;
	color: #2196f3;
}

/* CHECK */

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
    position: relative;
    vertical-align: top;
    left: -21px;
    top: 6px;
}

.select2-container .select2-choice abbr:hover {
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	float: left;
	
	min-width: 250px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	
	border-radius: 3px;
	background-color: #ffffff;
	
	box-shadow: 0 10px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.select2-drop.select2-drop-above {
	margin: -2px 0 0;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    position: absolute;
    width: 0;
	height: 0;
	top: 50%;
	right: 8px;
	margin-top: -4px;
	vertical-align: middle;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/* CHECK */
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding: 4px 4px 8px;

	border-bottom: 1px solid #ccc;
	
    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search:after {
	content: "\e86f";
	color: #ccc;
	font-family: 'Linearicons-Free';
	font-size: 20px;
	position: absolute;
	right: 8px;
	line-height: 30px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

/* CHECK */
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 30px 4px 4px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 0;

    -webkit-box-shadow: none;
            box-shadow: none;
}

.select2-dropdown-open .select2-choice {
	outline: 0;
}

.select2-dropdown-open .select2-choice .select2-arrow {
	border-top: 0;
	border-bottom: 4px solid #000000;
}

.select2-results {
    max-height: 300px;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.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 {
	min-height: 30px;
    padding: 4px 8px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results .select2-highlighted {
    color: #fff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    display: list-item;
    padding: 12px 0 8px;
    text-align: center;
    color: gray;
}

.select2-results .select2-searching:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	border-top: 2px solid rgba(0, 136, 204, 0.2);
	border-right: 2px solid rgba(0, 136, 204, 0.2);
	border-bottom: 2px solid rgba(0, 136, 204, 0.2);
	border-left: 2px solid #0088cc;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
	min-width: 100px;
    cursor: text;
    overflow: hidden;
}

.select2-locked {
	padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 24px;
    color: #333;
}
.form-control.select2-container-multi .select2-choices {
	margin: -2px -8px -6px;
}

.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 2px;
	margin: 0;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}

.readability-dark-background > .select2-chosen {
	color: #fff !important;
}

.select2-container .select2-default > .select2-chosen {
    color: #999 !important;
    background-color: transparent !important;
    font-size: 14px;
}

.select2-container-multi {
	height: auto;
	min-height: 34px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}
.select2-container-multi .select2-search-choice-close {
	display: block;
	position: absolute;
	top: 6px;
    right: 6px;
    text-decoration: none;
}
.select2-container-multi .select2-choices .select2-search-field .select2-default {
	color: #999;
	font-size: 14px;
	padding: 2px 8px;
}

.readability-dark-background > .select2-search-choice-close {
	color: #fff;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.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;
    font-weight: bold;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !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;
}

.select2-has-more {
	display: block;
	font-size: 12px;	
    padding: 5px 10px 0;
    border-top: 1px solid #ccc;
    color: gray;
}

/* Hide until loaded */
.prepopulated-dropdown {
	display: none;
}
.prepopulated-dropdown.select2-container {
	display: inline-block;
}

/* Retina-ize icons */
/* Old line that chrome barks about annoyingly.  Pulled the dppx line from the new version of select2.css
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
  .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;
  }
}

@media only screen and (max-width: 600px){
	.form-control.select2-container .select2-choice {
		 margin: 0;
	}
}


/* CHECK THESE */

.select2-results {
	padding: 0;
}

.select2-hidden-accessible {
	display: none;
}