
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}



.select2,
.select2-icon,
.select2-photo,
.select2-arrow {
  width: 100% !important;
}
.select2-dropdown {
  border-color: #d8e2e7;
  font-size: 1rem;
}
.select2-dropdown.select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-results__option {
  padding: 5px 1rem;
  background: none !important;
}
.select2-results__option:hover {
  color: #00a8ff;
}
.select2-results__option[role="group"]:hover {
  color: #343434;
}
.select2-results__option[role="group"] .select2-results__option {
  padding-left: 2.25rem;
}
.select2-results__option[aria-selected="true"] {
  color: #00a8ff;
}
.select2-container--default .select2-selection--single,
.select2-container--arrow .select2-selection--single,
.select2-container--white .select2-selection--single {
  border: none;
  border-radius: 0;
  height: auto;
  background: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--arrow .select2-selection--single .select2-selection__rendered,
.select2-container--white .select2-selection--single .select2-selection__rendered {
  border: solid 1px #d8e2e7;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #343434;
  padding: .375rem 25px .375rem 1rem;
  min-height: 38px;
  background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .user-item img,
.select2-container--arrow .select2-selection--single .select2-selection__rendered .user-item img,
.select2-container--white .select2-selection--single .select2-selection__rendered .user-item img {
  top: 50%;
  margin-top: -10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--arrow .select2-selection--single .select2-selection__arrow,
.select2-container--white .select2-selection--single .select2-selection__arrow {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 23px;
  text-align: center;
  background: #dbe4ea;
  border-radius: 0 .25rem .25rem 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:before,
.select2-container--white .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:after,
.select2-container--white .select2-selection--single .select2-selection__arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:before,
.select2-container--white .select2-selection--single .select2-selection__arrow:before {
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #6c7a86 transparent;
  margin-top: -6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-container--arrow .select2-selection--single .select2-selection__arrow:after,
.select2-container--white .select2-selection--single .select2-selection__arrow:after {
  border-width: 5px 3px 0 3px;
  border-color: #6c7a86 transparent transparent transparent;
  margin-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--arrow .select2-selection--single .select2-selection__arrow b,
.select2-container--white .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results__group,
.select2-container--arrow .select2-results__group,
.select2-container--white .select2-results__group {
  font-weight: 600;
  padding: 5px 1rem;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--arrow .select2-results__option--highlighted[aria-selected],
.select2-container--white .select2-results__option--highlighted[aria-selected] {
  background: none;
  color: #00a8ff;
}
.select2-container--default .select2-results > .select2-results__options,
.select2-container--arrow .select2-results > .select2-results__options,
.select2-container--white .select2-results > .select2-results__options {
  max-height: 250px;
}
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--arrow .select2-search--inline .select2-search__field,
.select2-container--white .select2-search--inline .select2-search__field {
  font-size: 1rem;
  padding-left: 11px;
}
.select2-container--default .font-icon,
.select2-container--arrow .font-icon,
.select2-container--white .font-icon {
  display: inline-block;
  color: #929faa;
  margin: -2px 8px -2px 0;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}
.select2-container--default .user-item,
.select2-container--arrow .user-item,
.select2-container--white .user-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 20px;
  padding: 0 0 0 21px;
}
.select2-container--default .user-item img,
.select2-container--arrow .user-item img,
.select2-container--white .user-item img {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -5px;
  top: 0;
  border-radius: 50%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--arrow.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--white.select2-container--open .select2-selection--single .select2-selection__rendered {
  border-bottom-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--arrow.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2-container--white.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered,
.select2-container--arrow.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered,
.select2-container--white.select2-container--open.select2-container--above .select2-selection--single .select2-selection__rendered {
  border-radius: 0 0 .25rem .25rem;
  border-top-color: #fff;
  border-bottom-color: #d8e2e7;
}
.select2-container--default.select2-container--disabled,
.select2-container--arrow.select2-container--disabled,
.select2-container--white.select2-container--disabled {
  opacity: .65;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--arrow.select2-container--disabled .select2-selection--single,
.select2-container--white.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
  background: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--arrow.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--white.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  background-color: #dbe4ea;
  color: #6c7a86;
}
.select2-container--default.select2-container--disabled .user-item img,
.select2-container--arrow.select2-container--disabled .user-item img,
.select2-container--white.select2-container--disabled .user-item img {
  opacity: .7;
}
.select2-container--default .select2-selection--multiple,
.select2-container--arrow .select2-selection--multiple,
.select2-container--white .select2-selection--multiple {
  border-color: #d8e2e7;
  min-height: 38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--arrow .select2-selection--multiple .select2-selection__choice,
.select2-container--white .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background: #919fa9;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 2rem 0 .5rem;
  height: 26px;
  line-height: 26px;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--white .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 0;
  top: 1px;
  color: #fff !important;
  width: 1.5rem;
  text-align: center;
  font-size: 2rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--white .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: .7;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--arrow.select2-container--focus .select2-selection--multiple,
.select2-container--white.select2-container--focus .select2-selection--multiple {
  border-color: #c5d6de;
}
.select2-container--arrow .select2-selection--single .select2-selection__arrow {
  background: none;
}
.select2-container--arrow .select2-selection--single .select2-selection__arrow:after {
  display: none;
}
.select2-container--arrow .select2-selection--single .select2-selection__arrow:before {
  width: auto;
  height: auto;
  border: none;
  left: 0;
  margin-left: 0;
  top: 50% !important;
  margin-top: -8px;
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  content: "\51";
  color: #6c7a86;
  font-size: 0.6875rem /*11/16*/;
  text-align: left;
}
.select2-container--white .select2-selection--single .select2-selection__arrow {
  background: none;
}

.calendar-page {
  zoom: 1;
  *zoom: 1;
}
.calendar-page:before,
.calendar-page:after {
  content: " ";
  display: table;
}
.calendar-page:after {
  clear: both;
}
.calendar-page .calendar-page-content {
  float: left;
  width: 100%;
  margin-right: -250px;
  position: relative;
}
.calendar-page .calendar-page-content-in {
  margin: 0 249px -1px -1px;
}
.calendar-page .calendar-page-title {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 1rem;
  font-weight: 600;
  z-index: 2;
  padding: .375rem 15px;
}
.calendar-page .calendar-page-side {
  float: right;
  width: 250px;
  position: relative;
  z-index: 2;
  border-left: solid 1px #d8e2e7;
}
.calendar-page .calendar-page-side .bootstrap-datetimepicker-widget {
  padding: 15px 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
}
.calendar-page .calendar-page-side .bootstrap-datetimepicker-widget table th.picker-switch {
  font-size: 1rem;
  font-weight: 600;
}
.calendar-page .calendar-page-side-section {
  border-top: solid 1px #d8e2e7;
}
.calendar-page .calendar-page-side-section:first-child {
  border-top: none;
}
.calendar-page .calendar-page-side-section-in {
  padding: 0 15px;
}


.icon-left{
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 3px;
  margin-top: 10px;
  color:rgba(145, 159, 169, 0.7);
}

div:not(.form-group-error) .color-blue {
    color: #00a8ff !important;
}

div:not(.form-group-error) .color-red {
    color: #fa424a !important;
}

/* icones */
@font-face {
  font-family: "startui";
  src: url("../fonts/startui.99587b599cf7.eot");
  src: url("../fonts/startui.99587b599cf7.eot?#iefix") format("embedded-opentype"), url("../fonts/startui.de138e59416b.woff") format("woff"), url("../fonts/startui.529a64503e55.ttf") format("truetype"), url("../fonts/startui.a577363fab6d.svg#startui") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
[class^="font-icon-"]:before,
[class*=" font-icon-"]:before {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  z-index: 6;
}
.font-icon-warning:before {
    content: "\e015";
}

.font-icon-pin:before {
  content: "\e00e";
}
.font-icon-comments:before {
  content: "\68";
}
.font-icon-phone:before {
    content: "\e182";
}
.font-icon-star:before {
    content: "\76";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}
.font-icon-close-2:before {
    content: "\4f";
}
.font-icon-align-left:before {
    content: "\37";
}
/* estar direccione*/
.input-direccion {
    padding-left: 30px;
}

.form-label .font-icon {
  margin: 0 4px 0 0;
  color: #adb7be;
}

textarea.form-control {
    resize: none;
    height: auto;
    padding-left: 22px;
}

/* no padding*/
.no-padding {
  padding: 0;
}

.no-margin{
  margin: 0;
}

.div-eliminar {
    position: absolute;
    z-index: 8 !important;
    width: auto;
    height: auto;
    color: #B3BDC3;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size:1.9em;
    right: -40px;
    top: -11px;

}



/* ==========================================================================
   Scrollbar
   ========================================================================== */
.jspContainer .jspTrack {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.jspContainer:hover .jspTrack {
  opacity: 1;
}
.scrollable-block {
  overflow: auto;
}
.scrollable-block.scrollable-gradient .jspContainer:after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.scrollable-block.scrollable-gradient .jspVerticalBar {
  z-index: 10;
}
.form-control-wrapper.form-control-icon-left .font-icon,
.form-control-wrapper.form-control-icon-right .font-icon,
.form-control-wrapper.form-control-icon-left .glyphicon,
.form-control-wrapper.form-control-icon-right .glyphicon,
.form-control-wrapper.form-control-icon-left .fa,
.form-control-wrapper.form-control-icon-right .fa {
  width: 25px;
  height: 38px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  color: rgba(145, 159, 169, 0.7);
}
.form-group-error *:not(a),
.error *:not(a) {
  color: #fa424a;
}
.form-group-error .form-control,
.error .form-control {
  border-color: #fa424a;
}
.form-group-error .form-control-wrapper .form-control,
.error .form-control-wrapper .form-control {
  background-color: #fff6f6;
}
.form-group-error.form-group-checkbox .checkbox label,
.error.form-group-checkbox .checkbox label {
  color: #343434;
}


.form-tooltip-error {
  z-index: 2;
  background: #f95858;
  color: #fff !important;
  padding: 5px 8px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 8px;
  max-width: 230px;
  font-size: 0.875rem /*14*/;
}
.form-tooltip-error:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #f95858 transparent transparent transparent;
}
.form-tooltip-error * {
  color: #fff !important;
}

.form-group-checkbox .form-tooltip-error {
  right: 100%;
  bottom: 0;
  margin-bottom: 0;
  margin-right: 10px;
  min-width: 150px;
}
.form-group-checkbox .form-tooltip-error:before {
  transform: rotate(-90deg);
  margin: 0 !important;
  left: auto;
  right: -7px;
  bottom: 9px;
}
.form-label .form-tooltip-error {
  position: relative;
  display: inline-block;
  margin: -4px 0 -4px 8px;
}
.form-label .form-tooltip-error:before {
  transform: rotate(90deg);
  bottom: 50%;
  margin: 0 0 -2px !important;
  left: -7px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-telefono{
  top: -3px !important;
  z-index: 4;
}
.input-telefono{
  padding-left: 1.6em !important;
}

.icon-valor-declarado{
    z-index: 4;
    top: -3px !important;
}
.icon-convenio{
  z-index: 4;
  top: -2px !important;
}

.div-bank{
  background-color: white;
  padding: 5px;

}
.input-valor-declarado{
  padding-left: 1.9em !important;
}

.font-icon-star{
    z-index: 10;
}

.icon-rigth {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 8px;
    margin-top: 9px;
    color: rgba(145, 159, 169, 0.7);
}

.btn{
  vertical-align: 0 !important;
}

.btn:disabled, .btn.disabled {
    background-color: #dbe4ea;
    border-color: #dbe4ea;
    color: #6c7a86;
}

.btn-warning2 {
    border-radius: 10px;
    border: solid 1px #00a8ff;
    background: #00a8ff;
    color: #fff;
    font-weight: 600;
    padding: 0 20px !important;

}

.text-center .hide-body{
  padding-top: 10px;
}

#cargar{
  text-align: center;
}
.col-centered{
    float: none;
    margin: 0 auto;
}


a.button-paradas{
    color:#0559D2;
    font-size: 0.9em;
}
a.button-paradas:hover{
    color:#00A8FF;
}

.div-eliminar-bono label, strong{
    display: inline;
}

.input-group.date .input-group-addon {
    #background-color: #cc0069;
    border-color: #00a8ff;
    #color: #fff;
    color: #424242;
}

.div_fecha_envio input {
    border-color: #00a8ff;
}

.div_hora_envio input {
    border-color: #00a8ff;
}

#menu1{
  z-index: 4 !important;
  background-color: white !important;
}

#nuevo_servicio{
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: auto; /*IE 8 horizontal scrollbar*/

  position: fixed;
  z-index: 3 !important;

  left: 5px;
  height: 83%;

  padding-bottom: 10px;
}

.nuevoservicio{
  padding-bottom: 5px;
}

.radio-inline input:not([class*='col-']){
      width: auto !important;
}

@media only screen and (max-width: 767px) {
    #nuevo_servicio{
      position: initial;
   }
   #textos .bar__module{
     margin: 2px 0 0 0;
   }
   .input-dir-selec{
     padding-right: 15px !important;
   }
   .dir-zona-select {
    padding-left: 15px;
}
}

/* and (min-height: 600px) and (min-width: 767px) */
@media only screen and (max-width: 1240px) {
  .map{
    height: 510px !important;
    width: 55% !important;
  }


}

@media only screen and (max-width: 1200px) {
  .map{
    height: 510px !important;
    /*width: 630px !important; */
  }
}


@media only screen and (max-width: 1125px) {
  .map{
    height: 510px !important;
    /*width: 550px !important; */
  }
}


@media only screen and (max-width: 992px) {
  #textos1{
    display: none ;
   }
  .map{
    /* width: 520px !important; */
  }
}

@media only screen and (max-width: 940px) {
  .input-checkbox {
    margin-top: 0.46428571em !important;
  }

  .input-checkbox.input-checkbox--switch .inner:before {
    height: 19px;

  }

  .map{

    /* width: 480px !important; */
  }
}



@media only screen and (max-width: 860px) {

  .map{

    /*width: 420px !important; */
  }
}

@media only screen and (max-width: 800px) {
  .map{

     /* width: 410px !important; */
  }

  .bar .logo{
    margin-left: 12px;

  }
}


@media only screen and (min-width: 767px) {

  #textos{
    text-align: right;
    margin-top: 3px;
  }

  .bar .logo{
    margin-left: 12px;
    text-align: left;
  }
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 691px){
  .div-eliminar {
/*
    bottom: 82px ;
    float: right;
    padding-top: 2px;
    left: 25px;
    position: relative;
    */
  }

  .btn--sm{
    padding-right: 1.25em;
    padding-left: 1.25em;
    margin-right: 2px !important;
  }

}

.map{

  position: fixed !important;
  z-index: 2 !important;

  top: 85px;
  right: 30px;

  height: 80%;
  width: 64%;

}

body{
  background-color: #ECEFF4 !important;
}

.div_direcciones{
  /*padding-left: -10px; */

}

.table-center{
    border-collapse:collapse;
}
.table-center th{

  text-align: center !important;
}

.padding-md{
  padding-top: 7px;
}


#textos .bar__module{
  display: inline-block !important;
  margin-right: 0.92857143em !important;
}

.listado-clientes{
  padding-top: 14px;
}

.modal-close {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #adb7be;
    background: none;
    border: none;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline input{
  -webkit-appearance: radio;
  margin-top: -3px;
}

.btn.btn-inline {
    margin-right: 8px;
    margin-bottom: 8px;
}

.btn.btn-primary-outline, .btn.btn-primary-outline:focus {
    color: #00a8ff;
    border-color: #00a8ff;
}

.btn.btn-default-outline, .btn.btn-primary-outline, .btn.btn-secondary-outline, .btn.btn-success-outline, .btn.btn-info-outline, .btn.btn-warning-outline, .btn.btn-danger-outline {
    background-color: #fff;
}


.btn.btn-rounded {
    border-radius: 25rem;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: normal;
}


.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    /*border-radius: .2rem; */
}

.btn.btn-primary {
    background-color: #00a8ff;
    border-color: #00a8ff;
}


.nav-container{
    position: relative;
    z-index: 3;
}


.section-background {
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

#hero {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    border-top: 1px solid #444;
    height: 100%;
    padding: 10px 0;
    background-color: #222;
}

.hero-content .btn-info {
    background-color: #ac6bec;
    border-color: #ac6bec;
}

.hero-title{
      color: #ccc ;
}

.hero-fullscreen {
    height: 100%;
    width: 100%;
}
.hero-content-inner {
    padding-top: 100px;
}
.btn.btn-success {
    background-color: #46c35f;
    border-color: #46c35f;
}

#select-tarjeta input{
  -webkit-appearance:radio;
  height: 1.85em;
  width: auto !important;
}

#select-tarjeta img{
  padding-top: 14px;
}


/*  css de notificaciones*/
.alert {
    padding: 8px 10px;
    color: #343434;
    font-size: 1rem;
    box-shadow: none;
    position: relative;
}

.alert.alert-warning {
    border-color: #f29824;
    background-color: #fdf4e6;
}

.alert.alert-warning .close,
.alert.alert-warning [data-notify="icon"],
.ui-pnotify .alert.alert-warning,
.alert.alert-warning.alert-icon .font-icon,
.alert.alert-warning .font-icon-inline {
    color: #f29824;
}

.alert [data-notify="icon"] {
    color: #00a8ff;
    float: left;
    margin: 0 5px -2px 0;
}

.alert [data-notify="title"] {
    display: block;
    font-weight: 600;
}



.arrow-icon {
    /* cursor: pointer;
    height: 16px;
    position: absolute;
    right: 20px;
    top: -18px;
    */
}

.activity-line-item {
    margin-bottom: 19px;
    font-size: 1rem /*16*/;
    position: relative;
}


.box-typical {
   /* border-radius: 4px; */
    /*background: #fff; */
   /* border: solid 1px #d8e2e7; */
   /* margin: 0 0 20px; */
}

.activity-line-action-list img{
  cursor: pointer;
  position: absolute;
  top:-16px;
  padding-left: 27px;
}

.ciudades-select{
  padding-bottom: 15px;
}


.input-dir-selec{
  /*padding-left: 15px; */
  padding-right: 0;
}

.dir-zona-select{
 /* padding-right: 15px;
  padding-bottom: 0;
  padding-top: 0; */

  padding-right: 15px;
}

.dir-zona-select select{
  /*padding-bottom: 5px; */
  -webkit-appearance: menulist;
  border-radius: 0
}

/* estilos para cambiar */
.icon-descripcion{
  z-index: 3;
}

.direccionesFavoritas a {
    width: 100%;
    padding: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
}


.direccionesFavoritas {
  position: absolute;
  z-index: 5;
  margin-top: 8px;
  background: #F5F5F5;
}
.point_highlight{
    background-color: #6ca1ca;
    border: 2px solid #6ca1ca;
    border-radius: 11px 0px 0px 11px;
}