@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 19px;
    left: 1px;
    width: 0; }
  54% {
    top: 17px;
    left: 2px;
    width: 0; }
  70% {
    top: 35px;
    left: -6px;
    width: 50px; }
  84% {
    top: 48px;
    left: 21px;
    width: 17px; }
  100% {
    top: 45px;
    left: 14px;
    width: 25px; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 19px;
    left: 1px;
    width: 0; }
  54% {
    top: 17px;
    left: 2px;
    width: 0; }
  70% {
    top: 35px;
    left: -6px;
    width: 50px; }
  84% {
    top: 48px;
    left: 21px;
    width: 17px; }
  100% {
    top: 45px;
    left: 14px;
    width: 25px; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 54px;
    right: 46px;
    width: 0; }
  65% {
    top: 54px;
    right: 46px;
    width: 0; }
  84% {
    top: 35px;
    right: 0;
    width: 55px; }
  100% {
    top: 38px;
    right: 8px;
    width: 47px; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 54px;
    right: 46px;
    width: 0; }
  65% {
    top: 54px;
    right: 46px;
    width: 0; }
  84% {
    top: 35px;
    right: 0;
    width: 55px; }
  100% {
    top: 38px;
    right: 8px;
    width: 47px; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 26px;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -6px;
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-actions {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 2.2em; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-loading {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-validationerror {
    font-size: 1em; }

body.swal2-toast-shown > .swal2-container {
  position: fixed;
  background-color: transparent; }
  body.swal2-toast-shown > .swal2-container.swal2-shown {
    background-color: transparent; }
  body.swal2-toast-shown > .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-top-end, body.swal2-toast-shown > .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown > .swal2-container.swal2-top-start, body.swal2-toast-shown > .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown > .swal2-container.swal2-center-start, body.swal2-toast-shown > .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-toast-shown > .swal2-container.swal2-center-end, body.swal2-toast-shown > .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-bottom-start, body.swal2-toast-shown > .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown > .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-bottom-end, body.swal2-toast-shown > .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding: 0.625em;
  -webkit-box-shadow: 0 0 10px #d9d9d9;
          box-shadow: 0 0 10px #d9d9d9;
  overflow-y: hidden; }
  .swal2-popup.swal2-toast .swal2-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .swal2-popup.swal2-toast .swal2-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: initial; }
  .swal2-popup.swal2-toast .swal2-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 32px;
      height: 32px; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-info, .swal2-popup.swal2-toast .swal2-icon.swal2-warning, .swal2-popup.swal2-toast .swal2-icon.swal2-question {
      font-size: 26px;
      line-height: 32px; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: 14px;
      width: 22px; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 5px; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 5px; }
  .swal2-popup.swal2-toast .swal2-actions {
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4);
              box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 32px;
      height: 45px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -4px;
        left: -15px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 32px 32px;
                transform-origin: 32px 32px;
        border-radius: 64px 0 0 64px; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -4px;
        left: 15px;
        -webkit-transform-origin: 0 32px;
                transform-origin: 0 32px;
        border-radius: 0 64px 64px 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 32px;
      height: 32px; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: 7px;
      width: 7px;
      height: 43px; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: 5px; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 18px;
        left: 3px;
        width: 12px; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 15px;
        right: 3px;
        width: 22px; }
  .swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: showSweetToast .5s;
            animation: showSweetToast .5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: hideSweetToast .2s forwards;
            animation: hideSweetToast .2s forwards; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: animate-toast-success-tip .75s;
            animation: animate-toast-success-tip .75s; }
  .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: animate-toast-success-long .75s;
            animation: animate-toast-success-long .75s; }

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-10px) rotateZ(2deg);
            transform: translateY(-10px) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(5px) rotateZ(2deg);
            transform: translateY(5px) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-10px) rotateZ(2deg);
            transform: translateY(-10px) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
            transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(5px) rotateZ(2deg);
            transform: translateY(5px) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
            transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
            transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: 9px;
    left: 1px;
    width: 0; }
  54% {
    top: 2px;
    left: 2px;
    width: 0; }
  70% {
    top: 10px;
    left: -4px;
    width: 26px; }
  84% {
    top: 17px;
    left: 12px;
    width: 8px; }
  100% {
    top: 18px;
    left: 3px;
    width: 12px; } }

@keyframes animate-toast-success-tip {
  0% {
    top: 9px;
    left: 1px;
    width: 0; }
  54% {
    top: 2px;
    left: 2px;
    width: 0; }
  70% {
    top: 10px;
    left: -4px;
    width: 26px; }
  84% {
    top: 17px;
    left: 12px;
    width: 8px; }
  100% {
    top: 18px;
    left: 3px;
    width: 12px; } }

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 26px;
    right: 22px;
    width: 0; }
  65% {
    top: 20px;
    right: 15px;
    width: 0; }
  84% {
    top: 15px;
    right: 0;
    width: 18px; }
  100% {
    top: 15px;
    right: 3px;
    width: 22px; } }

