﻿.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-skins
* Released under MIT. Copyright 2014 Mienard Lumaad
* http://ui.themepixels.com/select2-skins
*
* Github Repository: https://github.com/themepixels/select2-skins
*
*/
.tpx-select2-container {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.tpx-select2-container .select2-choice {
  height: 34px;
  background-image: none;
  border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.2);
}
.tpx-select2-container .select2-choice > .select2-chosen {
  line-height: 30px;
  font-size: 14px;
  margin-right: 34px;
}
.tpx-select2-container .select2-choice .select2-arrow {
  background-image: none;
  background-color: #fff;
  width: 30px;
  border-left-color: rgba(0, 0, 0, 0.2);
}
.tpx-select2-container .select2-choice .select2-arrow b {
  display: none;
}
.tpx-select2-container .select2-choice .select2-arrow:before {
  position: absolute;
  width: 28px;
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  opacity: .5;
}
.tpx-select2-container.select2-dropdown-open .select2-choice {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tpx-select2-container.select2-dropdown-open .select2-choice .select2-arrow {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.tpx-select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
  content: '\f077';
  opacity: .7;
}
.tpx-select2-container.select2-dropdown-open.select2-container-active .select2-choice {
  box-shadow: none;
}
.tpx-select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
  background-image: none;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
}
.tpx-select2-container.select2-container-active .select2-choice {
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.tpx-select2-container.select2-container-active .select2-choice .select2-arrow {
  border-left-color: rgba(0, 0, 0, 0.3);
}
.tpx-select2-container .select2-drop-active {
  border-color: rgba(0, 0, 0, 0.3);
}
.tpx-select2-container.select2-container-disabled .select2-choice .select2-arrow {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.tpx-select2-container.select2-container-multi .select2-choices {
  min-height: 34px;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.tpx-select2-container.select2-container-multi .select2-choices .select2-search-choice {
  position: relative;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  box-shadow: none;
  font-size: 13px;
  background-color: #f7f7f7;
  border-radius: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 16px;
  margin-left: 3px;
  margin-bottom: 0;
}
.tpx-select2-container.select2-container-multi .select2-choices .select2-search-choice:before {
  position: absolute;
  top: 4px;
  left: 5px;
  font-family: 'FontAwesome';
  content: '\f00d';
  z-index: 5;
  font-size: 11px;
}
.tpx-select2-container.select2-container-multi .select2-choices .select2-search-field input {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  padding-left: 8px;
  line-height: 21px;
}
.tpx-select2-container.select2-container-multi.select2-container-active .select2-choices {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.3);
}
.tpx-select2-container.select2-container-multi.select2-container-active.select2-dropdown-open .select2-choices {
  border-radius: 3px 3px 0 0;
}
.tpx-select2-container.select2-container-multi.select2-container-active.select2-drop-above .select2-choices {
  border-radius: 0 0 3px 3px;
}
.tpx-select2-container .select2-search-choice-close {
  top: 5px;
  background: none;
  z-index: 10;
}
.tpx-select2-drop {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
}
.tpx-select2-drop .select2-search {
  padding-top: 5px;
  position: relative;
}
.tpx-select2-drop .select2-search input {
  background-color: #fff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  padding: 7px 20px 7px 5px;
}
.tpx-select2-drop .select2-search:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f002';
  top: 10px;
  right: 12px;
  font-size: 15px;
  opacity: .5;
}
.tpx-select2-drop .select2-results {
  font-size: 14px;
}
.tpx-select2-drop .select2-results li {
  line-height: 1.42857;
}
.tpx-select2-drop .select2-results .select2-highlighted {
  background-color: #428bca;
  border-radius: 2px;
}
.tpx-select2-drop.select2-drop-above {
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.tpx-select2-drop.select2-drop-above .select2-search input {
  margin-top: 0;
}
.tpx-select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: rgba(0, 0, 0, 0.3);
}
.select2-container-lg .select2-choice {
  height: 46px;
  padding-left: 12px;
}
.select2-container-lg .select2-choice .select2-arrow {
  width: 40px;
}
.select2-container-lg .select2-choice .select2-arrow:before {
  width: 38px;
  font-size: 17px;
  top: 6px;
}
.select2-container-lg .select2-choice > .select2-chosen {
  font-size: 16px;
  line-height: 44px;
}
.select2-container-lg.select2-container-multi .select2-choices {
  min-height: 46px;
}
.select2-container-lg.select2-container-multi .select2-choices .select2-search-field input {
  font-size: 16px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 10px;
}
.select2-container-lg.select2-container-multi .select2-choices .select2-search-choice {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 25px;
  font-size: 15px;
}
.select2-container-lg.select2-container-multi .select2-choices .select2-search-choice:before {
  top: 10px;
  left: 8px;
}
.select2-container-lg.select2-container-multi .select2-search-choice-close {
  top: 12px;
  left: 8px;
}
.select2-container-sm .select2-choice {
  height: 30px;
}
.select2-container-sm .select2-choice .select2-arrow {
  width: 28px;
}
.select2-container-sm .select2-choice .select2-arrow:before {
  line-height: 26px;
  width: 26px;
  font-size: 10px;
}
.select2-container-sm .select2-choice > .select2-chosen {
  font-size: 12px;
  line-height: 26px;
}
.select2-container-sm.select2-container-multi .select2-choices {
  min-height: 30px;
}
.select2-container-sm.select2-container-multi .select2-choices .select2-search-field input {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  padding-left: 8px;
}
.select2-container-sm.select2-container-multi .select2-choices .select2-search-choice {
  font-size: 11px;
  line-height: 12px;
}
.select2-container-sm.select2-container-multi .select2-search-choice-close {
  top: 3px;
}
.select2-drop-sm .select2-search input {
  font-size: 12px;
}
.select2-drop-sm .select2-results {
  font-size: 12px;
}
.tpx-select2-container.select2-error .select2-choice {
  border-color: #cc0000;
  background-color: #ffffff;
  box-shadow: none;
  color: #333333;
}
.tpx-select2-container.select2-error .select2-choice .select2-arrow {
  border-left-color: #cc0000;
  background-color: #ffffff;
  color: #333333;
}
.tpx-select2-container.select2-error .select2-default .select2-chosen {
  color: rgba(51, 51, 51, 0.5);
}
.tpx-select2-container.select2-error.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #b30000;
  background-color: #ffffff;
  color: #333333;
}
.tpx-select2-container.select2-error.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(51, 51, 51, 0.5);
}
.tpx-select2-container.select2-error.select2-container-active .select2-choice {
  border-color: #a80000;
}
.tpx-select2-container.select2-error.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #a80000;
}
.tpx-select2-drop.select2-error {
  border-color: #a80000;
  background-color: #ffffff;
}
.tpx-select2-drop.select2-error .select2-search input {
  border-color: #a80000;
}
.tpx-select2-drop.select2-error .select2-results {
  color: #333333;
}
.tpx-select2-drop.select2-error .select2-highlighted {
  background-color: #cccccc;
}
.tpx-select2-container.select2-success .select2-choice {
  border-color: #3c763d;
  background-color: #ffffff;
  box-shadow: none;
  color: #333333;
}
.tpx-select2-container.select2-success .select2-choice .select2-arrow {
  border-left-color: #3c763d;
  background-color: #ffffff;
  color: #333333;
}
.tpx-select2-container.select2-success .select2-default .select2-chosen {
  color: rgba(51, 51, 51, 0.5);
}
.tpx-select2-container.select2-success.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #336534;
  background-color: #ffffff;
  color: #333333;
}
.tpx-select2-container.select2-success.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(51, 51, 51, 0.5);
}
.tpx-select2-container.select2-success.select2-container-active .select2-choice {
  border-color: #305e31;
}
.tpx-select2-container.select2-success.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #305e31;
}
.tpx-select2-drop.select2-success {
  border-color: #305e31;
  background-color: #ffffff;
}
.tpx-select2-drop.select2-success .select2-search input {
  border-color: #305e31;
}
.tpx-select2-drop.select2-success .select2-results {
  color: #333333;
}
.tpx-select2-drop.select2-success .select2-highlighted {
  background-color: #cccccc;
}
.tpx-select2-container.select2-warning .select2-choice {
  border-color: #c0753b;
  background-color: #ffffff;
  box-shadow: none;
  color: #333333;
}
.tpx-select2-container.select2-warning .select2-choice .select2-arrow {
  border-left-color: #c0753b;
  background-color: #ffffff;
  color: #333333;
}
.tpx-select2-container.select2-warning .select2-default .select2-chosen {
  color: rgba(51, 51, 51, 0.5);
}
.tpx-select2-container.select2-warning.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #ac6935;
  background-color: #ffffff;
  color: #333333;
}
.tpx-select2-container.select2-warning.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(51, 51, 51, 0.5);
}
.tpx-select2-container.select2-warning.select2-container-active .select2-choice {
  border-color: #a56433;
}
.tpx-select2-container.select2-warning.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #a56433;
}
.tpx-select2-drop.select2-warning {
  border-color: #a56433;
  background-color: #ffffff;
}
.tpx-select2-drop.select2-warning .select2-search input {
  border-color: #a56433;
}
.tpx-select2-drop.select2-warning .select2-results {
  color: #333333;
}
.tpx-select2-drop.select2-warning .select2-highlighted {
  background-color: #cccccc;
}
.tpx-select2-container.select2-grey .select2-choice {
  border-color: #cccccc;
  background-color: #eeeeee;
  box-shadow: none;
  color: #333333;
}
.tpx-select2-container.select2-grey .select2-choice .select2-arrow {
  border-left-color: #cccccc;
  background-color: #eeeeee;
  color: #333333;
}
.tpx-select2-container.select2-grey .select2-default .select2-chosen {
  color: rgba(51, 51, 51, 0.5);
}
.tpx-select2-container.select2-grey.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #bfbfbf;
  background-color: #eeeeee;
  color: #333333;
}
.tpx-select2-container.select2-grey.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(51, 51, 51, 0.5);
}
.tpx-select2-container.select2-grey.select2-container-active .select2-choice {
  border-color: #bababa;
}
.tpx-select2-container.select2-grey.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #bababa;
}
.tpx-select2-drop.select2-grey {
  border-color: #bababa;
  background-color: #eeeeee;
}
.tpx-select2-drop.select2-grey .select2-search input {
  border-color: #bababa;
}
.tpx-select2-drop.select2-grey .select2-results {
  color: #333333;
}
.tpx-select2-drop.select2-grey .select2-highlighted {
  background-color: #bbbbbb;
}
.tpx-select2-container.select2-darkgrey .select2-choice {
  border-color: #555555;
  background-color: #666666;
  box-shadow: none;
  color: #ffffff;
}
.tpx-select2-container.select2-darkgrey .select2-choice .select2-arrow {
  border-left-color: #555555;
  background-color: #666666;
  color: #ffffff;
}
.tpx-select2-container.select2-darkgrey .select2-default .select2-chosen {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-darkgrey.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #484848;
  background-color: #666666;
  color: #ffffff;
}
.tpx-select2-container.select2-darkgrey.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-darkgrey.select2-container-active .select2-choice {
  border-color: #434343;
}
.tpx-select2-container.select2-darkgrey.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #434343;
}
.tpx-select2-drop.select2-darkgrey {
  border-color: #434343;
  background-color: #666666;
}
.tpx-select2-drop.select2-darkgrey .select2-search input {
  border-color: #434343;
}
.tpx-select2-drop.select2-darkgrey .select2-results {
  color: #ffffff;
}
.tpx-select2-drop.select2-darkgrey .select2-highlighted {
  background-color: #333333;
}
.tpx-select2-container.select2-lightblue .select2-choice {
  border-color: #bce8f1;
  background-color: #ebf6fc;
  box-shadow: none;
  color: #31708f;
}
.tpx-select2-container.select2-lightblue .select2-choice .select2-arrow {
  border-left-color: #bce8f1;
  background-color: #ebf6fc;
  color: #31708f;
}
.tpx-select2-container.select2-lightblue .select2-default .select2-chosen {
  color: rgba(49, 112, 143, 0.5);
}
.tpx-select2-container.select2-lightblue.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #a7e1ed;
  background-color: #ebf6fc;
  color: #31708f;
}
.tpx-select2-container.select2-lightblue.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(49, 112, 143, 0.5);
}
.tpx-select2-container.select2-lightblue.select2-container-active .select2-choice {
  border-color: #9edeeb;
}
.tpx-select2-container.select2-lightblue.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #9edeeb;
}
.tpx-select2-drop.select2-lightblue {
  border-color: #9edeeb;
  background-color: #ebf6fc;
}
.tpx-select2-drop.select2-lightblue .select2-search input {
  border-color: #9edeeb;
}
.tpx-select2-drop.select2-lightblue .select2-results {
  color: #31708f;
}
.tpx-select2-drop.select2-lightblue .select2-highlighted {
  background-color: #92ceef;
}
.tpx-select2-container.select2-blue .select2-choice {
  border-color: #2e83cf;
  background-color: #3f8cd3;
  box-shadow: none;
  color: #ffffff;
}
.tpx-select2-container.select2-blue .select2-choice .select2-arrow {
  border-left-color: #2e83cf;
  background-color: #3f8cd3;
  color: #ffffff;
}
.tpx-select2-container.select2-blue .select2-default .select2-chosen {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-blue.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #2976ba;
  background-color: #3f8cd3;
  color: #ffffff;
}
.tpx-select2-container.select2-blue.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-blue.select2-container-active .select2-choice {
  border-color: #2871b2;
}
.tpx-select2-container.select2-blue.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #2871b2;
}
.tpx-select2-drop.select2-blue {
  border-color: #2871b2;
  background-color: #3f8cd3;
}
.tpx-select2-drop.select2-blue .select2-search input {
  border-color: #2871b2;
}
.tpx-select2-drop.select2-blue .select2-results {
  color: #ffffff;
}
.tpx-select2-drop.select2-blue .select2-highlighted {
  background-color: #20588c;
}
.tpx-select2-container.select2-lime .select2-choice {
  border-color: #8ec400;
  background-color: #9dd800;
  box-shadow: none;
  color: #ffffff;
}
.tpx-select2-container.select2-lime .select2-choice .select2-arrow {
  border-left-color: #8ec400;
  background-color: #9dd800;
  color: #ffffff;
}
.tpx-select2-container.select2-lime .select2-default .select2-chosen {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-lime.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #7caa00;
  background-color: #9dd800;
  color: #ffffff;
}
.tpx-select2-container.select2-lime.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-lime.select2-container-active .select2-choice {
  border-color: #74a000;
}
.tpx-select2-container.select2-lime.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #74a000;
}
.tpx-select2-drop.select2-lime {
  border-color: #74a000;
  background-color: #9dd800;
}
.tpx-select2-drop.select2-lime .select2-search input {
  border-color: #74a000;
}
.tpx-select2-drop.select2-lime .select2-results {
  color: #ffffff;
}
.tpx-select2-drop.select2-lime .select2-highlighted {
  background-color: #537200;
}
.tpx-select2-container.select2-pomelo .select2-choice {
  border-color: #ff6034;
  background-color: #ff744e;
  box-shadow: none;
  color: #ffffff;
}
.tpx-select2-container.select2-pomelo .select2-choice .select2-arrow {
  border-left-color: #ff6034;
  background-color: #ff744e;
  color: #ffffff;
}
.tpx-select2-container.select2-pomelo .select2-default .select2-chosen {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-pomelo.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #ff4c1b;
  background-color: #ff744e;
  color: #ffffff;
}
.tpx-select2-container.select2-pomelo.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-pomelo.select2-container-active .select2-choice {
  border-color: #ff4411;
}
.tpx-select2-container.select2-pomelo.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #ff4411;
}
.tpx-select2-drop.select2-pomelo {
  border-color: #ff4411;
  background-color: #ff744e;
}
.tpx-select2-drop.select2-pomelo .select2-search input {
  border-color: #ff4411;
}
.tpx-select2-drop.select2-pomelo .select2-results {
  color: #ffffff;
}
.tpx-select2-drop.select2-pomelo .select2-highlighted {
  background-color: #e73200;
}
.tpx-select2-container.select2-orange .select2-choice {
  border-color: #e69800;
  background-color: #ffa900;
  box-shadow: none;
  color: #ffffff;
}
.tpx-select2-container.select2-orange .select2-choice .select2-arrow {
  border-left-color: #e69800;
  background-color: #ffa900;
  color: #ffffff;
}
.tpx-select2-container.select2-orange .select2-default .select2-chosen {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-orange.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #cc8700;
  background-color: #ffa900;
  color: #ffffff;
}
.tpx-select2-container.select2-orange.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-orange.select2-container-active .select2-choice {
  border-color: #c28000;
}
.tpx-select2-container.select2-orange.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #c28000;
}
.tpx-select2-drop.select2-orange {
  border-color: #c28000;
  background-color: #ffa900;
}
.tpx-select2-drop.select2-orange .select2-search input {
  border-color: #c28000;
}
.tpx-select2-drop.select2-orange .select2-results {
  color: #ffffff;
}
.tpx-select2-drop.select2-orange .select2-highlighted {
  background-color: #996500;
}
.tpx-select2-container.select2-bluegreen .select2-choice {
  border-color: #00b7b1;
  background-color: #00d0ca;
  box-shadow: none;
  color: #ffffff;
}
.tpx-select2-container.select2-bluegreen .select2-choice .select2-arrow {
  border-left-color: #00b7b1;
  background-color: #00d0ca;
  color: #ffffff;
}
.tpx-select2-container.select2-bluegreen .select2-default .select2-chosen {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-bluegreen.select2-container-multi .select2-choices .select2-search-choice {
  border-color: #009d98;
  background-color: #00d0ca;
  color: #ffffff;
}
.tpx-select2-container.select2-bluegreen.select2-container-multi .select2-choices .select2-search-choice:before {
  color: rgba(255, 255, 255, 0.5);
}
.tpx-select2-container.select2-bluegreen.select2-container-active .select2-choice {
  border-color: #00938f;
}
.tpx-select2-container.select2-bluegreen.select2-container-active .select2-choice .select2-arrow {
  border-left-color: #00938f;
}
.tpx-select2-drop.select2-bluegreen {
  border-color: #00938f;
  background-color: #00d0ca;
}
.tpx-select2-drop.select2-bluegreen .select2-search input {
  border-color: #00938f;
}
.tpx-select2-drop.select2-bluegreen .select2-results {
  color: #ffffff;
}
.tpx-select2-drop.select2-bluegreen .select2-highlighted {
  background-color: #006a67;
}



/* DATA TABLES STYLING */


/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/dt-1.10.10
 *
 * Included libraries:
 *   DataTables 1.10.10
 */

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable {
  border-collapse: separate !important;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }



/* Datatables Sorting icons on left */


select.input-sm{
    height:40px;
}

table.dataTable thead > tr > th {
    padding-left: 30px !important;
    padding-right: initial !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 8px !important;
    right: auto !important;
}


.form-control {
    height: 42px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.4285;
    color: #555;
}



/**
 * Datatables Row re-ordering
 */


table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: static;
  outline: 2px solid #337ab7;
  outline-offset: -2px;
  z-index: 2001;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}


/**
 * Dragula Drag functionality
 */

.gu-mirror{position:fixed!important;margin:0!important;z-index:9999!important;opacity:.8;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter:alpha(opacity=80)}.gu-hide{display:none!important}.gu-unselectable{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.gu-transit{opacity:.2;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";filter:alpha(opacity=20)}


