.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.075), 0 1px 2px hsla(0, 0%, 0%, 0.075), 1px 2px 4px hsla(0, 0%, 0%, 0.075), 1px 3px 8px hsla(0, 0%, 0%, 0.075), 2px 4px 16px hsla(0, 0%, 0%, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}
div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-styled):focus {
  outline: none;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
  text-align: center;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
}
div:where(.swal2-container) button:where(.swal2-close) {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) .swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: transparent;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: transparent;
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}
div:where(.swal2-icon).swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}
div:where(.swal2-icon).swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}
div:where(.swal2-icon).swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}
div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}

.sweet-overlay {
  background: rgba(41, 47, 51, 0.9); }

.sweet-alert {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Helvetica Neue", Helvetica, Arial, sans-serif;*/
  padding: 15px;
  padding-top: 55px;
  text-align: right;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.11), 0px 6px 30px rgba(0, 0, 0, 0.14); }
  
  .sweet-alert h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 20px; /*16px*/
    font-weight: bold; /*400;*/
    /*color: #8899a6;*/
    margin: 0;
    color: #1e4964; /*#66757f; oops text*/
    border-bottom: 1px solid #ffffff; } /*#e1e8ed; line under oops*/
  
  .sweet-alert p {
    display: block;
    text-align: center;
    color: #1e4964; /*#66757f; You must select an attribute first.*/
    font-weight: 400;
    font-size: 15px; /*13px*/
    margin-top: 7px; } /*7px*/
  
  .sweet-alert .sa-button-container {
    background-color: #ffffff; /*#f5f8fa; bottom of popup*/
    border-top: 1px solid #ffffff; /*e1e8ed line under text*/
    box-shadow: 0px -1px 0px white;
    margin: -15px;
    margin-top: 0; }
  
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 10px; }
    
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] .sa-button-container {
      display: none; }
  
  .sweet-alert button {
    border-radius: 2px;
    box-shadow: none !important;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    margin: 17px 0px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    position: relative; }
  
  .sweet-alert button:focus, .sweet-alert button.cancel:focus {
      box-shadow: none !important; }
   
  .sweet-alert button:focus::before, .sweet-alert button.cancel:focus::before {
        content: "";
        position: absolute;
        left: -5px;
        top: -5px;
        right: -5px;
        bottom: -5px;
        border: 2px solid #ffffff; /*#a5b0b4; button border*/
        border-radius: 8px; }
  
  .sweet-alert button.confirm {
	  font-weight: normal; /*added*/
      background-color: #5cb85c !important; /*button colour - previously #55acee then #407d35*/
      /*background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";*/
      border: 1px solid #4cae4c; /*button outline - previously #3b88c3 then #3b88c3*/
      /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);*/
      margin-right: 15px; }
  
  .sweet-alert button.confirm:hover {
        background-color: #449D44 !important; /*previously #55acee then #215617*/
        /*background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.15));
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#26000000)";*/
        border-color: #398439 !important; } /*previously #3b88c3 then #215617*/
  
  .sweet-alert button.cancel {
	  font-weight: normal; /*added*/
      color: #66757e;
      background-color: #f5f8fa; /*#f5f8fa;*/
      background-image: linear-gradient(#fff, #f5f8fa);
      text-shadow: 0px -1px 0px white;
      margin-right: 9px;
      border: 1px solid #e1e8ed; } /*e1e8ed*/
  
  .sweet-alert button.cancel:hover, .sweet-alert button.cancel:focus:hover {
        background-color: #e1e8ed; /*e1e8ed*/
        background-image: linear-gradient(#fff, #e1e8ed);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
        border-color: #e1e8ed; } /*e1e8ed*/
  
  .sweet-alert button.cancel:focus {
        background: #fff;
        border-color: #fff; }
  
  .sweet-alert .sa-icon:not(.sa-custom) {
    transform: scale(0.72);
    margin-bottom: -2px;
    margin-top: -10px; }
  
  .sweet-alert input {
    border: 1px solid #e1e8ed; /*e1e8ed*/
    border-radius: 3px;
    padding: 10px 7px;
    height: auto;
    box-shadow: none;
    font-size: 13px;
    margin: 10px 0; }
  
  .sweet-alert input:focus {
      border-color: #94A1A6; /*94A1A6*/
      box-shadow: inset 0 0 0 1px rgba(77, 99, 107, 0.7); }
  
  .sweet-alert fieldset .sa-input-error {
    display: none; }
  
  .sweet-alert .sa-error-container {
    text-align: center;
    border: none;
    background-color: #fbedc0; /*fbedc0*/
    margin-bottom: 6px; }
  
  .sweet-alert .sa-error-container.show {
      border: 1px solid #; } /*f0e1b9*/
  
  .sweet-alert .sa-error-container .icon {
      display: none; }
  
  .sweet-alert .sa-error-container p {
      color: #292f33; /*292f33*/
      font-weight: 600;
      margin-top: 0; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg), scale(0.5);
    -webkit-transform: rotateX(100deg), scale(0.5);
    opacity: 0; }

  100% {
    transform: rotateX(0deg), scale(0.5);
    -webkit-transform: rotateX(0deg), scale(0.5);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg), scale(0.5);
    -webkit-transform: rotateX(100deg), scale(0.5);
    opacity: 0; }

  100% {
    transform: rotateX(0deg), scale(0.5);
    -webkit-transform: rotateX(0deg), scale(0.5);
    opacity: 1; } }

@charset "UTF-8";/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.2rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.3rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
body {
  position: relative;
}

#joyRideTipContent { display: none; }

.joyRideTipContent { display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  position: absolute;
  background: #000;
  background: rgba(0,0,0,0.8);
  display: none;
  color: #fff;
  width: 300px;
  z-index: 101;
  top: 0; /* keeps the page from scrolling when calculating position */
  left: 0;
  font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
     -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.joyride-content-wrapper {
  padding: 10px 10px 15px 15px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .joyride-tip-guide {
    width: 95% !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: 2.5% !important;
  }
  .joyride-tip-guide-wrapper {
    width: 100%;
  }
}


/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
  border: solid 14px;
}

.joyride-tip-guide span.joyride-nub.top {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-bottom-color so here we set the border-color
  and override the top,left,right colors below.
  */
  border-color: #000;
  border-color: rgba(0,0,0,0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-width: 0;
  top: -14px;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.bottom {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-top-color so here we set the border-color
  and override the bottom,left,right colors below.
  */
  border-color: #000;
  border-color: rgba(0,0,0,0.8) !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-width: 0;
  bottom: -14px;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.right {
  border-color: #000;
  border-color: rgba(0,0,0,0.8) !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-right-width: 0;
  top: 22px;
  bottom: none;
  left: auto;
  right: -14px;
}

.joyride-tip-guide span.joyride-nub.left {
  border-color: #000;
  border-color: rgba(0,0,0,0.8) !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-width: 0;
  top: 22px;
  left: -14px;
  right: auto;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.top-right {
  border-color: #000;
  border-color: rgba(0,0,0,0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-width: 0;
  top: -14px;
  bottom: none;
  left: auto;
  right: 28px;
}

/* Typography */
.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.joyride-tip-guide h1 { font-size: 30px; }
.joyride-tip-guide h2 { font-size: 26px; }
.joyride-tip-guide h3 { font-size: 22px; }
.joyride-tip-guide h4 { font-size: 18px; }
.joyride-tip-guide h5 { font-size: 16px; }
.joyride-tip-guide h6 { font-size: 14px; }
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 18px;
}
.joyride-tip-guide a {
  color: rgb(255,255,255);
  text-decoration: none;
  border-bottom: dotted 1px rgba(255,255,255,0.6);
}
.joyride-tip-guide a:hover {
  color: rgba(255,255,255,0.8);
  border-bottom: none;
}

/* Button Style */
.joyride-tip-guide .joyride-next-tip {
  width: auto;
  padding: 6px 18px 4px;
  font-size: 13px;
  text-decoration: none;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,60,180);
  background: rgb(0,99,255);
  background: -moz-linear-gradient(top, rgb(0,99,255) 0%, rgb(0,85,214) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,99,255)), color-stop(100%,rgb(0,85,214)));
  background: -webkit-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -o-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -ms-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0055d6',GradientType=0 );
  background: linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
     -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
          box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
}

.joyride-next-tip:hover {
  color: rgb(255,255,255) !important;
  border: solid 1px rgb(0,60,180); /* !important;*/
  background: rgb(43,128,255);
  background: -moz-linear-gradient(top, rgb(43,128,255) 0%, rgb(29,102,211) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(43,128,255)), color-stop(100%,rgb(29,102,211)));
  background: -webkit-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -o-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -ms-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b80ff', endColorstr='#1d66d3',GradientType=0 );
  background: linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px rgba(255,255,255,0.1);
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: rgba(255,255,255,0.25);
}

.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: rgba(255,255,255,0.4) !important;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-bottom: none !important;
}

.joyride-close-tip:hover {
  color: rgba(255,255,255,0.9) !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgb(0,0,0);
  background: transparent;
  background: rgba(0,0,0, 0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
    background-color: #ffffff;
    position: absolute;
    z-index: 102;
    -moz-box-shadow: 0px 0px 30px #ffffff;
    -webkit-box-shadow: 0px 0px 30px #ffffff;
    box-shadow: 0px 0px 30px #ffffff;
}

.joyride-expose-cover {
    background: transparent;
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: orange;

  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px orange, 0 0 5px orange;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: orange;
  border-left-color: orange;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=2191c0&bgTextureHeader=gloss_wave&bgImgOpacityHeader=75&borderColorHeader=4297d7&fcHeader=eaf5f7&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=0078ae&bgColorDefault=0078ae&bgTextureDefault=glass&bgImgOpacityDefault=45&borderColorDefault=77d5f7&fcDefault=ffffff&iconColorDefault=e0fdff&bgColorHover=79c9ec&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=448dae&fcHover=026890&iconColorHover=056b93&bgColorActive=6eac2c&bgTextureActive=gloss_wave&bgImgOpacityActive=50&borderColorActive=acdd4a&fcActive=ffffff&iconColorActive=f5e175&bgColorHighlight=f8da4e&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcd113&fcHighlight=915608&iconColorHighlight=f7a50d&bgColorError=e14f1c&bgTextureError=gloss_wave&bgImgOpacityError=45&borderColorError=cd0a0a&fcError=ffffff&iconColorError=fcd113&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=999999&bgTextureShadow=flat&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #2191c0 url("images/ui-bg_gloss-wave_75_2191c0_500x100.png") 50% 50% repeat-x;
	color: #eaf5f7;
	font-weight: bold;
}
.ui-widget-header a {
	color: #eaf5f7;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #77d5f7;
	background: #0078ae url("images/ui-bg_glass_45_0078ae_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #448dae;
	background: #79c9ec url("images/ui-bg_glass_75_79c9ec_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #026890;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #026890;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #acdd4a;
	background: #6eac2c url("images/ui-bg_gloss-wave_50_6eac2c_500x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcd113;
	background: #f8da4e url("images/ui-bg_glass_55_f8da4e_1x400.png") 50% 50% repeat-x;
	color: #915608;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #915608;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #e14f1c url("images/ui-bg_gloss-wave_45_e14f1c_500x100.png") 50% top repeat-x;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_0078ae_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_e0fdff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_056b93_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_f5e175_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_f7a50d_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_fcd113_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("images/ui-bg_flat_75_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 5px 0 0 5px;
	padding: 0px;
	background: #999999 url("images/ui-bg_flat_55_999999_40x100.png") 50% 50% repeat-x;
	opacity: .45;
	filter: Alpha(Opacity=45); /* support: IE8 */
	border-radius: 5px;
}


.azimap-ui-button {
	background-image: url(images/ui-icons_0078ae_256x240.png) !important;
}
/* HEADINGS   
----------------------------------------------------------*/





/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page{}

.WorkFlowLayoutTabs
{
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
}

.WorkFlowLayout
{
      border: 2px solid #CCCCCC;
      margin: 0 auto;
      padding:0px 0px 0px 0px !important;
      /*width: 50%;*/
}

.WorkFlowTableLayout
{
    /*border: 2px solid #CCCCCC;*/
    min-width:200px;
    max-width:300px;
    word-wrap:break-word;
    overflow-wrap:break-word;
    margin-left:auto;
    margin-right:auto;
    table-layout:fixed;
    
}

/*
.WorkFlowLayout tr
{
   border: 2px solid #CCCCCC;  
}
*/

.WorkFlowLayout td
{
    /*border: 2px solid #CCCCCC;*/
    padding: 5px 5px 5px 5px;
    word-wrap:break-word;
    /*width:100%*/
}

#overlay {
    z-index: 1100 ! important;
}

#lightbox {
    z-index: 1101 ! important;
}

/*table, td, th {
    border: 1px solid black;
}

td {
    padding: 15px;
}*/

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    background:#003567;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 34px;
    
    /*border-collapse: collapse;color: #FFFFFF;font-family: Helvetica;font-size: 34px;font-weight: normal;line-height: 100%;vertical-align: middle;*/
}

.subheader
{
    font-size: 16px;
    font-weight: 600;
    color: #f9f9f9;
    margin:1em 0px 1em 0px;
}



.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/



div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    background-color:#005999;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    /*background-color: #465c71; */
    background-color:#004099;  /*This is the bacground color of the nav menu buttons*/
    border: 1px #4e667d solid;
    color: #dde4ec;
    /*color: red; This is the color of text on the nav menu buttons*/
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{    
    /*color: #465c71;*/
    color:Black;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0 0 20px 0;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{

  text-align:center;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block; margin: 0 0 5px; font-weight:bold;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 100%;
    border: 1px solid #ccc;
	padding: 0.5em;
}



input.passwordEntry 
{
    width: 100%;
    border: 1px solid #ccc;
	padding: 0.5em;
}

div.accountInfo, #divOrganisation
{
    width: 60%;
    margin-left:auto;
    margin-right:auto;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}





.failureNotification
{
    font-size: 1.2em;
    color: Red;
    text-align:center;
}

.failureNotificationForImportLayer
{
    font-size: 1.2em;
    color: Red;
    display:table-cell;
}

.userCreatedNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}



/*Bootstrap*/
.top-buffer { margin-top:20px; }
.border-bottom { border-bottom: 1px solid #ccc; }
.border-top { border-top: 1px solid #ccc; }
.oAuto { overflow: auto; }
/*.collapsing {
    transition: height 1s;
}*/
.btn-spacing 
{
margin-right: 5px;
margin-bottom: 5px !important;
}
.fullWidth { width: 100%; }
.clearPadding { padding: 0; }
.paddingBottom { padding-bottom: 15px}
.formLabel
{
    font-weight:bold; 
     /*margin: 0 0 0.8em 0;*/
	 text-align: left;
	  font-family:Arial;
	 	 
}
.white-popup {
  background: #fff none repeat scroll 0 0;
	margin: 10px auto;
	max-width: 90%;
	padding: 20px 30px;
	position: relative;
	text-align: center;
	float: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.jqueryHeaderBack {
    background: #1E4964;
    color: #fff;
    border-radius: 4px;
}
.z1000 { z-index: 1000; }
.AlertStyle
{
  position: fixed !important;
  top : 10px !important;
  right: 0px !important;
    width: 80px;
    height: 80px;
  
}
/*select tab colour for tooltip*/ 
.selectedTab {
    background: white;
}
.unSelectedTab {
    background: #6caaba;
}
/*css for fancy checkbox buttons*/
/*.btn span.glyphicon {    			
	opacity: 0;				
}
.btn.active span.glyphicon {				
	opacity: 1;				
}*/
/*checkbox restyling configure Map*/
.checkbox .btn, .checkbox-inline .btn {
    padding-left: 2em;
    min-width: 8em;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.checkbox label, .checkbox-inline label {
    text-align: left;
    padding-left: 0.5em;
}
/*switch in tooltip*/
.pRight2 {
    padding-right: 2px !important;
}
.form-control-PRNone {
    padding: 6px 6px !important;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;*
}*/

/*Replacing the previous so it doesn't affect feature info popup (AZI-2302)*/
.maxWidth280{max-width: 280px;}


/*Btns on AccountDetails Page*/
.BtnMaxWidth{
     max-width: 280px !important;
     min-width: 170px !important;
}

/* Padding */
.azi-p-08 {
    padding: 0.8em !important
}
.azi-p-1{
    padding: 1em !important
}
.azi-p-2 {
    padding: 2em !important
}

/* Padding Bottom */
.azi-pb-1 {
    padding-bottom: 1em !important
}
.azi-pb-2 {
    padding-bottom: 2em !important
}
.azi-pb-3 {
    padding-bottom: 3em !important
}
.azi-pb-4 {
    padding-bottom: 4em !important
}
.azi-pb-5 {
    padding-bottom: 5em !important
}
/* Vertical Offset Top */
.ver-top-12{
    margin-top: 12em !important;
}
.ver-top-11{
    margin-top: 11em !important;
}
.ver-top-10{
    margin-top: 10em !important;
}
.ver-top-9{
    margin-top: 9em !important;
}
.ver-top-8{
    margin-top: 8em !important;
}
.ver-top-7 {
    margin-top: 7em !important;
}
.ver-top-6{
    margin-top: 6em !important;
}
.ver-top-5{
    margin-top: 5em !important;
}
.ver-top-4{
    margin-top: 4em !important;
}
.ver-top-3{
    margin-top: 3em !important;   
}
.ver-top-2-5{
    margin-top: 2.5em !important;
}
.ver-top-2{
    margin-top: 2em !important;
}
.ver-top-1-5{
    margin-top: 1.5em !important;
}
.ver-top-1{
    margin-top: 1em !important;
}
.ver-top-0-5{
    margin-top: 0.5em !important;
}
.ver-top-0-3{
    margin-top: 0.3em !important;
}
.ver-top-0{
    margin-top: 0em !important;
}

/* Vertical Offset Bottom */
.ver-bottom-12{
    margin-bottom: 12em !important;
}
.ver-bottom-11{
    margin-bottom: 11em !important;
}
.ver-bottom-10{
    margin-bottom: 10em !important;
}
.ver-bottom-9{
    margin-bottom: 9em !important;
}
.ver-bottom-8{
    margin-bottom: 8em !important;
}
.ver-bottom-7{
    margin-bottom: 7em !important;
}
.ver-bottom-6{
    margin-bottom: 6em !important;
}
.ver-bottom-5{
    margin-bottom: 5em !important;
}
.ver-bottom-4{
    margin-bottom: 4em !important;
}
.ver-bottom-3{
    margin-bottom: 3em !important;
}
.ver-bottom-2{
    margin-bottom: 2em !important;
}
.ver-bottom-1{
    margin-bottom: 1em !important;
}
.ver-bottom-0-5{
    margin-bottom: 0.5em !important;
}
.ver-bottom-0-2{
    margin-bottom: 0.2em !important;
}

/* Hor offset left */
.hor-left-12{
    margin-left: 12em !important;
}
.hor-left-11{
    margin-left: 11em !important;
}
.hor-left-10{
    margin-left: 10em !important;
}
.hor-left-9{
    margin-left: 9em !important;
}
.hor-left-8{
    margin-left: 8em !important;
}
.hor-left-7 {
    margin-left: 7em !important;
}
.hor-left-6{
    margin-left: 6em !important;
}
.hor-left-5{
    margin-left: 5em !important;
}
.hor-left-4{
    margin-left: 4em !important;
}
.hor-left-3{
    margin-left: 3em !important;   
}
.hor-left-2{
    margin-left: 2em !important;
}
.hor-left-1{
    margin-left: 1em !important;
}
.hor-left-1-1 {
    margin-left: 1.1em !important;
}
.hor-left-0-5{
    margin-left: 0.5em !important;
}
.hor-left-0{
    margin-left: 0em !important;
}
/* Hor offset right */
.hor-right-12{
    margin-right: 12em !important;
}
.hor-right-11{
    margin-right: 11em !important;
}
.hor-right-10{
    margin-right: 10em !important;
}
.hor-right-9{
    margin-right: 9em !important;
}
.hor-right-8{
    margin-right: 8em !important;
}
.hor-right-7{
    margin-right: 7em !important;
}
.hor-right-6{
    margin-right: 6em !important;
}
.hor-right-5{
    margin-right: 5em !important;
}
.hor-right-4{
    margin-right: 4em !important;
}
.hor-right-3{
    margin-right: 3em !important;
}
.hor-right-2{
    margin-right: 2em !important;
}
.hor-right-1 {
    margin-right: 1em !important;
}
.hor-right-0-5{
    margin-right: 0.5em !important;
}
.hor-right-0{
    margin-right: 0em !important;
}

/*Added !important to override existing style when used*/
.center-block
{
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


.boxedBorder
{
    border: 2px solid #e5e5e5;
    border-radius:20px;
}

.fontSize80Percent
{
    font-size:80%!important;
}

.paddingRight1Percent
{
    padding-right:1% !important;
}

.form-horizontal .control-label {
  text-align: left !important; /* !important added for priority in SO snippet. */
}

/**/
.RegistartionPage-StudentRadioBtns-MarginSpace label
{
    margin-right:20px;
}
    ui-helper-hidden-accessible
/*LIST VIEW ;
------------------------------------------------------------------------*/

.item
{
    background-color: #E0FFFF;
}
.alternatingItem
{
    background-color: #B0E0E6;
}

        
.itemTableHeader td
{
    color: Black;
    text-align:left;

    font-weight: bold;
    border: 1px solid #ddd;
    padding: 1em;
}
.itemTableData 
{
	background-color:  #f0f0f0;
background-color: white;
    border: 1px solid #ddd;
    padding: 1em;
}
        
.altItemTableData 
{

background-color: #F9F9F9;
    border: 1px solid #ddd;
    padding: 1em;
}

.itemTableDataPadding td {
    padding-left: 1em;
}
        
.insertItemTableData td{ 
border-right: 1px solid #DDDDDD;
    padding: 10px;
}



#example .altItemTableData:hover, #example .itemTableData:hover {
	background-color: #EAEFF4;
}

#ColumnDataTable .altItemTableData:hover, #ColumnDataTable .itemTableData:hover {
	background-color: #EAEFF4;
}

.itemSmall
{
    background-color: #E0FFFF;
}
.alternatingItemSmall
{

}

        
.itemTableHeaderSmall td{color: Black;  font-weight: bold;}
.itemTableDataSmall td
{

}
        
.altItemTableDataSmall td
{
    /*background-color: #B0E0E6;*/
    background-color:#008999;

}
        
.insertItemTableDataSmall td{ 
/*border-right: 1px solid #DDDDDD;*/
    padding-bottom: 10px;
}



/*ScaleBar CSS
---------------------------------------------------------------*/

.olControlScaleBar {
    bottom: 10px;
    left: 10px;
    font-family: sans-serif;
    color: #000;
}

.olControlScaleBarBar {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarBarAlt {
    height: 1px;
    top: 14px;
    background: #333;
}

.olControlScaleBarMarkerMajor {
    height: 7px;
    width: 1px;
    top: 11px;
    background: #333;
}

.olControlScaleBarMarkerMinor {
    height: 5px;
    width: 1px;
    top: 12px;
    background: #333;
}

.olControlScaleBarNumbersBox {
    width: 40px;
    height: 13px;
    top: 21px;
    font-size: 0.7em;
}

.olControlScaleBarLabelBox {
    top: -2px;
    height: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 0.7em;
    font-variant: small-caps;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    top: 5px;
    left: 10px;
    font-size: 0.7em;
    font-variant: small-caps;
}

/*RightContextMenuStyle
---------------------------------------------------------------*/
/* Right click menu */

#rightclickarea{padding:50px 0;width:620px;text-align:center;border:1px solid #ccc;margin-top:10px;}
.vmenu{
border:1px solid #aaa;
position:absolute;
background:#fff;
display:none;font-size:0.75em;}
.first_li{}
.first_li span{width:150px;display:block;padding:5px 10px;cursor:pointer}
.inner_li{display:none;margin-left:120px;position:absolute;border:1px solid #aaa;border-left:1px solid #ccc;margin-top:-28px;background:#fff;}
.sep_li{border-top: 1px ridge #aaa;margin:5px 0}
.fill_title{font-size:11px;font-weight:bold;height:15px;overflow:hidden;word-wrap:break-word;}


/*Slide Out DIVs
-----------------------------------------------------------*/





/*from style.css */

#tab {
	width:50px;
	height:150px;
	position:fixed;
	left:0px;
	top:100px;
	display:block;
	cursor:pointer;
}
#panel {
    position:fixed;
	left:100px;
	top:50px;
	background-color:#999999;
	height:500px;
	width:0;/*new line*/
}
#panel .content {
	width:290px;
	margin-left:70px;
}

   
.slide-out-div {
	padding: 40px;
	width: 750px;
	border: #29216d 1px solid;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
} 


/*Help Modal Popups
-----------------------------------------------------------*/

.CreateUserModal
{background-color: #FFFFFF;    padding: 20px;  width: 400px; position:relative;  z-index:9999999; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; -webkit-box-shadow: #666 0px 0px 10px  !important; -moz-box-shadow: #666 0px 0px 10px  !important; box-shadow: #666 0px 0px 10px  !important; behavior: url(/PIE.htc); }

.ModalPanel{background-color: #FFFFFF; height: 150px;  padding: 20px;  width: 400px; position:absolute;  z-index:9999999; -moz-border-radius:4px ; -webkit-border-radius:4px; border-radius:4px; -webkit-box-shadow: #666 0px 0px 10px  !important; -moz-box-shadow: #666 0px 0px 10px  !important; box-shadow: #666 0px 0px 10px  !important; behavior: url(/PIE.htc); }

.topBanner 
{ 
	background: #036;
	color: #fff;
	text-align: center;
	font-size: 10px;
	height: 12px;
}
.modalBackground {background-color:#000; filter:alpha(opacity=27); opacity:0.27;  }
.ClosePopupCls {  background: url("/images/exit.png") no-repeat scroll right 0 transparent; cursor: pointer; display: block; font-size: 10px; height: 20px; position: absolute; right: 10px; text-indent: -9999px; top: 10px; width: 20px;}
.ClosePopupCls a:link  { color:White; text-decoration:none;  }
.ClosePopupCls a:visited { color:White; text-decoration:none; }
.ClosePopupCls a:hover  { color:White; text-decoration:none; }

.hiddenButton
{
	display:none;	
}

.homeDiv
{
    background-color:#FFFFFF; 
    text-align:center;
    border-spacing:10px 50px;
    
    border: 1px #4e667d solid;
}

/*Background Colour for workflow div
-----------------------------------------------------------*/
.backGroundColourPanel
{
    background-color: #F9F9F9 !important;
  /*  background-color: black !important;*/
}


/*Styling Draggable Divs on Map Page
-----------------------------------------------------------*/


.floaterDiv, .floaterDivForWorkFlow 
{
                /* top: 0px;
                left: 710px;*/
                
                top: 0%;
                left: 0%;  
                height: 4150px;  
                max-height: 20%;
                width: 800px; 
                border: solid 1px blue; 
                background-color:White;
                margin:100; 
                text-align:left; 
                outline-style: none;
                display:none;
                overflow:hidden;
                color: #1e4964;
                font-weight: bold;
                border-radius:  8px;
}

.floaterDivForEditData
{
                /* top: 0px;
                left: 710px;*/
                
                top: 0%;
                left: 0%;  
                height: 4150px;  
                max-height: 20%;
                /*width: 300px; 
                max-width: 300px;*/
                border: solid 1px blue; 
                background-color:White;
                margin:100; 
                text-align:left; 
                outline-style: none;
                display:none;
                overflow:hidden;
                color: #1e4964;
                font-weight: bold;
                border-radius:  8px;
}

.searchwidthheight
{
    height : auto;
    width: auto;
    /*max-height: 60%;
    max-width:  60%;
*/
}
    
    
    /*.floaterDiv input[type="text"]
{
    width: 100%;
    border: 1px solid #ccc;
	padding: 0.5em;
}*/


.floaterDiv p
{
    background: #F5F5F5;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#F5F5F5));
    background: -webkit-linear-gradient(#fff, #F5F5F5);
    background: -moz-linear-gradient(#fff, #F5F5F5);
    background: -ms-linear-gradient(#fff, #F5F5F5);
    background: -o-linear-gradient(#fff, #F5F5F5);
    background: linear-gradient(#fff, #F5F5F5);
    -pie-background: linear-gradient(#fff, #F5F5F5);
    behavior: url(/PIE.htc);
    color: #005999;
    font-size: 34px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin-bottom:20px;   
}

/*.floaterDivForWorkFlow input, .floaterDivForWorkFlow textarea
{
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:solid 1px black;
    padding:1px;
}*/

.floaterDivForWorkFlow p1
{
    font-style: italic;
    font-family: Tahoma;
    color:Red;
    text-align:center;
}

.floaterDivForWorkFlow span
{
    font-family: Tahoma;
}


.ActionBtns input[type="submit"], .ActionBtns input[type="button"]
{
    padding: 4px 13px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    behavior: url(./PIE.htc);
    cursor:pointer;
    position:relative;
    float:left;
    /*color:#fff;*/
    color:#333 !important;
    margin: 0 10px 10px 0;
    z-index:2;
    border: 1px solid #1A7132;
   /* background: #7FBE40;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7FBE40), to(#349341));
    background: -webkit-linear-gradient(#7FBE40, #349341);
    background: -moz-linear-gradient(#7FBE40, #349341);
    background: -ms-linear-gradient(#7FBE40, #349341);
    background: -o-linear-gradient(#7FBE40, #349341);
    background: linear-gradient(#7FBE40, #349341);
    -pie-background: linear-gradient(#7FBE40, #349341);*/
    border: 1px solid #ABB8BE;
	background: #F3F6F8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3F6F8), to(#D6DDE1));
	background: -webkit-linear-gradient(#F3F6F8, #D6DDE1);
	background: -moz-linear-gradient(#F3F6F8, #D6DDE1);
	background: -ms-linear-gradient(#F3F6F8, #D6DDE1);
	background: -o-linear-gradient(#F3F6F8, #D6DDE1);
	background: linear-gradient(#F3F6F8, #D6DDE1);
	-pie-background: linear-gradient(#F3F6F8, #D6DDE1);
}

.CloseBtns input[type="button"]
{
    padding: 4px 13px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    behavior: url(./PIE.htc);
    cursor:pointer;
    position:relative;
    float:left;
    color:#fff;
    margin: 0 10px 10px 0;
    z-index:2;
    border: 1px solid #1A7132;
    background: #EC5D59;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EC5D59), to(#C03832));
    background: -webkit-linear-gradient(#EC5D59, #C03832);
    background: -moz-linear-gradient(#EC5D59, #C03832);
    background: -ms-linear-gradient(#EC5D59, #C03832);
    background: -o-linear-gradient(#EC5D59, #C03832);
    background: linear-gradient(#EC5D59, #C03832);
    -pie-background: linear-gradient(#EC5D59, #C03832);
}

.ui-dialog_legend { 
    bottom: 50px !important; 
    top: auto !important; 
    right: 10px; 
    left: auto !important; 
    opacity: 1.0 !important; 
    max-width: 250px; 
    background: white !important; 
    border-top-left-radius:5px !important; 
    border-top-right-radius: 0px !important; 
    border-bottom-right-radius: 0px !important; 
    border-bottom-left-radius: 0px !important; 
} 


.ui-dialog_browseAllFeatures {
	bottom: 0px !important;

	left: auto !important;
	top: auto !important;
	opacity: 1.0 !important;
	
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.ui-dialog_digitiseData {
	bottom: 0px !important;

	left: auto !important;
	top: auto !important;
	opacity: 1.0 !important;
	
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.ui-dialog_dataPanel {
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}


#list ul {
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: 1px solid #cbcdcd;
}
#list ul li {
    border-radius: 0;
}
#list {
    border: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-color: white;
    background: #f2f2f2;
    color: #cbcbcb;
}
.ui-state-default {
    color: #e7e7e7;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border-color: #cbcdcd;
    background: #fff;
    color: #333333;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
    border: 1px solid #cbcdcd;
}
.ui-state-selected ui-state-hover, #ui-state-active ui-state-hover {
    background: #fff;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #a9a9a9;
}
.ui-state-hover a, .ui-state-hover a:hover {
    color: #333333;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #333333;
}
#list li ul li {
    margin-left: 10px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
}
#list li ul li a {
    padding: 4px 7px 4px 7px;
}
#list li ul {
    margin: 0;
}


#floater_Legend
{
    /*overflow: auto;*/
    /*padding-right: 30px;*/
}
    
#floater_AllFeaturesOnLayer
{
    overflow: auto;
}


#floater_DigitiseData
{
    overflow: auto;
}


.DataResult
{
    padding-top: 2px !important;
	padding-bottom: 2px !important;
    font-size: 11px !important;   
    cursor: pointer;
}

.LoadingDataMessage
{
    display:none; 
    left: 50%;
    top: 50%; 
    position: absolute;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 25px;
}


/*table.dataTable tbody tr.selected {
  background-color: #CCFFFF !important;
}*/


.CloseBrowseFeatureBtn
{
    background-color: floralwhite;
    float:right;
    margin-left: 15px;
}

/* login page changes*/

#LoginPage input.textEntry, input.passwordEntry 
{
    width: 100%;
    border: 1px solid #ccc;
	padding: 1.2em;
	border-radius: 10px;
}

#LoginPage p 
{
    text-align:center;
}

#LoginPage .failureNotification
{
    font-size: 1.2em;
    color: Red;
    text-align:center;
    display: block;
}


#LoginPage div.accountInfo, #divOrganisation
{
   margin-left:auto;
   margin-right:auto;
    width: 70%;
}

#LoginPage fieldset
{
    margin: 0 0 20px 0;
    padding: 1em;
    border: none;
}


/* REgister page changes*/

#RegisterPage input.textEntry, input.passwordEntry 
{
    width: 100%;
    border: 1px solid #ccc;
	/*padding: 1.2em !important;*/
	border-radius: 10px !important;
}

#RegisterPage p 
{
    text-align:center;
}

#RegisterPage .failureNotification
{
    font-size: 1.2em;
    color: Red;
    text-align:center;
}

.failValidationEditAccountDetailsPage
{
    font-size: 1.2em !important;
    color: Red !important;
    text-align:center !important;
}

.validationFailText 
{
    color: red !important;
}


#RegisterPage div.accountInfo, #divOrganisation
{
   margin-left:auto;
   margin-right:auto;
    width: 70%;
}

#RegisterPage fieldset
{
    /*margin: 0 0 20px 0;*/
    padding: 1em;
    border: none;
}





/*-----------------*/
/*Change header colour of pop ups */
/*.ui-dialog-titlebar{
    background: none 1E4964;
}*/
.ui-draggable .ui-dialog-titlebar
{ background: #1E4964 !important;
}


/*center tick boxes in map (m) and layer (l) screen respectively*/ /* positioning checkboxes and edit button in tables*/
.editbuttonloc {
position: absolute;
margin: -15px 0px 0px 20px;
}

.checkmiddlem {
    margin-left: 45%;
}

.checkmiddlel {
    margin-left: 35%;
}
/*------------------------------------------------------*/
/* style changes for share window*/
.sharetagline {
	color:#1E4964; 
	text-align: left;
	font-family: "HelveticaNeue","Helvetica","Arial",sans-serif;
	font-weight: bolder;
}
/*--------------------------------------------------------*/

/*.popUpDivColour
{
     background-color:Black !important;
     color:Black !important;
}*/

.loadingImage
{
   z-index:999999 !important;
   visibility:visible;
}

.ui-dialog { z-index: 1002;}


/*.ui-dialog {
    top:100px;
    z-index:99999999999 !important;
}

.dialog{
    top:100px;
    z-index:99999999999 !important;
}*/

/*----------------------------/
Popup styling from site.css
/----------------------------*/

#popup_FrameDecorationDiv_0 img, #popup_FrameDecorationDiv_0, #popup_FrameDecorationDiv_1 img,
#popup_FrameDecorationDiv_2 img, #popup_FrameDecorationDiv_3 img,
#popup_FrameDecorationDiv_4 img{ display: none; }

.olPopupCloseBox  
{
        background: url("/images/gmap_ui.png") no-repeat !important; 
        background-position: 1px -332px !important; 
        cursor: pointer; 
        top: 10px !important; 
        right: 10px !important; 
}

.olPopUpMaxHeight
{
   max-height: 250px !important;
}

.olFramedCloudPopupContent 
{ padding: 10px !important; 
  overflow: hidden !important; 
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif !important; 
  font-size: 12px !important; 
  top: 5px !important; 
  right: 5px !important; 
  bottom: 20px !important; 
  left: 5px !important; 
  width: auto !important;
  height: auto !important;
  /*height: 265px !important;*/ 
  background: white !important; 
  border-radius: 5px !important; 
  border: 1px solid rgba(0, 0, 0, 0.298039) !important; 
  background-repeat: no-repeat !important; 
  background-position: bottom center !important; 
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.298039) !important; 
  line-height: 1.5em !important; 
}

.olFramedCloudPopupContent .title{ font-size: 14px; margin-top: 0; margin-bottom: 0; font-weight: bold; }
.olFramedCloudPopupContent .spacer{ margin-left: 40px; }
#popup_FrameDecorationDiv_2{ /*width: 100% !important;*/ width: 100% !important; background: url("/images/tail.png") no-repeat center center; z-index: 10; height: 21px !important; bottom: 0px !important; }

.popupbtns{ float: right; background-image: url("/images/ReportInformationSmaller.png"); background-repeat: no-repeat; margin-left: 3px; height:32px;width:32px;}
.popupbtnsPrint{ float: right; background-image: url("/images/PrintMap.png"); background-repeat: no-repeat; margin-left: 3px; height:32px;width:32px;}
.btnsPrint16 {
    float: right;
    background-image: url("/images/Print16.png");
    background-repeat: no-repeat;
    margin-left: 3px;
    height: 32px;
    width: 32px;
}
.popupbtns2{ float: right; background-image: url("/images/IdentifyFeatureSmaller.png"); background-repeat: no-repeat; background-size: 32px 32px; height:32px;width:32px;}
.extDocsBtn{ float: right; background-image: url("/images/ExtDocs.png"); background-repeat: no-repeat; height:32px;width:32px; background-size: 32px 32px;}
.popupbtnsBuffer { float:right; background-repeat: no-repeat; /*background-size: 32px 32px;*/
    background-image: url(/Images/ToolBarSpriteSheet.png);
    width: 32px !important;
    height: 32px !important;
    background-position: -800px 0px;
}
.popupbtnImage {
    float: right;
    background-repeat: no-repeat; /*background-size: 32px 32px;*/
    background-image: url(/Images/ToolBarSpriteSheet.png);
    width: 32px !important;
    height: 32px !important;
    background-position: -768px 0px;
}
.popupbtnsShareFeat {
    float: right;
    background-repeat: no-repeat; /*background-size: 32px 32px;*/
    background-image: url(/Images/ToolBarSpriteSheet.png);
    width: 32px !important;
    height: 32px !important;
    background-position: -960px 0px;
}
/*
.popupbtns:hover{ float: right; 
                  box-shadow: 1px 1px 0 0 #ccc;
                  border: 1px solid #ccc;
                  }
*/

.WorkFlowLayout_tab1 td
{
    border:2px solid #CCCCCC;
    padding:5px;
    word-wrap:break-word;
    width:100%;
    max-width:0px;
}

.WorkFlowLayout tr 
{
    /*
    border: 2px solid #CCCCCC;
    width:30%;
    min-width:50px;
*/
    border: rgba(0, 0, 0, 0);
    border-bottom: .01em lightgray;
    width: 30%;
    min-width: 50px;
}

.ui-widget-header
{
    background:#F0F0F0 !important;
    color:White !important;
}

.ui-widget-header2
{
    background:#1E4964 !important;
    color: white; 
    font-weight: bold; 
    line-height: 1.5; 
    font-size: 1em;
}

/*
.olFramedCloudPopupContent
{
    padding:0px 0px 0px 0px !important;
}
*/

/*Styler Help Icon*/
#iconhelp{
    cursor: pointer;
    float: right;
    margin-right:15px;
    margin-top: 1px;
    background-color: #1e4964;
    width: 18px;
    height: 20px;
    border-radius:4px;
}

.LayerPopUp
{
    font-weight:bold; 
    color:black
}

.ui-id-5
{
    color:White;
}

/*The following have been copied from jquery-ui.css so they can be edited.
This css is now called last so any changes made below will take effect instead of the original jquery classes.*/

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	/*margin: 1px .2em 0 0;*/
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	/*padding: .5em 1em;*/
	padding: .7em 1em;
	text-decoration: none;
}
/*.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -5px;
	padding-bottom: 1px;
}*/
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	/*border: 1px solid #a6c9e2;*/
	border: 1px solid lightgrey; /*DMCQ CHange for baselayer border*/
	background: #fcfdfd url("/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;	
	color: #222222;
}
/*.ui-widget-content a {
	color: #222222;
}*/
.ui-widget-headerb {
	/*border: 1px solid #aaaaaa;*/
	background: #f0f0f0;
	color: #000000;
	font-weight: bold;
}
.ui-widget-headerb a {
	color: #ff0000;
}

/* Interaction states
----------------------------------*/

.ui-widget-headerb .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #f0f0f0;
	font-weight: normal;
	color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-headerb .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-headerb .ui-state-focus {
	border: 1px solid #aaaaaa;
	background: #f0f0f0;
	font-weight: normal;
	color: #000000;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #000000;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-headerb .ui-state-active {
	/*border: 1px solid #aaaaaa;*/
	background: #ffffff;
	font-weight: normal;
	color: #000000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #000000;
	text-decoration: none;
}

.ui-widget-header .ui-state-default {
	border: 1px solid #aaaaaa;
	background: #dddddd;
	font-weight: normal;
	color: #ffffff;
}

.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    /*AZI3449 important added*/
    border: 1px solid white !important;
	background: #dddddd !important;
	font-weight: normal !important;
	color: #026890 !important;
}


.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	font-weight: normal;
	color: #026890;
}

/* Interaction Cues
----------------------------------*/

.ui-widget-headerb .ui-state-highlight {
	border: 1px solid #aaaaaa;
	background: #f0f0f0;
	color: #915608;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-headerb .ui-state-highlight a {
	color: #915608;
}

.ui-widget-headerb .ui-state-error {
	border: 1px solid #aaaaaa;
	background: #f0f0f0;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-headerb .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-headerb .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-headerb .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-headerb .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-headerb .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	color: #1e4964;
	font-size: 90%;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
	font-size: 90%;
}

.treewindow{ 
    background-color: white !important; 
    /*background: #fcfdfd url("/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;*/ 
    border:  none !important; 
    /*background-image: none !important;*/ 
    border-radius: 5px !important; 
    /*changed from 9003 for lightbox*/ 
    z-index: 100 !important; 


} 


.treewindow .x-toolbar{
    background-color: white !important;
    background-image: none !important;
    border-color: none !important;
}



.treewindow .x-window-header{
    /*/border-top: 1px solid lightgrey !important;
    border-left: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;*/
    text-align: center;
    font-size: 5px;
    color:  #fff;
    border: 1px solid lightgrey;
    border-bottom: 0 !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: bold;
 }

.treewindow .x-panel-header{
    background-image: none !important;
    border:  none !important;
}


.treewindow .x-window-bbar{
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgb(211, 211, 211) !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.treewindow .x-window-bwrap{
    border-left: 1px solid lightgrey !important;
    border-right: 1px solid lightgrey !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;

}

.treewindow .x-panel-body{
    /*border-top: none;
    border-bottom: none;*/
    border:  none;
}

.treewindow .x-window-bbar .x-toolbar {
    border-top:  none;
}

.treewindow .x-tree-node-el {
    line-height:  25px !important
}


.treewindow .x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
    height: 25px !important;
    width:  24px !important;
}

.treewindow .x-tree-node-cb {
    /*removed for pretty checkboxupgrade*/
    /*margin-left: 5px;
    margin-right: 5px;
    height: 25px;
    width:  15px;*/
    }

.treewindow .x-tree-node {
    font: normal 14px arial, verdana, sans-serif;
    color: #1e4964;    
}

.treewindow .x-tree-lines .x-tree-elbow {
    background-image:  none !important;
}

.treewindow .x-tree-lines .x-tree-elbow-line {
    background-image:  none !important;
}

.treewindow .x-tree-lines .x-tree-elbow-end {
    background-image:  none !important;
}


/*
.treewindow .x-tree-lines .x-tree-elbow-minus {
    background-image: url(/images/customext/treeo.png);
    width: 20px;
    height: 20px;
}

.treewindow .x-tree-lines .x-tree-elbow-plus {
    background-image: url(/images/customext/treec.png);
    width: 20px;
    height: 20px;
}

/*
.treewindow .x-tree-node-leaf .x-tree-node-icon {
    background-image: url(/images/customext/world.png);
    width: 20px;
    height: 22px;
}
*/

.treewindow .x-tool {
    width:  16px;
}



.treewindow {
    overflow:auto;
}

.rocketLoader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url(/images/AzimapLogoGifNew.png),url(/images/Azimap5.gif);
    background-repeat: no-repeat;
    background-position: center 40%,center 48%;
    background-size: 300px,120px;
}


.containerdivNewLine { clear: both; float: left; display: block; position: relative; } 

.x-window-body #layerTreeViewPanel 
{
    overflow: auto;
}

a#GoogleHelpButton
{
    background: url("//images/HelpIcon2.png") no-repeat;
    color: rgba(0, 0, 0, 0);
}


/*Print window styling*/
.printwindow .x-window-body {
    background-color: #ffffff !important;
}

.printwindow .x-window-header {
    text-align: center;
    font-size: 20px;
    color: #1e4964;
    border: 1px solid lightgrey;
    border-bottom: 0 !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: bold;
    background-color: #ffffff !important;
    background: #fff !important;
    background-image: none !important;
}

.SpatialHeader
{
/*text-align: center;
    font-size: 20px;
    color: #1e4964;
    background: #fff;
    font-weight: bold;
    font-style:normal;
    background: #1E4964;
    color: white;
    padding: .4em 1em;
    position: relative;
    font-size: 17px; 
    font-weight: bold;
    height: 43px;*/
            
    background: #EEEEEE;
    color: #1E4964;
    padding: .4em 1em;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    height: 43px;
    background-image: url(/ext-3.4.0/ext-3.4.0/resources//images/gray/toolbar/bg.gif);
    border-bottom: 1px solid #dfdfdf;
}


.SpatialHeader2
{
    font-weight: bold;
    color: #1e4964;
    font-size: 90%;
    font-size: 15px;
}

.SpatialEntry
{
   /* width: 76px; */
}

/*.CreateLayerPopup 
{
    width: 310px !important;
}*/

.x-menu-list 
{
    /*background-color: #fff !important;*/
}

/*Overwrite for feature details popup- unfinished*/
/*
.WorkFlowTableLayout
{
    margin-left: 0px;
    width: 205px;
}

#popup
{
    height: 170px !important;
    min-height:170px !important;
    max-height:239px !important;
    width: 250px !important;
}


#DivHolding2Tabs
{
    height: 135px !important;
    wideth: 93% !important;
}

#tabList
{
    width: 210px !important;
}

#featurePopUpTable
{
    width: 94% !important;
}
*/
/*For making external data popup static- may not be needed*/
/*
#ExternalData
{
    width:600px !important;
    min-height: 436px !important;
}
*/

/*
#SQLViewWizard
{
    min-width:400px;
}*/


.ui-autocomplete
{
    max-height:200px !important;
    overflow-y:scroll !important;
    overflow-x:hidden !important;
    z-index: 9999999999;
    /*width:30px;*/
}

/*Hide additional DIV holding country selected on registration page*/
.ui-helper-hidden-accessible
{
    display:none;
}

/*joyride tour*/
.toolbarplace .joyride-nub {
    left: 2px !important;
}

/*buttons green*/
.joyride-tip-guide .joyride-next-tip {
	float: right;
	background: #407d35 !important;
    border: solid #407d35 1px !important;
}

.joyride-next-tip:hover {
	background: #215617 !important;
    border: solid #215617 1px !important;
}

.restarttour .joyride-next-tip {
	display:none !important;
}

.hyperlinks {
/*a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
}*/
/*a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}*/
}

.joyrideBlue {
font-family: Arial;
 color: #ffffff;
 font-size: 16px;
 /*background: #3E8ACC;*/
 background: #5A9AD3;
 border: solid #5A9AD3 1px;
 text-decoration: none;
 text-align: center;
}

.popUnderImage {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.joyriderLogo {background-image: url('/images/logo_new.png');background-position: 0px 0px;width:173px;height:35px;}
.popUnderMapMan {background-image: url('/Images/ToolBarSpriteSheet.png');background-position: 0px 0px;width:98px;height:32px;background-color: #eee;}
.popUnderEditTools {background-image: url('/Images/ToolBarSpriteSheet.png');background-position: -254px 0px;width:224px;height:32px;background-color: #eee;}
.popUnderSpatial {background-image: url('/Images/spatialsprite.png');background-position: 0px 0px;width:60px;height:20px;background-color: #eee;}

.popUnderSpatialFun {background-image: url('/Images/spatialsprite.png');background-position: 0px 0px;width:20px;height:20px;background-color: #eee;}
.popUnderSpatialFun2 {background-image: url('/Images/spatialsprite.png');background-position: -20px 0px;width:20px;height:20px;background-color: #eee;}
.popUnderSpatialFun3 {background-image: url('/Images/spatialsprite.png');background-position: -35px -20px;width:20px;height:20px;background-color: #eee;}
.popUnderSpatialFun4 {background-image: url('/Images/spatialsprite.png');background-position: -35px -40px;width:20px;height:20px;background-color: #eee;}
.popUnderSpatialFun5 {background-image: url('/Images/spatialsprite.png');background-position: -35px -60px;width:20px;height:20px;background-color: #eee;}
.popUnderSpatialFun6 {background-image: url('/Images/spatialsprite.png');background-position: -35px -80px;width:20px;height:20px;background-color: #eee;}

.popunderSpatGeoSource {background-image: url('/Images/spatialsprite.png');background-position: 0px -90px;width: 35px;height: 35px;background-color: #eee;}
.popunderSpatGeoSource2 {background-image: url('/Images/spatialsprite.png');background-position: 0px -55px;width: 35px;height: 35px;background-color: #eee;}
.popunderSpatGeoSource3 {background-image: url('/Images/spatialsprite.png');background-position: 0px -20px;width: 35px;height: 35px;background-color: #eee;}

.popunderSpatAreaType {background-image: url('/Images/spatialsprite.png');background-position: 0px 35px;width:35px;height:35px;background-color: #eee;}
.popunderSpatAreaType2 {background-image: url('/Images/spatialsprite.png');background-position: 0px 70px;width:35px;height:35px;background-color: #eee;}

.popunderEditButton{background-image: url('/Images/btn_edit_blueButton.png');background-position: 0px 0px;width:32px;height:32px;background-color: #eee;}

.popunderPointButton{background-image: url('/Images/ThinkGeo/Large/DrawPoints.png');background-position: 0px 0px;width:32px;height:32px;background-color: #eee;}
.popunderLineButton{background-image: url('/Images/ThinkGeo/Large/DrawLine.png');background-position: 0px 0px;width:32px;height:32px;background-color: #eee;}
.popunderPolygonButton{background-image: url('/Images/ThinkGeo/Large/DrawPolygon.png');background-position: 0px 0px;width:32px;height:32px;background-color: #eee;}

.popunderFeatureType {background-image: url('/Images/ThinkGeo/Large/DrawPoints.png');background-position: 0px 0px;width:32px;height:32px;background-color: #eee;}
.popunderFeatureType2 {background-image: url('/Images/ThinkGeo/Large/DrawLine.png');background-position: 0px 0px;width:32px;height:32px;background-color: #eee;}
.popunderFeatureType3 {background-image: url('/Images/ThinkGeo/Large/DrawPolygon.png');background-position: 0px 0px;width:32px;height:32px;background-color: #eee;}

/*Style for feature info etc text entry*/
.mapScrnDataEntry
{
    border: 0.1em solid #eee;
    margin-top: 2px;
    border-radius: 4px;
}

.mapScrnDataEntry:Focus
{
    outline: -webkit-focus-ring-color auto 5px !important;
}

.mapScrnDataEntryLabel
{
    font-weight:bold;
    margin-top: 2px;
    border-radius: 4px;
}

.mapScrnDataEntryLabel2
{
    font-weight:bold;
    margin-top: 2px;
    border-radius: 4px;
    position: relative;
    top: 3px;
}

.searchwidthheight .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: white;
}

.searchwidthheight .ui-tabs .ui-tabs-nav li
{
    background: #6CAABA;
}


.joyride-modal-bg
{
    z-index: 2147483646 !important;
}

.joyride-tip-guide
{
    z-index: 2147483650 !important;
}

#divExternalWMSLayersTable
{
    overflow: auto;
}

#WMSLayerInfoDataTable
{
    overflow: auto;
}

#WMSLayerInfoDataTable td
{
    font-size: 12px;
    text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
    white-space: nowrap;
}

.LayerWUCControls
{
    width: 270px;
}

#externalWMSSupportedSRSTable tbody tr td
{
    font-size: 12px;
}

/* styling form search panel */

.searchColumnLayerSelector {
    max-width: 130px;
    height: 21px;
    float: left;
    margin-left: 10px;
}


#SearchColumnsDiv .dataTables_filter
{
    float:left;
    /*margin-left: 5px;*/
    margin-top: 0px;
    /*margin-right: 50px;*/
}

#SearchColumnsDiv .dataTables_filter label
{
    display:flex;
}

#ctl00_MainContent_MapUserControl_SearchColumnsFeatureTable_filter
{
    width:100%;
    margin-left: 0px !important;
}

#SearchColumnsDiv .dataTables_filter label input
{
    width: 100% !important;
    margin-left: 0px !important;
}

#SearchColumnsDiv .dataTables_processing
{
    z-index: 999999;
    top: 100px;
}

#SearchColumnsDiv
{
    width: 100%;
}

#featurePopUpTable .PropertyName
{
    text-align: left;
    border: none;
    font-weight: bold;
}

#featurePopUpTable .Content
{
    text-align: left;
    border: none;
    padding-bottom: 5px;
}

.FeatureClickPropertyName 
{
        text-transform: uppercase;
    text-align: left;
    border: none;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    clear: both;
    /*width: 50%;
    max-width: 150px; */
    word-wrap: break-word;
}

.FeatureClickContent
{
    text-align: left;
    border: none;
    padding-bottom: 5px;
    font-weight: normal;
    font-style: normal;
    display: block;
    float: left;
	/*width:	100%;*/
	word-wrap: break-word;
    padding-right: 17px; /*padding so content is not hidden behind vertical scrollbar*/
}


/*#featureInfoClickPopupTable tr:nth-child(2n+2) {
    border-bottom: 1px solid #d2d1d1;
}*/

.featureInfoClickPopupTableHZ {
	border-bottom: 1px solid #d2d1d1;
	display: block;
    overflow: auto;
    overflow-y: hidden;
	/*max-width: 300px;*/
}

.featureInfoClickPopupTableVT:nth-child(2n+2) {
	border-bottom: 1px solid #d2d1d1;
	overflow: auto;
    clear: both;
    overflow-y: hidden;
	/*max-width: 300px;*/
}

/* fix for image view*/
.featureInfoClickPopup1 {
    margin-top: 25px;
    overflow-x: hidden; /*Hide horizontal scrollbar*/
}

.none {
	display: none;
}

.some {
	
}

.featureInfoClickPopupTableVT.some, .featureInfoClickPopupTableVT .FeatureClickContent {
    width: 100% !important;
    min-width: unset;
}

.floatLeft {
    float:left;
}

.displayNone
{
    display:none !important;
}

/*Make all text boxes match on the admin -> create new account panel*/
#divNewUser input.textEntry, input.passwordEntry {
    width: 100%;
    border: 1px solid #ccc;
    /*padding: 1.2em !important;*/
    border-radius: 10px !important;
}

/*Fixes size of dropdown buttons on print panel and zoom selector*/
.x-form-field-wrap .x-form-trigger {height: 18px !important;}
.x-toolbar-right-row .x-form-field-wrap .x-form-trigger {height: 19px !important;}

/*For changing admin user page's error messages to green where appropriate*/
.successNotification {font-size: 1.2em; color: #407d35 !important; text-align: center; display: block;}
.successNotification2 {color: #407d35 !important; font-size: large; font-style: italic; text-align:center;}
.failureNotification2 {color: Red !important; font-size: large; font-style: italic;}

/*Fix style issues unique to Firefox*/
@-moz-document url-prefix() {
    /*textarea {max-width: 201px !important;}*/ /*Removed for AZI-2303*/
    #tbPublishLink {max-width: 264px !important;}
    .layerDetailsEntryBox {max-width: 270px !important;}
    #ctl00_MainContent_MapUserControl_MapDefPage_tbMapDesc{max-width: 400px !important;}
    #ctl00_MainContent_MapDefPage_tbMapDesc{max-width: 400px !important;}
    /*#ctl00_MainContent_MapUserControl_reportComment{max-width: 239.5px !important; width: 239.5px !important;}*/
    #ctl00_MainContent_MapUserControl_reportComment{max-width: none !important;} /*(AZI-2216)*/
    /*#MapUserControl_reportComment{max-width: 239.5px !important; width: 239.5px !important;}*/
    #MapUserControl_reportComment{max-width: none !important;} /*(AZI-2237)*/
}

/**USER FEEDBACK, UPLOAD IMAGE CSS**/
#progressbar {
    background-color: black;
    background-repeat: repeat-x;
    border-radius: 13px;
    padding: 3px;
}

#progressbar > div {
    background-color: orange;
    width: 0 ;
    height: 20px;
    border-radius: 10px;
}

.UserFeedbackImageDiv
{
    display:inline-block;
    margin:5px 20px;
    padding:5px;
    position: relative;
    float: left;
}

.UserFeedbackImages
{
    width:50px; 
    height:50px; 
    margin: 0 auto;
}

.UserFeedBackUploadedImgsOuterDiv
{
   margin-left:20px;
   width: 100%; 
   height: 100%; 
   text-align:center
}

/* HOVER STYLES */
.arrow_box {
    display: none;
    position: absolute;
     background: white;
    color: #000000;
    z-index:   1000;
    margin: 15px 30px;
    min-width: 200px;
    max-width: 300px;
    background: #fff;
    border: 1px solid #ccc;

    min-height: 200px;
    max-height: 400px;
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

/* this CS forms the triangles */
.arrow_box:after,
.arrow_box:before {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}


/* this border color controls the color of the triangle (what looks like the fill of the triangle) */
.arrow_box:after {
    top: 10px;
    border-color: transparent transparent transparent #fff;
    border-width: 10px;
}

/* this border color controlls the outside, thin border */
.arrow_box:before {
    top: 9px;
    border-color: transparent transparent transparent #ccc;
    border-width: 11px;
}

.arrow_boxNew:before {
    display: none;
}

.legendPopInner {
    overflow: auto;
    max-height: 337px; /* max height of content accounts for 20+20 padding and header at 33*/
    max-width: 50vw;
}

.legendPopHeader {
    font-weight: bold;
    line-height: 1.1;
    font-size: 1.5em;
    color: #1e4964;
    margin-bottom: 10px;
}

.legendPopCls {
    width: 16px;
    height: 16px;
    top: -1px;
    position: absolute;
    right: 4px;
}

.legendPopClsBtn {
    width: 16px !important;
    height: 16px;
    border: none;
}

/*slight fixes for click popup colors*/
.popUpBackCol {
    background: white;
}

.popUpArrow_white::before, .popUpArrow_white::after  {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    border-style: solid;
    border-width: 16px;
}
.popUpArrow_black::before, .popUpArrow_black::after  {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 20px;
    border-style: solid;
    border-width: 16px;
}

.popUpArrow_white::before {
    border-color: #ccc transparent transparent transparent;
    bottom: -32px;
}

.popUpArrow_white::after {
    border-color: #fff transparent transparent transparent;
    bottom: -31px;
}

.popUpArrow_white {
    overflow:visible;
}

.popUpArrow_black::before {
    border-color: #000 transparent transparent transparent;
    bottom: -32px;
}

.popUpArrow_black::after {
    border-color: black transparent transparent transparent;
    bottom: -31px;
}

.popUpArrow_black {
    overflow:visible;
}

/* New Mobile View */
#mobile-btnback {
	display: none;
    position: absolute;
    bottom: 3px;
    right: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 45px;
    height: 40px;
    z-index: 1000;
    background-image: url(/images/texture.png);
}

#mobile-btnNoHead {
    padding: 8px 12px 5px;
    cursor: pointer;
    position: relative;
}

#logoNav img {
	width: 120px;
	position: absolute;
	top: 0;
	left: 0;
}

#logoContainerstyle {
    float: left;
    margin: 3px 0 10px 0;
	display: none;
}

#mobile-nav-items {
	position: fixed; 
	top: 0px; 
	bottom: 0px; 
	width: 15.625em; 
	height: 100%; 
	transition: right 300ms ease; 
	right: 0px;
}

@media only screen and (max-width: 950px) {
    #divMobileLoginUser #UserLogonID {
        display: block;
        color: #fff;
        position: absolute;
        float: right;
        margin-right: 5%;
        top: 5px;
        right: 5px;
    }
}


/*map details class*/
/*.mapDetails {
    min-height: 75px;
}

.mapDetailsContents {
    width: 100%;
}

.mapDetailsTextBox {
    clear: both;
    max-width: 400px;
}

.mapDetailsColumns {
    float: left;
    width:   50%;
    padding-right: 10px;
    min-width: 250px;
}*/

.clearBoth {
    clear: both;
}


.mapToolsPointer label {
    cursor:pointer;
}

/*.MapToolsColumn
{
    margin: 0 0 15px 15px;
    float: left;
    min-height: 170px;
    min-width: 218px;
}

.MapToolsTopColumn {
    padding-bottom: 20px;
}*/

.inputareaPublic {
    border-bottom: 0 !important;   
}

.attribBox {
    min-width: 200px;
    max-width: 500px;
    height: 200px;
    width: 100%;
}

.attribDDown {
    margin-right: 15px;
}

/*register Page Mobile*/
.registerMobileTextInput {
    /*width: 90% !important;*/
    height: 20%;
    font-size: 45px;
}

.registerLogo {
    width: 50%;
}

.registerSubmit {
    font-size: 75px;
}

.ccReq {
    font-size: 40px;
}



#ExternalData .title {width: 270px;}

/*On the map screen the loading spinner can only appear along with the following overlay if it has this exact z-index*/
.ui-widget-overlay{background:rgb(0, 0, 0) !important;}
/*And making the related panels appear in front of the overlay
.CreateLayerPopup {
    z-index: 2147483647 !important;
}
div[aria-describedby="ImportLayer"]{z-index: 2147483647 !important;}
div[aria-describedby="Layer"]{z-index: 2147483647 !important;}
div[aria-describedby="ExternalData"]{z-index: 2147483647 !important;}
.ui-dialog .ui-widget .ui-widget-content .ui-corner-all .ui-front .ui-draggable{z-index: 2147483647 !important;}
Further panels that appear on top of these
div[aria-describedby="addLayerAttributeDiv"]{z-index: 2147483648 !important;}
div[aria-describedby="layerHelpDiv"]{z-index: 2147483648 !important;}*/
/*Saved/success confirmation dialog*/
div[aria-describedby="saveDialogSingleFeature"]{z-index: 2147483647 !important;}

/*Prevent layer panel pushing itself to the left (AZI-2067)*/
div[aria-describedby="Layer"]{max-width:636px !important;}

/*Remove white space at the top of the layer config panel*/
#ctl00_MainContent_MapUserControl_MapDefPage_InsertItemRow {position: absolute; top: -40px !important;}
#ctl00_MainContent_MapDefPage_InsertItemRow {position: absolute; top: -40px !important;}

/*Position help button on Layer Config Panel*/
#LayerConfigHelp{top: -20px !important;}

/*Center config tooltip btn*/
/*#ctl00_MainContent_MapUserControl_MapDefPage_btnSelectConfigureTooltip{position: relative; left: 72px;}
#ctl00_MainContent_MapDefPage_btnSelectConfigureTooltip{position: relative; left: 67px;}*/


/*Remove white space from feature popup with no attributes*/
#featurePopup {min-height: 66px !important;}

.FeaturePopupThumbnails {
    /*max-height: 70px !important;
    max-width: 70px !important;*/
    text-align: center;
    margin: 0 auto;
}

.fullWidth{
    width:100% !important;
}

.fullMaxWidth{
    width:100% !important;
    max-width: 100% !important;
}

/*Checkboxes on the Config Tooltip panel*/
.checkboxSwitchOn { background-image: url('/images/conSwitchOn.png'); background-color: transparent; background-repeat: no-repeat; width: 21px; height: 13px; background-position: 0px 0px; }
.checkboxSwitchOff { background-image: url('/images/conSwitchOff.png'); background-color: transparent; background-repeat: no-repeat; width: 21px; height: 13px; background-position: 0px 0px; }

    /*Same again but for routing panel- Needed for darkstyle.css (AZI-3158)*/
    .returnRouteCheckboxSwitchOn {
    background-image: url('/images/conSwitchOn.png');
    background-color: transparent;
    background-repeat: no-repeat;
    width: 21px;
    height: 13px;
    background-position: 0px 0px;
}
    .returnRouteCheckboxSwitchOff {
    background-image: url('/images/conSwitchOff.png');
    background-color: transparent;
    background-repeat: no-repeat;
    width: 21px;
    height: 13px;
    background-position: 0px 0px;
}


.fixMapDefLayerText {
    float: none !important;
    font-weight: normal !important;
}

.cursorDefault{
        cursor: default !important;
}

/*New Home screen*/
.breakWrap {
    word-wrap: break-word;
}


/*magnific popup css overrides*/
.mfp-iframe-holder .mfp-content {
    max-width: 80% !important;
}

@media (max-width: 1200px) {
    .mfp-iframe-holder .mfp-content {
        max-width: 100% !important;
        height: 95%;
    }
}

/*ytv*/
.divYtPH,
.description{
	margin: 50px auto;
	width: 800px;
	height: 400px;
	}
	
.playlists .special{
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 420px;
	}

.playlists .ytv-list-header > a{
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	}
	.playlists .ytv-list-header.ytv-playlist-open > a{
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
		}

@-webkit-keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}
@-moz-keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}
@-o-keyframes pulse {
  0%   { background: rgba(255,255,255,0); }
  50%  { background: rgba(255,255,255,0.1); }
  100% { background: rgba(255,255,255,0); }
}
@keyframes pulse {
    0% {
        background: rgba(255,255,255,0);
    }

    50% {
        background: rgba(255,255,255,0.1);
    }

    100% {
        background: rgba(255,255,255,0);
    }
}
/*new General*/

.img-restriction {
    width: 80px;
    height: 40px;
}

.headerHeight {

}

.smallFont {
    font-size: 12px
}


/* allow no gutter in cols*/
.no-gutter {
    padding-right:0 !important;
    padding-left:0 !important;
}

.imgGrid {
    /*max-width:900px;
    margin:0 auto; /*center aligned*/
    /*padding:0;
    font-size:0;*/ /* Remember to change it back to normal font size if have captions */
    /*list-style:none;
    background-color:#000;*/
}
.imgGrid-li {
    /*display: inline-block;
    *display:inline;
    width:25%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;*/
}
        
/* The wrapper for each item */
.imgGrid-cell {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
}
        
/* If have the image layer */
.imgGrid-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

.imgGrid-li:hover .imgGrid-img {
    transform:scale(1.05);
}
        
/* If have the overlay layer */
.imgGrid-overlay {
    pointer-events: none;
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    /*background: #3DC0F1 url(img/link.png) no-repeat center 20%;*/
    background: #519F49 /*url(img/link.png)*/ no-repeat center 20%;
    background-size:50px 50px;
    opacity:0;
    filter:alpha(opacity=0);/*For IE6 - IE8*/
    transition:all 0.6s;
}
.myImgGrid-overlay {
    background: #276CB4 /*url(img/link.png)*/ no-repeat center 20%;
}

.myImgGrid-overlayS {
    background: transparent;
}

.imgGrid-li:hover .imgGrid-overlay {
    opacity:0.8;
}

/* If have captions */
.imgGrid-text {
    pointer-events: none;
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    /*text-transform:capitalize;*/
    font-size:16px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
    font-weight:normal!important;
    top:40%;
    left: 50%;
    color:white;
    opacity:0;
    filter:alpha(opacity=0);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important;
}
.imgGrid-li:hover .imgGrid-text {
    transform:translateY(0px);
    opacity:0.9;
}
.myImgGrid-text {
    font-size:14px;
}

/*set default backgound image for broken images*/
.imgGrid-img {
    background-image:url('/images/Generating.png');
    min-height: 151px;
}

.GeneratingImage {
    /*background-image:url('/images/progressSmall.gif');
        background-repeat: no-repeat;*/
}

.ytImage { 
   position: relative;
    cursor: pointer;
   width: 100%; /* for IE 6 */
   background: url("/images/videoImage.png") no-repeat ;
}

#ytText { 
   position: absolute; 
   top: 50%; 
   left: 50%; 
   width: 100%; 
   transition: all .3s;
   
}

#ytText { 
   color: white; 
   font-size: 14px; 
   letter-spacing: -1px;  
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px; 
}

.iconSize {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.goToBtn {
    max-width: 140px;
}

.bx-wrapper {
    margin-bottom: 5px !important;
}

#pagerDiv {
    cursor: pointer;
    padding: 0 10px 0 10px;
}

@media only screen and (max-width : 768px) {
    .myMapsBxSlider .myMapsGrid:nth-of-type(1n+5) {
        display: none;
    }
    
    .imgGrid-li .imgGrid-text {
    transform:translateY(0px);
    opacity:0.9;
    background: rgb(54, 25, 25); 
    background: rgba(54, 25, 25, .5);
    }
}

/*MapChooser*/
#DatPager1 {
    float: right;
}

.imgGrid-selected {
    border: 4px green solid
}

.cornBtn {
    position:absolute;
    bottom:1px;
    left:1px;
}

.imgGrid-li:hover .imgGrid-textS {
    transform:translateY(0px);
    opacity:0.9;
    background: rgb(54, 25, 25); 
    background: rgba(54, 25, 25, .5);
    font-size: 12px;
    padding: 0;
    margin: 0;
}

/* Image Popup*/
.imagePopup {
    position: absolute;
    z-index: 1;
    max-width: 300px;
    max-height: 200px;
}

/*popovers*/
.popOverGif {
    height:72px;
    width: 100px;
}

/* user gridview */
#gvUserlist th {
    padding: 5px;
    padding-right: 30px;
}

.reSelected {
    background-color: #55a5de;
}

.tbMaxWidth {
    max-width: 180px !important;
    display: inline;
}

.tbMinWidth280 {
    min-width: 190px !important;
}

.noPadding {
    padding: 0;
}

/* Ident for TOC */
.indentHead {
    font-weight: bold;
}

.indent {
    margin-left: 1em;
    
}

.extraIndent {
    margin-left: 2em;
}

@media (min-width: 768px) {
    .affix {
        position: fixed;
    }
}

mark {
  background: yellow;
}

mark.current {
  background: orange;
}

.searchMaxWidth {
    max-width: 219px;
}



/*SummerNote text area styling*/
.summerNoteFocus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.sumNoteTa {
    max-width: 280px;
    height: 200px !important; /*overide bootstrap form control*/
}

.sumNoteTa2 {
    height: 190px !important;
    overflow: auto; 
}

.borTop
{
    /*bottom: 0px;*/
    border-top: 1px solid #f5f4f4;
}

.borRight
{
    border-right: 1px solid #f5f4f4;
}

.borBottom
{
    border-bottom: 1px solid #f5f4f4;
}

.borLeft
{
    border-left: 1px solid #f5f4f4;
}


.textAlignLeft
{
    text-align: left;
}

.textAlignCenter
{
    text-align: center;
}

.floatRight
{
  float:right !important;
}

/*Place holder text not grey on IE following bootstrap update (AZI-1848)*/
:-ms-input-placeholder {color: #A9A9A9;}

/*Prevent view map button from appearing on map def panel (AZI-1850)*/
#ctl00_MainContent_MapUserControl_MapDefPage_btnViewMap {display:none;}

/*For img btns on report info panel (AZI-1933)*/
.reportInfoBtnDiv{width: 50%; float: left; margin-bottom: 1em;}
#reportDelete{text-align:left;} #selectAllReport{text-align:right;}
#MapUserControl_ReportSave{margin-bottom: 1em;} /*(AZI-2238)*/

/*Address srch route btn pos on iFrame (AZI-3122)*/
#btnCalcRouteIframeImg {
    position: relative;
    right: 8px;
    top: -2px;
}

.ResponsiveTable body {
  color: #333 !important;
  padding: 1.5em !important;
}
.ResponsiveTable table {
  border-collapse: collapse !important;
  width: 100% !important;
}
.ResponsiveTable th {
  /*background-color: #eee !important;*/
  font-weight: bold !important;
}
.ResponsiveTable th,
.ResponsiveTable td {
  /*border: 0.125em solid #333 !important;*/
  line-height: 1.5 !important;
  padding: 0.75em !important;
  text-align: left !important;
}
/* Stack rows vertically on small screens */
@media (max-width: 30em) {
  /* Hide column labels */
	 .ResponsiveTable thead tr {
		position: absolute !important;
		top: -9999em !important;
		left: -9999em !important;
	}
	 .ResponsiveTable tr {
    border: 1px solid #CCC !important; 
    /*border-bottom: 0 !important;*/
  }
	/* Leave a space between table rows */
   .ResponsiveTable tr + tr {
    margin-top: 1.5em !important;
  }
  /* Get table cells to act like rows */
     .ResponsiveTable tr,
     .ResponsiveTable td {
		display: block !important;
	}
     .ResponsiveTable td {
		border: none !important;
		/*border-bottom: 0.125em solid #333 !important;*/
	/* Leave a space for data labels */
		padding-left: 50% !important;
	}
	/* Add data labels */
   .ResponsiveTable td:before {
    content: attr(data-label) !important;
    display: inline-block !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    margin-left: -100% !important;
    width: 100% !important;
  }
}
/* Stack labels vertically on smaller screens */
@media (max-width: 20em) {
   .ResponsiveTable td {
    padding-left: 0.75em !important;
  }
   .ResponsiveTable td:before {
    display: block !important;
    margin-bottom: 0.75em !important;
    margin-left: 0 !important;
  }
}


.ResponsiveTable input {
    position: initial !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
}

.no-paddingLR {
    padding-left:0;
    padding-right:0;
}

/*Confirm Account Details page*/
.showXBtnOnPaymentPopUp
{
    cursor: pointer;
    height:25px;
}

.positionReleaxPaymentDivForLargeScreen {
    left: 45% !important;
}

.positionReleaxPaymentDivForExtraSmallScreen {
    left: 63% !important;
}

.positionReleaxPaymentDivForSmallToMediumScreen {
    left: 48% !important;
}

.centreDiv {
    top: 30%;
    /*left: 45%;*/
    left: 45%;
    /*width:610px;
    height:610px;*/
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    /*background-color: #f3f3f3;*/
    background-color: white;
    position: fixed;
}

.dimScreen {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background:rgba(255,255,255,0.5);*/
    /*background-color:red;*/
    background: rgba(0,0,0,0.5);
    z-index: 3;
}

.scroll {
    overflow: scroll; /* Scrollbar are always visible */
    overflow: auto; /* Scrollbar is displayed as it's needed */
}

.greyBorder{
    border: 2px solid;
    border-color: lightgrey;
    border-radius: 4px;
}

.bottomGreyBorder
{
    border-bottom: lightgrey solid 2px;
}

.normalFontWeight{
    font-weight:normal !important;
}

.backgroundNone
{
    background:none !important;
}

/*Dave's hack fix for missing X buttons - tweeked (AZI-3296)*/
div[aria-describedby="CreateMapDiv"] .ui-state-default .ui-icon, 
div[aria-describedby="floater_Place_SearchRadius_Panel_popup"] .ui-state-default .ui-icon,
div[aria-describedby="floater_Place_Radius_Panel_popup"] .ui-state-default .ui-icon,
.CreateLayerPopup .ui-state-default .ui-icon,
div[aria-describedby="CreateLayerOption"] .ui-state-default .ui-icon,
div[aria-describedby="Layer"] .ui-state-default .ui-icon,
div[aria-describedby="ImportLayer"] .ui-state-default .ui-icon,
div[aria-describedby="ExternalData"] .ui-state-default .ui-icon,
div[aria-describedby="ExportLayer"] .ui-state-default .ui-icon,
div[aria-describedby="confirm_DeleteMaps_Dialog"] .ui-state-default .ui-icon,
div[aria-describedby="floater_Map_Definition_Panel_popup"] .ui-state-default .ui-icon,
div[aria-describedby="floater_Measuring_Output_Panel_popup"] .ui-state-default .ui-icon,
div[aria-describedby="floater_ExportDiv"] .ui-state-default .ui-icon,
div[aria-describedby="floater_ExportJoinDiv"] .ui-state-default .ui-icon,
div[aria-describedby="floater_exportCSV"] .ui-state-default .ui-icon,
div[aria-describedby="AdminEmailForUserFeedBackDiv"] .ui-state-default .ui-icon,
div[aria-describedby="coordsHolder"] .ui-state-default .ui-icon,
div[aria-describedby="floater_AddLayerDisplayNames_Panel_popup"] .ui-state-default .ui-icon,
div[aria-describedby="floater_Autorefresh_Timer_Panel_popup"] .ui-state-default .ui-icon
{
    background-image: url(/JavascriptLibraries/jquery-ui-1.11.4.custom/css/start/images/ui-icons_056b93_256x240.png) !important;
}
div[aria-describedby="AreYouSureDowngradeDiv"] .ui-dialog-titlebar-close
{
    background-image: url(/JavascriptLibraries/jquery-ui-1.11.4.custom/css/start/images/ui-icons_056b93_256x240.png) !important;
    background-position: -94px 114px !important;
}


/* checkbox styling in editfeature*/
/* The switch - the box around the slider */
.cbBoxSpan {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.cbBoxSpan input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2474b3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/*displayInline Flex*/
.inlineFlex {
    display: inline-flex;
}

.flex {
    display: flex;
}

.smallText {
    font-size: 12px;
    color: #ccc;
}
/*used in import dialog*/
.smallLink {
    font-size: 10px;
    color: #337ab7 !important;
}

.smallLink:hover smallLink:focus {
    color: #23527c !important;
    text-decoration: underline !important;
}

.noMargin {
    margin: 0 !important;
}
/* set ddl max width to same as input*/
.ddlMaxWidth {
    max-width: 280px;
}

.inputAreaPadding {
    padding: .8em;
}

/* padding on radio buttons */
#rbFeatureType td {padding-right: 0.8em;}
#ctl00_MainContent_MapUserControl_MapDefPage_ExternalDBControl_rbFeatureType td {padding-right: 0.8em;}


/* Routing */
.timeDist {
    font-size: 14px;
    font-weight: normal;
    /*text-align: right;*/
    color: Black
}

.routeClass  {
    font-size: 14px;
    font-weight: normal;
    border-top: #dedbdb 1px solid;
    padding: 10px 0 10px 0;
    /*margin-right: 15px;
    margin-left: 15px;*/
}

.rotate-45-left:before {
    display: block;
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotate-45-right:before {
    display: block;
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.directionArrow {
    font-size: 24px;
}

.wrap {
    position: relative;
}

.slideRevealBG {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: white !important;
}

.addBuffer {
    margin: 0 15px 1em 15px;
}

/*Prevent carousel increasing size of report info panel (AZI-2235)*/
div[aria-describedby="floater_ReportData_Panel_popup"]{max-width: 436px;}

/*Prevent w3w panel cutting off generated words (AZI-2266)*/
div[aria-describedby="floater_Get_What3Word"]{height: auto !important;}

/*Additional for cookie popup (AZI-2195)*/
#impliedsubmit{padding: 1px 6px !important;}



.handle {
    position: absolute;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    top: 43%;
    transform: translateY(-43%);
    background-color: white;
    /*background-image: url(/images/texture.png);*/
    color: blue;
    left: -30px;
    padding: 10px;
    width: 30px;
    cursor: pointer;
    /* margin-top: -20px; */
}



/* Note for leaflet routing icon licence
Copyright (c) 2014, Per Liedman (per@liedman.net) Turn instruction icons Copyright (c) 2014, Mapbox (mapbox.com)
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.*/
/*.leaflet-routing-icon {
    background-image: url('/images/osrm.directions.icons.color.svg');
    -webkit-background-size: 455px 20px;
    background-size: 455px 20px;
    background-repeat: no-repeat;
    margin: 0;
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.leaflet-routing-icon.lanes.invalid {
    filter: invert(50%);
}

.leaflet-routing-alt-minimized .leaflet-routing-icon {
    background-image: url('/images/osrm.directions.icons.color.svg');
}*/

.leaflet-routing-icon {
    /*object-fit: none;*/
    width: 32px;
    height: 32px;
    position: relative;
    left: -16px;
}


/*.leaflet-routing-icon-continue         { background-position: 2px 0px; }
.leaflet-routing-icon-sharp-right      { background-position: -24px 0px; }
.leaflet-routing-icon-turn-right       { background-position: -50px 0px; }
.leaflet-routing-icon-bear-right       { background-position: -74px 0px; }
.leaflet-routing-icon-u-turn           { background-position: -101px 0px; }

.leaflet-routing-icon-sharp-left       { background-position: -127px 0px; }

.leaflet-routing-icon-turn-left        { background-position: -150px 0px; }
.leaflet-routing-icon-bear-left        { background-position: -175px 0px; }
.leaflet-routing-icon-depart           { background-position: -200px 0px; }

.leaflet-routing-icon-enter-roundabout { background-position: -227px 0px; }
.leaflet-routing-icon-arrive           { background-position: -251px 0px; }
.leaflet-routing-icon-via              { background-position: -278px 0px; }

.leaflet-routing-icon-fork             { background-position: -305px 0px; }
.leaflet-routing-icon-ramp-right       { background-position: -331px 0px; }
.leaflet-routing-icon-ramp-left        { background-position: -352px 0px; }
.leaflet-routing-icon-merge-left       { background-position: -376px 0px; }
.leaflet-routing-icon-merge-right      { background-position: -403px 0px; }
.leaflet-routing-icon-end              { background-position: -429px 0px; }*/

/* OL swipe control */
/* http://www.patternify.com/ */
.olControlSwipe {
    background:url(/images/swipe/line.png) repeat;
    display: none;
}

.olControlSwipeHover {
    cursor: w-resize;
}

.olControlSwipeLayerView {
    background-color: white;
    height: 16px;
    width: 220px;
    margin-top: 23px;
    margin-left: -230px;
    display: block;
    font-size: 11px;
    font-family: Tahoma, Arial;
    font-weight: 700;
    padding-top: 2px;
    /* background-image: url(/images/swipe/arrow_left.png); */
    background-repeat: no-repeat;
    position: absolute;
}


.olControlSwipeLayerSpan {
    visibility: hidden;
    font-size: 11px;
    font-family: Tahoma, Arial;
    font-weight: 700;
    white-space: pre;
    position: absolute;
}

.olControlSwipeLayerHide {
    display: none;
}

.olControlArrowLeft {
    width: 16px;
    height: 32px;
    margin-left: -1px;
    background-image: url(/images/swipe/bigarrow_left.png);
    background-repeat: no-repeat;
    position: absolute;
}
.olControlArrowRight {
    width: 16px;
    height: 32px;
    margin-left: 19px;
    background-image: url(/images/swipe/bigarrow_right.png);
    background-repeat: no-repeat;
    position: absolute;
}

/*Legend Div Slider*/
.legDivSlider {
    position: relative;
    left: 50%;
    transform: translateX(-25%);
}

.formLabelOverride {
    text-align: center !important;
}

/*Publish Results*/
.PublishResults {
    word-wrap: break-word;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.PublishResults-mw-300 {
    max-width: 300px;

}

#first {
  background-color: #4B4D65;
}
#second {
  background-color: #FF8A66;
}
.PublishRadios {
  padding-left: 50px;
}

.PublishRadios input[type="radio"],
.PublishRadios input[type="checkbox"]{
  display: none;
}


.checkCont label {
  position: relative;
}

.checkCont span::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ccc;
}
.checkCont span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #2474b3;
}

.checkCont span.radio:hover {
  cursor: pointer;
}
.checkCont span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  /*background-color: white;*/
  border-radius: 50px;
}
.checkCont span.radio::after {
  left: -49px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background-color: white;
  transition: left .25s, background-color .25s;
}
input[type="radio"]:checked + label span.radio::after {
  left: -27px;
  background-color: #2474b3;
}

/* Double Radio Slider - See Buffer popup*/
.radioDouble {
  margin-left: 2.4em;
}





/* restyle image uploader */
.VOmain {
    margin: 0.5em 0px 0.5em 0;
    color: #1e4964;
}

.ajax__fileupload_dropzone 
{
    border: dotted 1px #9fa1a2 !important;
    color: #8c8b8b !important;
    border-radius: 4px;
}

.ajax__fileupload_selectFileButton {
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    padding: 0px 10px !important;
    font-size: 12px !important;
    border-radius: 3px !important;
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.ajax_fileupload_cancelbutton,
.removeButton{
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    padding: 0px 4px !important;
    font-size: 12px !important;
    border-radius: 3px !important;
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.ajax__fileupload_uploadbutton {
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -ms-touch-action: manipulation !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-image: none !important;
    border: 1px solid transparent !important;
    padding: 0px 4px !important;
    font-size: 12px !important;
    border-radius: 3px !important;
    color: #fff !important;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

.filename,
.filetype,
.filesize,
.uploadstatus {
    color: #9fa1a2;
    font-size: 12px;
    font-family: sans-serif;
}

/* Whats3words Css */
.aziCol {
    color: #1E4964;
}

.tbMinWidth {
    min-width: 100%;
}

.tbLineHeight {
    height: 30px;
}

.btnSize {
    font-size: 4em;
    color: #1E4964;
}

.offOverlay {
    color: rgba(100, 85, 85, 0.33);
    
}

/*.Date Picker*/
.ui-datepicker .ui-datepicker-header {
    background: url("/images/textureH.PNG") repeat !important; 
}

#ui-datepicker-div a.ui-state-default{
    background: rgba(236, 235, 235, 0.44) !important;
    color: #b9b9b9 !important;
}

#ui-datepicker-div a.ui-state-default.ui-state-highlight {
    background: url("/images/textureH.PNG") repeat !important; 
    color: white;
}

.borderGray {
    border: 1px solid #ccc;
    padding: 5px;
}

/* Add New Layer Popup */
.player-width {
        width:265px;
        margin: 0 auto;
}

.player-height {
        height: 150px;
}

@media only screen and (max-width : 768px) {
    .player-width {
        width:213px;
        margin: 0 auto;
    }

    .player-height {
        height: 120px;
    }
}

.gearsButton {
    background: url(/images/Gears.png) no-repeat !important;
    padding-right: 16px;
}

.newButton {
    background-image: url(/images/switchersprite.png)!important;
    background-position: 0% 37%;
    padding-right: 18px;
    background-size: 16px;
}

.addButton {
    background-image: url(/images/switchersprite.png)!important;
    background-position: 0% 53%;
    padding-right: 17px;
    background-size: 16px;
}


/* geocoder routing */

.textBut {
    /*width: 200px;
    height: 20px;*/
    padding-right: 26px !important;
    padding-left: 20px !important;
    display: inline !important;
}

.butText {
    margin-left: -80px;
    /*height: 20px;*/
    width: 80px;
}

.minHeightRoute {
    height: 400px;
}

.textSpan:after {
    position: absolute;
    display: block;
    width: 15px;
    /*height: 1px;*/
    z-index: 1;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    font-weight: bold;
    content: "\00d7";
    text-align: center;
    cursor: pointer;
    color: rgba(37,72,127, 0.6);
    /*padding-bottom: 16px;
    margin-top: -10px;*/
    margin-left: -20px;
    /*line-height: 1;*/
}

.right-addon i {
    right: 12px;
}

.left-addon span {
    left: 10px;
}

.inner-addon span {
    position: absolute;
    top: auto;
    padding: 5px 10px 0px 0px;
    cursor: move;
    z-index: 1;
    font-size: 14px;
    opacity: 0.8;
}

.inner-addon i {
    position: absolute;
    top: auto;
    padding: 6px 10px 0px 0px;
    cursor: pointer;
    z-index: 1;
    font-size: 22px;
    
}

.inner-addon-x i {
    padding: 23px 3px 0px 0px;
}

.easy-autocomplete{
    display:inline;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  /*padding: 10px 16px;*/
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  /*padding: 10px 16px;*/
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.importState_Successful,
table.dataTable tbody tr.importState_Successful,
table.dataTable tbody td.importState_Successful
{
    background-color: rgba(95, 212, 79, 0.25) !important;
}

.importState_Importing,
table.dataTable tbody tr.importState_Importing,
table.dataTable tbody td.importState_Importing
{
    background-color: rgba(251, 246, 139, 0.43) !important
}
.importState_Failed,
table.dataTable tbody tr.importState_Failed,
table.dataTable tbody td.importState_Failed
{
    background-color: rgba(196, 104, 104, 0.34) !important;
}

.importState_Queued,
table.dataTable tbody tr.importState_Queued,
table.dataTable tbody td.importState_Queued
{
    background-color: rgba(245, 196, 121, 0.39) !important;
}

/*For browsefeatures button placement (AZI-2627)*/

#closeBrowseAllFeatures{
    margin-top: 3px;
}

.browseFeaturesButtons{
    margin-top: 3px;
}

/*For displaying hand pointer on hover (AZI-2627)*/
.cursorHandPointer{cursor: pointer;}

/*Stop header text turning blue on hover (AZI-2561)*/
#btn-maps, #btn-data, #btn-admin, #btn-help, #Helpdesk, #superadmin, #HeadLoginStatus, #A3, #A4, .headerStayWhite {color: white !important;}

.floatRight{float:right;}

/*For search side panel (AZI-2896)*/
.width60perc{width:60% !important;}
.width75perc{width:75% !important;}
.hideHorScrollbars{overflow-x: hidden;}

/*Save & export search results panels (AZI-2908)*/
div[aria-describedby="floater_ExportDiv"] .ui-dialog-titlebar{border: white !important; background: white !important;}
div[aria-describedby="floater_ExportDiv"] .ui-dialog-title {color: rgb(30, 73, 100) !important;}
div[aria-describedby="floater_exportCSV"] .ui-dialog-titlebar{border: white !important; background: white !important;}
div[aria-describedby="floater_exportCSV"] .ui-dialog-title {color: rgb(30, 73, 100) !important;}
/*div[aria-describedby="floater_ExportJoinDiv"] .ui-dialog-titlebar{border: white !important; background: white !important;}
div[aria-describedby="floater_ExportJoinDiv"] .ui-dialog-title {color: rgb(30, 73, 100) !important;}*/

/*Fix WMS baselayer icons (AZI-3179)*/
.wmsBaselayerIcon{top:-2px}

.cursorCross {
    cursor: crosshair;
}

/** fancy radio css */
.label_radio    { background: url(/images/radio-off.png) no-repeat; height:20px; }
.label_check    { background: url(/images/check-off.png) no-repeat; height:20px; }
.c_on      { background: url(/images/check-on.png) no-repeat; height:20px; }
.r_on      { background: url(/images/radio-on.png) no-repeat; height:20px; }
.label_check span,
.label_radio span  { margin-left: 30px; }

/*For some attribute search btns when they get pushed below other items on small screens (AZI-3039)*/
@media (max-width: 400px)
{
    .mobileAttributeSearchBtn05{margin-top: 0.5em;}
    .mobileAttributeSearchBtn1{margin-top: 1em;}
}

/*Azi Message toast*/
#toastMsg, #saveEditConfirm {
    display: none; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: rgba(51, 51, 51, 0.62); /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 50px; /* 30px from the bottom */
}

#saveEditConfirm {
   
    background-color: rgba(255, 255, 255, 0.85); /* Black background color */
    color: black; /* White text color */
  
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
    #toastMsg.show, #saveEditConfirm.show {
        display: block; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, /*fadeout 0.5s 2.5s*/;
        animation: fadein 0.5s, /*fadeout 0.5s 2.5s*/;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 50px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 50px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 50px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 50px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.dtCol{
    min-height: 38px !important;
    color: #1e4964 !important;
}

.noGutter {
    padding-left: 0px;
    padding-right: 0px;
}

.noGutterL {
    padding-left: 0px;
}

.noGutterR {
    padding-right: 0px;
}

.width-7 {
    width: 58.33333% !important;
}

.palette-color-picker-bubble {
    z-index: 1 !important;
}

.pointerDrag {
    cursor: grab;
}

.youtube-player {
        position: relative;
        /* padding-bottom: 75%; */
        /* Use 75% for 4:3 videos */
        height: 150px;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 150px;
        width: 265px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

.droppableAddLayersHighlight {
    border: solid 2px blue !important;
}

.droppableAddLayers {
    border: solid 2px yellow !important;
}

.wwBreak {
    word-wrap: break-word !important;
}

.dragAddLayersDiv {
    background-color: green;

}

.overVisible {
    overflow: visible !important;
}

overflowX-hid {
    overflow-x: hidden !important;
}

.bg-gray {
    background-color:#f1f1f1 !important;
}

.sketchShareLink {
    height:120px;
    word-wrap:break-word;
    padding:5px;
}


.sketchShareLink {
    height:120px;
    word-wrap:break-word;
    padding:5px;
}


.swal2-container{
    z-index: 90000 !important;
}


.x-tree-ec-icon.x-tree-elbow-end{
    height: 28px !important;
    width: 16px !important;
}

.cblCls td input[type="checkbox"] {
    width: 30px !important;
}

/*Fill image to container with overflow hidden*/
.fillImgCont {
    height: 100%;
    overflow: hidden;
}

.fillImg {
    /*min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.accessConfigHead {
	padding-left: 15px;
	font-weight:bold;
}

.accessConfigItems {
	padding-left:15px;
}

.eac-header {
    font-weight: bold;
    cursor: pointer;
    text-transform: capitalize;
}

.borAddressTop {
    border-top : 1px solid #ccc !important;
}

.borAddressBottom{
    border-bottom : 1px solid #ccc !important;
}

.border-selected {
    border: 2px solid green !important;
}

.border-unselected {
    border: 2px solid red !important;
}

.mapDef-Title {
    border-bottom: 1px solid #DDDDDD;
    padding: .6em;
    width: 100%;
    margin: 0;
}

.mapDef-Heading {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.1;
}
.text-initial {
    font-size: initial;
}

.text-large {
    font-size: large;
}

.text-larger {
    font-size: larger;
}

.tbMaxWidth-22 {
    max-width: 22em;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#What3WordsInputZoomToLocation .select2-container--focus {
    border-color: #66afe9 !important;
}

.site-footer {
    background-color: #0073ad;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5
    }

        .site-footer hr.small {
            margin: 20px 0
        }

    .site-footer h6 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px
    }

    .site-footer a {
        color: #fff;
    }

        .site-footer a:hover {
            color: #eaeaea;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0;
    list-style: none
}

    .footer-links li {
        display: block
    }

    .footer-links a {
        color: #fff
    }

        .footer-links a:active, .footer-links a:focus, .footer-links a:hover {
            color: #c8c8c8;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block
    }

.site-footer .social-icons {
    text-align: right
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #004364;
    }

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

        .site-footer .copyright-text, .site-footer .social-icons {
            text-align: center
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #96a2b2;
            font-weight: 700;
            font-size: 13px
        }

    .social-icons a {
        background-color: #598dab;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

        .social-icons a:active, .social-icons a:focus, .social-icons a:hover {
            color: #fff;
            background-color: #29aafe
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998
    }

    .social-icons a.twitter:hover {
        background-color: #00aced
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6
    }

    .social-icons a.youtube:hover {
        background-color: #ff0000
    }

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

.minHeight100px {
    min-height: 100px;
}

.boxShadow:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

/*pretty checkbox multiline labels*/
.prettyMultiLine {
    white-space: inherit;
    width: 25em;
}

.prettyMultiLine .state label {
    text-indent: 0;
    padding-left: 2em;
}

.prettyMultiLine .state label:after,
.prettyMultiLine .state label:before {
    top: 0;
}

/*match grid img heights replace posres where needed*/
.matchedHeightImgContainer {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    width: 100%;
}

.matchedHeightImgContainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chkbox {
    text-align: center;
}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
html {height:100%;}
html, body, div { margin: 0; padding: 0; border: 0;} 
ol, ul { list-style: none; margin: 0; padding: 0;} 
table { border-collapse: collapse; 	border-spacing: 0; }
header, footer, nav, section, article, hgroup, figure {	display: block;	}
legend {display: none;}
a img {border:0;}

/************End Reset**************/





/************Global**************/
/************Global**************/
/*body {           background:url(../images/bg.png) repeat ;     color: #000;     font: 90%/1.4  "HelveticaNeue", "Helvetica", "Arial", sans-serif;            padding: 0;      margin: 0.0em !important; }*/
/*body {  color: #000 !important;     font: 90%/1.4  "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;        padding: 0 !important;            margin: 0.0em !important; }
a {        color: #808080;           text-decoration: none;}
a:hover, a:focus {}
p {	margin: 0 0 1em; text-align:center;}
h1, h2 {color: #1e4964; font-size: 1.8em; font-weight: bold; line-height: 1.1; margin: 0 0 1em; }

h3 { font-weight: bold;	line-height: 1.1; font-size: 1.5em;	color:#1e4964; margin: 0 0 1.5em;}
h1 a { color: #000;}*/

h3 { font-weight: bold;	line-height: 1.1; font-size: 1.5em;	color:#1e4964; /*margin: 0 0 1.5em;*/}

/************End Global**************/


/************Classes**************/
.inactive {
	color: #ddd;
}
/************End Classes**************/

/************Structure**************/

div[role=main] {padding-bottom: 1em;}



/*Homepage*/
.home h1 {	margin-bottom: 0.2em;}
.intro { font-size: 1.8em;	line-height: 1.2; margin: 0 auto; }
.intro a:hover ,.intro a:focus { color: #000; border-bottom-color: #000;}

/*Patterns*/
.mod {	padding: 1em;}
.pattern {margin:0px; background: #fff; -webkit-text-size-adjust: none; -webkit-box-shadow: #999 0px 0px 10px; -moz-box-shadow: #999 0px 0px 10px; box-shadow: #999 0px 0px 10px; behavior: url(/PIE.htc);}

/*.nav {width: 100%;  float: left; background:url(../images/nav.png) repeat-x ;}*/

#navt { height:104px; width:100%; background:url(../images/bck_top.png) no-repeat top right ; text-align: left;}
#navb { width:100%;}
#navb ul {background:url(../images/bck_nav.jpg) repeat; overflow: hidden; width:100%;}
#navb ul li {height:76px; position:relative; float:left;}
#navb ul li a {height:76px; position:relative; float:left; text-indent:-9999px;filter:alpha(opacity=75s); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75;}
#navb ul li a:hover {filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
/*
#navb ul li a.active {filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
*/
/*#btn-home { width:154px; background:url(../images/btn_home.jpg) no-repeat top center ;}*/
#btn-about {width:158px; background:url(../images/btn_about.jpg) no-repeat top center ;}
/*#btn-maps {width:155px; background:url(../images/btn_maps.jpg) no-repeat top center ;}*/
/*#btn-data {width:157px; background:url(../images/btn_layers2.jpg) no-repeat top center ;}*/
/*#btn-admin {width:169px; background:url(../images/btn_admin.jpg) no-repeat top center ;}*/
#btn-import {width:169px; background:url(../images/btn_Import.jpg) no-repeat top center ;}
#btn-register {width:169px; background:url(../images/Register.jpg) no-repeat center right ;}
#btn-payment {width:155px; background:url(../images/btn_payment.jpg) no-repeat center right ;}

#btn-edit {background:url(../images/btn_edit_blueButton.png) ;}

/*#btn-home { width:154px; background:url(../images/btn_home.png) no-repeat top center ;}
#btn-maps {width:155px; background:url(../images/btn_maps.png) no-repeat top center ;}
#btn-data {width:157px; background:url(../images/btn_layers.png) no-repeat top center ;}
#btn-admin {width:169px; background:url(../images/btn_admin.png) no-repeat top center ;}*/


#logo { position: relative; top:20px; margin:0 2em 0 2em; }
.main { width: 100%; padding: 0px; float: left; height:100%; }
.iFrameMain{ width: 100%; height:100%; padding: 5px; float: left; }
.cleft { width: 66.666666%; padding:0 2em 0 0; float: left; }
.sb { float: right; min-height: 397px; width: 30%; padding: 0 1em 0 4em; background:url(../images/bck_sub.jpg) no-repeat left top ; }
/* USer management fixes */
#UserManagement .cleft { width: 75%; padding:0 2em 0 0; float: left; }
#UserManagement .sb { float: right; min-height: 397px; width: 22%; padding: 0 1em 0 4em; background:url(../images/bck_sub.jpg) no-repeat left top ; }
/* ----------------------*/

.highlight {  width:100%;margin:1em 0; overflow:hidden; position:relative; float:left; }

.slink {position:relative; width:100%; float:left;  padding:10px; border:1px solid #ddd; border-top:1px solid #fff;  color: #666666;}
.stop {border-top:1px solid #ddd;}
/*.active { background:#1e4964; color:#fff !important;}*/

.ql { float: left; height: 155px; margin: 0 2em 2em 0; padding: 5px; position: relative;  width: 170px; border: 1px solid #CCCCCC;}
.qlwide { position:relative; float:left; margin: 0 2em 2em 0; background:#fff; width:258px; height:255px;-webkit-box-shadow: #CED6D9 1px 1px 1px; -moz-box-shadow: #CED6D9 1px 1px 1px; box-shadow: #CED6D9 1px 1px 1px; behavior: url(../PIE.htc);}
.ql a{ position:relative; float:left; width:158px;}
.ql h4{float: left; line-height: 0; margin: 1em 0; position: relative; text-align: center; width: 158px; }
.ql p{position:relative; float:left; width:158px;  text-align:center; }
.ql img { position:relative; margin:o auto; }

.ql a:hover h4{ color:#009900;}


.rndCorner { -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; behavior: url(../PIE.htc);}
.rndCorner2 { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; behavior: url(../PIE.htc);}
.rndCornertop { -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; border-radius:4px 4px 0 0; behavior: url(../PIE.htc);}
.rndCornerbtm { -moz-border-radius:0 0 4px 4px; -webkit-border-radius:0 0 4px 4px; border-radius:0 0 4px 4px; behavior: url(../PIE.htc);}
.imgright { float:right;}
#ftext { position:relative; float:right; margin:2em; color:#333;}

.loginDisplay { color: White; display: block; float: right;  font-size: 1.1em; padding: 2em 2em 0; text-align: right; width: 26em;}

.loginDisplay a:link{ color: white; text-decoration:underline;}
.loginDisplay a:visited, .loginDisplay a:hover{ color: white;}


#Fullcontent {padding:0; position:relative; float:left; width:100%;}
.gradient {background: #F5F5F5;background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#F5F5F5));background: -webkit-linear-gradient(#fff, #F5F5F5);background: -moz-linear-gradient(#fff, #F5F5F5);background: -ms-linear-gradient(#fff, #F5F5F5);background: -o-linear-gradient(#fff, #F5F5F5);background: linear-gradient(#fff, #F5F5F5);-pie-background: linear-gradient(#fff, #F5F5F5);behavior: url(/PIE.htc);}

.pagedetails { position:relative; float:left; width:100%; margin:0 0 1em 0;}


.CheckboxListInputarea { position:relative; float:left; padding:.8em; border-bottom:1px solid #DDDDDD; width:100%; }



#Fullcontent h1 {color: #1e4964; font-size: 1.8em; font-weight: bold; line-height: 1.1;  margin:0 0 1em 0;}
.area { width:100%; /*border:1px solid #DDDDDD;*/ margin:0 0 1.5em 0;   }
.area .title { border-bottom:1px solid #DDDDDD; padding:.6em; cursor:pointer;  width: 100%; margin:0;}
.area .titleNoAccord { border-bottom:1px solid #DDDDDD; padding:.6em; width: 100%;}
.area .title h3 { font-size:15px; font-weight:bold; margin:0; padding:0; color:#333; background: url("../images/arrow.png") no-repeat  right 0 ;}
.area .titleNoAccord h3 { font-size:15px; font-weight:bold; margin:0; padding:0; color:#333; }
.titleNoAccord
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}
.area .content2 {padding:.8em;}
.area .content3 {padding:.8em; position:relative; float:left; width:100%;}
.area .content1 {float: left; position: relative; width: 100%;}
.actions { float: left; position: relative;} /* width: 147px;}*/

.connectionBuilderArea { border:1px solid #DDDDDD; margin:0 0 1.5em 0;   }
.connectionBuilderArea .title { padding:.6em; cursor:pointer; }
.connectionBuilderArea .title h3 { font-size:15px; font-weight:bold; margin:0; padding:0; color:#333;}
.connectionBuilderArea .content2 {padding:.8em;}
.connectionBuilderArea .content3 {padding:.8em; position:relative; float:left;}
.connectionBuilderArea .content1 {float: left; position: relative; }
.connectionBuilderArea table td {vertical-align:top; border-spacing:0px;}
.connectionBuilderArea .inputarea {border-bottom:none;}

.inputarea { position:relative; float:left; padding:.8em; border-bottom:1px solid #DDDDDD; width:100%; cursor: default; background-image: none !important;}
.inputarea .formLabel { font-weight:bold; position:relative; float:left; margin: 0 .6em 0.8em 0;}
.inputarea textarea, .inputarea select, .inputarea input   { position:relative; float:left; padding: 0.4em; margin: 0 0 0.8em;}
.inputarea .help {width:15px; height:15px; background:url(../images/help.jpg) no-repeat top center ; position:relative; float:left; text-indent:-9999px; top: 2px; clear: none;}
.inputarea table {width:100%;}

.inputareaAjaxFileUpload { position:relative; float:left; padding:.8em; border-bottom:1px solid #DDDDDD; width:100%; }
.inputareaAjaxFileUpload .formLabel { font-weight:bold; position:relative; float:left; margin: 0 .6em 0.8em 0;}
.inputareaAjaxFileUpload textarea, .inputarea select, .inputarea input   {  position:relative; float:left; padding: 0.4em; margin: 0 0 0.8em;} /*width:75%;*/
.inputareaAjaxFileUpload .help {width:15px; height:15px; background:url(../images/help.jpg) no-repeat top center ; position:relative; float:left; text-indent:-9999px; top: 2px; clear: none;}

.labelSmall { position:relative; float:left; cursor: default; background-image: none !important;}

.help2 {width:15px; height:15px; background:url(../images/help.jpg) no-repeat top center ; position:relative; float:left; text-indent:-9999px; top: 2px; clear: none; margin:0 0 0 10px; border:none;}
.embedScript  { clear:both; position:relative; float:left; padding: 0.4em; margin: 0 0 0.8em; border:1px solid #DDDDDD; word-wrap: break-word; width: 100%;}

.options { position:relative; float:left; width:100%; clear:both;}
.options label{position:relative; float:left;}
.options input{ clear: none; float: left; margin: 4px 2px 12px 12px; position: relative; width: 20px;   padding: 0px !important;}
.options .checkboxstyle{position:relative; float:left;  width: 100%;}
.what3words-autosuggest .options {
    position: absolute;
}

#inserttable { padding:5px;  border: 1px solid #DDDDDD; float: left; margin:20px 0 30px ; position: relative; width: 100%; background: #EAEFF4;}
#inserttableNewLayer { padding:5px; float: left; position: relative; width: 100%;}
#inserttable .formLabel {color: Black; font-weight: bold; text-align: left; margin: 0 0 9px;}
#inserttable input, #inserttable select { padding: 0.4em; width: 100%; }


.edit { }
.delete {position:relative; float:left;}
/*.btn { padding: 4px 13px;  -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; behavior: url(./PIE.htc); cursor:pointer; position:relative; float:left; color:#fff;margin: 0 10px 10px 0; z-index:2;} */
.bwide { width:70px !important;}
.btnw { width:70px;  margin: 0 10px 10px;}
.btnright {margin: 0 !important;}
.actions { float: left; position: relative;} /* width: 304px;}*/
.actions2 { float: left; position: relative; width: 185px;}
.actions3 { float: left; padding: 26px 0 0; position: relative; width: 185px;}
.actions3 a { color: white; }
.actions4 { float: left; position: relative; width: 303px;}

/*
.blue 
{
    border: 1px solid #37839A;
    background: #59BEDC;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#59BEDC), to(#3097B5));
    background: -webkit-linear-gradient(#59BEDC, #3097B5);
    background: -moz-linear-gradient(#59BEDC, #3097B5);
    background: -ms-linear-gradient(#59BEDC, #3097B5);
    background: -o-linear-gradient(#59BEDC, #3097B5);
    background: linear-gradient(#59BEDC, #3097B5);
    -pie-background: linear-gradient(#59BEDC, #3097B5);
    behavior: url(./PIE.htc);
}

.blue:hover { background:#3097B5 !important;}

.red {
border: 1px solid #A33B37;
background: #EC5D59;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EC5D59), to(#C03832));
background: -webkit-linear-gradient(#EC5D59, #C03832);
background: -moz-linear-gradient(#EC5D59, #C03832);
background: -ms-linear-gradient(#EC5D59, #C03832);
background: -o-linear-gradient(#EC5D59, #C03832);
background: linear-gradient(#EC5D59, #C03832);
-pie-background: linear-gradient(#EC5D59, #C03832);
behavior: url(./PIE.htc);}

.red:hover { background:#C03832 !important; }
*/

.textColourRed
 { 
     color:Red;
 }
 
 .displayBlock
 {
     display:block !important;
 }
    


.green {
-webkit-border-radius: 4;
 border-radius: 4px;
 font-family: Arial;
 color: #ffffff;
 font-size: 16px;
 font-style: normal;
 font-weight: normal;
 background: #407d35;
 border: solid #407d35 2px;
 text-decoration: none;
}

.green:hover  
{
background: #215617 !important;
border: solid #215617 2px;
}


.red {
 font-family: Arial;
 color: #ffffff;
 font-size: 16px;
 /*background: #ED5E68;*/
 background: #E1040A;
 border: solid #E1040A 2px;
 text-decoration: none;
 text-align: center;
}

.red:hover  
{
background: #AF2412 !important;
border: solid #AF2412 2px;
}

.blue {
font-family: Arial;
 color: #ffffff;
 font-size: 16px;
 /*background: #3E8ACC;*/
 background: #5A9AD3;
 border: solid #5A9AD3 2px;
 text-decoration: none;
 text-align: center;
}

.blue:hover  
{
background: #1964A5 !important;
border: solid #1964A5 2px;
} 

.gray {
 font-family: Arial;
 color: #8f8f8f;
 font-size: 16px;
 background: #F4F4F4;
 border: solid #f4f4f4 2px;
 text-decoration: none;
 text-align: center;
}

.gray:hover  
{
background: #cccccc !important;
border: solid #cccccc 2px;
}  

.yellowbtn {
 font-family: Arial;
 color: #ffffff;
 font-size: 16px;
 background: #F3BA0B;
 border: solid #F3BA0B 2px;
 text-decoration: none;
 text-align: center;
}

.yellowbtn:hover  
{
background: #C39400 !important;
border: solid #C39400 2px;
}  
/*
.green {
border: 1px solid #1A7132;
background: #7FBE40;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7FBE40), to(#349341));
background: -webkit-linear-gradient(#7FBE40, #349341);
background: -moz-linear-gradient(#7FBE40, #349341);
background: -ms-linear-gradient(#7FBE40, #349341);
background: -o-linear-gradient(#7FBE40, #349341);
background: linear-gradient(#7FBE40, #349341);
-pie-background: linear-gradient(#7FBE40, #349341);
behavior: url(./PIE.htc);
}
*/




/*
.green:hover { background:#349341 !important;}

.gray {
border: 1px solid #ABB8BE;
background: #F3F6F8;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3F6F8), to(#D6DDE1));
background: -webkit-linear-gradient(#F3F6F8, #D6DDE1);
background: -moz-linear-gradient(#F3F6F8, #D6DDE1);
background: -ms-linear-gradient(#F3F6F8, #D6DDE1);
background: -o-linear-gradient(#F3F6F8, #D6DDE1);
background: linear-gradient(#F3F6F8, #D6DDE1);
-pie-background: linear-gradient(#F3F6F8, #D6DDE1);
behavior: url(./PIE.htc);
color:#333 !important;
}


.gray:hover { background:#D6DDE1 !important;}
*/
.greenaction
{
    
border: 1px solid #1A7132;
background: #33FF33;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#33FF33), to(#349341));
background: -webkit-linear-gradient(#33FF33, #349341);
background: -moz-linear-gradient(#33FF33, #349341);
background: -ms-linear-gradient(#33FF33, #349341);
background: -o-linear-gradient(#33FF33, #349341);
background: linear-gradient(#33FF33, #349341);
-pie-background: linear-gradient(#33FF33, #349341);
behavior: url(./PIE.htc);
}
.greenaction:hover { background:#33CC33 !important;}


.greenaction2 
{
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:31px;
	-webkit-border-radius:31px;
	-ms-border-radius:31px;
	-o-border-radius:31px;
	border-radius:31px;
	border:5px solid #268a16;
	display:inline-block;
	color:white;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:32px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
	width:100%;
}.greenaction2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.greenaction2:active {
	position:relative;
	top:1px;
}


.navg {
background: #FDFDFD;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDFDFD), to(#F2F2F2));
background: -webkit-linear-gradient(#FDFDFD, #F2F2F2);
background: -moz-linear-gradient(#FDFDFD, #F2F2F2);
background: -ms-linear-gradient(#FDFDFD, #F2F2F2);
background: -o-linear-gradient(#FDFDFD, #F2F2F2);
background: linear-gradient(#FDFDFD, #F2F2F2);
-pie-background: linear-gradient(#FDFDFD, #F2F2F2);
behavior: url(./PIE.htc);
}
.navg:hover { background:#EFEFEF !important;}

.yellow { background:#FFFFCD; border:1px solid #E0DBC2;}

.clear { clear:both;}

.validation { clear: both; color: #8B0000; float: left; font-weight: bold; margin: 0 0 20px; padding: 10px 0 10px 52px ; position: relative; width: 100%; background:url("../images/alert.png") no-repeat scroll 11px 9px #FFFFCD ;}

.validation2 { clear: both; color: #8B0000; float: left; font-weight: bold; margin: 0 0 20px; padding: 10px 0 10px 52px ; position: relative; width: 310px; background:url("../images/alert.png") no-repeat scroll 11px 9px #FFFFCD ;}

#paymentsteps { position:relative; width:100%; height:44px; border:1px solid #CCCCCC; color:#666666; font-weight:bold;}
.step { position:relative; float:left; width:33%; padding: 0 0 0 10px;}
.num { float: left; font-size: 20px; padding: 5px; position: relative; width: 7%;}
.stage {float: left; font-size: .8em; padding: 12px; position: relative; width: 74%;}
#paymentsteps .active { color:#004C97 !important; background:none;}
.step img { position:relative; float:right; width:25px; }

#paymentsteps { background: #FDFDFD !important;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FDFDFD), to(#F2F2F2)) !important;
background: -webkit-linear-gradient(#FDFDFD, #F2F2F2) !important;
background: -moz-linear-gradient(#FDFDFD, #F2F2F2) !important;
background: -ms-linear-gradient(#FDFDFD, #F2F2F2) !important;
background: -o-linear-gradient(#FDFDFD, #F2F2F2) !important;
background: linear-gradient(#FDFDFD, #F2F2F2) !important;
-pie-background: linear-gradient(#FDFDFD, #F2F2F2) !important;
behavior: url(./PIE.htc);}

#paypalpayment { position:relative; float:left; width:100%; margin:50px 0 0;}
.pleft {position:relative; float:left; width:288px;}
.pright {position:relative; float:left; width:288px; height: 210px;  background:url(../images/fade2.jpg) no-repeat top left ; padding: 0 0 0 67px;}
.pright img { margin:21px 0 0 0;}
#paypalpayment h3{font-size: 1.2em;}
.pbtn { left: -6px; margin: 20px 0 0; position: relative;}
.pleft select{ padding:5px; width: 252px;}


.helparea {  border-top: 1px solid #EEEEEE; float: left; margin: 30px 0 0; padding: 50px 0 0; position: relative;  width: 100%;}
.helparea h3{ color:#333; font-size: 1.3em;}
.imgright { float:right; margin: 0 0 2.5em 2.5em;}
.imgleft { float:left; margin: 0 2.5em 2.5em 0 ;}

.helparea ul { list-style:disc; margin: 30px 0;}
.helparea li { list-style:disc; margin: 0 0 0 30px;}
.home {  border-top: none; float: left; margin:0; padding:0; position: relative;  width: 100%;}

.half { position:relative; float:left; width:50%;}
.half h2{ color:#333; font-size: 1.3em;}

/***********Customer Portal Screens***********/

.displayDataClass
{
	position:relative; 
	float:left; 
	width: 100%;
}

/************Admin Styles Screen**************/

.btnClass 
{
 width:50px;	
}

.styleSelector{ height: 300px;   width: 100%; border: 1px solid #CCCCCC;}


#ctl00_MainContent_upPanelDetails, #MainContent_upPanelDetails, #MainContent_UpPanel, #MainContent_upLayers, #ctl00_MainContent_UpPanelDets { position:relative; float:left; width: 100%;}



@media screen and (max-width: 1500px) {
.imgleft, .imgright  { width:50%}
}


 #floater_Search_Panel, 
 #floater_StreetView_Panel, 
 #floater_EditData_Panel, 
 #floater_Measuring_Output_Panel, 
 #floater_Autorefresh_Timer_Panel,
 #floater_Place_Radius_Panel,
 #floater_ViewUpload_Images_Panel,
 #floater_Zoom_To_Location_Panel,
 #floater_Map_Definition_Panel,
 #floater_AddEdit_Layer_Panel
 {
     position:fixed;
     overflow:scroll;
     width: 700px; 
     height: 700px; 
     padding: 0.5em; 
     float: left; 
     margin: 10px 10px 10px 10px; 
     border:1.5px solid black;
     text-align:center;
 }
 
 #draggable p  
 {
     cursor: move;
 }


.toolbarProperties /*From before spritesheet- think it's unused but just in case*/
{
    background-image: url(../images/about.png) !important;
    background-repeat: no-repeat; 
}

/*The following are for the new layer panel dropdown*/
/*Moved to xtheme-grey so they won't overwrite darkstyle.css*/
/*.layerPanelGears {background-image: url(../images/Gears.png) !important; background-repeat: no-repeat;}
.layerPanelCreateNew {background-image: url(../images/LayerPanelCreateNew.png) !important; background-repeat: no-repeat;}
.layerPanelAddExisting {background-image: url(../images/LayerPanelAddExisting.png) !important; background-repeat: no-repeat;}
.layerPanelModifyConfig {background-image: url(../images/LayerPanelConfig.png) !important; background-repeat: no-repeat;}
.layerPanelEditDefinitions {background-image: url(../images/LayerPanelEdit.png) !important; background-repeat: no-repeat;}
.layerPanelRemove {background-image: url(../images/LayerPanelDelete.png) !important; background-repeat: no-repeat;}*/

.CustomTabStyle .ajax__tab_header {
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    height: 21px;
}



table.SearchResultDiv tr td
{
      font-size:1em;
      border: 1px solid #6CAABA;
      padding: 3px 7px 2px 7px;
      cursor: pointer;
      
      max-width: 470px;
      width:auto;
      overflow: hidden;
}

table.SearchResultDiv td
{
	white-space: nowrap;
}

table.SearchResultDiv th
{
    text-align:center;
    padding-top:5px;
    padding-bottom:4px;
    padding-left:5px;
    padding-right:5px;
    background-color:#6CAABA;
    color:#000000;
    border-color:#6CAABA;
    max-width: 470px;
    width:auto;
    overflow: hidden;
}

/*
.toolbarPasteClonedFeature
{
    background-image: url(../images/ThinkGeo/Large/Paste.png) !important;
    background-repeat: no-repeat;
}
*/

/********* Alternate Colour Scheme Table ***************/

.colourscheme
{
  font-family:"Trebuchet MS", Arial, Helvetica, Sans-Serif;
  width:100%;
  border-collapse:collapse;
}

.colourscheme td, #colourscheme th
{
  font-size:1em;
  border: 1px solid #6CAABA;
  padding: 3px 7px 2px 7px;
}

.colourscheme th
{
  text-align:center;
  padding-top:5px;
  padding-bottom:4px;
  background-color:#6CAABA;
  color:#000000;
}

.colourscheme tr.alt td
{
  color:#000000;
  background-color:#C4DDE3;
}

.notfirst:hover
{
  background-color:#C4DDE3;
}

.overflowcontent 
{
    height: 100%;
    width: 100%;
    overflow: auto;
    border-radius: 4px;
}

.overflowcontent2
{
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

        /*OVERFLOW IS SCROLL BARS*/
    /*overflow-y: auto;
    overflow-x:auto;*/ 
        /*background: #f6f6f6;*/
    /*B-R IS CURVED EDGES*/


/*.extras
{
    width: 14px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
        border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 10px;
     border-bottom-left-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/

/*Blend in scroll bar in select feature*/
/*::-webkit-scrollbar {
    width: 14px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 10px;
     border-bottom-left-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/

.buttonwrap 
{
    position: relative;
    text-align: center;
}

.Grid td:not(first-child)
{
      font-size:1em;
      border: 1px solid #6CAABA;
      padding: 3px 7px 2px 7px;
      cursor: pointer;
}

.Grid tr:first-child 
{
    text-align:center;
    border-color: #6CAABA;
    padding-top:5px;
    padding-bottom:4px;
    background-color:#6CAABA;
    color:#000000;
}


/*div[aria-describedby="AlertDiv"]
{
    height: 64px !important;
    width: 64px !important;
    border: 0px none;
    background: transparent;
    position: fixed !important;
    right: 0px !important;
}*/

/********* Table drag and drop  ***************/


pre {
    background-color:#F0F0F0;
    font-weight:normal;
    line-height:1.1;
    padding:12px;
}

pre, code {
    color:#264A94;
    font-family:Monaco,Lucida Console,monospace;
    font-size:90%;
}

div#page {
    background-color: white;
    padding: 1em;
}

.tableDemo {
    background-color: white;
    border: 1px solid #666699;
    margin-right: 10px;
    padding: 6px;
}

.tableDemo table {
    border: 1px solid silver;
}

.tableDemo td {
 padding: 2px 6px
}

.tableDemo th {
    background-color:#29215A;
    color:white;
}

#table-2 th {
    background-color: #29215A;
    color: white;
}

#table-2 td, th {
    padding-right: 8px;
}

.category td {
    background-color: #E4EBF3;
}

.tDnD_whileDrag {
    background-color: #eee;
}

tr.alt td {
    background-color: #ecf6fc;
}

tr.myDragClass td {
    color: yellow;
    background-color: black;
}

td.dragHandle {
    
}

td.showDragHandle {
	background-image: url(/images/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

.versionHistory td {
    vertical-align: top;
    padding: 0.3em;
}


#example tr td:not(:first-child)
{
  /*cursor: default !important;*/
}


#example tr td:first-child
{
  cursor: move !important;
}

.opaqueDialog {
    opacity: 1.0 !important;
}

/*Disable SHARE, COPY and DELETE buttons*/
#buttonShareMap:disabled {
visibility : hidden; 
}

#buttonCopyMap:disabled {
visibility : hidden;
}

/*.MapToolsColumn
{
    vertical-align: top;
    padding-bottom: 20px;
}*/



#buttonDeleteMap:disabled {
visibility : hidden;
}

#buttonShareMap:enabled {
float: right;
}
div[radiobuttongroup="CreateLayer"][tag="New Layer"][rbItemSelected="false"] {
    background-image: url("/images/newlayer-create.png");
    width: 64px;
    height: 64px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
div[radiobuttongroup="CreateLayer"][tag="New Layer"][rbItemSelected="false"] {
    background-image: url("/images/newlayer-create.png");
    width: 64px;
    height: 64px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
div[radiobuttongroup="CreateLayer"][tag="New Layer"][rbItemSelected="false"] {
    background-image: url("/images/newlayer-create.png");
    width: 64px;
    height: 64px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
div[radiobuttongroup="CreateLayer"][tag="New Layer"][rbItemSelected="true"] {
    background-image: url("/images/newlayer-create_sel.png");
    width: 64px;
    height: 64px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
div[radiobuttongroup="CreateLayer"][tag="Import Layer"][rbItemSelected="false"] {
    background-image: url("/images/newlayer-import.png");
    width: 64px;
    height: 64px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
div[radiobuttongroup="CreateLayer"][tag="Import Layer"][rbItemSelected="true"] {
    background-image: url("/images/newlayer-import_sel.png");
    width: 64px;
    height: 64px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
div[radiobuttongroup="CreateLayer"][tag="Geocode Addresses"][rbItemSelected="false"] {
    background-image: url("/images/newlayer-geocode.png");
    width: 64px;
    height: 64px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
div[radiobuttongroup="CreateLayer"][tag="Geocode Addresses"][rbItemSelected="true"] {
    background-image: url("/images/newlayer-geocode_sel.png");
    width: 64px;
    height: 64px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
div[radiobuttongroup="CreateLayer"][tag="External Data"][rbItemSelected="false"]{background-image: url("/images/DBConnect.png");width: 64px;height: 64px;top: 0px;left: 0px;margin-left:auto;margin-right:auto;}
div[radiobuttongroup="CreateLayer"][tag="External Data"][rbItemSelected="true"]{background-image: url("/images/DBConnect_sel.png");width: 64px;height: 64px;top: 0px;left: 0px;margin-left:auto;margin-right:auto;}

#buttonCopyMap:enabled {
float: right;
}

#buttonDeleteMap:enabled {
float: right;
}
.RadioButtonNewLayerText {
    font-size: small;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
#ImportLayer{font-size:small;}
input[MapTools="true"][type="checkbox"][checked="checked"]{display: none;}
input[MapTools="true"][type="checkbox"]{display: none;}
input[MapTools="true"][type="checkbox"][checked="checked"][displaytext=""]{display: none;}
label[MapTools="true"] img {width:24px;height:24px;}


#DeleteLayerBtn:disabled {
visibility : hidden;
}

#DeleteLayerBtn:enabled {
float: right;
}


/* login screen specific */

#LoginPage h1, h2 {color: #1e4964; font-size: 1.8em; font-weight: bold; line-height: 1.1; margin: 0 0 1em; text-align:center;}




/*---------------------- */

/* Added resize events for full content */
@media only screen and (min-width : 1801px) 
{
    #Fullcontent {width: 63%; float:none; margin-left:auto; margin-right:auto; }
}


@media only screen and (min-width : 1500px) and (max-width : 1800px)
{
    #Fullcontent {width: 70%;  float:none; margin-left:auto; margin-right:auto; }
}

@media only screen and (min-width : 1200px) and (max-width : 1500px)
{
    #Fullcontent {width: 78%;  float:none; margin-left:auto; margin-right:auto; }
}

/*For map def popup on map screen*/
#ctl00_MainContent_MapUserControl_upMapDef #Fullcontent
{
    width: 100%;
}

/*
@media only screen and (max-width : 920px)
{
    #sb {float:left;}
}
*/

/* --------------------------------------*/

/*login specific buttons*/

.LoginButton
{
    padding :15px 45px;
    /*margin:0 45px 0 0;*/
    color: #1e4964;
    font-size: 14px;
    font-weight: bold;
    background-color:white;
    border-radius: 4px;
    border-color:#1e4964;
    border-width: 3px;
}

.LoginButton:hover
{
    padding:15px 45px;
    /*margin:0 45px 0 0;*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color:#1e4964;
    border-radius: 4px;
    border-color:#1e4964;
    border-width: 3px;
}
/*-----------------------*/

/* extra table layout */
.topalign
{
 vertical-align:top;   
}

.bottomalign
{
 vertical-align:bottom;
}

.middlealign
{
 vertical-align:middle;
}

.spriteHeader  {background-image: url('/Images/HeaderSpriteSheet.png'); background-color: transparent; background-repeat: no-repeat; display: inline; float: left;}
.Config_sel { width: 32px; height: 32px; background-position: 0px 0px; }
.Config { width: 32px; height: 32px; background-position: 0px -32px; }
.Image_sel { width: 32px; height: 32px; background-position: 0px -64px; }
.Image { width: 32px; height: 32px; background-position: 0px -96px; }
.FeatureHandling_sel { width: 32px; height: 32px; background-position: 0px -128px; }
.FeatureHandling { width: 32px; height: 32px; background-position: 0px -160px; }
.Visualization_sel { width: 32px; height: 32px; background-position: 0px -192px; }
.Visualization { width: 32px; height: 32px; background-position: 0px -224px; }
.Zoom_sel { width: 32px; height: 32px; background-position: 0px -256px; }
.Zoom { width: 32px; height: 32px; background-position: 0px -288px; }
.MapTools_sel { width: 32px; height: 32px; background-position: 0px -320px; }
.MapTools { width: 32px; height: 32px; background-position: 0px -352px; }
.Search_sel { width: 32px; height: 32px; background-position: 0px -384px; }
.Search { width: 32px; height: 32px; background-position: 0px -416px; }
.Setting_sel { width: 32px; height: 32px; background-position: 0px -448px; }
.Setting { width: 32px; height: 32px; background-position: 0px -480px; }
.LegendHeader_sel { width: 32px; height: 32px; background-position: 0px -512px; }
.LegendHeader { width: 32px; height: 32px; background-position: 0px -544px; }
.ShareAndPublish_sel { width: 32px; height: 32px; background-position: 0px -576px; }
.ShareAndPublish { width: 32px; height: 32px; background-position: 0px -608px; }
.LayerSwipeHeader_sel  { width: 32px; height: 32px; background-position: 0px -640px; }
.LayerSwipeHeader  { width: 32px; height: 32px; background-position: 0px -672px; }

 .searchIcon
 {
    background-image: url('/Images/searchIcon.png'); 
    background-color: transparent; 
    background-repeat: no-repeat;       
    width: 33px; 
    height: 34px; 
    background-position: right center; 
    cursor: pointer;
    float:left;
 }
 
 .displayNone
 {
     display:none !important;
 }
 
 .displayVisible
 {
     display:block !important;
 }
 
 .floatLeft
 {
     float:left;
 }
 
 .floatRight
 {
     float:right !important;
 }
 
 .leftPadding
 {
     left:5px;
 }
 
 .pointerCursor
 {
     cursor:pointer; 
 }

 .moveCursor{
    cursor:move;
}

.sprite { background-image: url('/Images/IconSpriteSheet.png'); background-color: transparent; background-repeat: no-repeat; display: inline; float: left; /*margin-left: 40px;*/ margin-right: 3px;}

.sprite_Coords { background-image: url('/Images/IconSpriteSheet.png'); background-color: transparent; background-repeat: no-repeat; display: inline; float: left; margin-left: 5px; }
.Map_sel { width: 20px; height: 20px; background-position: 0px 0px; }
.Map { width: 20px; height: 20px; background-position: 0px -20px; }
.Layer_sel { width: 20px; height: 20px; background-position: 0px -40px; }
.Layer { width: 20px; height: 20px; background-position: 0px -60px; }
.Style_sel { width: 20px; height: 20px; background-position: 0px -80px; }
.Style { width: 20px; height: 20px; background-position: 0px -100px; }
.UploadImages_sel { width: 20px; height: 20px; background-position: 0px -120px; }
.UploadImages { width: 20px; height: 20px; background-position: 0px -140px; }
.ViewImage_sel { width: 20px; height: 20px; background-position: 0px -160px; }
.ViewImage { width: 20px; height: 20px; background-position: 0px -180px; }
.AddDelFeat_sel { width: 20px; height: 20px; background-position: 0px -200px; }
.AddDelFeat { width: 20px; height: 20px; background-position: 0px -220px; }
.EditMode_sel { width: 20px; height: 20px; background-position: 0px -240px; }
.EditMode { width: 20px; height: 20px; background-position: 0px -260px; }
.Save_sel { width: 20px; height: 20px; background-position: 0px -280px; }
.Save { width: 20px; height: 20px; background-position: 0px -300px; }
.Properties_sel { width: 20px; height: 20px; background-position: 0px -320px; }
.Properties { width: 20px; height: 20px; background-position: 0px -340px; }
.Digitise_sel { width: 20px; height: 20px; background-position: 0px -360px; }
.Digitise { width: 20px; height: 20px; background-position: 0px -380px; }
.StreetView_sel { width: 20px; height: 20px; background-position: 0px -400px; }
.StreetView { width: 20px; height: 20px; background-position: 0px -420px; }
.PlaceRadius_sel { width: 20px; height: 20px; background-position: 0px -440px; }
.PlaceRadius { width: 20px; height: 20px; background-position: 0px -460px; }
.Measure_sel { width: 20px; height: 20px; background-position: 0px -480px; }
.Measure { width: 20px; height: 20px; background-position: 0px -500px; }
.aLegend_sel { width: 20px; height: 20px; background-position: 0px -520px; }
.Legend { width: 20px; height: 20px; background-position: 0px -540px; }
.Dataview_sel { width: 20px; height: 20px; background-position: 0px -560px; }
.Dataview { width: 20px; height: 20px; background-position: 0px -580px; }
.ZoomToLoc_sel { width: 20px; height: 20px; background-position: 0px -600px; }
.ZoomToLoc { width: 20px; height: 20px; background-position: 0px -620px; }
.FullExtent_sel { width: 20px; height: 20px; background-position: 0px -640px; }
.FullExtent { width: 20px; height: 20px; background-position: 0px -660px; }
.ZoomToLastFeat_sel { width: 20px; height: 20px; background-position: 0px -680px; }
.ZoomToLastFeat { width: 20px; height: 20px; background-position: 0px -700px; }
.MyLoc_sel { width: 20px; height: 20px; background-position: 0px -720px; }
.MyLoc { width: 20px; height: 20px; background-position: 0px -740px; }
.Scalebar_sel { width: 20px; height: 20px; background-position: 0px -760px; }
.Scalebar { width: 20px; height: 20px; background-position: 0px -780px; }
.ZoomBar_sel { width: 20px; height: 20px; background-position: 0px -800px; }
.ZoomBar { width: 20px; height: 20px; background-position: 0px -820px; }
.LayerSwitcher_sel { width: 20px; height: 20px; background-position: 0px -840px; }
.LayerSwitcher { width: 20px; height: 20px; background-position: 0px -860px; }
.aTreeView_sel { width: 20px; height: 20px; background-position: 0px -880px; }
.TreeView { width: 20px; height: 20px; background-position: 0px -900px; }
.LayerDropdown_sel { width: 20px; height: 20px; background-position: 0px -920px; }
.LayerDropdown { width: 20px; height: 20px; background-position: 0px -940px; }
.SearchFeat_sel { width: 20px; height: 20px; background-position: 0px -960px; }
.SearchFeat_sel_Coords { width: 25px; height: 25px; background-position: 0px -960px; position:relative; left:3px; bottom:7px;}
#btnCoords_External{top:7px;} /*AZI-2041*/
.SearchFeat { width: 20px; height: 20px; background-position: 0px -980px; }
.SavedSearch_sel { width: 20px; height: 20px; background-position: 0px -1000px; }
.SavedSearch { width: 20px; height: 20px; background-position: 0px -1020px; }
.SaveStatus_sel { width: 20px; height: 20px; background-position: 0px -1040px; }
.SaveStatus { width: 20px; height: 20px; background-position: 0px -1060px; }
.AutoRefresh_sel { width: 20px; height: 20px; background-position: 0px -1080px; }
.AutoRefresh { width: 20px; height: 20px; background-position: 0px -1100px; }
.ShowToolbars_sel { width: 20px; height: 20px; background-position: 0px -1120px; }
.ShowToolbars { width: 20px; height: 20px; background-position: 0px -1140px; }
.What3Words_sel { width: 20px; height: 20px; background-position: 0px -1240px; }
.What3Words { width: 20px; height: 20px; background-position: 0px -1260px; }
.PermanentLegend_sel { width: 20px; height: 20px; background-position: 0px -1160px; }
.PermanentLegend { width: 20px; height: 20px; background-position: 0px -1180px; }
.Publish_sel { width: 20px; height: 20px; background-position: 0px -1200px; }
.Publish { width: 20px; height: 20px; background-position: 0px -1220px; }
.AddUserFeedback_sel { width: 20px; height: 20px; background-position: 0px -1280px; }
.AddUserFeedback { width: 20px; height: 20px; background-position: 0px -1300px; }
.PermanentSpatialFilterTool_sel { width: 20px; height: 20px; background-position: 0px -1360px; }
.PermanentSpatialFilterTool { width: 20px; height: 20px; background-position: 0px -1380px; }
.PermanentAdvancedColumnSearchTool_sel  { width: 20px; height: 20px; background-position: 0px -1320px; }
.PermanentAdvancedColumnSearchTool { width: 20px; height: 20px; background-position: 0px -1340px; }
.AttributeSearchTool_sel  { width: 20px; height: 20px; background-position: 0px -1400px; }
.AttributeSearchTool  { width: 20px; height: 20px; background-position: 0px -1420px; }
.InfoBtn_sel { width: 20px; height: 20px; background-position: 0px -1440px; }
.InfoBtn { width: 20px; height: 20px; background-position: 0px -1460px; }
.RouteBtn_sel  { width: 20px; height: 20px;background-position: 0px -1480px }
.RouteBtn {
    width: 20px;
    height: 20px;
    background-position: 0px -1500px
}
/*.RouteBtn_sel { width: 20px; height: 20px; background-position: 0px -1480px; }
.RouteBtn  { width: 20px; height: 20px; background-position: 0px -1500px; }*/
.LayerSwipe_sel  { width: 20px; height: 20px; background-position: 0px -1520px; }
.LayerSwipe  { width: 20px; height: 20px; background-position: 0px -1540px; }
.LayerSwipeAO_sel  { width: 20px; height: 20px; background-position: 0px -1560px; }
.LayerSwipeAO  { width: 20px; height: 20px; background-position: 0px -1580px; }
.SketchToolsBtn_sel { width: 20px; height: 20px;background-image: url('/Images/sketchSel.png'); }
.SketchToolsBtn { width: 20px; height: 20px;background-image: url('/Images/sketchinactive.png'); }
.ShareMap_sel { width: 20px; height: 20px; background-image: url('/Images/ShareMap_sel.png'); }
.ShareMap { width: 20px; height: 20px; background-image: url('/Images/ShareMap.png'); }
.ShareFeature_sel { width: 20px; height: 20px; background-image: url('/Images/ShareFeature_sel.png'); }
.ShareFeature { width: 20px; height: 20px; background-image: url('/Images/ShareFeature.png'); }
.PrintTool_sel { width: 20px; height: 20px; background-image: url('/Images/PrintTool_sel.png'); }
.PrintTool { width: 20px; height: 20px; background-image: url('/Images/PrintTool.png'); }
.geoBookMark_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -1600px;
}

.geoBookMark {
    width: 20px;
    height: 20px;
    background-position: 0px -1620px;
}
.geoBookMark_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -1600px;
}

.chartTool {
    width: 20px;
    height: 20px;
    background-position: 0px -2020px;
}
.chartTool_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -2000px;
}
.colSearchTool {
    width: 20px;
    height: 20px;
    background-position: 0px -3000px;
}

.colSearchTool_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -2280px;
}

.freeReportTool {
    width: 20px;
    height: 20px;
    background-position: 0px -2060px;
}

.freeReportTool_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -2040px;
}
.polyReportTool {
    width: 20px;
    height: 20px;
    background-position: 0px -2100px;
}

.polyReportTool_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -2080px;
}
.joinTool {
    width: 20px;
    height: 20px;
    background-position: 0px -1860px;
}

.joinTool_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -1840px;
}
.driveTimeTool {
    width: 20px;
    height: 20px;
    background-position: 0px -2180px;
}

.driveTimeTool_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -2160px;
}
.speedTool {
    width: 20px;
    height: 20px;
    background-position: 0px -2220px;
}

.speedTool_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -2200px;
}
.walkTimeTool {
    width: 20px;
    height: 20px;
    background-position: 0px -2260px;
}

.walkTimeTool_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -2240px;
}

.zoomBoxTool {
    width: 20px;
    height: 20px;
    background-position: 0px -2340px;
}

.zoomBoxTool_sel {
    width: 20px;
    height: 20px;
    background-position: 0px -2320px;
}


/*Change header colour of pop ups */
/*.ui-dialog-titlebar{
    background: none 1E4964;
}*/
.ui-draggable .ui-dialog-titlebar
{ background: #1E4964;
}

/* minimise icon on tree view*/
.xtool
{
    background-image:url(../images/gray/panel/treebarrow.png);
}

.x-tool-collapse-west {
    background-position:0px 0px;
}

.x-tool-collapse-west-over {
    background-position:-16px 0px;
}
/*-----------------------------*/

.popUpDivColourSuccess
{
     background-color:#407D35 !important;
     color:White !important;
     border-style: solid !important;
     border-color: #407D35 !important;
     border-width:5px !important;
    min-height: inherit !important;
}

.popUpDivColourFail
{
     background-color:#E1040A !important;
     color:White !important;
     border-style: solid !important;
     border-color: #E1040A !important;
     border-width:5px !important;
     min-height: inherit !important;
}

.samplemaps
{
    float: left; 
    margin-right: 30px;
}

.samplemappanels
{
    margin-bottom: -15px; 
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; 
    border-bottom-left-radius: 8px; 
    border-bottom-right-radius: 8px;
}

.samplemapimages
{
    margin-left: 4px;
    margin-top: 4px;
}

.samplemaplabels
{
    margin-left: 4px; 
    margin-bottom: 10px;
    /*overflow:hidden;*/
}

.samplemapgrid
{
    float: left; 
    width: 70%;
}

.sidebars
{
    float: left;
    min-height: 397px; 
    width: 30%; 
    min-width: 200px; 
    padding: 0 1em 0 4em; 
    background:url(../images/bck_sub.jpg) no-repeat left top;
}

.resetPW_btn
{
    background-color:transparent;
   border:none;
   color:#808080;
   cursor:pointer;
   padding: 0px;
   font-size:16px;
}

.ChangePWlabel
{
    font-family:Verdana !important;
    font-size:16px !important;
}

.Layers
{
    background-image: url(/images/ThinkGeo/Large/Layers.png);
    background-repeat: no-repeat; 
}

.BaseLayers
{
    background-image: url(/images/ThinkGeo/Large/BaseLayer.png);
    background-repeat: no-repeat; 
}

.threeDLayers {
    background-image: url(/images/ThinkGeo/Large/3D.png) !important;
    background-repeat: no-repeat;
}

.AttributionText
{
    color: rgb(73, 64, 64);
    font-weight: bolder;
}

.AttributionText a
{
    color: #0000EE !important;
    font-weight: bolder;
}

.olBingAttribution
{
    color: rgb(73, 64, 64) !important;
    font-weight: bolder !important;
    white-space:nowrap !important;
    display: inline-block !important;
}

.olBingAttribution div
{
    white-space:nowrap !important;
    display: inline-block !important;
}

.olBingAttribution a[href="http://www.microsoft.com/maps/product/terms.html"]
{
    color: #0000EE !important;
    font-weight: bolder !important;
    white-space:nowrap !important;
    display: inline-block !important;
}


.olBingAttribution img
{
    height: 19px;
}

.AttribHeading
{
color: #1e4964; 
 font-size: 1.4em; 
 font-weight: bold; 
 line-height: 1.1;    
}

.AttribHeading2
{
color: #1e4964; 
 font-size: 1em; 
 font-weight: bold; 
 line-height: 1.1;    
}

.AttribPanels
{
    float: left; 
    margin-right: 18px;
    width: 48%;
}

.AttribPanels2
{
    float: left; 
    width: 100%;
}

.olControlAttribution 
{
    bottom: 0.1em;
    background: white;
    opacity: 0.7;
}


.olControlScale
{
    right: auto !important;
    background-color: rgba(255,255,255,0.7) !important;
    left: 0px !important;
    bottom: 0px !important;
}


.ExternalDBSubTitle
{
    margin-bottom: 5px !important;
}

.SelectTableExternalDB
{
    max-width: 250px;
    overflow: auto;
    height: 91px;
}




.btnReturnToFirstPageFromSelectTable2
{
    float:right;
}

.btnCreateExtDatastore
{
    float:right;
}

.ExternalDataLastPageComponentWidth
{
    width: 250px;
    overflow-x: hidden;
}


#upConnBuilder
{
    font-size: 15px !important;
}

.FloatTableLeft
{
    float:left;
}

.ShowHelp
{
    z-index: 2147483647 !important;
}

.ui-widget-header
{
    background: #1E4964 !important;
    color:White !important;
}

/*.ui-widget-header
{
    color: #EAF5F7 !important;
}*/

/*Map Genie Layers*/
.Premium, .Public, ._25inch, .SixInch_Col, .SixInch_bw, .SixInch_Cassini, .Standard, .Hill_Shading, .Custom, ._2005, ._2000, ._1995, .MSPremium, .MSPublic, .HybridBuildings, .HybridTransport, .HybridStandard, .Eire, .digitalglobe { background-image: url('../../images/GenieLayers/mapGenieSprite.png'); background-color: transparent; background-repeat: no-repeat; }
.Premium { width: 25px; height: 25px; background-position: 0px 0px; border: 1px solid LightGray }
.Public { width: 25px; height: 25px; background-position: -25px 0px; border: 1px solid LightGray }
._25inch { width: 25px; height: 25px; background-position: -50px 0px; border: 1px solid LightGray }
.SixInch_Col { width: 25px; height: 25px; background-position: -75px 0px; border: 1px solid LightGray }
.SixInch_bw { width: 25px; height: 25px; background-position: -100px 0px; border: 1px solid LightGray }
.SixInch_Cassini { width: 25px; height: 25px; background-position: -75px 0px; border: 1px solid LightGray }
.Standard { width: 25px; height: 25px; background-position: -150px 0px; border: 1px solid LightGray }
.Hill_Shading { width: 25px; height: 25px; background-position: -175px 0px; border: 1px solid LightGray }
.Custom { width: 25px; height: 25px; background-position: -200px 0px; border: 1px solid LightGray }
._2005 { width: 25px; height: 25px; background-position: -225px 0px; border: 1px solid LightGray }
._2000 { width: 25px; height: 25px; background-position: -250px 0px; border: 1px solid LightGray }
._1995 { width: 25px; height: 25px; background-position: -275px 0px; border: 1px solid LightGray }

.MSPremium { width: 25px; height: 25px; background-position: 0px 0px; border: 1px solid LightGray }
.MSPublic { width: 25px; height: 25px; background-position: -25px 0px; border: 1px solid LightGray }
.HybridBuildings { width: 25px; height: 25px; background-position: -200px 0px; border: 1px solid LightGray }
.HybridTransport { width: 25px; height: 25px; background-position: -200px 0px; border: 1px solid LightGray }
.HybridStandard { width: 25px; height: 25px; background-position: -200px 0px; border: 1px solid LightGray }
.Eire { width: 25px; height: 25px; background-position: -150px 0px; border: 1px solid LightGray }
.Dynamic { width: 25px; height: 25px; border: 1px solid LightGray; background-image: url('../../images/GenieLayers/DynamicBoth.png'); background-color: transparent; background-repeat: no-repeat; }
.digitalglobe{ width: 25px; height: 25px; background-position: -200px 0px; border: 1px solid LightGray;}

/*(AZI-992) Remove radio btns that appear on the switcher for FF and IE*/
input[value="Premium"] {display: none;}
input[value="Public"] {display: none;}
input[value="_25inch"] {display: none;}
input[value="SixInch_Col"] {display: none;}
input[value="SixInch_bw"] {display: none;}
input[value="SixInch_Cassini"] {display: none;}
input[value="Standard"] {display: none;}
input[value="Hill_Shading"] {display: none;}
input[value="Custom"] {display: none;}
input[value="_2005"] {display: none;}
input[value="_2000"] {display: none;}
input[value="_1995"] {display: none;}
input[value="MSPremium"] {display: none;}
input[value="MSPublic"] {display: none;}
input[value="HybridBuildings"] {display: none;}
input[value="HybridTransport"] {display: none;}
input[value="HybridStandard"] {display: none;}
input[value="Eire"] {display: none;}
input[value="Dynamic"] {display: none;}
input[value="DigitalGlobe"] {display: none;}

/*
.sprite, .basemap_premium, .mapGenieBaseMap, .historic_25inch, .historic_6inch_cl, .historic_6inch_bw, .6inch_cassini, .discovery, .discovery_hs, .ortho, .ortho_2005, .ortho_2000, .ortho_1995 { background-image: url('../../images/GenieLayers/mapGenieSprite.png'); background-color: transparent; background-repeat: no-repeat; }
.basemap_premium { width: 25px; height: 25px; background-position: 0px 0px; }
.mapGenieBaseMap { width: 25px; height: 25px; background-position: -25px 0px; }
.historic_25inch { width: 25px; height: 25px; background-position: -50px 0px; }
.historic_6inch_cl { width: 25px; height: 25px; background-position: -75px 0px; }
.historic_6inch_bw { width: 25px; height: 25px; background-position: -100px 0px; }
.6inch_cassini { width: 25px; height: 25px; background-position: -125px 0px; }
.discovery { width: 25px; height: 25px; background-position: -150px 0px; }
.discovery_hs { width: 25px; height: 25px; background-position: -175px 0px; }
.ortho { width: 25px; height: 25px; background-position: -200px 0px; }
.ortho_2005 { width: 25px; height: 25px; background-position: -225px 0px; }
.ortho_2000 { width: 25px; height: 25px; background-position: -250px 0px; }
.ortho_1995 { width: 25px; height: 25px; background-position: -275px 0px; }

.sprite, .basemap_premium, .basemap_public, .discovery, .basemap_ms_public,  .discovery_hs, .ortho,  { background-image: url('../../images/GenieLayers/mapGenieSprite.png'); background-color: transparent; background-repeat: no-repeat; }
.basemap_premium { width: 25px; height: 25px; background-position: 0px 0px; }
.basemap_public { width: 25px; height: 25px; background-position: -50px 0px; }
.discovery { width: 25px; height: 25px; background-position: -150px 0px; }
.basemap_ms_public { width: 25px; height: 25px; background-position: -200px 0px; }
.discovery { width: 25px; height: 25px; background-position: -225px 0px; }
.discovery_hs { width: 25px; height: 25px; background-position: -250px 0px; }
.ortho { width: 25px; height: 25px; background-position: -275px 0px; }*/

.baseLayer-selector input[type=radio]{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
       
        .flags-canada, .flags-mexico, .flags-usa {
  background-image: url('../images/flags.png');
  background-repeat: no-repeat;
}
        
.standard, .landscapeTF, .humanitarian, .cycle, .outdoors, .transport, .transportDark, .mapQuest, .toner, .waterColour, .hybridGOOGLE, .satellite, .roadLayerImage, .hybridBing, .aerialLayerImage, .other, .roadMap, .terrain, .mapQuestSat, .hereStandard, .hereSatellite, .hereTerrain
{
    background-image: url('./../images/BaseLayers/baseLayersSprite3.png');
    background-repeat: no-repeat;
}

.OSGOutdoor {
    background-image: url('/images/osoutdoors.png');
    background-repeat: no-repeat;
}

.OSGRoad{
    background-image: url('/images/osroad.png');
    background-repeat: no-repeat;
}
.OSGLight {
    background-image: url('/images/oslight.png');
    background-repeat: no-repeat;
}
.OSGNight {
    background-image: url('/images/osnight.png');
    background-repeat: no-repeat;
}
.geoTiff
{
    background-image: url('/images/tiffPlaceholder.png');
    background-repeat: no-repeat;
}


.customBaseLayer
{
    background-image: url('/images/tiffPlaceholder.png');
    background-repeat: no-repeat;
}
/*.visa{background-image:url(http://i.imgur.com/lXzJ1eB.png);}
.mastercard{background-image:url(http://i.imgur.com/SJbRQF7.png);}*/
/*.sprite { background-image: url('./../images/BaseLayers/baseLayersSprite.png'); background-color: transparent; background-repeat: no-repeat; }*/

.standard { width: 25px; height: 25px; background-position: 0px 0px; border: 1px solid LightGray }
.landscapeTF { width: 25px; height: 25px; background-position: -25px 0px; border: 1px solid LightGray }
.humanitarian { width: 25px; height: 25px; background-position: -50px 0px; border: 1px solid LightGray }
.cycle { width: 25px; height: 25px; background-position: -75px 0px; border: 1px solid LightGray }
.outdoors { width: 25px; height: 25px; background-position: -100px 0px; border: 1px solid LightGray }
.transport { width: 25px; height: 25px; background-position: -125px 0px; border: 1px solid LightGray }
.transportDark { width: 25px; height: 25px; background-position: -150px 0px; border: 1px solid LightGray }
.mapQuest { width: 25px; height: 25px; background-position: -175px 0px; border: 1px solid LightGray }
.toner { width: 25px; height: 25px; background-position: -200px 0px; border: 1px solid LightGray }
.waterColour { width: 25px; height: 25px; background-position: -225px 0px; border: 1px solid LightGray }
.hybridGOOGLE { width: 25px; height: 25px; background-position: -250px 0px; border: 1px solid LightGray }
.satellite { width: 25px; height: 25px; background-position: -275px 0px; border: 1px solid LightGray }
.roadLayerImage { width: 25px; height: 25px; background-position: -300px 0px; border: 1px solid LightGray }
.hybridBing { width: 25px; height: 25px; background-position: -325px 0px; border: 1px solid LightGray }
.aerialLayerImage { width: 25px; height: 25px; background-position: -350px 0px; border: 1px solid LightGray }
.other { width: 25px; height: 25px; background-position: -375px 0px; border: 1px solid LightGray; border: 1px solid LightGray }
.roadMap { width: 25px; height: 25px; background-position: -400px 0px; border: 1px solid LightGray }
.terrain { width: 25px; height: 25px; background-position: -425px 0px; border: 1px solid LightGray }
.mapQuestSat { width: 25px; height: 25px; background-position: -450px 0px; border: 1px solid LightGray }
.hereStandard { width: 25px; height: 25px; background-position: -475px 0px; border: 1px solid LightGray }
.hereSatellite { width: 25px; height: 25px; background-position: -500px 0px; border: 1px solid LightGray }
.hereTerrain { width: 25px; height: 25px; background-position: -525px 0px; border: 1px solid LightGray }

.baseLayer-selector input:active +.baseLayer-cc{opacity: .9;}
.baseLayer-selector input:checked +.baseLayer-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.baseLayer-selector input[type="radio"]{display:none;}
.baseLayer-cc
{
    cursor:pointer;
    /*background-size:contain;*/
    background: black solid 1px;
    background-repeat:no-repeat;
    display:inline-block;
    width:25px;height:25px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
   /* -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);*/
             /*-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);*/
}
.baseLayer-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/* Extras */
/*a:visited{color:#888}
a{color:#444;text-decoration:none;}
p{margin-bottom:.3em;}*/
/*----------------------------------------------/*



/*Tooltips for hovering over base layers */
[data-tip] {
	position:relative;
	
}

[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1a1a1a;	
	position:absolute;
	top:25px;
	left:0px;
	/*top:-25px;
	left:-50px;*/
   /* top:-25px;*/
	
	right:-25px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
	opacity:0.8;
	
	/*position : absolute;
    content : attr(tooltip);
    ppacity : 0;*/
	

	/*border-style: solid;
    border-color: #ff0000 #0000ff;*/
}

/*[tooltip]:hover:before {        
    opacity : 1;
    margin-top:10px;
}*/

[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position: absolute;
	top:-30px;
	right:0px;
	/*top:0px;
	left:0px;*/
	padding:5px 8px;
	background:#1a1a1a;
	color:#fff;
	z-index:9;
	font-size: 0.75em;
	height:30px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
	/*opacity:0.8;*/
	
	
	
		/*top:35px;
	left:0px;*/
	/*border-style: solid;
    border-color: #ff0000 #0000ff;*/
}
[data-tip]:hover:before
{
    display:block;
}
[data-tip]:hover:after {
	display:block;
}

/*.links:link { color: blue; background: none; } 
.links:visited { color: #663399; background: none; } 
.links:active { color: red; background: yellow; } 
.links:hover { color: blue; background: yellow; }*/

input:focus { 
  /*  background-color: yellow;*/
}

/*.layersLinks
{
        font-weight: bolder;
        link { color: blue; background: none; } 
        links:visited { color: #663399; background: none; } 
        links:active { color: red; background: yellow; } 
        links:hover { color: blue; background: yellow; }
}*/


/*Base Layer Image selector*/
.td_baseLayer
{
    padding-right:7px;
}

.baseLayerTable td
{
    padding:0px 0px 2px 0px; 
}

.dateTemplateTable
{
    border: 1px solid black;
    border-collapse: collapse;
}

/*.table#DTtable tr:nth-child(even) {
    background-color: #eee;
}
.table#DTtable tr:nth-child(odd) {
   background-color:#fff;
}
.table#DTtable th	{
    background-color: black;
    color: white;
}*/


/*edit for toolbar overflow*/
@media (max-width: 600px) {
ul.x-menu-list {
  max-height: 350px;
 /* overflow-y: scroll;*/ /*this removes the vectrical scroll bar from the layer panel drop down on the map, when the screen size is mobile*/
}
}

.dropDownToolbar
{
  max-height: 350px;
  overflow-y: none;
}

.x-menu-item-icon {
            left: 0px;
}

.printwindow{
    width: 140px !important;
}


#SQLEditor
{
    width: 100%;
    height: 250px;
}


.SpatialFilterOption
{
    float:left;
    margin: 3px;
    width: 143px;
    margin-right: 1%;
}

/** center place help section in homepage*/
.cent {
            float: none;
            margin-left: auto;
            margin-right: auto;
}

/** center No layers label in treewindow*/
.noLayers {
            margin-left: 15%
}



.disabled2
{
    color: grey !important;
    pointer-events: none;
}

.disabled2 h3
{
    color: grey !important;
    pointer-events: none;
}

.disabled2 #ddlCoordSys
{
    color: grey !important;
    pointer-events: none;
}

.disabled2 #ddlGeoColumnsColumns
{
    color: grey !important;
    pointer-events: none;
}

.disabled2 #ddlTableColumns
{
    color: grey !important;
    pointer-events: none;
}


/*
.sprite { background-image: url('/Images/IconSpriteSheet.png'); background-color: transparent; background-repeat: no-repeat; display: inline; float: left; margin-left: 40px; }
.Map_sel { width: 20px; height: 20px; background-position: 0px 0px; }
.Map { width: 20px; height: 20px; background-position: 0px -20px; }
.Layer_sel { width: 20px; height: 20px; background-position: 0px -40px; }
.Layer { width: 20px; height: 20px; background-position: 0px -60px; }
.Style_sel { width: 20px; height: 20px; background-position: 0px -80px; }
.Style { width: 20px; height: 20px; background-position: 0px -100px; }
.UploadImages_sel { width: 20px; height: 20px; background-position: 0px -120px; }


.spacialSprite { background-image: url('/Images/SpacialSpriteSheet.png'); background-color: transparent; background-repeat: no-repeat;}
.Buffer { width: 20px; height: 20px; background-position: 0px 0px; }
.Contains { width: 20px; height: 20px; background-position: 0px -20px; }
.DrawFeature { width: 20px; height: 20px; background-position: 0px -40px; }
.Intersect { width: 20px; height: 20px; background-position: 0px -60px; }
.Overlaps { width: 20px; height: 20px; background-position: 0px -80px; }
.SelectFeature { width: 20px; height: 20px; background-position: 0px -100px; }
.SelectLayer { width: 20px; height: 20px; background-position: 0px -120px; }
.Touches { width: 20px; height: 20px; background-position: 0px -140px; }
.Within { width: 20px; height: 20px; background-position: 0px -160px; }*/

input[type='search']
{
    visibility: visible !important;
    position: static !important;
}

/*label > input{ /* HIDE RADIO 
  visibility: hidden; /* Makes input not-clickable 
  position: absolute; /* Remove input from document flow 
}*/
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  /*border:2px solid transparent;*/
  opacity: 0.33;
    filter: alpha(opacity=33); /* For IE8 and earlier */
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  /*border:2px solid #f00;*/
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

label > img + input{ /* IMAGE STYLES */
  cursor:pointer;
  /*border:2px solid transparent;*/
  opacity: 0.33;
    filter: alpha(opacity=33); /* For IE8 and earlier */
}
label >img + input:checked{ /* (RADIO CHECKED) IMAGE STYLES */
  /*border:2px solid #f00;*/
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

#baseLayerOpacitySlider
{
    border: 1px solid #aaa;
    background: #ddd !important;
}

.ui-dialog-titlebar-close
{
    background: white !important;
    background-color: White;
}

.ui-dialog-titlebar-close-PP
{
    background-image: url('../JavascriptLibraries/jquery-ui-1.11.4.custom/images/ui-icons_056b93_256x240.png') !important;
    background-position: 162px 114px !important;
}

.popUpBackCol .ui-dialog-titlebar-close
{
    background: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default #box{
    background: #1e4964;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-headerb .ui-state-active #box
{
    border: 1px solid #aaa;
    border-color: #aaa;
    background: #1e4964;
}

#treewindow .x-slider-thumb
{
    border: 1px solid #aaa;
    border-color: #e4e4e4;
    background: #1e4964;
    color: #cbcbcb;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 17px; 
    height: 17px;    
}

#treewindow .x-slider-thumb-over
{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 17px; 
    height: 17px;
    border: 1px solid #aaa;
    background: #1e4964;

}

#treewindow .x-slider-inner
{
    background-image: url(/images/slider-bg.png);
}

#treewindow .x-slider-horz
{
    background-image: url(/images/slider-bg.png);
}

.printhelpmsg
{
    position: absolute;
    left: 87%;
    top: 1%;
}

/*.x-btn-icon .x-btn-small .x-btn-text
{
    height:32px !important;
    width:32px !important;
}*/

.layerDetailsEntryBox
{
    width: 270px !important;
}

.layerAttribContainer
{
    max-width: 290px;
    float: left;
}

#addLayerAttributeDiv .floaterDiv .floaterDiv2{height: auto !important; min-height:500px;}
#addLayerAttributeDiv {max-height:none !important;}
.AddAttributePanelEntry {width: 240px !important;}
.AddAttributePanelMultiSelectOption {width: 200px !important; display: inline-block !important; height: 24px !important;}
.AddAttributePanelMultiSelectButtons {padding-top: 2px; padding-bottom: 6px;}
.AddAttributePanelMultiSelectPanel {min-height: 50px; max-height: 100px; overflow-y: auto;}

/*For upload image panel*/
#ctl00_MainContent_MapUserControl_ajaxUploadImage_ctl04{width: 225px !important;}
#ctl00_MainContent_MapUserControl_ajaxUploadImage_ctl01{min-width: 328px !important; width: 328px !important; background: url(/images/VOSelectFileButton.png) 100% 1px no-repeat !important; padding-bottom: 30px !important;}
#ctl00_MainContent_MapUserControl_ajaxUploadImage_ctl02{width: 320px !important;}
/*Same again for iFrame*/
#MapUserControl_ajaxUploadImage_ctl04{width: 225px !important;}
#MapUserControl_ajaxUploadImage_ctl01{min-width: 328px !important; width: 328px !important; background: url(/images/VOSelectFileButton.png) 100% 1px no-repeat !important; padding-bottom: 30px !important;}
#MapUserControl_ajaxUploadImage_ctl02{width: 225px !important;}
/*Additional for IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #ctl00_MainContent_MapUserControl_ajaxUploadImage_ctl01 {background: url(/images/VOSelectFileButton.png) 75% 1px no-repeat !important;}
    #ctl00_MainContent_MapUserControl_ajaxUploadImage_ctl04{margin-top: 8px;}}
@supports (-ms-accelerator:true) {
    #ctl00_MainContent_MapUserControl_ajaxUploadImage_ctl01 {background: url(/images/VOSelectFileButton.png) 75% 1px no-repeat !important;}
    #ctl00_MainContent_MapUserControl_ajaxUploadImage_ctl04{margin-top: 8px;}}

/*Max layers reached popup*/
.NotAccessiblePopUp
{
    /*display:block;
    width:100%;
    height:100px;*/
    border:none;
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}


.ZIndexToFront
{
    z-index:99999999;
}

.ZIndexToFrontImportant {
    z-index: 99999999 !Important;
}

.spatSearchCloseCls
{
    background: url('/images/exit2.png') no-repeat 0 0;
}

.spacimghelp
{
    background: url('/images/HelpIcon2.png') no-repeat 0 0;
}

.spacimghelp2 /*For AZI-3213*/
{
    background: url('/images/HelpIcon2.png') no-repeat 0 0;
}

/*For checkboxes on zoom to location panel*/
.What3Words64px { background-image: url('/images/What3Words64.png'); background-color: transparent; background-repeat: no-repeat; width: 32px; height: 32px; background-size: 32px; background-position: 0px 0px; }
.LatitudeLongitude64px { background-image: url('/images/LatLon64.png'); background-color: transparent; background-repeat: no-repeat; width: 32px; height: 32px; background-size: 32px; background-position: 0px 0px; }

/*For buttons on What3Words panel*/
.placeMarker64px { background-image: url('/images/PlaceMarker64.png'); background-color: transparent; background-repeat: no-repeat; width: 64px; height: 64px; background-position: 0px 0px; 
border: none;}
.house64px { background-image: url('/images/house64.png'); background-color: transparent; background-repeat: no-repeat; width: 64px; height: 64px; background-position: 0px 0px;
border: none;}

/*For priceplan pages*/
#pageWrap2
{
    position: relative;
    margin: 0 auto;
    background: none;
    width:100%;
}

/*Confirm Account Details Page*/
.TextTransformNone
{
    text-transform:none;
}

.GreenText
{
    color:Green;
    /*font-size: large;*/
}

.BlackText
{
    color:Black;
    font-size:30px;
}

.ConfirmAccountDetails
{
    color:#A6A7A8;
    /*font-size: large;*/
}

div.fright
{
    border-left:none !important;
}

.boldFontWeight
{
    font-weight:bold !important;
}

.borderBottom
{
    border-bottom:1px solid #ccc;
}

.floatRight
{
    float:right;
}

.floatLeft
{
    float:left;
}

.largeFontSize
{
    font-size:large;
}

.centerHeader
{
    text-align:center;
}

.addPadding
{
  padding: 0 45px 0 45px;
}

/*No longer needed*/
/*
.SanSerifFont
{
   font-family: Sans-Serif !important;
}
*/

.ChangePlanLinkButton
{
    text-decoration: underline;
    color: Green;
    font-weight: bold;
}

.blackHyperlinkText
{
    text-decoration: underline;
    color: black;
    font-weight: bold;
}

.ajax__fileupload_selectFileContainer input
{
    position: absolute !important;
}

.PointerEventNone
{
    pointer-events:none;
}

.DisplayInlineBlock
{
    display: inline-block;
}

.checkBoxClientSide
{
    width:30px !important;
}

.keepCoordsC input#autoDetectCSV
{
    width:8%;
}

.keepCoords input#keepCoords
{
    width:8%;
}

.googLinks
{
    color: #1a0dab;
    font-family: Sans-Serif;
    font-style: normal;
}

.googLinks:visited
{
    color: #609;
}

.googLinks:hover
{
text-decoration: underline;
}


 .ui-autocompleteEPSG {
    
}

.trafficCheck {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 15px;
}

.trafficCheck input[type="checkbox"] {
    opacity:0;
    height: 14px;
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.trafficCheck input[type="checkbox"] + label {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAF8SURBVCiRfZCxihNhFIW/82cTNrJJCkHwAbTQxTCZpLYSUauVRRBfYC0FEQRLRVALC8Vn0BXZatdHGJgbsBdBrLZTJllIMfmvzahJduIpz3/Ovd9/YY3yPH9jZtHM3q7LqM40sx5wDGwCs0ajcT5Jkl+ruVA7UbpeFQE25/P5tbrcRp1ZFMWnTqezI+lcjPF4Op0erkNfUpZlXXdfInL3kGVZ9xThqpHn+aMQwk3gIMZYSNoCdtz9aDQavfgvtqR77n4FuCpp0T8LLJVP4fHvUKtqrX5HAGZ2RtIddz9pt9tHs9lsN8Y4BHqSfgLjZrP5sSzLWzHGrVar9b7f75/IzJ4D96vggzRNX6/ZjJk9BF4CBfBuA9gGehX2KzNLJB0AP8qynIQQWiGECzHG28Ddak4XuCyAPM9vSHoGJOu2LuiLpMdpmn7+e05313g83gWeAhdrSl8lPRkMBvuSHBauLcmHw+E+sO3ue8C36um7u+9NJpNLaZp++FME+A2X2ZPj1uoIZwAAAABJRU5ErkJggg==);
    height: 14px;
    width: 15px;
    display:inline-block;
    padding: 0 0 0 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.transitCheck input[type="checkbox"] + label
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFXSURBVDiNtZE9SwNBEIafuXiKIJaClv6BaNgUlldpZ2XpL0gnpFW0EhtBK4t0YieIWNgExMYieJAmTSq1Mo0cJBZ3546FObjsXQQLB7aYd3bej10hV2EYrlhrj4BFymsEHBhjXjPAy0+ttdfAZtar6lBVP8bHAgFwq6qS3ZlxFAywZ4w5L5PvdDrbInLT6/V8IC44GKtGU+wDFGYFAiCZti0isy7mRgBY73a7bRGZIIrjuCIiG6r6O4GINJMkaZY5cJehPMKf6l8IWqq6A3zlQRHZBc7cy+4bDIGuiDzw88/zYzxV1baqeiLyORgM7DSCBtACToGKI/QmIqmqNoIgSEsjGGOugAtnOasKcFmv11sT0fJNGIbGWvukqiee5704BMuquu95XlCr1R4LBP1+fy6KomdgFbgrcQCwBbz7vr9WrVZHExGiKDoEln5ZBrgHFtI0Pc6AbwrShWRZnuj6AAAAAElFTkSuQmCC);
}

.bikeCheck input[type="checkbox"] + label
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAABDElEQVQYGb3Bvy5DARwF4NP0JrWoFyiRKxGTJxA1dWsMLK2BpSX0FSQdGrkkEpP4M+jAcgeJahVp3EgMtz3nx2AwtAYPYLfVHUjoLL4P/6abCFN0wyQQODpj2abxm/J61XlnFJEwxQVVMUhjMnny5MmzbT1jEBf1bkt06WqCLb2FSXxjidStPphjDRGWeagX9RRYEYDWuBM4yuuI9zrhnJZ1SiqjfT+uPVuB7gIHUNuy2rUD9XRpBZYANYBugi3oGgiGtClPdd1YJUxylTlAGT8OqAFVNYNIP2YX7UlENKW6H0ekk9YxHobZ1JZtsGkFfLEia1q3il1pBEA/1klz/mkcP9C17ONs4OAPfAJ7OY7AJGLsvAAAAABJRU5ErkJggg==);
    width: 16px;
}

.trafficCheck input[type="checkbox"]:checked + label
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAGdSURBVCiRhZI/aFNRGMV/30uaPKUkBbHgn6SgbRdFiHV3UeyrOFSKULLZGHQUdBA6vEFRtEOHQgctCE6iSAZJxMm1g+jepbxmqDhUK9Vnmrzj0KAxedHDnT7O755zP26CPspNlpaGxk6/HhovDH9d+1CN81jc8Ni5crY5EG0CLhA66eah9crTL90+Jw5upnShDQK4UZg4H+dLxg2D70de5fZtTBs2LNnmRng0tnaPRr1iBt//u5HvO6NeMfPf5Abu9ZHV+pS8UsXQtmSDWq1PN3BrwMN/woYVBaeAs8JoH8AOdMM99fizqG6lup9jAIcvlfcndnXFiHZ+hOma6+7OgM6YQxaxhfT+Z9R4mU66F03RYNhqPP/09tmO5adK9xE3gCxwM6g9WeyTzIg3d0vYI7BtiJaTiJNtEGAh75UKJqsooaAl++ZYlHJazpgcXZaY3bMpA3bC9m685gndAwr9Ujv0MTLdqVdX3nR+T8tPzs2Y2V3BeC+jNcyZD6qPXwD6vbBOTUyUBz4fbF3F7DZwHLSOeBCEuRXe+c1O7y8Ju46MNosdgQAAAABJRU5ErkJggg==);
    height: 14px;
    width: 15px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.transitCheck input[type="checkbox"]:checked + label
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAFwSURBVDiNrZAtSENhFIaf8927aRBNCgpb8CetOLAsLvgzi2nRIhOEYbSqM4lFMIoLYraoqAiCWEwiIiZBUJMYRHCKuz/HoJN7tztE8MAXvvc95znf9wqBSgxP9RAzS4K0E1l+xbashdvd9fuaYkK+bbZFGa1dRfUV1efv46OSdTzdASSSn8wVnGRuejZ6OyTGCxPJXEFT+Xw8+gUA6EszgOXT4DUAVHGaATzx4/WaXS+IId03MnPsxCQEco1nieNn6n/fAECZcyx3Dr+u0ScyuogM/lb/D1ChDOQBL2wwibD2G+BVVC5d25wA1YDuippjlHPg7fop9ZNQKEQRLapStl1dBayAZavxH75AFDlZdGtGsImXm4urjoF0J0gm6rsqbN4fbJRCS4OXxPjUkKg5E1hRuAuNK90I8yqafdgvnzYA+nOzLVXez4FeRPYiXgCqY8Djh/cx+Hi0VYFAiFXeSgJdTYcBRA6BtrjVulyTPgEDH38/Q7wshwAAAABJRU5ErkJggg==);
}

.bikeCheck input[type="checkbox"]:checked + label
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAH5SURBVDiN1ZK9a1NhFMZ/571J6mdaB0ElSWMNVJAOWnUR2k7ijbUOWqG2YG2b4qAIQik45Q/oIi6SBLGDKAaqoHiDLimIkyDaTTuU29ZJ0Tgkpr15j1Mhfo6Cz/ZwzoEfz3Pgv5c0m5R7paVGbadjbCRi6x8Xvbtf6cuG4ptXZkV4by1zK6XC2+Yb02zWpXrGgXm1ZqbaiLQCUM4GFqYFWTDCtb8SAHScmkwEgX0I+vzHiRHQtO8Vuv5IABAE9iiQFMwCRnMYzSlOHrRbIZpyh6O/ELS745cVuQB8BnpUuSjCkO8VBgAS6Yksym6EHpSwwrLAPd8r5Jx4OnMJIenXYufbIpV1oCIiJxD9sGNfdyWaOtgLcgToUuyUQcL+tspQ61rLSDR1eJcRyzm/GrtOORsochV4LKqvwNStUEDkLMi8oLPL3u1nCu0Ui40IW6ZFdMQgukY5GyT7RjeJ8gQ4psZ0ouwVuB+hNoxaY1U+ASj2BoODzqJ3sw7UJeFO3EFNwS/lXmzkknDHHzXETK0+zb8DSB6f3G9DOuNv/XKaYrEBEHMzvUZ1RDoHxrZ/WzMPFHktRlex9KvInO/l881pJ9yJSaBfVUpGdI9FD4XXnaGNP5CYm+kR0TbHht4slW4t/VwvQOLkWAdWDqhQWa7GX1LOBr/b+7f6DpNxxqvPnhQ+AAAAAElFTkSuQmCC);
    width: 16px;
}

/*Fixes for bottom bar and surrounding elements going off screen*/
/*.x-panel-bbar {position: fixed; bottom: 15px;}
.olControlScaleLine{ position: fixed !important; bottom: 56px;}
.olControlScale{position: fixed !important; bottom: 40px;}
.olControlAttribution{position: absolute !important; bottom: 24px;}*/


/*Fix for feature select mode check boxes being too close together on map def popup when opened from map page*/
#ctl00_MainContent_MapUserControl_MapDefPage_rblSelectMode td{padding: 5px;}

/*Show map screen loading spinner on Chrome (AZI-1774)*/
.AlertDiv{min-height:70px;}

/*
.reportForm{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 10px auto;
    padding: 0 16px 0 16px;
    background: #F7F7F7;
}
.reportForm h1{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.reportForm input[type="text"],
.reportForm input[type="date"],
.reportForm input[type="datetime"],
.reportForm input[type="email"],
.reportForm input[type="number"],
.reportForm input[type="search"],
.reportForm input[type="time"],
.reportForm input[type="url"],
.reportForm textarea,
.reportForm select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.reportForm input[type="text"]:focus,
.reportForm input[type="date"]:focus,
.reportForm input[type="datetime"]:focus,
.reportForm input[type="email"]:focus,
.reportForm input[type="number"]:focus,
.reportForm input[type="search"]:focus,
.reportForm input[type="time"]:focus,
.reportForm input[type="url"]:focus,
.reportForm textarea:focus,
.reportForm select:focus
{
    box-shadow: 0 0 5px #43D1AF;
    padding: 3%;
    border: 1px solid #43D1AF;
}

.reportForm input[type="submit"],
.reportForm input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    background: #43D1AF;
    border-bottom: 2px solid #30C29E;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
}
.reportForm input[type="submit"]:hover,
.reportForm input[type="button"]:hover{
    background: #2EBC99;
}*/

.bxsliderCBox input[type='checkbox'] {
    float: left;
    margin: 0 auto;
    margin-top: 2px;
    width: 100%;
}

.bxSliderFeaturePopup{
    font-family: sans-serif;
    text-align: center;
}

.bxSliderCaption{
    text-align: center;

}

.posRelative {
    position: relative;
}

.deletBtn {
    font-family: arial !important;
    font-size: 16px !important;
    height: 34px;
    font-style: normal;
    font-weight: bold;

}

.dragButton {
    /*padding-left: 16px;*/
}

.progress {
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    clear: both;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 5px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.popupTheme_Light
{
    color: black !important;
    background-color: white !important;
}

.popupTheme_Dark
{
    color: white !important;
    background-color: black !important;
}

.PopupColumnTitle
{
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 15px;

    font-weight: bold !important;
    font-style: normal;
}

.PopupColumnValue
{
    font-weight: normal !important;
    font-style: normal;
}

.PopupTable
{

}

.PopupTable td
{
    
}

#fileInput {
    background: white;
    border: 1px dashed;
    /*width: 94%;*/
    height: 50px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}

#fileInput.in {
    /*width: 94%;*/
    height: 50px;
    line-height: 25px;
    /*font-size: larger;*/
}

#fileInput.hover {
    background: lightgray;
}

#fileInput.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}


#importFileInput {
    background: white;
    border: 1px dashed;
    /*width: 94%;*/
    height: 50px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}

#importFileInput.in {
    width: 94%;
    height: 100px;
    line-height: 50px;
    font-size: larger;
}

#importFileInput.hover {
    background: lightgray;
}
#importFileInput.hover .smallText {
    color: black;
}

#importFileInput.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}


#rasterFileInput {
    background: white;
    border: 1px dashed;
    width: 94%;
    height: 50px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
}

#rasterFileInput.in {
    width: 94%;
    height: 100px;
    line-height: 50px;
    font-size: larger;
}

#rasterFileInput.hover {
    background: lightgray;
}

#rasterFileInput.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

#selectAllUserFeedBackImagesCB {
    display: none;
}

input[id=selectAllUserFeedBackImagesCB]:checked ~ label {
    background: #3E8ACC url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADiSURBVDiNpdMxSgNBFIDhL2hlJSIRgoUH0AsEOy8gaBuQiCfwAh7BA1h6gBTJCQIhWAh6BLs0BjurrEXe6rDZwV3yYNjd2fn/mfdmpoPCFrEbz1u8t2S7mIgV9BtCd+jF+3GwjQUXWGGJQVvBPj5ibIFXnLQRPCfwN85yKzjHsAJfJ3CB++jfEJziM/J8iEFdLBJ4ip2cYF6Z6RHj5Psr8pYT9PBWkaTtppJabQ0OMKuBRzYju4171ieshBdRi8YC1oV6in9XNfC/AujgMgP/CsrLdOjvjKfxkumHo3KWra7zD+fHUVOKiYC/AAAAAElFTkSuQmCC') no-repeat 99% 6px;
    padding: 4px 22px;
    background-position: center right; 
}

input[id=selectAllUserFeedBackImagesCB] ~ label {
    /*
        background: #3E8ACC url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABLSURBVDiNY2RgYPjPQAFggdLJDAwMl0jUK8bAwLCVAeoCKzIsl2FgYPjPRIZGFDBqwKgBg8MAWGYSYWBgkCJRrzgDAwMDIwOF2RkAASoGuHgx5qwAAAAASUVORK5CYII=') no-repeat 99% 6px;
    */
    padding: 4px 22px;
    background-position: center right; 
}

input[id=selectAllUserFeedBackImagesCB] ~ label:hover {
    /*
        background: #1964A5 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABLSURBVDiNY2RgYPjPQAFggdLJDAwMl0jUK8bAwLCVAeoCKzIsl2FgYPjPRIZGFDBqwKgBg8MAWGYSYWBgkCJRrzgDAwMDIwOF2RkAASoGuHgx5qwAAAAASUVORK5CYII=') no-repeat 99% 6px !important;
    */
    padding: 4px 22px;
    background-position: center right; 
}


input[id=selectAllUserFeedBackImagesCB]:checked ~ label:hover {
    background: #1964A5 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADiSURBVDiNpdMxSgNBFIDhL2hlJSIRgoUH0AsEOy8gaBuQiCfwAh7BA1h6gBTJCQIhWAh6BLs0BjurrEXe6rDZwV3yYNjd2fn/mfdmpoPCFrEbz1u8t2S7mIgV9BtCd+jF+3GwjQUXWGGJQVvBPj5ibIFXnLQRPCfwN85yKzjHsAJfJ3CB++jfEJziM/J8iEFdLBJ4ip2cYF6Z6RHj5Psr8pYT9PBWkaTtppJabQ0OMKuBRzYju4171ieshBdRi8YC1oV6in9XNfC/AujgMgP/CsrLdOjvjKfxkumHo3KWra7zD+fHUVOKiYC/AAAAAElFTkSuQmCC') no-repeat 99% 6px !important;
    padding: 4px 22px;
    background-position: center right; 
}

.removeSelectAll {
    display: block;
    /*padding-left: 10px;*/
    margin: 0 auto;
    margin-top: 35px;
}

.PopupTable
{

}

.PopupTable td
{
    
}

input[id=searchRadioStartsID]:checked ~ label, input[id=searchRadioContainsID]:checked ~ label, input[id=searchRadioExactID]:checked ~ label {
    /*background: #3E8ACC url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADiSURBVDiNpdMxSgNBFIDhL2hlJSIRgoUH0AsEOy8gaBuQiCfwAh7BA1h6gBTJCQIhWAh6BLs0BjurrEXe6rDZwV3yYNjd2fn/mfdmpoPCFrEbz1u8t2S7mIgV9BtCd+jF+3GwjQUXWGGJQVvBPj5ibIFXnLQRPCfwN85yKzjHsAJfJ3CB++jfEJziM/J8iEFdLBJ4ip2cYF6Z6RHj5Psr8pYT9PBWkaTtppJabQ0OMKuBRzYju4171ieshBdRi8YC1oV6in9XNfC/AujgMgP/CsrLdOjvjKfxkumHo3KWra7zD+fHUVOKiYC/AAAAAElFTkSuQmCC') no-repeat 99% 6px;*/
    background: #1964A5 url('../images/tickedWhite.png') no-repeat 99% 6px !important;
    /*padding: 4px 22px;
    background-position: center right;*/ 
}

input[id=searchRadioStartsID] ~ label, input[id=searchRadioContainsID] ~ label, input[id=searchRadioExactID] ~ label  {
    padding: 4px 22px 0 7px;
    background-position: center right; 
    margin: 0;
    border-radius: 0;
    border-right: lightgrey 1px solid;
}

input[id=searchRadioStartsID] ~ label:hover {
    /*padding: 4px 22px;
    background-position: center right;*/ 
}

input[id=searchRadioStartsID]:checked ~ label:hover {
    background: #1964A5 url('../images/tickedWhite.png') no-repeat 99% 6px !important;
    /*padding: 4px 22px;
    background-position: center right;*/ 
}

.searchRadioContainer {
    text-align: center;
    overflow: auto;
    padding-bottom: 10px;
}

#ctl00_MainContent_MapUserControl_MapDefPage_lblPublicMap {width: 90px;}
#ctl00_MainContent_MapDefPage_lblPublicMap {width: 90px;}

.disableBtn
{
font-size: 16px !important;
cursor: auto !important;
}

/*Stop map def panel only using header text*/
.WUCplainText
{
    color: #000 !important;
    font: 90%/1.4 "HelveticaNeue", "Helvetica", "Arial", sans-serif !important;
    padding: 0 !important;
    margin: 0.0em !important;
}


.WarningIcon
{
    content:url(/images//icon-warning.gif);
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.DeleteIcon
{
    /*content:url(/images//delete.png);*/
    width: 16px;
    height: 16px;
    cursor: pointer;
    /*Fix for button not appearing on IE & FF (AZI-2056)*/
    display: block;
    background: url(/images//delete.png);
}

.BottomRight
{
    position: absolute;
    right:    0;
    bottom:   0;
}



#FullcontentImportDatasource
{
    width: 100% !important;
    height: 100% !important;
}

.ui-dialog-title{
    color:white !important;
}

.floatRight
{
    float: right;
}

.UnSelectableText
{
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

#ddlLayerGroupItemStyle
{
    max-width: 150px;
}

#txt_AvailableDatastores
{
    max-width: 220px;
}

.NotFocusable{
}



.rblAddLayersDisplay td {
    padding-right: 5px !important;
}

.bottomCornerDiv {
    position: fixed;
    bottom: 25px;
    width: 175px;
    height: 75px;
    left: 10px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.LargeFont {
    font-size: large !important;
}

.tagStyle {
    border: 1px solid #337ab7;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
}

/*Admin pages fixes*/
.width16 {
    width: 40px;
}

.paddingleft0 {
    padding-left: 0px !important;
}

.paddingleft10 {
    padding-left: 10px !important;
}

th.paddingleft10 {
    white-space: nowrap !important;
}

.areaTidy {
    border: none;
}

#upCreateEditLayerPage .area {
    border: none;
}

#upCreateEditLayerPage .title {
    border: 1px solid #dddddd;
}

.NotVisible {
    visibility:hidden;
}

.btnAzimap {
    color: #1e4964;
    cursor: pointer;
}

.panel-padding {
    padding: 1em;
}

#rbListJoinType tr {
    display: inline;
}

/*Edit an Attribute panel tweeks (AZI-2710)*/
/*#ctl00_MainContent_MapUserControl_MapDefPage_CreateEditLayerPage_upAddColType, #ctl00_MainContent_MapUserControl_MapDefPage_CreateEditLayerPage_tbAttMaxLength,
#ctl00_MainContent_CreateEditLayerPage_ddlAttAddColType, #ctl00_MainContent_CreateEditLayerPage_tbAttMaxLength
{max-width: 240px !important;}*/


#rbListJoinType tr {
    display: inline;
}

/*Edit an Attribute panel tweeks (AZI-2710)*/
/*#ctl00_MainContent_MapUserControl_MapDefPage_CreateEditLayerPage_upAddColType, #ctl00_MainContent_MapUserControl_MapDefPage_CreateEditLayerPage_tbAttMaxLength,
#ctl00_MainContent_CreateEditLayerPage_ddlAttAddColType, #ctl00_MainContent_CreateEditLayerPage_tbAttMaxLength
{max-width: 240px !important;}*/

/*AZI-3449*/
.ui-autocomplete {
	z-index: 10001	!important
}

/*LayergroupTable*/
.mWidth50P {
    max-width: 170px;
    word-wrap: break-word;
}

/*Export results panels use heading style for everything (AZI-3494)*/
#floater_exportCSV .textEntry, #floater_ExportDiv .textEntry{font-weight:normal; color:black;}
/*Same for additional panels (AZI-3520)*/
#MeasurementToolOutput, #AutoRefreshCountdownTimer, #floater_Place_Radius_Panel_popup .form-control, #floater_Place_SearchRadius_Panel_popup .form-control{font-weight:normal;}

/*blank background image 24by24px*/
.transBG24 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAAGElEQVR42mNkIBEwjmoY1TCqYVQDbTUAAD4EABn7wZirAAAAAElFTkSuQmCC) !important;
}

/*Bulleted lists*/
.list-disc-inside {
    list-style-type: disc;
    list-style-position: inside;
}

/*Image in dropdownlist*/
.border-danger {
    border:solid 1px #a94442;
    border-radius: 4px;
}







div.highlight { 
	background:#FFFFFF;
	border:1px solid #E0E0E0;
	font-family:"Courier New",Courier,monospace;
	overflow: hidden;
}
div.highlight pre{
	width: 100%;
	overflow: auto;
	padding:0;
	margin:0;
	font-size:13px;
	clear: both;
}

/* tabs */
div.highlight ul.tabs {
	overflow: hidden;
	padding: 5px 0 5px 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #E0E0E0;
	width: 100%;
}
div.highlight ul.tabs li {
	padding: 0;
	margin: 0 5px;
	float: left;
	background: none;
	border-bottom: 1px dashed #CCC;
	line-height:1.0em;
	color: #CCC;
	cursor: pointer;
}
div.highlight ul.tabs li.active {
	border-bottom: none;
	cursor: default;
}

/* pre */
div.highlight pre.code ol {
	margin: 0;
	padding:0 0 0 45px;
	background:#e7e5dc; 
}
div.highlight pre.code ul {
	margin: 0;
	padding:0;	
}
div.highlight pre.code ol li,
div.highlight pre.code ul li {
	padding:0 0 0 5px;
	border-left:3px solid #CCC;
	background:#F8F8F8;
}
div.highlight pre.code ul li {
	border-left:none;
}
div.highlight pre.code ol li.even,
div.highlight pre.code ul li.even {
	background-color:#FFFFFF;
}
div.highlight pre.source {
	display: none;
	padding:0 0 0 5px;
}

/* highligting */
pre.code .str { 
	color: #080; 
}
pre.code .kwd,
pre.code .kwd span { 
	color: #070;
}
pre.code .com,
pre.code .com span { 
	color:#080;
	font-style: italic;
	font-weight: normal; 
}
pre.code .typ { 
	color: #606; 
}
pre.code .lit { 
	color: #066;
}
pre.code .pun { 
	color: #660; }
pre.code .pln { 
	color: #000; 
}
pre.code .tag { 
	color: #008;
	font-weight: bold;  
} 
pre.code .atn { 
	color: #606; 
}
pre.code .atv { 
	color: #080; 
}
pre.code .dec { 
	color: #606; 
}
pre.code .fnc,
pre.code .fnc span { 
	color: #00b; 
}

/* css */
.css pre.code .kwd,
.css pre.code .kwd span { 
	color: #008;
	font-weight: bold; 
}
/* php */
.php pre.code .str,
.php pre.code .str span { 
	color: #d00; 
}
.php pre.code .var,
.php pre.code .var span { 
	color: #00b; 
}
.php pre.code .com,
.php pre.code .com span { 
	color:#ff8000;
	font-style: italic;
	font-weight: normal; 
}

.popover-content{
    word-break: break-word !important;
}


label[for=optInEmailMarketing]{
    display: inline !important;
}

.oEllipsis {
    text-overflow: ellipsis !important;
}


.azimapModal .modal-content, .azimapModal .modal-footer, .azimapModal .modal-body {
    background: white;
}

.azimapModal .modalWhite {
    background: white;
}
.azimapModalUpper .modal-content, .azimapModal .modal-footer, .azimapModal .modal-body {
    background: white;
}

.azimapModalUpper .modal-content, .azimapModal .modal-footer, .azimapModal .modal-body {
    background: white;
}

.azimapModalUpper .modalWhite {
    background: white;
}

.azimapModalUpper .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border: none;
}


.azimapModal .modalFadeGrey {
    background: #8d9ea994;
}

.azimapModal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border: none;
}

.azimapModal .modal {
    width: 100%;
    position: fixed;
    /*text-align: center;*/
    margin: 0px auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1051;
}

.azimapModal .modal-wrapper {
    display: table;
    overflow: auto;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    /*text-align: center;*/
    margin: 0px auto;
}

.azimapModal .modal-dialog {
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
    margin: 0px 20px;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

#cbAddLinkedGeoserver + label {
    margin-left: 0.3em;
}

.colGrey {
    color: #ccc;
}

.minusMarginTop15 {
    margin-top: -15px;
}

.minusMarginTop15 {
    margin-top: -15px;
}

.minusMarginRight2em {
    margin-right: -2em;
}

div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-spatial"][rbanalysisoptionsselected="false"] {
    background-position: -643px 0px;
}

div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-spatial"][rbanalysisoptionsselected="true"] {
    background-position: -705px 0px;
}
div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-charts"][rbanalysisoptionsselected="false"] {
    background-position: -129px 0px;
}

div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-charts"][rbanalysisoptionsselected="true"] {
    background-position: -193px 0px;
}
div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-attributeSimple"][rbanalysisoptionsselected="false"] {
    background-position: -385px 0px;
}

div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-attributeSimple"][rbanalysisoptionsselected="true"] {
    background-position: -449px 0px;
}
div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-attribute"][rbanalysisoptionsselected="false"] {
    background-position: 0px 0px;
}

div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-attribute"][rbanalysisoptionsselected="true"] {
    background-position: -64px 0px;
}
div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-join"][rbanalysisoptionsselected="false"] {
    background-position: -513px 0px;
}

div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-join"][rbanalysisoptionsselected="true"] {
    background-position: -577px 0px;
}
div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-column"][rbanalysisoptionsselected="false"] {
    background-position: -257px 0px;
}
div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-column"][rbanalysisoptionsselected="true"] {
    background-position: -321px 0px;
}

div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-quick"][rbanalysisoptionsselected="true"] {
    background-position: -900px 0px;
}
div[radiobuttongroup="AnalysisOptionsTypes"][id="analysis-quick"][rbanalysisoptionsselected="false"] {
    background-position: -963px 0px;
}

/**/
div[radiobuttongroup="CreateChartTypes"][id="chart-rowcount"][rbcharttypeselected="false"] {
    background-position: -1025px 0px;
}

div[radiobuttongroup="CreateChartTypes"][id="chart-rowcount"][rbcharttypeselected="true"] {
    background-position: -1087px 0px;
}
div[radiobuttongroup="CreateChartTypes"][id="chart-customxy"][rbcharttypeselected="false"] {
    background-position: -768px 0px;
}

div[radiobuttongroup="CreateChartTypes"][id="chart-customxy"][rbcharttypeselected="true"] {
    background-position: -832px 0px;
}
div[radiobuttongroup="CreateChartTypes"][id="chart-timeseries"][rbcharttypeselected="false"] {
    background-position: -1152px 0px;
}

div[radiobuttongroup="CreateChartTypes"][id="chart-timeseries"][rbcharttypeselected="true"] {
    background-position: -1215px 0px;
}

/**/
div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-intersects"][rbspatialanalysisoptionsselected="false"] {
    background-position: -2433px 0px;
}

div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-intersects"][rbspatialanalysisoptionsselected="true"] {
    background-position: -2494px 0px;
}
div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-buffer"][rbspatialanalysisoptionsselected="false"] {
    background-position: -2176px 0px;
}

div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-buffer"][rbspatialanalysisoptionsselected="true"] {
    background-position: -2240px 0px;
}
div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-touches"][rbspatialanalysisoptionsselected="false"] {
    background-position: -2688px 0px;
}

div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-touches"][rbspatialanalysisoptionsselected="true"] {
    background-position: -2752px 0px;
}
div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-within"][rbspatialanalysisoptionsselected="false"] {
    background-position: -2815px 0px;
}

div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-within"][rbspatialanalysisoptionsselected="true"] {
    background-position: -2878px 0px;
}
div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-contains"][rbspatialanalysisoptionsselected="false"] {
    background-position: -2305px 0px;
}

div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-contains"][rbspatialanalysisoptionsselected="true"] {
    background-position: -2372px 0px;
}
div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-overlaps"][rbspatialanalysisoptionsselected="false"] {
    background-position: -2560px 0px;
}

div[radiobuttongroup="SpatialAnalysisOptionsTypes"][id="spa-analysis-overlaps"][rbspatialanalysisoptionsselected="true"] {
    background-position: -2626px 0px;
}

/**/
div[radiobuttongroup="NetworkOptionsTypes"][id="network-routing"][rbNetworkOptionsselected="false"] {
    background-position: -1791px 0px;
}

div[radiobuttongroup="NetworkOptionsTypes"][id="network-routing"][rbNetworkOptionsselected="true"] {
    background-position: -1856px 0px;
}
div[radiobuttongroup="NetworkOptionsTypes"][id="network-vehicle"][rbNetworkOptionsselected="false"] {
    background-position: -1667px 0px;
}

div[radiobuttongroup="NetworkOptionsTypes"][id="network-vehicle"][rbNetworkOptionsselected="true"] {
    background-position: -1730px 0px;
}
div[radiobuttongroup="NetworkOptionsTypes"][id="network-walk"][rbNetworkOptionsselected="false"] {
    background-position: -2047px 0px;
}

div[radiobuttongroup="NetworkOptionsTypes"][id="network-walk"][rbNetworkOptionsselected="true"] {
    background-position: -2112px 0px;
}
div[radiobuttongroup="NetworkOptionsTypes"][id="network-speed"][rbNetworkOptionsselected="false"] {
    background-position: -1920px 0px;
}

div[radiobuttongroup="NetworkOptionsTypes"][id="network-speed"][rbNetworkOptionsselected="true"] {
    background-position: -1982px 0px;
}
/**/
div[radiobuttongroup="QuickAnalysisOptionsTypes"][id="analysis-proximity"][rbQuickAnalysisOptionsselected="false"] {
    background-position: -2945px 0px;
}

div[radiobuttongroup="QuickAnalysisOptionsTypes"][id="analysis-proximity"][rbQuickAnalysisOptionsselected="true"] {
    background-position: -3010px 0px;
}
div[radiobuttongroup="QuickAnalysisOptionsTypes"][id="analysis-polygonIntersects"][rbQuickAnalysisOptionsselected="false"] {
    background-position: -3202px 0px;
}

div[radiobuttongroup="QuickAnalysisOptionsTypes"][id="analysis-polygonIntersects"][rbQuickAnalysisOptionsselected="true"] {
    background-position: -3267px 0px;
}
div[radiobuttongroup="QuickAnalysisOptionsTypes"][id="analysis-freehandIntersects"][rbQuickAnalysisOptionsselected="false"] {
    background-position: -3073px 0px;
}

div[radiobuttongroup="QuickAnalysisOptionsTypes"][id="analysis-freehandIntersects"][rbQuickAnalysisOptionsselected="true"] {
    background-position: -3137px 0px;
}
div[radiobuttongroup="SpatialAnalysisOptionsTypes"],
div[radiobuttongroup="AnalysisOptionsTypes"],
div[radiobuttongroup="CreateChartTypes"],
div[radiobuttongroup="NetworkOptionsTypes"],
div[radiobuttongroup="QuickAnalysisOptionsTypes"]
{
    background-image: url("/images/SpriteSheetMapWizard.png");
    width: 64px;
    height: 64px;
    top: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
}
/* force chart panel full width*/
.ui-dialog_dataPanel {
    max-width: 100vw !important;
    width: 100vw !important;
}

.ui-dialog_dataPanel .wideChartContent {
    overflow-x: hidden !important;
}

.min-height-70 {
    min-height: 70px;
}

.minHeight-50 {
    min-height: 50px;
}

.fullScreenModal-header-footer .modal-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

hr.smallTopBottomMargin {
    margin-top: 6px;
    margin-bottom: 6px;
    border: 0;
    border-top: 1px solid #eee;
}

* {
    box-sizing: border-box;
}

html, body, div {
    border: 0 none;
    margin: 0;
    padding: 0;
	/* background-color: #1E4964; */
}

/*div:not(:empty) 
{
    padding:0.7%;
}*/

/*body { padding-top:150px; }*/

#pageWrap { position: relative; }
#pageInnerWrap { position: relative; }

/*header { background:#1E4964; color:#fff;  font:14px/1.5em Arial, sans-serif; font-weight:600; position:fixed; width:100%; top:0;  }*/
/*z index changed from 9000 for lightbox*/
/*header { background:#1E4964; color:#fff;  font:14px/1.5em Arial, sans-serif; font-weight:600; position:fixed; width:100%; top:0;   z-index: 1000; }*/
header { background-image:url('/images/textureH.png');; color:#fff;  font:14px/1.3em Arial, sans-serif; font-weight:600 !important; position:fixed; width:100%; top:0;   z-index: 1000; }
header .inner-wrap { max-width:1900px; margin:0 auto; width:95%; padding:0 2.5%; } 
header a { color:#fff; position:relative; text-decoration: none; }
header a:active { top:1px; }

header #page-header-top { background:#000; }
header #page-header-top .inner-wrap { padding-top:10px; padding-bottom:10px; height:40px; text-align:right; overflow: hidden; }
header #page-header-top .inner-wrap a { background:#153447; }
header #page-header-top img { position: relative; top:4px; left:-4px; }
header #page-header-top a:hover { text-decoration: underline; }
header #mobile-btn { display:none; }

header a#logo { /*float:left;*/ margin:38px 0; }

header ul#nav { float:right; margin:0; }
header ul#nav li { display:inline-block; text-align:center; }
header ul#nav li a { padding:20px 30px; display:inline-block; }
header ul#nav li a:hover { background:#1B6B9A; }

/*header ul#nav li a:hover { background:#185070; } or 2A84B9 #1B6B9A*/
header ul#nav li a#active { background:#153447; }
header ul#nav li a img { margin:0 auto 20px; display:block; } 

header .clear { clear:both; }

#mobile-btn { display:none; float:right; margin:35px 0; padding:10px 10px 5px; cursor: pointer; position: relative; }
#mobile-btn:active { top: 1px; }
#divMobileLoginUser #UserLogonID {display:block; color:#fff; position:relative;float:right;margin-right:5%;}

/* Added resize events and fullsize for map window */
@media only screen and (min-width : 1801px) 
{
    header .inner-wrap {width: 63%; margin-left:auto; margin-right:auto; }
}

@media only screen and (min-width : 1500px) and (max-width : 1800px)
{
    header .inner-wrap {width: 70%; margin-left:auto; margin-right:auto; }
}

@media only screen and (min-width : 1200px) and (max-width : 1500px)
{
    header .inner-wrap {width: 78%; margin-left:auto; margin-right:auto; }
}
/*AZI-3163 - added . before header to fix header panel*/
#ext-gen89 .header .inner-wrap { width: 100%; }
/* -------------------------------------------------*/

@media only screen and (max-width : 1200px) {
	header ul#nav li a { padding-left:20px; padding-right:20px; }
	
}

@media only screen and (min-width : 951px)
{
     #mobile-nav-items {position: fixed; top: 0px; bottom: 0px; width: 15.625em; height: 100%; transition: right 300ms ease !important; right: -15.625em !important;}
     #pageInnerWrap {right: 0px !important; transition: right 300ms ease !important;}
     header {right: 0px !important; transition: right 300ms ease !important;}
}

@media only screen and (max-width : 950px) 
{
	header #mobile-btn { display:block; }
	header #mobile-btn:hover {  background:#1B6B9A; }
	/*header #mobile-btn:hover {  background:#153447; }*/
	header #mobile-btn.menu-open { background:#1B6B9A; }
	header #mobile-btn img { width:20px; }
	#divMobileLoginUser #UserLogonID {display:block; color:#fff; position:relative;float:right;margin-right:5%;}
	#mobile-nav-items {
	    display:block;
	}
	#divMobileLogin #HeadLoginStatus {display:block;}
	
	ul#nav { display: none; }
	#divLogin {display: none;}
}


/* change on scroll */
header, 
header * {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

header.scrolled {padding:0px 0px 10px 0px;}
header.scrolled #page-header-top .inner-wrap { height:0; padding-top:0; padding-bottom:0; }
header.scrolled a#logo { margin:-2px 0 5px;  }
header.scrolled ul#nav li a img { height:0; margin:0; }
header.scrolled #mobile-btn { margin:10px 0 3px; }

header.scrolledComplete,
header.scrolledComplete *
{
   -webkit-transition: all 0.0s ease-in !important;
  -moz-transition: all 0.0s ease-in !important;
  -o-transition: all 0.0s ease-in !important;
  transition: all 0.0s ease-in !important;
}

header.scrolledComplete {padding:0px 0px 8px 0px;}
header.scrolledComplete #page-header-top .inner-wrap { height:0; padding-top:0; padding-bottom:0; }
header.scrolledComplete a#logo { margin:-4px 0 5px;  }
header.scrolledComplete ul#nav li a img { height:0; margin:0; }
header.scrolledComplete #mobile-btn { margin:10px 0 3px; }







/* mobile navigation */
#mobile-nav-items {
    /*background:#1e4964;*/	
	background-image:url('/images/texture.png');
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    display: block;
    position: fixed;
    right: -15.625em;
    width: 15.625em;
    z-index: 7000;
    /*font:14px/1.5em Arial, sans-serif;*/ 
     font-weight:600; 

}
#mobile-nav-items ul { list-style:none; margin:0; padding:0; }
#mobile-nav-items li { clear:both; margin:0; padding:0; }
#mobile-nav-items a {
    color: #fff;
    display: block;
    padding:10px 20px;
    text-decoration: none;
    line-height:40px;
    position: relative;
}
#mobile-nav-items a img {
	display:inline-block;
	margin-right:15px;
	margin-top:2px;
	float:left;
}
#mobile-nav-items a:active { top:1px; }
#mobile-nav-items a:hover {
	/*background:#185070;*/
	background-color: #1B6B9A;
}

#mobile-nav-items #active {
    background: #153447;
}


.setMenuHeaderToHidden{
    display: none !important;
}


/*Set to only affect IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) 
{
    /*Prevent edit layer panel stretching to a large size and pushing itself to the side of the screen*/
    div[aria-describedby="Layer"] {max-width: 637px;}
    /*External data panel too wide*/
    div[aria-describedby="ExternalData"] {max-width: 590px;}
    /*Select Map Layers Table too narrow*/
    .content2{width:100%;}
    /*Styler panel too wide*/
    div[aria-describedby="floater_Style_Features_Panel_popup"] {max-width: 337px !important;}
    /*Help button in spacial analysis panel*/
    .spacHlpBtnForIE{top: -5px !important; right: -24px !important; height: 26px;}
    .treewindow .x-tree-node-el {
        overflow: hidden;
   }	
}


/*Same as above but for older versions of IE*/
@supports (-ms-accelerator:true) 
{
    div[aria-describedby="Layer"] {max-width: 637px;}
    div[aria-describedby="ExternalData"] {max-width: 590px;}
    .content2{width:100%;}
    div[aria-describedby="floater_Style_Features_Panel_popup"] {max-width: 337px !important;}
    .spacHlpBtnForIE{top: -5px !important; right: -24px !important; height: 26px;}
}

/* Edge/ IE fixes*/
@supports (-ms-ime-align: auto) {
    @media screen and (min-width: 768px)
	{
        .updateImg 
		{
            height: 151px;
        }
	}
}




.pretty * {
    box-sizing: border-box
}

.pretty input:not([type=checkbox]):not([type=radio]) {
    display: none
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1
}

    .pretty input {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 1em;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        margin: 0;
        padding: 0;
        cursor: pointer
    }

    .pretty .state label {
        position: initial;
        display: inline-block;
        font-weight: 400;
        margin: 0;
        text-indent: 1.5em;
        min-width: calc(1em + 2px)
    }

        .pretty .state label:after, .pretty .state label:before {
            content: '';
            width: calc(1em + 2px);
            height: calc(1em + 2px);
            display: block;
            box-sizing: border-box;
            border-radius: 0;
            border: 1px solid transparent;
            z-index: 0;
            position: absolute;
            left: 0;
            top: calc((0% - (100% - 1em)) - 8%);
            background-color: transparent
        }

        .pretty .state label:before {
            border-color: #bdc3c7
        }

    .pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
        display: none
    }

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes tada {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: scale(7);
        transform: scale(7)
    }

    38% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    55% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    72% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    81% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.24);
        transform: scale(1.24)
    }

    89% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    95% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes jelly {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    40% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    50% {
        -webkit-transform: scale3d(.85,1.15,1);
        transform: scale3d(.85,1.15,1)
    }

    65% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    75% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes jelly {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    40% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    50% {
        -webkit-transform: scale3d(.85,1.15,1);
        transform: scale3d(.85,1.15,1)
    }

    65% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    75% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-200px) rotate(-45deg);
        transform: translateZ(-200px) rotate(-45deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7
    }

    100% {
        box-shadow: 0 0 0 1.5em rgba(189,195,199,0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #bdc3c7
    }

    100% {
        box-shadow: 0 0 0 1.5em rgba(189,195,199,0)
    }
}

.pretty.p-default.p-fill .state label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.pretty.p-default .state label:after {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

.pretty.p-default input:checked ~ .state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
    border-width: calc(1em / 7)
}

.pretty.p-default.p-thick .state label:after {
    -webkit-transform: scale(.4) !important;
    -ms-transform: scale(.4) !important;
    transform: scale(.4) !important
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

    .pretty.p-icon .state .icon:before {
        margin: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1
    }

.pretty.p-icon input:checked ~ .state .icon {
    opacity: 1
}

.pretty.p-icon input:checked ~ .state label:before {
    border-color: #5a656b
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1
}

.pretty.p-svg input:checked ~ .state .svg {
    opacity: 1
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.pretty.p-image input:checked ~ .state img {
    opacity: 1
}

.pretty.p-switch input {
    min-width: 2em
}

.pretty.p-switch .state {
    position: relative
}

    .pretty.p-switch .state:before {
        content: '';
        border: 1px solid #bdc3c7;
        border-radius: 60px;
        width: 2em;
        box-sizing: unset;
        height: calc(1em + 2px);
        position: absolute;
        top: 0;
        top: calc((0% - (100% - 1em)) - 16%);
        z-index: 0;
        transition: all .5s ease
    }

    .pretty.p-switch .state label {
        text-indent: 2.5em
    }

        .pretty.p-switch .state label:after, .pretty.p-switch .state label:before {
            transition: all .5s ease;
            border-radius: 100%;
            left: 0;
            border-color: transparent;
            -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
            transform: scale(.8)
        }

        .pretty.p-switch .state label:after {
            background-color: #bdc3c7 !important
        }

.pretty.p-switch input:checked ~ .state:before {
    border-color: #5a656b
}

.pretty.p-switch input:checked ~ .state label:before {
    opacity: 0
}

.pretty.p-switch input:checked ~ .state label:after {
    background-color: #5a656b !important;
    left: 1em
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
    opacity: 0
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
    background-color: #fff !important;
    left: 1em
}

.pretty.p-switch.p-slim .state:before {
    height: .1em;
    background: #bdc3c7 !important;
    top: calc(50% - .1em)
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
    display: none
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
    display: block
}

    .pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
        display: block
    }

.pretty.p-has-focus input:focus ~ .state label:before {
    box-shadow: 0 0 3px 0 #bdc3c7
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
    display: none
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
    display: block
}

    .pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
        display: block;
        opacity: 1
    }

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none
}

.pretty.p-toggle .state .icon, .pretty.p-toggle .state .svg, .pretty.p-toggle .state img, .pretty.p-toggle .state.p-off {
    opacity: 1;
    display: inherit
}

    .pretty.p-toggle .state.p-off .icon {
        color: #bdc3c7
    }

.pretty.p-toggle input:checked ~ .state.p-on {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle input:checked ~ .state.p-off {
    opacity: 0;
    display: none
}

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
    content: none
}

.pretty.p-plain.p-plain .icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.pretty.p-round .state label:after, .pretty.p-round .state label:before {
    border-radius: 100%
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden
}

    .pretty.p-round.p-icon .state .icon:before {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
    border-radius: 20%
}

.pretty.p-smooth .icon, .pretty.p-smooth .svg, .pretty.p-smooth label:after, .pretty.p-smooth label:before {
    transition: all .5s ease
}

.pretty.p-smooth input:checked + .state label:after {
    transition: all .3s ease
}

.pretty.p-smooth input:checked + .state .icon, .pretty.p-smooth input:checked + .state .svg, .pretty.p-smooth input:checked + .state img {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease
}

.pretty.p-smooth.p-default input:checked + .state label:after {
    -webkit-animation: zoom .2s ease;
    animation: zoom .2s ease
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
    content: '';
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .5s ease
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon, .pretty.p-tada:not(.p-default) input:checked + .state .svg, .pretty.p-tada:not(.p-default) input:checked + .state img, .pretty.p-tada:not(.p-default) input:checked + .state label:after, .pretty.p-tada:not(.p-default) input:checked + .state label:before {
    -webkit-animation: tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;
    animation: tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon, .pretty.p-jelly:not(.p-default) input:checked + .state .svg, .pretty.p-jelly:not(.p-default) input:checked + .state img, .pretty.p-jelly:not(.p-default) input:checked + .state label:after, .pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    -webkit-animation: jelly .7s cubic-bezier(.25,.46,.45,.94);
    animation: jelly .7s cubic-bezier(.25,.46,.45,.94);
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
    border-color: transparent
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon, .pretty.p-rotate:not(.p-default) input:checked ~ .state .svg, .pretty.p-rotate:not(.p-default) input:checked ~ .state img, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:after, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    -webkit-animation: rotate .7s cubic-bezier(.25,.46,.45,.94);
    animation: rotate .7s cubic-bezier(.25,.46,.45,.94);
    opacity: 1
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
    border-color: transparent
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
    -webkit-animation: pulse 1s;
    animation: pulse 1s
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none
}

    .pretty input[disabled] ~ * {
        opacity: .5
    }

.pretty.p-locked input {
    display: none;
    cursor: not-allowed
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important
}

.pretty input:checked ~ .state.p-primary .icon, .pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca
}

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-primary-o .icon, .pretty input:checked ~ .state.p-primary-o .svg, .pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
    background-color: #428bca !important
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
    border-color: #428bca
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
    background-color: #428bca !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
    border-color: #245682;
    background-color: #245682 !important
}

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de !important
}

.pretty input:checked ~ .state.p-info .icon, .pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de
}

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-info-o .icon, .pretty input:checked ~ .state.p-info-o .svg, .pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de
}

.pretty .state label:before {
    border-color: #000000;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
    background-color: #5bc0de !important
}

.pretty.p-switch input:checked ~ .state.p-info:before {
    border-color: #5bc0de
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
    background-color: #5bc0de !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #5cb85c !important
}

.pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
    border-color: #5cb85c
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
    background-color: #5cb85c !important
}

.pretty.p-switch input:checked ~ .state.p-success:before {
    border-color: #5cb85c
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
    background-color: #5cb85c !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e !important
}

.pretty input:checked ~ .state.p-warning .icon, .pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e
}

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-warning-o .icon, .pretty input:checked ~ .state.p-warning-o .svg, .pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
    background-color: #f0ad4e !important
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
    border-color: #f0ad4e
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
    background-color: #f0ad4e !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important
}

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
    background-color: #d9534f !important
}

.pretty input:checked ~ .state.p-danger .icon, .pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
    border-color: #d9534f
}

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent
}

.pretty input:checked ~ .state.p-danger-o .icon, .pretty input:checked ~ .state.p-danger-o .svg, .pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg {
    color: #d9534f;
    stroke: #d9534f
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
    background-color: #d9534f !important
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
    border-color: #d9534f
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
    background-color: #d9534f !important
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
    border-color: #a02622;
    background-color: #a02622 !important
}

.pretty.p-bigger .icon, .pretty.p-bigger .img, .pretty.p-bigger .svg, .pretty.p-bigger label:after, .pretty.p-bigger label:before {
    font-size: 1.2em !important;
    top: calc((0% - (100% - 1em)) - 35%) !important
}

.pretty.p-bigger label {
    text-indent: 1.7em
}

@media print {
    .pretty .state .icon, .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

.queuedState {
  background-color: #5677f1; }

.importingState {
  background-color: #fbfb79; }

.failedState {
  background-color: #c03832; }

.bannerSection {
  padding: 60px 0 120px; }

.bannerSectionDashboard {
  padding: 60px 0; }

.outline {
  background-color: transparent;
  color: inherit;
  transition: all .25s; }

.btn-primary.outline {
  color: #428bca; }

.btn-success.outline {
  color: #5cb85c; }

.btn-info.outline {
  color: #5bc0de; }

.btn-warning.outline {
  color: #f0ad4e; }

.btn-danger.outline {
  color: #d9534f; }

    .btn-primary.outline:hover,
    .btn-success.outline:hover,
    .btn-info.outline:hover,
    .btn-warning.outline:hover,
    .btn-danger.outline:hover {
        color: #fff;
    }

.bgFadedBlue {
  background-color: #f0f6f9; }

.h4-icon {
  font-size: 1.5rem !important; }

.font-size-2 {
  font-size: 2rem !important; }

.textFadedGreyBlue {
  color: #5c666d; }

    .textFadedGreyBlue:hover, .textFadedGreyBlue:focus {
        color: #333;
        text-decoration: none;
    }

.hoverSelectedRow:hover:not(.importingStateCheck,.queuedStateCheck) {
    background-color: #f3f4f5;
    margin-top: 1px;
}

.hoverSelectedRow:hover .hoverShow:not(.importingStateCheck,.queuedStateCheck) {
    opacity: 1;
}

.hoverSelectedRow:hover .hoverHide:not(.importingStateCheck,.queuedStateCheck) {
    opacity: 0;
}

.hoverShow:not(.importingStateCheck,.queuedStateCheck) {
    opacity: 0;
    transition: opacity 0.5s;
}

.hoverHide:not(.importingStateCheck,.queuedStateCheck) {
    opacity: 1;
    transition: opacity 0.5s;
}

.posRes {
  position: relative; }

.imageCheck {
  /*position: absolute;*/
  /*left: 0;*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px; }

.checkImage {
  position: absolute;
  left: 56%;
  top: 21px;
  transform: translate(-50%, -50%); }

.rowHeight-90 {
  height: 90px; }

@media all and (max-width: 767px) {
    .hoverShow {
        opacity: 1;
    }

    .hoverHide {
        opacity: 1;
    }

    .imageCheck {
        position: inherit;
        left: inherit;
        top: inherit;
        transform: inherit;
    }
    /*.checkImage {
        left: 30px;
    }*/
    .rowHeight-90 {
        height: auto;
    }

    .cbContainer input ~ .checkmark {
        outline: 1px #2196F3 inset;
    }

    .hideFromMobile {
        display: none;
    }

    .hoverShowSelector {
        padding: 5px 0 0 0;
        text-align: left;
    }

    #tabEditDataset_info {
        display: none;
    }

    .bannerSection {
        padding: 10px 0 120px;
    }
}

.showOnHover {
  visibility: hidden; 
}

@media all and (max-width: 767px) {
    .showForMobile {
        visibility: visible !important;
    }
}

@media all and (max-width: 767px) {
    .showForMobile {
        visibility: visible !important;
    }
}

.showForEveryone {
    visibility: visible !important;
}

.dontShowOnHover {
    visibility: hidden;
}

    .showOnHoverContainer:hover .showOnHover {
        visibility: visible;
    }

    .visibilityHidden {
        visibility: hidden;
    }


    div {
        box-sizing: border-box;
    }

    .table-container {
        display: block;
        margin: 2em auto;
        /*width: 90%
        max-width: 1080px;*/
    }

/* mapListControlTableContainer */
.grid-container {
    display: block;
    margin: 2em auto;
    max-width: 1080px;
}

    .flag-icon {
        margin-right: 0.1em;
    }

    .flex1 {
        flex: 1;
    }

    .flex-table {
        display: flex;
        flex-flow: row wrap;
        /*border-left: solid 1px $table-border;*/
        transition: 0.5s;
        /*&:first-of-type

{
    border-top: solid 1px $table-header-border;
    border-left: solid 1px $table-header-border;*/
}

/*&:first-of-type .flex-row {
    background: $table-header;
    color: white;
    border-color: #1565C0; }
  .flex-table.row:nth-child(odd) .flex-row {
    background: #f4f2f1; }
  .flex-table:hover {
    background: #F5F5F5;
    transition: 500ms; }

}*/

.flex-row {
    width: calc(100% / 6);
    /*text-align: center;
    padding: 0.5em 0.5em;*/
    text-align: left;
    padding: 0.5em 0.85em;
    /*border-right: solid 1px $table-border;
    border-bottom: solid 1px $table-border;*/
}

.flex-row-center {
  text-align: center; }

.flex-row-4 {
  width: calc(100% / 4); }

.flex-width-10 {
  width: 10%;
  min-width: 50px; }

.flex-width-15 {
    width: 15%;
    min-width: 50px;
}

.flex-width-15 {
    width: 15%;
    min-width: 50px;
}

.flex-width-20 {
  width: 20%;
  min-width: 100px; }

.flex-width-23 {
  width: 23%;
  min-width: 100px; }

.flex-width-25 {
  width: 25%;
  min-width: 120px; }

.flex-width-30 {
  width: 30%;
  min-width: 140px; }

.flex-width-40 {
  width: 40%;
  min-width: 150px; }

/*.flex-row :fourth-child {
        width: 150px;
    }*/
.flex-wrap {
  flex-wrap: wrap; }

.rowspan {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center; }

.column {
    display: flex;
    flex-flow: column wrap;
    width: 75%;
    padding: 0;
    /*.flex-row

{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: solid 1px #d9d9d9; }
    .column .flex-row:hover {
      background: #F5F5F5;
      transition: 500ms; }

}*/
}

.flex-cell {
    width: calc(100% / 3);
    /*//1px = border right text-align: center;*/
    padding: 0.5em 0.5em;
    /*border-right: solid 1px $table-border;
    //flex: 1 1 33.3%;
    &:last-child

{
    // border-right: 0;
}*/

}

@media all and (max-width: 767px) {
    .flex-row {
        
    width: 99%;
    margin-left:2px;


}

    .column {
        width: 100%;
    }
}

@media all and (max-width: 430px) {
  .flex-table .flex-row {
    border-bottom: 0; }
  .flex-table .flex-row:last-of-type {
    border-bottom: solid 1px #d9d9d9; }
  .header .flex-row {
    border-bottom: solid 1px; } }

    /*.flex-table {
        .flex-row

{
    border-bottom: 0;
}

.flex-row:last-of-type {
    border-bottom: solid 1px $table-border;
}

}

.header {
    .flex-row

{
    border-bottom: solid 1px;
}

}

.flex-row {
    width: 100%;
    //1px = border right &.first

{
    width: 100%;
    border-bottom: solid 1px $table-border;
}*/


.column {
    /*width: 100%;
    .flex-row

{
    border-bottom: solid 1px $table-border;
}*/

}

.flex-cell {
    width: 100%;
    /*//1px = border right*/
}

/*.hoverDisplay {
    display: none;
}*/

/*.flex-table row:hover + .hoverDisplay {
    display: block;
}*/



.hoverDisplay {
  opacity: 0;
  /*animation: fadeOut ease 1s;
        -webkit-animation: fadeOut ease 1s;
        -moz-animation: fadeOut ease 1s;
        -o-animation: fadeOut ease 1s;
        -ms-animation: fadeOut ease 1s;*/ }

@media only screen and (max-width: 600px) {
  .hoverDisplay {
    opacity: 1;
    display: contents;
    /*animation: fadeOut ease 1s;
        -webkit-animation: fadeOut ease 1s;
        -moz-animation: fadeOut ease 1s;
        -o-animation: fadeOut ease 1s;
        -ms-animation: fadeOut ease 1s;*/ } }

.hoverParent:hover .hoverDisplay {
  opacity: 1;
  transition: opacity 1s; }

.quick-action-stay-on {
  opacity: 1 !important; }

.noColor {
  color: #333; }

.noColor:hover, .noColor:focus {
  color: #333;
  text-decoration: none; }

.edNameHover, .edFullHover, .edPrivacy, .edDup, .edDelete, .edAD {
    display: none;
}

#btnEditNameDesc:hover ~ .edNameHover, .edPartUpdate:hover ~ .edNameHover {
  display: block; }

#btnFullUpdate:hover ~ .edFullHover, .edFullUpdate:hover ~ .edFullHover {
  display: block; }

#btnPrivacy:hover ~ .edPrivacy {
  display: block; }

#btnDup:hover ~ .edDup {
  display: block; }

#btnDelete:hover ~ .edDelete {
    display: block;
    color: red;
}
#btnEditAD:hover ~ .edAD {
    display: block;
}


/* Customize the label (the cbContainer) */
.cbContainer {
  /*display: block;
    position: relative;*/
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.cbContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff; }

/* On mouse-over, add a grey background color */
.cbContainer:hover input ~ .checkmark {
  background-color: #fff;
  /*outline: 1px #337ab7 inset;*/
  outline: 1px #2196F3 inset; }

/* When the checkbox is checked, add a blue background */
.cbContainer input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.cbContainer input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.cbContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.lvSelected {
  transform: scale(1);
  box-shadow: 0 0 0 1px #2196F3;
  margin-top: 1px; }

.lvSelectedNoMargin {
    transform: scale(1);
    box-shadow: 0 0 0 1px #2196F3;
}

.lvSelectedNoMargin {
    transform: scale(1);
    box-shadow: 0 0 0 1px #2196F3;
}

.maxWidth-1 {
  max-width: 1em; }

.maxWidth-2 {
  max-width: 2em; }

.maxWidth-3 {
  max-width: 3em; }

.maxWidth-4 {
  max-width: 4em; }

.maxWidth-5 {
    max-width: 5em;
}

.maxWidth-6 {
    max-width: 6em;
}

.maxWidth-7 {
    max-width: 7em;
}

.maxWidth-8 {
  max-width: 8em; }

.maxHeight-50 {
  max-height: 50vh; }

.aziPager .btn {
  margin-right: -5px;
  border-radius: 0; }

    .aziPager .btn:last-child {
        border-radius: 0 2px 2px 0;
    }

    .aziPager .btn:first-child {
        border-radius: 2px 0 0 2px;
    }

.box-fadeGrey {
  border: 1px #ccc solid;
  padding: 2em 2em 2em 2em; }

.box-fadeGrey-smallSides {
  padding: 2em 1em 2em 1em; }

.box-fadeGrey:hover {
  box-shadow: 0 0 0 1px #2196F3;
  cursor: pointer; }

.box-fadeGrey-smallSides:hover {
  box-shadow: none;
  cursor: inherit; }

.MapConfigAdvControlMapTools .box-fadeGrey:hover {
  cursor: inherit; }

.EnternalDataRadioChoice.aspNetDisabled:hover, .SharePublicMapPanel.aspNetDisabled:hover {
    box-shadow: none;
    cursor: no-drop;
}

.SharePublicMapPanel.selectDarkBlueShadow:hover {
  box-shadow: 0 0 0 2px #1e4964; }

.headerRow label {
  font-weight: bold; }

.left-align {
    text-align: left;
}

.center-align {
  text-align: center; }

.opacity-0 {
  opacity: 0; }

.opacity0-5 {
  opacity: 0.5; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Azimap"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Microsoft SQL Server 2008 R2"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Microsoft SQL Server 2008 R1"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Microsoft SQL Server 2012"][rblayertypeselected="false"] {
  background-image: url("/images/AzimapDatabase.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Azimap"][rblayertypeselected="true"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Microsoft SQL Server 2008 R2"][rblayertypeselected="true"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Microsoft SQL Server 2008 R1"][rblayertypeselected="true"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Microsoft SQL Server 2012"][rblayertypeselected="true"] {
  background-image: url("/images/AzimapDatabase_sel.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="ArcGISRest"][rblayertypeselected="false"] {
  background-image: url("/images/ArcGISRest.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="ArcGISRest"][rblayertypeselected="true"] {
  background-image: url("/images/ArcGISRest_sel.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="LayerGroup"][rblayertypeselected="false"] {
  background-image: url("/images/LayerGroup.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="LayerGroup"][rblayertypeselected="true"] {
  background-image: url("/images/LayerGroup_sel.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="External WMS"][rblayertypeselected="false"] {
  background-image: url("/images/ExternalWMS.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="External WMS"][rblayertypeselected="true"] {
  background-image: url("/images/ExternalWMS_sel.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Map Genie WMS (Cached)"][rblayertypeselected="false"] {
  background-image: url("/images/mapgenie1.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Map Genie WMS (Cached)"][rblayertypeselected="true"] {
  background-image: url("/images/mapgenie1_sel.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Map Genie WMS (Rest)"][rblayertypeselected="false"] {
  background-image: url("/images/mapgenie2.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Map Genie WMS (Rest)"][rblayertypeselected="true"] {
  background-image: url("/images/mapgenie2_sel.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="ArcGrid"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="GeoTIFF"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Gtopo30"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="WorldImage"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="ImagePyramid"][rblayertypeselected="false"] {
  background-image: url("/images/rasterBig.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="ArcGrid"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="GeoTIFF"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Gtopo30"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="WorldImage"][rblayertypeselected="false"],
div[radiobuttongroup="CreateLayerAzimapTypes"][tag="ImagePyramid"][rblayertypeselected="false"] {
  background-image: url("/images/rasterBig_sel.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Data Library"][rblayertypeselected="false"] {
  background-image: url("/images/Publicdata.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

div[radiobuttongroup="CreateLayerAzimapTypes"][tag="Data Library"][rblayertypeselected="true"] {
  background-image: url("/images/Publicdata_sel.png");
  width: 64px;
  height: 64px;
  top: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto; }

.selectDarkBlueShadow {
  box-shadow: 0 0 0 2px #1e4964; }

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.margin-left-12 {
  margin-left: 12px; }

.margin-5-5 {
    margin: 0 5px 0 5px;
}

.vv8080 {
  height: 80vh !important;
  width: 80vw !important;
  margin: 0 auto; }

.width-p90 {
  width: 90%; }

.bor-rad-4 {
  border-radius: 4px; }

.padd {
  margin-right: 15px; }

.font-size-1-4 {
  font-size: 1.4em; }

.sortable-drag {
  box-shadow: 2px blue; }

.rotate-45 {
  transform: translate(-50%, -50%) rotate(45deg);
  /*transform-origin: top;*/ }

.disabled {
  cursor: no-drop; }

.margin-0 {
    margin: 0 !important;
}

.labelSpacing span {
  margin-left: 5px; }

.filter-faded {
    filter: opacity(0.5);
}

    .filter-faded:hover {
        filter: opacity(0.8);
    }

.filter-full {
    filter: opacity(1);
}

    .filter-full:hover {
        filter: opacity(0.5);
    }

.overflow-x-hide {
  overflow-x: hidden; }

.margin-left-15 {
  margin-left: 15px; }

.spriteImportant {
  background-image: url("/Images/IconSpriteSheet.png") !important;
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline;
  float: left;
  /*margin-left: 40px;*/
  margin-right: 3px; }

.spriteImportant {
  background-image: url("/Images/IconSpriteSheet.png") !important;
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline;
  float: left;
  /*margin-left: 40px;*/
  margin-right: 3px; }

.Properties_selTemp {
  left: 6px !important;
  width: 20px !important;
  height: 20px !important;
  background-position: 0px -320px !important; }

.fullBackgroundModal {
    /*left: 0 !important;*/
    width: 101vw !important;
    left: -50% !important;
    transform: translateX(18%);
}

.borAddressRight {
  border-right: 1px solid #ccc !important; }

.maxWidth-100vw {
  max-width: 100vw; }

.fullScreenModal-header-footer {
  display: grid !important;
  grid-template-rows: 5em auto 5em;
  height: 100vh; }

.fullScreenModal-header-footer-5 {
    grid-template-rows: 5em 3.5em 3em 1.5em auto 5em;
}

.fullScreenModal-header-footer-5 {
    grid-template-rows: 5em 3.5em 3em 1.5em auto 5em;
}

.fullScreenModal-header-footer.largeHeader {
  grid-template-rows: 7em auto 5em; }

.fullScreenModal-header-footer .modal-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.fullScreenModal-header-footer .LayerListSearchInput {
  margin-right: 10px; }

.fullScreenModal-header-footer .modal-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

@media all and (max-width: 767px) {
    .fullScreenModal-header-footer-mobile {
        display: grid !important;
        grid-template-rows: 5em auto 5em;
        height: 100vh;
    }

        .fullScreenModal-header-footer-mobile.largeHeader {
            grid-template-rows: 7em auto 5em;
        }


        .fullScreenModal-header-footer-mobile .modal-content {
            overflow-y: auto;
        }

        .fullScreenModal-header-footer-mobile .LayerListSearchInput {
            margin-right: 10px;
        }

    .fullScreenModal-header-footer-mobile .modal-footer {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}

.objectFitCover-50H {
    height: 50px;
    object-fit:cover;
}

.fontNormalColGrey {
    font-weight: normal;
    color: #6b6b6b;
}

.truncate {
    max-width: 150px;;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mHeight-80 {
    min-height: 80px;
}

.colBlack {
    color: black;
}

.whiteBG {
    background: white;
}

.top-Left5 {
    position: absolute;
    top: 5px;
    left: 5px;
}

.bottom-Left5 {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.top-Right5 {
    position: absolute;
    top: 5px;
    right: 5px;
}

.right5 {
    position: absolute;
    right: 5px;
}


.noOutlineOffset:focus {
    outline-offset: 0 !important;
}

.closePadd {
    position: absolute;
    margin-right: 15px;
    right: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

.chartConfigContainer {
    overflow-y: auto;
    overflow-x: hidden;
}
.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;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !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__rendered li{list-style:none}.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, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 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, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 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, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 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, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 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:#fff;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:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */

.select2-container--bootstrap{display:block}.select2-container--bootstrap .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#555;font-size:14px;outline:0}.select2-container--bootstrap .select2-selection.form-control{border-radius:4px}.select2-container--bootstrap .select2-search--dropdown .select2-search__field{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#555;font-size:14px}.select2-container--bootstrap .select2-search__field{outline:0}.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder{color:#999}.select2-container--bootstrap .select2-search__field:-moz-placeholder{color:#999}.select2-container--bootstrap .select2-search__field::-moz-placeholder{color:#999;opacity:1}.select2-container--bootstrap .select2-search__field:-ms-input-placeholder{color:#999}.select2-container--bootstrap .select2-results__option{padding:6px 12px}.select2-container--bootstrap .select2-results__option[role=group]{padding:0}.select2-container--bootstrap .select2-results__option[aria-disabled=true]{color:#777;cursor:not-allowed}.select2-container--bootstrap .select2-results__option[aria-selected=true]{background-color:#f5f5f5;color:#262626}.select2-container--bootstrap .select2-results__option--highlighted[aria-selected]{background-color:#337ab7;color:#fff}.select2-container--bootstrap .select2-results__option .select2-results__option{padding:6px 12px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option{margin-left:-12px;padding-left:24px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-24px;padding-left:36px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-36px;padding-left:48px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-48px;padding-left:60px}.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-60px;padding-left:72px}.select2-container--bootstrap .select2-results__group{color:#777;display:block;padding:6px 12px;font-size:12px;line-height:1.42857143;white-space:nowrap}.select2-container--bootstrap.select2-container--focus .select2-selection,.select2-container--bootstrap.select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;border-color:#66afe9}.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 4px 4px}.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection{border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-color:transparent}.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection{border-top-right-radius:0;border-top-left-radius:0;border-top-color:transparent}.select2-container--bootstrap .select2-selection__clear{color:#999;cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--bootstrap .select2-selection__clear:hover{color:#333}.select2-container--bootstrap.select2-container--disabled .select2-selection{border-color:#ccc;-webkit-box-shadow:none;box-shadow:none}.select2-container--bootstrap.select2-container--disabled .select2-search__field,.select2-container--bootstrap.select2-container--disabled .select2-selection{cursor:not-allowed}.select2-container--bootstrap.select2-container--disabled .select2-selection,.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice{background-color:#eee}.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,.select2-container--bootstrap.select2-container--disabled .select2-selection__clear{display:none}.select2-container--bootstrap .select2-dropdown{-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);border-color:#66afe9;overflow-x:hidden;margin-top:-1px}.select2-container--bootstrap .select2-dropdown--above{-webkit-box-shadow:0 -6px 12px rgba(0,0,0,.175);box-shadow:0 -6px 12px rgba(0,0,0,.175);margin-top:1px}.select2-container--bootstrap .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--bootstrap .select2-selection--single{height:34px;line-height:1.42857143;padding:6px 24px 6px 12px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow{position:absolute;bottom:0;right:12px;top:0;width:4px}.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b{border-color:#999 transparent transparent;border-style:solid;border-width:4px 4px 0;height:0;left:0;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--bootstrap .select2-selection--single .select2-selection__rendered{color:#555;padding:0}.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--bootstrap .select2-selection--multiple{min-height:34px;padding:0;height:auto}.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;line-height:1.42857143;list-style:none;margin:0;overflow:hidden;padding:0;width:100%;text-overflow:ellipsis;white-space:nowrap}.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder{color:#999;float:left;margin-top:5px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{color:#555;background:#fff;border:1px solid #ccc;border-radius:4px;cursor:default;float:left;margin:5px 0 0 6px;padding:0 6px}.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field{background:0 0;padding:0 12px;height:32px;line-height:1.42857143;margin-top:0;min-width:5em}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:3px}.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear{margin-top:6px}.form-group-sm .select2-container--bootstrap .select2-selection--single,.input-group-sm .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap .select2-selection--single.input-sm{border-radius:3px;font-size:12px;height:30px;line-height:1.5;padding:5px 22px 5px 10px}.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b{margin-left:-5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple,.input-group-sm .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap .select2-selection--multiple.input-sm{min-height:30px;border-radius:3px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice{font-size:12px;line-height:1.5;margin:4px 0 0 5px;padding:0 5px}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field{padding:0 10px;font-size:12px;height:28px;line-height:1.5}.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear{margin-top:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single,.input-group-lg .select2-container--bootstrap .select2-selection--single,.select2-container--bootstrap .select2-selection--single.input-lg{border-radius:6px;font-size:18px;height:46px;line-height:1.3333333;padding:10px 31px 10px 16px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow{width:5px}.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b{border-width:5px 5px 0;margin-left:-10px;margin-top:-2.5px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple,.input-group-lg .select2-container--bootstrap .select2-selection--multiple,.select2-container--bootstrap .select2-selection--multiple.input-lg{min-height:46px;border-radius:6px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice{font-size:18px;line-height:1.3333333;border-radius:4px;margin:9px 0 0 8px;padding:0 10px}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field{padding:0 16px;font-size:18px;height:44px;line-height:1.3333333}.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear{margin-top:10px}.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #999;border-width:0 5px 5px}.select2-container--bootstrap[dir=rtl] .select2-selection--single{padding-left:24px;padding-right:12px}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:0;padding-left:0;text-align:right}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow{left:12px;right:auto}.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b{margin-left:0}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:0;margin-right:6px}.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.has-warning .select2-dropdown,.has-warning .select2-selection{border-color:#8a6d3b}.has-warning .select2-container--focus .select2-selection,.has-warning .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;border-color:#66512c}.has-warning.select2-drop-active{border-color:#66512c}.has-warning.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#66512c}.has-error .select2-dropdown,.has-error .select2-selection{border-color:#a94442}.has-error .select2-container--focus .select2-selection,.has-error .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;border-color:#843534}.has-error.select2-drop-active{border-color:#843534}.has-error.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#843534}.has-success .select2-dropdown,.has-success .select2-selection{border-color:#3c763d}.has-success .select2-container--focus .select2-selection,.has-success .select2-container--open .select2-selection{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;border-color:#2b542c}.has-success.select2-drop-active{border-color:#2b542c}.has-success.select2-drop-active.select2-drop.select2-drop-above{border-top-color:#2b542c}.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection,.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap>.selection>.select2-selection.form-control{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection,.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap:not(:last-child)>.selection>.select2-selection.form-control{border-radius:0}.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection,.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap:last-child>.selection>.select2-selection.form-control{border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.select2-container--bootstrap{display:table;table-layout:fixed;position:relative;z-index:2;width:100%;margin-bottom:0}.input-group>.select2-container--bootstrap>.selection>.select2-selection.form-control{float:none}.input-group>.select2-container--bootstrap.select2-container--focus,.input-group>.select2-container--bootstrap.select2-container--open{z-index:3}.input-group>.select2-container--bootstrap,.input-group>.select2-container--bootstrap .input-group-btn,.input-group>.select2-container--bootstrap .input-group-btn .btn{vertical-align:top}.form-control.select2-hidden-accessible{position:absolute!important;width:1px!important}@media (min-width:768px){.form-inline .select2-container--bootstrap{display:inline-block}}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: none !important;
    border: none !important;
}
.tippy-box[data-theme~=light] {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);
    background-color: #fff
}

    .tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
        border-top-color: #fff
    }

    .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
        border-bottom-color: #fff
    }

    .tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
        border-left-color: #fff
    }

    .tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
        border-right-color: #fff
    }

    .tippy-box[data-theme~=light] > .tippy-backdrop {
        background-color: #fff
    }

    .tippy-box[data-theme~=light] > .tippy-svg-arrow {
        fill: #fff
    }

.easy-autocomplete {
  position: relative;
}
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}
.easy-autocomplete a {
  display: block;
}
.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.easy-autocomplete.eac-dark {
  color: #fff;
}
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
  color: #fff;
}
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
  color: #333;
}
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.easy-autocomplete.eac-purple {
  color: #333;
}
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/*# sourceMappingURL=easy-autocomplete.css.map */

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */

.select2-container--bootstrap {
    width: auto;
    height: 50px;
    /*margin-top: 100px;*/
    /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
    /**
   * Search field in the Select2 dropdown.
   */
    /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
    /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
    /**
   * Clear the selection.
   */
    /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
    /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
    /**
   * Dropdown border color and box-shadow.
   */
    /**
   * Limit the dropdown height.
   */
    /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
    /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
    /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
    /* 1 */
    /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -100px;
}

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir="rtl"] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}