@keyframes animate-toast-success-long {
  0% {
    top: 26px;
    right: 22px;
    width: 0; }
  65% {
    top: 20px;
    right: 15px;
    width: 0; }
  84% {
    top: 15px;
    right: 0;
    width: 18px; }
  100% {
    top: 15px;
    right: 3px;
    width: 22px; } }

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  height: auto;
  overflow-y: hidden; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent; }
  body.swal2-no-backdrop .swal2-shown > .swal2-modal {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-shown.swal2-top {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
    right: 0;
    bottom: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .swal2-container.swal2-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .swal2-container.swal2-grow-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    -webkit-transition: background-color .1s;
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }
  .swal2-popup .swal2-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .swal2-popup .swal2-title {
    display: block;
    position: relative;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word; }
  .swal2-popup .swal2-actions {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.25em auto 0; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
      background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
      width: 2.5em;
      height: 2.5em;
      margin: .46875em;
      padding: 0;
      border: .25em solid transparent;
      border-radius: 100%;
      border-color: transparent;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
      margin-right: 30px;
      margin-left: 30px; }
    .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-left: 5px;
      border: 3px solid #999999;
      border-radius: 50%;
      border-right-color: transparent;
      -webkit-box-shadow: 1px 1px 1px #fff;
              box-shadow: 1px 1px 1px #fff;
      content: '';
      -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
              animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-popup .swal2-styled {
    margin: 0 .3125em;
    padding: .625em 2em;
    font-weight: 500;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .swal2-popup .swal2-styled:not([disabled]) {
      cursor: pointer; }
    .swal2-popup .swal2-styled.swal2-confirm {
      border: 0;
      border-radius: 0.25em;
      background-color: #3085d6;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled.swal2-cancel {
      border: 0;
      border-radius: 0.25em;
      background-color: #aaa;
      color: #fff;
      font-size: 1.0625em; }
    .swal2-popup .swal2-styled:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
              box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
    .swal2-popup .swal2-styled::-moz-focus-inner {
      border: 0; }
  .swal2-popup .swal2-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.25em 0 0;
    padding-top: 1em;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em; }
  .swal2-popup .swal2-image {
    max-width: 100%;
    margin: 1.25em auto; }
  .swal2-popup .swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.2em;
    min-width: 1.2em;
    height: 1.2em;
    margin: 0;
    padding: 0;
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: calc(2.5em - 0.25em);
    line-height: 1.2em;
    cursor: pointer; }
    .swal2-popup .swal2-close:hover {
      color: #d55; }
  .swal2-popup > .swal2-input,
  .swal2-popup > .swal2-file,
  .swal2-popup > .swal2-textarea,
  .swal2-popup > .swal2-select,
  .swal2-popup > .swal2-radio,
  .swal2-popup > .swal2-checkbox {
    display: none; }
  .swal2-popup .swal2-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0;
    color: #545454;
    font-size: 1.125em;
    font-weight: 300;
    line-height: normal;
    word-wrap: break-word; }
  .swal2-popup #swal2-content {
    text-align: center; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea,
  .swal2-popup .swal2-select,
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    margin: 1em auto; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea {
    width: 100%;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    font-size: 1.125em;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .swal2-popup .swal2-input.swal2-inputerror,
    .swal2-popup .swal2-file.swal2-inputerror,
    .swal2-popup .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      -webkit-box-shadow: 0 0 2px #f27474 !important;
              box-shadow: 0 0 2px #f27474 !important; }
    .swal2-popup .swal2-input:focus,
    .swal2-popup .swal2-file:focus,
    .swal2-popup .swal2-textarea:focus {
      border: 1px solid #b4dbed;
      outline: none;
      -webkit-box-shadow: 0 0 3px #c4e6f5;
              box-shadow: 0 0 3px #c4e6f5; }
    .swal2-popup .swal2-input::-webkit-input-placeholder,
    .swal2-popup .swal2-file::-webkit-input-placeholder,
    .swal2-popup .swal2-textarea::-webkit-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input:-ms-input-placeholder,
    .swal2-popup .swal2-file:-ms-input-placeholder,
    .swal2-popup .swal2-textarea:-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::-ms-input-placeholder,
    .swal2-popup .swal2-file::-ms-input-placeholder,
    .swal2-popup .swal2-textarea::-ms-input-placeholder {
      color: #cccccc; }
    .swal2-popup .swal2-input::placeholder,
    .swal2-popup .swal2-file::placeholder,
    .swal2-popup .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-popup .swal2-range input {
    width: 80%; }
  .swal2-popup .swal2-range output {
    width: 20%;
    font-weight: 600;
    text-align: center; }
  .swal2-popup .swal2-range input,
  .swal2-popup .swal2-range output {
    height: 2.625em;
    margin: 1em auto;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }
  .swal2-popup .swal2-input {
    height: 2.625em;
    padding: 0.75em; }
    .swal2-popup .swal2-input[type='number'] {
      max-width: 10em; }
  .swal2-popup .swal2-file {
    font-size: 1.125em; }
  .swal2-popup .swal2-textarea {
    height: 6.75em;
    padding: 0.75em; }
  .swal2-popup .swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    color: #545454;
    font-size: 1.125em; }
  .swal2-popup .swal2-radio,
  .swal2-popup .swal2-checkbox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .swal2-popup .swal2-radio label,
    .swal2-popup .swal2-checkbox label {
      margin: 0 .6em;
      font-size: 1.125em; }
    .swal2-popup .swal2-radio input,
    .swal2-popup .swal2-checkbox input {
      margin: 0 .4em; }
  .swal2-popup .swal2-validationerror {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625em;
    background: #f0f0f0;
    color: #666666;
    font-size: 1em;
    font-weight: 300;
    overflow: hidden; }
    .swal2-popup .swal2-validationerror::before {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      margin: 0 .625em;
      border-radius: 50%;
      background-color: #f27474;
      color: #fff;
      font-weight: 600;
      line-height: 1.5em;
      text-align: center;
      content: '!';
      zoom: normal; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin: 1.25em auto 1.875em;
  border: 4px solid transparent;
  border-radius: 50%;
  line-height: 80px;
  cursor: default;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  zoom: normal; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 37px;
      width: 47px;
      height: 5px;
      border-radius: 2px;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 17px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 16px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .swal2-icon.swal2-warning, .swal2-icon.swal2-info, .swal2-icon.swal2-question {
    margin: .333333em auto .5em;
    font-family: inherit;
    font-size: 3.75em; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 60px;
      height: 120px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
                transform-origin: 60px 60px;
        border-radius: 120px 0 0 120px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
                transform-origin: 0 60px;
        border-radius: 0 120px 120px 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      top: -4px;
      left: -4px;
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.3);
      border-radius: 50%;
      z-index: 2;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      top: 8px;
      left: 26px;
      width: 7px;
      height: 90px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      z-index: 1; }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      height: 5px;
      border-radius: 2px;
      background-color: #a5dc86;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 46px;
        left: 14px;
        width: 25px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 38px;
        right: 8px;
        width: 47px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6;
    z-index: 10; }

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

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

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

[dir='rtl'] .swal2-close {
  right: auto;
  left: 0; }

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s; }

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s; }

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s; }
  .swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark 0.5s;
            animation: swal2-animate-error-x-mark 0.5s; }

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

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.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; } }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/JavascriptLibraries/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/JavascriptLibraries/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/JavascriptLibraries/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/JavascriptLibraries/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/JavascriptLibraries/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/JavascriptLibraries/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-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;
}
.form-control:focus {
  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);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -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;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -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;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -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;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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 {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image:      -o-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-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);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image:      -o-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-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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image:      -o-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-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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image:      -o-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-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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image:      -o-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-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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.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 */
