/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.8.3 - 2014-10-14T18:22:05.435Z
 * License: MIT
 */.ui-select-highlight {
	font-weight: 700
}

.ui-select-offscreen {
	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: 0!important;
	top: 0!important
}

.ng-dirty.ng-invalid>a.select2-choice {
	border-color: #D44950
}

.select2-result-single {
	padding-left: 0
}

.selectize-input.selectize-focus {
	border-color: #007FBB!important
}

.selectize-control>.selectize-dropdown,.selectize-control>.selectize-input>input {
	width: 100%
}

.ng-dirty.ng-invalid>div.selectize-input {
	border-color: #D44950
}

.btn-default-focus {
	color: #333;
	/* background-color: #EBEBEB;
	border-color: #ADADAD; */
	background-color: rgba(200,200,200,0.1);
  	border: 1px solid transparent;
	text-decoration: none;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.input-group>.ui-select-bootstrap.dropdown {
	position: static
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
	border-radius: 4px 0 0 4px
}

.ui-select-bootstrap>.ui-select-match {
	text-align: left
}

.ui-select-bootstrap>.ui-select-match>.caret {
	position: absolute;
	top: 45%;
	right: 15px
}

.ui-select-bootstrap>.ui-select-choices {
	width: 100%;
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	background: rgba(0,0,0,.8);
    color: #fff;
    border: 1px solid #2877d8;
}

.ui-select-multiple.ui-select-bootstrap {
	height: auto;
	padding: .3em
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
	background-color: transparent!important;
	border: none;
	outline: 0;
	height: 1.666666em
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
	font-size: 1.6em;
	line-height: .75
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
	outline: 0
}

.ui-select-bootstrap .ui-select-choices-row>a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap
}

.ui-select-bootstrap .ui-select-choices-row>a:focus,.ui-select-bootstrap .ui-select-choices-row>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled>a,.ui-select-bootstrap .ui-select-choices-row.disabled>a {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add {
	display: none!important
}

.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
	border-color: #D44950
}