/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.17.1 - 2016-06-09T20:41:58.462Z
 * License: MIT
 */
.ui-select-container {
  height: 30px; }

.form-group-sm .ui-select-container {
  height: 24px; }

/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.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: 0px !important;
  top: 0px !important; }

.ui-select-choices-row:hover {
  background-color: #f6f7f9; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #000063; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close {
  display: none; }

.select-locked > .ui-select-match-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up
.ui-select-dropdown
.select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #006098; }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #006098 !important; }

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%; }

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #000063; }

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */ }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #14243C;
  background-color: #F6F7F9;
  border-color: #C6C6C6;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

.ui-select-bootstrap .input-group {
  width: 100%; }

.ui-select-sm .input-group .form-control {
  border-style: solid;
  border-color: #C6C6C6;
  border-width: 1px 0 1px 1px;
  font-size: 14px;
  padding: 4px 6px;
  height: 24px; }

.ui-select-bootstrap .input-group input.form-control.ui-select-search {
  width: 100% !important; }

.input-group-addon + .ui-select-bootstrap > .ui-select-match > .form-control,
.input-group-btn + .ui-select-bootstrap > .ui-select-match > .form-control {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.input-group-addon.icon-primary {
  color: #006098; }

.input-group:hover > .input-group-addon.icon-primary,
.input-group-addon.icon-primary:hover {
  color: #54C0E8; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group
> .ui-select-bootstrap
> input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices,
.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  background: #fff;
  z-index: 1080; }

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 0;
  border: 0 none; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  /*background-color: transparent !important;*/
  /* To prevent double background when disabled */
  /*border: none;
  outline: none;
  height: 1.666666em;
margin-bottom: 3px;*/ }

.ui-select-multiple.ui-select-bootstrap.ng-not-empty .ui-select-match {
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  padding: 3px 3px 8px 3px;
  margin: 0 0 -5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start; }

.ui-select-multiple.ui-select-bootstrap.ng-not-empty .ui-select-match-new {
  border: none;
  border-radius: 4px;
  padding: 3px 3px 8px 3px;
  margin: 0 0 -5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  position: absolute; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
  padding: 2px 10px 0 10px;
  /*border: 1px solid $color-primary;
  color: $color-primary;
  color: $color-secondary;*/ }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item.btn-primary {
  color: #fff;
  background-color: #006098;
  border-color: #006098;
  /*background-color: $color-primary;
    border-color: $color-primary;*/ }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item-new {
  outline: 0;
  margin: 0 8px 8px 0;
  border-radius: 30px;
  /*border: 1px solid $color-primary;
  color: $color-primary;
  color: $color-secondary;*/ }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item-new.btn-primary {
  color: #fff;
  background-color: #006098;
  border-color: #006098;
  /*background-color: $color-primary;
    border-color: $color-primary;*/ }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 0 5px;
  opacity: 0.3; }