.p-08 {
    padding: 0.8em !important
}
.p-1{
    padding: 1em !important
}
.p-2 {
    padding: 2em !important
}

/* Padding Bottom */
.pb-1 {
    padding-bottom: 1em !important
}
.pb-2 {
    padding-bottom: 2em !important
}
.pb-3 {
    padding-bottom: 3em !important
}
.pb-4 {
    padding-bottom: 4em !important
}
.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:260px;
}

.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: 25rem;
}

.prettyMultiLine .state label {
    text-indent: 0;
    padding-left: 2rem;
}

.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;
}
.dataPanelOpen {
    position: fixed;
    bottom: 32px;
    background: white;
    padding: 5px 10px 5px 10px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
* { -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, .landscape, .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 }
.landscape { 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;
}

.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: 1050;
}

.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;
}
* {
    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.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: #5677f11f;
}

.importingState {
    background: #fbfb7947;
}

.failedState {
    background: #c0383263;
}

.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;
    }
}

.showForEveryone {
    visibility: visible !important;
}

.dontShowOnHover {
    visibility: hidden;
}

    .showOnHoverContainer:hover .showOnHover {
        visibility: visible;
    }

    .visibilityHidden {
        visibility: hidden;
    }

    $table-header: #1976D2;
    $table-header-border: #1565C0;
    $table-border: #d9d9d9;
    $row-bg: #f4f2f1;

    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: $table-header-border;
}

&.row:nth-child(odd) .flex-row {
    background: $row-bg;
}

&: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-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 $table-border;
    &: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-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;
}

.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.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;
}