.ui-select-multiple.ui-select-bootstrap
.ui-select-match-item.btn-primary
.close {
  opacity: 0.6; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close + div {
  float: right; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-new .close {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 0 5px;
  opacity: 0.3; }

.ui-select-multiple.ui-select-bootstrap
.ui-select-match-item-new.btn-primary
.close {
  opacity: 1; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-new .close + div {
  float: right; }

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none; }

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #006098; }

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #006098; }

.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 600;
  line-height: 1.42857143;
  color: #C6C6C6;
  background-color: #fff;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > a:hover,
.ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #54C0E8;
  background-color: #F6F7F9; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  text-decoration: none;
  outline: 0;
  color: #54C0E8;
  background-color: #F6F7F9; }

.ui-select-bootstrap .ui-select-choices-row.active > a:hover {
  background-color: #F6F7F9; }

.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #54C0E8;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #000063; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

.ui-select-placeholder {
  font-size: 14px;
  line-height: 2;
  top: 1px;
  position: absolute;
  word-break: break-all; }

.ui-select-match-text span {
  font-size: 14px;
  line-height: 2;
  top: 1px;
  position: absolute;
  word-break: break-all;
  margin-right: 35px; }

.ui-select-sm .ui-select-placeholder {
  font-size: 14px;
  line-height: 1.5;
  top: 2px;
  position: absolute;
  word-break: break-all; }

.ui-select-sm .ui-select-match-text span {
  font-size: 14px;
  line-height: 1.5;
  top: 2px;
  position: absolute;
  word-break: break-all;
  margin-right: 0; }

/*little class added to align labels inside ui select*/
.ui-select-sm .ui-select-match-text {
  line-height: 1.7;
  margin-top: -3px; }

.ui-select-icon {
  font-size: 10px;
  line-height: 1; }

.ui-select-match.input-group.search > .form-control,
.ui-select-match.input-group.search.active > .form-control {
  border: 1px solid #C6C6C6;
  border-right-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ui-select-match.input-group.search > .input-group-addon {
  color: #C6C6C6;
  background-color: #fff;
  border-style: solid;
  border-color: #C6C6C6;
  border-width: 1px 1px 1px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ui-select-match.input-group > .form-control {
  border-style: solid;
  border-color: #C6C6C6;
  border-width: 1px 0 1px 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ui-select-match.input-group > .input-group-addon {
  color: #C6C6C6;
  background-color: #fff;
  border-style: solid;
  border-color: #C6C6C6;
  border-width: 1px 1px 1px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  cursor: pointer; }

.ui-select-sm .ui-select-match.input-group > .input-group-addon,
.ui-select-match.input-group.search ~ .input-group > .input-group-addon {
  padding: 4px 15px; }

.ui-select-match.input-group {
  overflow: hidden;
  width: 100%; }

.ui-select-match.input-group.search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.ui-select-match.input-group:hover {
  cursor: pointer; }

.ui-select-match.input-group:hover > .input-group-addon {
  color: #14243C;
  background-color: #F6F7F9;
  border-color: #C6C6C6; }

.ui-select-match.input-group.search:hover > .input-group-addon,
.ui-select-match.input-group.search:hover ~ .input-group > .input-group-addon {
  color: #14243C;
  background-color: #F6F7F9;
  border-color: #C6C6C6; }

.ui-select-match.input-group.search.active ~ .input-group > .input-group-addon {
  color: #006098;
  background-color: #F6F7F9;
  border-color: #C6C6C6; }

.ui-select-match.input-group[disabled]:hover > .form-control,
.ui-select-match.input-group.search[disabled]:hover > .form-control {
  cursor: default;
  opacity: 0.3;
  background-color: #fff; }

.ui-select-match.input-group[disabled]:hover > .form-control {
  border-color: transparent; }

.ui-select-match.input-group.search[disabled]:hover > .form-control {
  border-color: #C6C6C6; }

.ui-select-match.input-group[disabled] > .input-group-addon,
.ui-select-match.input-group.search[disabled] > .input-group-addon,
.ui-select-match.input-group[disabled]:hover > .input-group-addon,
.ui-select-match.input-group.search[disabled]:hover > .input-group-addon,
.ui-select-match.input-group[disabled]:hover > .input-group-addon:active,
.ui-select-match.input-group.search[disabled]:hover
> .input-group-addon:active {
  cursor: default;
  opacity: 0.3;
  color: #14243C;
  text-align: center;
  background-color: #F6F7F9;
  border: 1px solid #F6F7F9; }

.ui-select-match.input-group.search:hover ~ .input-group > .form-control {
  border-color: #C6C6C6;
  border-right-color: transparent;
  color: #14243C; }

.ui-select-match.input-group.search.active ~ .input-group > .form-control {
  border-color: #C6C6C6;
  border-right-color: transparent; }

.ui-select-match.input-group.active > .form-control {
  border-color: #C6C6C6;
  color: #14243C; }

.ui-select-match.input-group.active > .input-group-addon {
  color: #006098;
  background-color: #F6F7F9;
  border-color: #C6C6C6; }

.ui-select-match.input-group:hover > .input-group-addon:active {
  background-color: #F6F7F9;
  border-color: transparent;
  color: #006098; }

.ui-select-match.input-group.search:hover > .input-group-addon:active {
  color: #006098;
  background-color: #F6F7F9;
  border-color: #C6C6C6; }

.table-select .input-group-addon {
  min-width: 0; }

.table-select .ui-select-icon {
  color: #C6C6C6; }

.table-select .ui-select-icon:hover {
  color: #14243C; }

.table-select .input-group .form-control {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap; }

.table-select .ui-select-match-text {
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; }

.has-error .ui-select-match.input-group.search:hover > .form-control {
  border-color: #D82306; }

.has-error .ui-select-match.input-group:hover > .input-group-addon:active {
  background-color: #D82306;
  border-color: #D82306;
  color: #fff; }

.has-error .ui-select-match.input-group[disabled] > .input-group-addon,
.has-error .ui-select-match.input-group.search[disabled] > .input-group-addon,
.has-error .ui-select-match.input-group[disabled]:hover > .input-group-addon,
.has-error
.ui-select-match.input-group.search[disabled]:hover
> .input-group-addon,
.has-error
.ui-select-match.input-group[disabled]:hover
> .input-group-addon:active,
.has-error
.ui-select-match.input-group.search[disabled]:hover
> .input-group-addon:active {
  background-color: #D82306;
  border-color: #D82306;
  color: #fff; }

.ui-select-choice-divider:before {
  border-top: 1px solid #000064 !important;
  content: " "; }
