/* Minification failed. Returning unminified contents.
(1618,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1619,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2968,23): run-time error CSS1039: Token not allowed after unary operator: '-mainFont-family'
(3173,51): run-time error CSS1046: Expect comma, found '49'
(3173,56): run-time error CSS1046: Expect comma, found ')'
(3499,23): run-time error CSS1039: Token not allowed after unary operator: '-mainFont-family'
(3509,23): run-time error CSS1039: Token not allowed after unary operator: '-mainFont-family'
(3566,40): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(3697,22): run-time error CSS1039: Token not allowed after unary operator: '-transitionBtn'
(3705,22): run-time error CSS1039: Token not allowed after unary operator: '-transitionBtn'
(3751,23): run-time error CSS1039: Token not allowed after unary operator: '-mainFont-family'
(3763,22): run-time error CSS1039: Token not allowed after unary operator: '-transitionBtn'
(3769,22): run-time error CSS1039: Token not allowed after unary operator: '-transitionBtn'
(5843,44): run-time error CSS1019: Unexpected token, found ' '
(5843,44): run-time error CSS1034: Expected closing parenthesis, found ' '
(5843,44): run-time error CSS1019: Unexpected token, found ' '
(5843,44): run-time error CSS1042: Expected function, found ' '
(5843,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: hidden;
  height: auto; }

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; }
  body.swal2-toast-shown.swal2-has-input > .swal2-container > .swal2-toast .swal2-icon {
    margin: 0 0 15px; }
  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; }
  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: 32px;
    font-size: 14px;
    margin: 5px auto; }

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;
    left: 50%;
    bottom: auto;
    right: auto;
    -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;
    left: auto;
    bottom: auto;
    right: 0; }
  body.swal2-toast-shown > .swal2-container.swal2-top-start, body.swal2-toast-shown > .swal2-container.swal2-top-left {
    top: 0;
    left: 0;
    bottom: auto;
    right: auto; }
  body.swal2-toast-shown > .swal2-container.swal2-center-start, body.swal2-toast-shown > .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  body.swal2-toast-shown > .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -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%;
    left: auto;
    bottom: auto;
    right: 0;
    -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;
    left: 0;
    bottom: 0;
    right: auto; }
  body.swal2-toast-shown > .swal2-container.swal2-bottom {
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    -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;
    left: auto;
    bottom: 0;
    right: 0; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  bottom: auto;
  left: auto;
  right: 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 {
    bottom: 0;
    right: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: fixed;
  padding: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1060; }
  .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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-popup.swal2-toast {
    width: 300px;
    padding: 0 15px;
    -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;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 10px #d9d9d9;
            box-shadow: 0 0 10px #d9d9d9; }
    .swal2-popup.swal2-toast .swal2-title {
      max-width: 300px;
      font-size: 16px;
      text-align: left; }
    .swal2-popup.swal2-toast .swal2-content {
      font-size: 14px;
      text-align: left; }
    .swal2-popup.swal2-toast .swal2-icon {
      width: 32px;
      min-width: 32px;
      height: 32px;
      margin: 0 15px 0 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 {
      margin: 0 0 0 5px; }
    .swal2-popup.swal2-toast .swal2-styled {
      margin: 0 0 0 5px;
      padding: 5px 10px; }
      .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-validationerror {
      width: 100%;
      margin: 5px -20px; }
    .swal2-popup.swal2-toast .swal2-success {
      border-color: #a5dc86; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
        border-radius: 50%;
        position: absolute;
        width: 32px;
        height: 64px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
          border-radius: 64px 0 0 64px;
          top: -4px;
          left: -15px;
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: 32px 32px;
                  transform-origin: 32px 32px; }
        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
          border-radius: 0 64px 64px 0;
          top: -5px;
          left: 14px;
          -webkit-transform-origin: 0 32px;
                  transform-origin: 0 32px; }
      .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
        width: 32px;
        height: 32px; }
      .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
        width: 7px;
        height: 90px;
        left: 28px;
        top: 8px; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
        height: 5px; }
        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
          width: 12px;
          left: 3px;
          top: 18px; }
        .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
          width: 22px;
          right: 3px;
          top: 15px; }
    .swal2-popup.swal2-toast .swal2-animate-success-line-tip {
      -webkit-animation: animate-toast-success-tip .75s;
              animation: animate-toast-success-tip .75s; }
    .swal2-popup.swal2-toast .swal2-animate-success-line-long {
      -webkit-animation: animate-toast-success-long .75s;
              animation: animate-toast-success-long .75s; }
  .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; }
  .swal2-popup .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    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-top: 15px; }
    .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: 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-left: 30px;
      margin-right: 30px; }
    .swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      -webkit-box-shadow: 1px 1px 1px #fff;
              box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-popup .swal2-styled {
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .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-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-popup .swal2-close {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    -webkit-transition: color .1s ease;
    transition: color .1s ease; }
    .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 {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .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: 20px auto; }
  .swal2-popup .swal2-input,
  .swal2-popup .swal2-file,
  .swal2-popup .swal2-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    -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-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; }
    .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 {
      outline: none;
      border: 1px solid #b4dbed;
      -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 {
    float: left;
    width: 80%; }
  .swal2-popup .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-popup .swal2-range input,
  .swal2-popup .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-popup .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-popup .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-popup .swal2-file {
    font-size: 20px; }
  .swal2-popup .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-popup .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-popup .swal2-radio {
    border: 0; }
    .swal2-popup .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-popup .swal2-radio input,
    .swal2-popup .swal2-radio span {
      vertical-align: middle; }
    .swal2-popup .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-popup .swal2-checkbox {
    color: #545454; }
    .swal2-popup .swal2-checkbox input,
    .swal2-popup .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-popup .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-popup .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@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 {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
                transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
                transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    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 {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

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

@-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 showSweetAlert {
  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 showSweetAlert {
  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 hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

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

.swal2-show {
  -webkit-animation: showSweetAlert .3s;
          animation: showSweetAlert .3s; }
  .swal2-show.swal2-toast {
    -webkit-animation: showSweetToast .5s;
            animation: showSweetToast .5s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert .15s forwards;
          animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-toast {
    -webkit-animation: hideSweetToast .2s forwards;
            animation: hideSweetToast .2s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotatePlaceholder {
  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 rotatePlaceholder {
  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); } }

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

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

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

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

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

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon .5s;
          animation: animate-error-icon .5s; }

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

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

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark .5s;
          animation: animate-x-mark .5s; }

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

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 * 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:700}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 silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}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{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!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^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{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 td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../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:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro: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}:after,:before{-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}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>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,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{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}dd,dt{line-height:1.42857143}dt{font-weight:700}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[data-original-title],abbr[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 ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer: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 .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer: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:700;-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-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{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>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{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>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{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:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{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=checkbox]:focus,input[type=radio]: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-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.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],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio 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}select[multiple].input-sm,textarea.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 select[multiple].form-control,.form-group-sm textarea.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}select[multiple].input-lg,textarea.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 select[multiple].form-control,.form-group-lg textarea.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}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-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 .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-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 .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-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 .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{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:400;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.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{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.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{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.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{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.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{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.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{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.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{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.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{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.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{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.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{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.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;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:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{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=button].btn-block,input[type=reset].btn-block,input[type=submit].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}.dropdown,.dropup{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:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{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-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{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=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{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}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.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}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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:400;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=checkbox],.input-group-addon input[type=radio]{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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{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:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{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:focus,.nav-tabs>li.active>a:hover{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:focus,.nav-tabs.nav-justified>.active>a:hover{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:focus,.nav-tabs.nav-justified>.active>a:hover{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:focus,.nav-pills>li.active>a:hover{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:focus,.nav-tabs-justified>.active>a:hover{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:focus,.nav-tabs-justified>.active>a:hover{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-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{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-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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:focus,.navbar-brand:hover{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 .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{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 .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{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:focus,.navbar-default .navbar-brand:hover{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:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{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:focus,.navbar-default .navbar-nav>.open>a:hover{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:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{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:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{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:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{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:focus,.navbar-inverse .navbar-nav>.open>a:hover{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:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{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:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{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:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{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:focus,.pager li>a:hover{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:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{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]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;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-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{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 a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{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:700}.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-bar-striped,.progress-striped .progress-bar{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-bar.active,.progress.active .progress-bar{-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-body,.media-left,.media-right{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:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{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:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .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:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{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:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{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:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{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:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{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>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.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>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody: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:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.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 td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.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>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{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 embed,.embed-responsive iframe,.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:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;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:400;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:400;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>a>img,.carousel-inner>.item>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.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{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:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{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-next,.carousel-control .icon-prev{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}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row: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-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-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}td.visible-xs,th.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}td.visible-sm,th.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}td.visible-md,th.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}td.visible-lg,th.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}td.visible-print,th.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.min.css.map */
.tabulator{position:relative;border:1px solid #999;background-color:#888;font-size:14px;text-align:left;overflow:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select{user-select:none}.tabulator .tabulator-header{position:relative;box-sizing:border-box;width:100%;border-bottom:1px solid #999;background-color:#e6e6e6;color:#555;font-weight:700;white-space:nowrap;overflow:hidden;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-header-contents{position:relative;overflow:hidden}.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{display:inline-block}.tabulator .tabulator-header .tabulator-col{display:inline-flex;position:relative;box-sizing:border-box;flex-direction:column;justify-content:flex-start;border-right:1px solid #aaa;background:#e6e6e6;text-align:left;vertical-align:bottom;overflow:hidden}.tabulator .tabulator-header .tabulator-col.tabulator-moving{position:absolute;border:1px solid #999;background:#cdcdcd;pointer-events:none}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{box-sizing:border-box;position:relative;padding:4px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{box-sizing:border-box;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{white-space:normal;text-overflow:clip}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{box-sizing:border-box;width:100%;border:1px solid #999;padding:1px;background:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{display:flex;align-items:center;position:absolute;top:0;bottom:0;right:4px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #bbb}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{position:relative;display:flex;border-top:1px solid #aaa;overflow:hidden;margin-right:-1px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{position:relative;box-sizing:border-box;margin-top:2px;width:100%;text-align:center}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{width:0;height:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{cursor:pointer;background-color:#cdcdcd}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:6px solid #555}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:6px solid #bbb}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-bottom:6px solid #555}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-top:none;border-bottom:6px solid #666}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{color:#666}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{cursor:pointer;border-top:6px solid #555}}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom:none;border-top:6px solid #666;color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;justify-content:center}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-right:0;padding-bottom:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{justify-content:center;left:0;right:0;top:4px;bottom:auto}.tabulator .tabulator-header .tabulator-frozen{position:sticky;left:0;z-index:10}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator .tabulator-header .tabulator-calcs-holder{box-sizing:border-box;background:#f3f3f3!important;border-top:1px solid #aaa;border-bottom:1px solid #aaa}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle,.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{position:relative;width:100%;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}.tabulator .tabulator-tableholder:focus{outline:none}.tabulator .tabulator-tableholder .tabulator-placeholder{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%;min-width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{display:inline-block;text-align:center;padding:10px;color:#ccc;font-weight:700;font-size:20px;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{position:relative;display:inline-block;background-color:#fff;white-space:nowrap;overflow:visible;color:#333}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{font-weight:700;background:#e2e2e2!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #aaa}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #aaa}.tabulator .tabulator-footer{border-top:1px solid #999;background-color:#e6e6e6;color:#555;font-weight:700;white-space:nowrap;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator .tabulator-footer .tabulator-footer-contents{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:5px 10px}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder{box-sizing:border-box;width:100%;text-align:left;background:#f3f3f3!important;border-bottom:1px solid #aaa;border-top:1px solid #aaa;overflow:hidden}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{display:inline-block;background:#f3f3f3!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{margin-bottom:-5px;border-bottom:none}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{flex:1;text-align:right;color:#555;font-family:inherit;font-weight:inherit;font-size:inherit}.tabulator .tabulator-footer .tabulator-page-size{display:inline-block;margin:0 5px;padding:2px 5px;border:1px solid #aaa;border-radius:3px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{display:inline-block;margin:0 2px;padding:2px 5px;border:1px solid #aaa;border-radius:3px;background:hsla(0,0%,100%,.2)}.tabulator .tabulator-footer .tabulator-page.active{color:#d00}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover{cursor:pointer;background:rgba(0,0,0,.2);color:#fff}}.tabulator .tabulator-col-resize-handle{position:relative;display:inline-block;width:6px;margin-left:-3px;margin-right:-3px;z-index:10;vertical-align:middle}@media (hover:hover) and (pointer:fine){.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}}.tabulator .tabulator-col-resize-handle:last-of-type{width:3px;margin-right:0}.tabulator .tabulator-alert{position:absolute;display:flex;align-items:center;top:0;left:0;z-index:100;height:100%;width:100%;background:rgba(0,0,0,.4);text-align:center}.tabulator .tabulator-alert .tabulator-alert-msg{display:inline-block;margin:0 auto;padding:10px 20px;border-radius:10px;background:#fff;font-weight:700;font-size:16px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{position:relative;box-sizing:border-box;min-height:22px;background-color:#fff}.tabulator-row.tabulator-row-even{background-color:#efefef}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selectable:hover{background-color:#bbb;cursor:pointer}}.tabulator-row.tabulator-selected{background-color:#9abcea}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-selected:hover{background-color:#769bcc;cursor:pointer}}.tabulator-row.tabulator-row-moving{border:1px solid #000;background:#fff}.tabulator-row.tabulator-moving{position:absolute;border-top:1px solid #aaa;border-bottom:1px solid #aaa;pointer-events:none;z-index:15}.tabulator-row .tabulator-row-resize-handle{position:absolute;right:0;bottom:0;left:0;height:5px}.tabulator-row .tabulator-row-resize-handle.prev{top:0;bottom:auto}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}}.tabulator-row .tabulator-responsive-collapse{box-sizing:border-box;padding:5px;border-top:1px solid #aaa;border-bottom:1px solid #aaa}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-row .tabulator-cell{display:inline-block;position:relative;box-sizing:border-box;padding:4px;border-right:1px solid #aaa;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabulator-row .tabulator-cell.tabulator-frozen{display:inline-block;position:sticky;left:0;background-color:inherit;z-index:10}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:none;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{border:1px;background:transparent;outline:none}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{border:1px;background:transparent;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{display:inline-flex;align-items:center;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{width:100%;height:3px;margin-top:2px;background:#666}.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{display:inline-block;width:7px}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{display:inline-block;vertical-align:middle;height:9px;width:7px;margin-top:-9px;margin-right:5px;border-bottom-left-radius:1px;border-left:2px solid #aaa;border-bottom:2px solid #aaa}.tabulator-row .tabulator-cell .tabulator-data-tree-control{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;height:11px;width:11px;margin-right:5px;border:1px solid #333;border-radius:2px;background:rgba(0,0,0,.1);overflow:hidden}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{cursor:pointer;background:rgba(0,0,0,.2)}}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{display:inline-block;position:relative;height:7px;width:1px;background:transparent}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:#333}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-block;position:relative;height:7px;width:1px;background:#333}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:#333}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{display:inline-flex;align-items:center;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;height:15px;width:15px;border-radius:20px;background:#666;color:#fff;font-weight:700;font-size:1.1em}@media (hover:hover) and (pointer:fine){.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{opacity:.7;cursor:pointer}}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{stroke:#fff}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{display:inline-block;height:14px;width:14px;border-radius:14px}.tabulator-row.tabulator-group{box-sizing:border-box;border-bottom:1px solid #999;border-right:1px solid #aaa;border-top:1px solid #999;padding:5px 5px 5px 10px;background:#ccc;font-weight:700;min-width:100%}@media (hover:hover) and (pointer:fine){.tabulator-row.tabulator-group:hover{cursor:pointer;background-color:rgba(0,0,0,.1)}}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{margin-right:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;border-bottom:0}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{display:inline-block;width:0;height:0;margin-right:16px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;border-left:6px solid #666;vertical-align:middle}.tabulator-row.tabulator-group span{margin-left:10px;color:#d00}.tabulator-popup-container{position:absolute;display:inline-block;box-sizing:border-box;background:#fff;border:1px solid #aaa;box-shadow:0 0 5px 0 rgba(0,0,0,.2);font-size:14px;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:10000}.tabulator-popup{padding:5px;border-radius:3px}.tabulator-tooltip{max-width:Min(500px,100%);padding:3px 5px;border-radius:2px;box-shadow:none;font-size:12px;pointer-events:none}.tabulator-menu .tabulator-menu-item{position:relative;box-sizing:border-box;padding:5px 10px;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}@media (hover:hover) and (pointer:fine){.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{cursor:pointer;background:#efefef}}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{display:inline-block;position:absolute;top:calc(5px + .4em);right:10px;height:7px;width:7px;content:"";border-color:#aaa;border-style:solid;border-width:1px 1px 0 0;vertical-align:top;transform:rotate(45deg)}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #aaa}.tabulator-edit-list{max-height:200px;font-size:14px;overflow-y:auto;-webkit-overflow-scrolling:touch}.tabulator-edit-list .tabulator-edit-list-item{padding:4px;color:#333;outline:none}.tabulator-edit-list .tabulator-edit-list-item.active{color:#fff;background:#1d68cd}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid hsla(0,0%,100%,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}@media (hover:hover) and (pointer:fine){.tabulator-edit-list .tabulator-edit-list-item:hover{cursor:pointer;color:#fff;background:#1d68cd}}.tabulator-edit-list .tabulator-edit-list-placeholder{padding:4px;color:#333;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #aaa;padding:6px 4px 4px;color:#333;font-weight:700}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{text-align:initial;direction:rtl}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{text-align:initial;border-left:1px solid #aaa;border-right:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-right:0;margin-left:-1px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0;padding-left:25px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:auto}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-right:initial;border-left:1px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{margin-right:0;margin-left:5px;border-bottom-left-radius:0;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-right:0;margin-left:5px}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{border-left:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{border-right:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{width:3px;margin-left:0;margin-right:-3px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{position:absolute;top:0;bottom:0;left:0;right:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{display:inline-block;vertical-align:middle;height:9px;width:7px;margin-top:-9px;margin-right:5px;border-bottom-left-radius:1px;border-left:2px solid #aaa;border-bottom:2px solid #aaa}.tabulator-print-table .tabulator-print-table-group{box-sizing:border-box;border-bottom:1px solid #999;border-right:1px solid #aaa;border-top:1px solid #999;padding:5px 5px 5px 10px;background:#ccc;font-weight:700;min-width:100%}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-print-table-group:hover{cursor:pointer;background-color:rgba(0,0,0,.1)}}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{margin-right:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;border-bottom:0}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{display:inline-block;width:0;height:0;margin-right:16px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;border-left:6px solid #666;vertical-align:middle}.tabulator-print-table .tabulator-print-table-group span{margin-left:10px;color:#d00}.tabulator-print-table .tabulator-data-tree-control{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;height:11px;width:11px;margin-right:5px;border:1px solid #333;border-radius:2px;background:rgba(0,0,0,.1);overflow:hidden}@media (hover:hover) and (pointer:fine){.tabulator-print-table .tabulator-data-tree-control:hover{cursor:pointer;background:rgba(0,0,0,.2)}}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{display:inline-block;position:relative;height:7px;width:1px;background:transparent}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:#333}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-block;position:relative;height:7px;width:1px;background:#333}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:#333}
/*# sourceMappingURL=tabulator.min.css.map */
@font-face {
    font-family: 'e-Ukraine_font';
    src: url(../fonts/e-Ukraine_font/e-Ukraine-Bold.woff) format('woff'), url(../fonts/e-Ukraine_font/e-Ukraine-Bold.woff2) format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'e-Ukraine_font';
    src: url(../fonts/e-Ukraine_font/e-Ukraine-Regular.woff) format('woff'), url(../fonts/e-Ukraine_font/e-Ukraine-Regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'e-Ukraine_head_font';
    src: url(../fonts/e-Ukraine_font/e-UkraineHead-Bold.woff) format('woff'), url(../fonts/e-Ukraine_font/e-UkraineHead-Bold.woff2) format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'e-UkraineHead_LOGO';
    src: url(../fonts/e-Ukraine_font/e-UkraineHead-LOGO.woff) format('woff'), url(../fonts/e-Ukraine_font/e-UkraineHead-LOGO.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'e-UkraineHead_font';
    src: url(../fonts/e-Ukraine_font/e-UkraineHead-Regular.woff) format('woff'), url(../fonts/e-Ukraine_font/e-UkraineHead-Regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}
:root {
    font-size: 10px;
    --transitionBtn: all ease-in-out 0.3s;
    --mainFont-family: 'e-Ukraine_font';
}
body {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
    position: absolute;
    background: #efefef;
    font-family: 'e-Ukraine_font';
}
.body-cooperative {
    overflow-y: auto;
    scroll-behavior: smooth;
    width: 100vw;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: unset;
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0;
    vertical-align: top;
}
q {
    quotes: "\00ab" "\00bb";
    padding-left: 5px;
}
a {
    text-decoration: none;
    color: #777;
}
.btn:focus, .btn:active:focus, .btn.active:focus,
.btn.focus, .btn:active.focus, .btn:active:hover, .btn.active.focus {
    outline: none;
    border-color: #2a6b1d;
}
li {
    list-style: none;
    font-size: 12px;
}
.esriPopup .contentPane img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 10px;
}

@keyframes showBasicList {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes animateBg {
    0%, 100% {
        background-position: 0 25%
    }

    25%, 75% {
        background-position: 50% 50%
    }

    50% {
        background-position: 100% 100%
    }
}
@keyframes bgAnimate {
    0% {
        background: linear-gradient(45deg, #f7ae76, #b33009);
        border: 1px solid #b33009;
    }

    100% {
        background: linear-gradient(45deg, #ff6f00, #8e2506);
        border: 1px solid #fff;
    }
}
@keyframes logoAnimate {
    0% {
        transform: rotate(-90deg);
    }

    25% {
        width: 40px;
        height: 40px;
    }

    50% {
        perspective: 1000px;
    }

    100% {
        width: 60px;
        height: 60px;
        transform: rotate(-360deg);
    }
}
@keyframes bookmarkBG {
    0% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 0 25%;
    }

    25% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 50% 50%;
    }

    50% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 100% 100%;
    }

    75% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 50% 50%;
    }

    100% {
        background-image: linear-gradient(217deg,rgb(83, 20, 100),rgba(255,0,0,0) 50.71%), linear-gradient(127deg,#6d3c7f,rgba(0,255,0,0) 70.71%), linear-gradient(336deg,#2f023c,rgba(0,0,255,0) 70.71%);
        background-position: 0 25%;
    }
}
@keyframes dribbleBtn {
    0% {
        box-shadow: 0 0 4px #fff, 0 0 6px rgba(0,0,0, 0.3);
    }

    50% {
        box-shadow: 0 0 4px #fff, 0 0 20px rgba(0,0,0, 0.5);
    }

    100% {
        box-shadow: 0 0 4px #fff, 0 0 12px rgba(0,0,0, 0.5);
    }
}
.login-block {
    transform: translateY(50%);
}

.login-checkbox input[type="checkbox"] {
    margin: 0;
}

.navbar-right li {
    font-size: 16px;
}
.nav li {
    border-bottom: 1px solid;
    border-bottom-color: rgba(109, 180, 96, .3);  
}
.nav li:last-child {
    border: none;
}
footer {
    display: none;
}
.mfp-zoom-out-cur {
    position: relative;
}

.navbar-inverse .container {
    width: 100%;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    font-family: 'e-UkraineHead_LOGO';
}

.navbar-inverse, .navbar {
    margin: 0;
    background: linear-gradient(to right bottom, #9b82af, #480358);
}
.navbar-toggle {
    margin-right: 4px;
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-right > li > a {
    padding: 10px 9px 10px 20px !important;
    color: #ccc !important;
}
#privacyContent p,
#privacyContent ul li {
    font-size: 1.6rem;
}
#privacyContent a {
    color: #007eff;
}
#privacyContent ul li{
    list-style: circle;
}

.body-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow: hidden;
}
.body-content.useStrictEntranceMode {
    top: 0;
}
.body-loginView {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(244, 247, 252, 1), rgba(244, 247, 252, 0.3)), url(img/kharkiv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.body-loginView header {
    display: flex;
    align-items: center;
    height: 10rem;
    padding: 0 0 0 10px;
}
.title-loginView {
    text-align: center;
    margin: 0;
    color: #676767;
}
.main-content {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, .5);
    margin: 0;
    overflow: hidden;
}
.navbar-brand {
    font-size: 13px;
    font-weight: normal;
    height: auto !important;
    margin: 0 !important;
    line-height: 30px;
    padding: 0 6px 0 50px;
    font-weight: 500;
    top: 20px;
}
.navbar-collapse {
    padding: 0;
}
.navbar-collapse .navbar-right {
    width: 100%;
    float: left;
    margin: 0;
}
.icon-nav-menu {
    display: none;
}
.dropdown-nav-menu {
    display: none;
}
.nav-head-items {
    position: absolute;
    left: 0;
    color: rgba(255,255,255, .9);
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px 5px;
    display: inline-block;
}
.logo {
    width: 100%;
    height: calc(100% - 20px);
    float: left;
    z-index: 5;
    position: absolute;
    padding-left: 25px;
}
.logo:hover img {
    animation-name: logoAnimate;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.logo img {
    width: 34px;
    height: 34px;
    position: absolute;
    z-index: 5;
}
.navbar-header p {
    margin: 0;
    position: absolute;
    color: #6db460;
    font-weight: 600;
    top: 0;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 50px);
    font-family: 'e-UkraineHead_LOGO';
}
.navbar-header > p > span {
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    bottom: -13px;
    left: 50px;
}
.navbar-header p > a {
    font-size: 15px;
}
.logo-mobile {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    padding: 10px;
}
.logo-mobile > img {
    background-position: 50%;
    background-size: 100%;
}
.logo-loginView {
    position: relative;
    width: 6rem;
    height: auto;
}
.navbar-right > li > a, .navbar-right > li > span > a {
    display: inline-block;
}
.map-toolbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    z-index: 1;
    transition: all 0.5s ease-out;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-around;
}
.hideBlock {
    /*position: absolute;*/
    right: -100px;
    transition: all 0.5s ease-in-out;
}
.navBlock {
    transform: translateX(-100px);
    transition: all 0.5s ease-in-out;
}
.tollbar-first-item {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding-top: 65px;
}
.map-toolbar .glyphicon-menu-left {
    color: #777;
    font-size: 34px;
    position: fixed;
    top: 250px;
    right: 6px;
    cursor: pointer;
    /*border-radius: 50%;*/
    border-radius: 4px;
    background: rgba(255, 255, 255, .9);
    color: #a53405;
    padding: 2px;
    border: 1px solid #a53405;
    transition: all 0.4s ease-out;
    -webkit-transition: color, border, background, transform 0.4s ease-out;
    transition-delay: 0.1s;
}
.map-toolbar .glyphicon-menu-left:hover {
    transition: all ease 0.3s;
}
    .map-toolbar .glyphicon-menu-left.selected {
        transform: rotateY(180deg);
        right: 8px;
        top: 250px;
        border: none;
        background: none;
        transition: all 0.4s ease-out;
        -webkit-transition: color, border, background, transform 0.4s ease-out;
        color: #ce4f02;
        text-shadow: 0 0 8px #333;
    }
#map_zoom_slider {
    bottom: 50% !important;
    transform: translateY(50%);
}
.privacyLinkBlock {
    left: 10px;
    bottom: 10px;
    position: fixed;
    font-size: 1rem;
    color: #676767;
    display: flex;
}
.linkDevider {
    line-height: 0.8rem;
    font-size: 1.4rem;
    padding: 0 3px;
}
.info-CP {
    height: 17px;
    text-align: center;
    padding-left: 5px;
}
.info-CP img {
    width: 25px;
    display: none;
}
.input-group-btn {
    z-index: 1;
}
.form-control:focus {
    border-color: #cccccc;
    box-shadow: inherit;
}
input.pw {
    -webkit-text-security: disc;
    text-security: disc;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
.form-control:not(.errorInput) {
    border-color: #5b9f5b;
    box-shadow: 0 0 2px 0 #5b9f5b;
}
#searcherInput {
    box-shadow: none;
    border-color: #ccc;
    height: 50px;
    border-right: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: 1.3rem;
}
.searcherDrop {
    border-bottom-left-radius: 0 !important;
}
.searchButtonDrop {
    border-bottom-right-radius: 0 !important;
}
.main-search-panel button:hover,
.main-search-panel button:active,
.main-search-panel button:active:hover,
.main-search-panel button:focus {
    background-color: #fff;
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}
.errorInput {
    border-color: #c50404;
    box-shadow: 0 0 2px 0 #dc8484;
}
.toolbar-items {
    display: inline-block;
    padding: 10px 0;
    flex-grow: 3;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-end;
    grid-gap: 0.5rem;
    -webkit-flex-grow: 3;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    -webkit-flex-direction: column;
}
.toolbar-items a {
    float: left;
    padding: 5px 0;
    color: #003e00;
    font-size: 22px;
    margin: 0 6px;
    width: 36px;
    height: 47px;
}
.toolbar-items a:hover {
    text-decoration: none;
}
/*Линейка, скрыта требует доработки функционирования*/
#mesurment {
    display: none;
}
/*******/
#zoomin, #zoomout, #pan, #refresh, #identify {
    display: none;
}
.toolbar-items a.selected span {
    color: #fff;
    background: linear-gradient(45deg, #ff6f00, #8e2506);
    border-color: #fff;
}
.toolbar-items a.selected span img.ruler-grey {
    display: none;
}
.toolbar-items a span img.ruler-white {
    display: none;
}
.toolbar-items a.selected span img.ruler-white {
    display: block;
    bottom: 0;
}
.toolbar-items a .glyphicon {
    width: 42px;
    height: 42px;
    /*border-radius: 50%;*/
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
    cursor: pointer;
    background: #fff;
    color: #777;
    border: 1px solid #777;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#filterCancel {
    position: relative;
}

.toolbar-items #filterCancel .small-internIcon {
    background: transparent;
    height: 8px;
    font-size: 1.5rem;
    width: 8px;
    border: none;
    position: absolute;
    right: -3px;
    top: 11px;
}
.toolbar-items a .glyphicon.ruler {
    padding: 5px;
}
.toolbar-items a .glyphicon .fa {
    top: -3px;
    left: 1px;
    position: relative;
}
.TOC {
    position: absolute;
    left: 0;
    top: 108px;
    padding-left: 5px;
    width: 85%;
    max-width: 350px;
    min-height: 40px;
    z-index: 31;
}
.min-TOC {
    position: fixed;
    top: 112px;
    left: 5px;
    height: 25px;
    font-size: 12px;
    padding: 0 10px 0 3px;
    border-radius: 4px;
    background: linear-gradient(45deg, #8e2506, #ff6f00);
    font-weight: 600;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    line-height: 25px;
    display: block;
    cursor: pointer;
    z-index: 1;
    user-select: none;
    overflow: hidden;
}
.min-TOC > .glyphicon {
    position: relative;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    float: left;
    padding: 1px;
}
.visible-panel {
    position: relative;
    top: 33px;
    width: 100%;
    text-align: left;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0,0.25);
    z-index: 1;
}
.visible-panel .layers-panel {
    max-height: 50vh;
    overflow-y: scroll;
}
.LEGEND .visible-panel {
    top: 0;
}
.visible-panel .panel-name {
    width: 100%;
    padding: 1px 6px;
    border-bottom: 2px solid #cccccc;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(45deg, #8e2506, #ff6f00);
    color: #fff;
    cursor: pointer;
}
.layers-panel > div > div {
    padding: 0 5px;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 1),
                      rgba(0,0,0, 0.02));
    border-bottom: 1px solid #ddd;
}
.layers-panel .layer {
    border-bottom: 1px solid #ccc;
}
.panel-name .glyphicon-minus, .selected-project .glyphicon-remove,
.panel-name .minimise-panel {
    float: right;
}
.panel-name .minimise-panel {
    font-size: 14px;
    cursor: pointer;
    transform: scaleX(2);
    text-align: center;
    width: 10px;
    padding-right: 5px;
}
.glyphicon-move, .glyphicon-remove {
    color: #cccccc;
    width: 15px;
    height: 15px;
    padding: 0;
    line-height: normal;
    vertical-align: top;
}
.ruler img {
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 2px;
}
.toolbar-items a:hover span.ruler {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
}
.refresh-default {
    display: none;
}
.panel-option {
    height: auto;
    position: relative;
    border-bottom: 2px solid #cccccc;
    padding: 0;
}
.panel-option button {
    float: left;
    background: transparent;
    padding: 0;
    padding-right: 5px;
    font-size: 1.2rem;
    border-radius: 0;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #a83605;
}
.panel-option button .glyphicon {
    background: #fff;
    color: #a83605;
    height: 30px;
    width: 30px;
    padding: 8px;
    top: 0px;
    float: left;
    margin-right: 5px;
}
.main-search-panel {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 55px;
    z-index: 50;
    padding: 0 5px;
}
.search-panel {
    width: unset;
}
.main-search-panel .dropdown-menu {
    margin: 0 !important;
}
.search-wrapper {
    position: relative;
}
#search_concept {
    margin-right: 5px;
}
.search-panel .dropdown-toggle {
    padding: 6px 6px 6px 12px;
    display: none;
}
.main-search-panel .form-control {
    height: 42px;
}
.main-search-panel button {
    padding: 10px 14px;
    height: 50px;
    width: 50px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 25px;
    color: #777 !important;
    border-left: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.searcherWithSelect-lg {
    display: flex;
    box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.3);
}

.searcherWithSelect-inputLg input, .searcherWithSelect-selectLg select {
    height: 44px;
    width: 100%;
    border-width: 1px;
    padding: 5px 8px 5px 5px;
    font-size: 1.4rem;
    border: 2px solid #777;
}
    .searcherWithSelect-inputLg input:disabled,
    .searcherWithSelect-selectLg select:disabled,
    .main-search-panel .searcherWithSelect-actionBtn:disabled {
        opacity: 1;
        background: #f5f5f5;
    } 

.searcherWithSelect-inputLg input {
    border-radius: 4px 0 0 4px;
    padding-right: 23px;
    padding-left: 10px;
    font-size: 1.2rem;
}


.searcherWithSelect-inputLg .searcherWithSelect-dropdown-menu {
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: 44px;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    opacity: 0.9;
    border: 2px solid #777;
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0;
    box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.5);
}
.searcherWithSelect-dropdown-menu li {
    padding: 5px 10px;
    font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
}
.searcherWithSelect-dropdown-menu li:hover {
    background: #efefef;
}
.searcherWithSelect-dropdown-menu li:last-child {
    border-bottom: none;
}

.searcherWithSelect-inputLg {
    width: calc(100% - 144px);
}

.searcherWithSelect-selectLg {
    width: 100px;
}

.main-search-panel .searcherWithSelect-actionBtn {
    margin: 0 !important;
    box-shadow: none;
    border: 1px solid;
    border-radius: 4px;
    height: 44px;
    width: 44px;
    padding: 7px;
    border: 2px solid #777;
}

.modal-dialog {
    position: absolute;
    bottom: unset;
    width: 80%;
    max-height: 100%;
}
.modal-header {
    position: relative;
    padding: 20px 10px;
    background: transparent;
    color: #ccc;
    text-align: center;
    border: none;
}
#dsnstables .modal-dialog {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
}
#dsnstables .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    background: #f1f1f1;
}
#dsnstables .modal-header {
    text-align: left;
    padding: 20px 15px 0 20px;
    color: #333;
}
#dsnstables .modal-body {
   height: calc(100% - 110px);
}
#dsnstables .toolbarModalRow-lg {
    height: 73px;
}
#dsnstables .toolbarModalRow-box {
    display: flex;
    flex-direction: column;
    width: fit-content;
}
#dsnstables .toolbarModalRow-boxTitle {
    text-align: center;
    background: #fff;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #5bc0de;
    color: #31b0d5;
}
#dsnstables .contentModalRow-lg {
    height: calc(100% - 73px);
}
#dsnstables .footerModalRow-lg {
   padding: 15px 0;
}
#dsnstables .tableTitleBox {
    display: flex;
    align-items: center;
    height: 54px;
}
#dsnstables .tableTitleBox .material-icons {
    font-size: 2rem;
    margin-right: 10px;
}
#dsnstables .tab-content {
    height: calc(100% - 40px);
    background: #fff;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-top: none;
}
#dsnstables .tabulator {
    height: calc(100% - 10px);
}
#dsnstables .tabulator-placeholder {
    justify-content: flex-start;

}
#dsnstables .tabulator-placeholder .tabulator-placeholder-contents{
    color: #fff;

}
.TOC-autorisationOffer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: rgba(0,0,0, 0.4);
    color: #e9e9e9;
    font-size: 1.2rem;
}
#dsnstables .nav-tabs > li.active > a {
    font-weight: 600;
}
.btnGroup-modal {
    padding: 10px 0;
}
#dsnstables .toolbarModalRow-box .btnGroup-modal {
    padding: 0;
}

#dsnstables .toolbarModalRow-box .btnGroup-modal_btn:first-child {
    border-radius: 0 0 0 4px;
}
#dsnstables .toolbarModalRow-box .btnGroup-modal_btn:last-child {
    border-radius: 0 0 4px 0;
}
.btnGroup-modal_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.btnGroup-modal_btn .material-icons {
    font-size: 2rem;
    margin-right: 0.5rem;
}
.TOC-autorisationOffer a {
    font-weight: 600;
    text-decoration: underline;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
}
.TOC-autorisationOffer a:hover {
    text-decoration: none;
}
.TOC-form .modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px 10px;
}
#linksForm .modal-header {
    padding: 30px 10px 15px;
}
.modal-header h4 span {
    padding-right: 10px;
}
.modal-header h4 {
    font-size: 16px;
    font-weight: 600;
}
.TOC-form h4 .firstRow {
    font-size: 4rem;
}
.TOC-form h4 .secondRow {
    font-size: 2rem;
}
.modal-body {
    font-size: 1.3rem;
}
#linksForm .modal-body {
    padding: 15px 0;
}
.modal-header .close {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 22px;
    color: #fff;
}
.modal-header .close:focus {
    outline: none;
}
#modal-projects .modal-body {
    padding: 10px 0 15px 0;
}
.project-layer:last-child  {
    border: none !important;
}
.project-item-collapse .material-icons img {
    position: absolute;
    left: 4px;
    height: 20px;
}
.project-item-collapse[href='#1'] .material-icons img {
    left: 2px;
}
.caret {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    transform: scale(1.8);
}
.project-item-collapse[aria-expanded="true"] > .caret {
    transform: rotate(-90deg);
}
.item-group:last-child {
    border-bottom: none;
}
.main-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;  
}
.main-menu ul {
    padding: 10px;
    padding-left: 5px;
}
.main-menu ul li {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: rgba(255,255,255, 0.7);
    letter-spacing: 0.3px;
    padding: 15px 20px;
    font-size: 2rem;
}
.main-menu ul li .fa {
    float: right;
    line-height: 20px;
}
.main-menu ul li .fa-info {
    padding-right: 4px;
}
.main-menu ul li:hover {
    color: rgba(255,255,255, 1);
    cursor: pointer;
}
.main-search-panel .panel-footer {
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
    top: 48px !important;
    box-shadow: 2px 2px 4px rgba(0,0,0, 0.15), 2px 2px 15px rgba(0,0,0, 0.35);
}
.list-group-item {
    background-color: transparent !important;
    padding: 8px !important;
}
.list-group-item:first-child {
    border-radius: 0;
}
.list-group-item:hover {
    box-shadow: 0 2px 4px 0 #ddd;
    cursor: pointer;
}
#lnbPrint {
    display: none;
}
#loginLink, #logoutLink {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 30px 8px 25px !important;
    display: -webkit-flex;
    -webkit-flex-direction: row;
}
#userLogin {
    padding-left: 25px !important;

}
/*****************CHECKBOX**********************/
.checkbox {
    padding-left: 20px;
}
    .checkbox label {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        position: relative;
    }
        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: rgba(255,255,255, 0.8);
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }
        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #6899b3;
        }
    .checkbox input[type="checkbox"],
    .checkbox input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }
        .checkbox input[type="checkbox"]:focus + label::before,
        .checkbox input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }
        .checkbox input[type="checkbox"]:checked + label::after,
        .checkbox input[type="radio"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
        }
        .checkbox input[type="checkbox"]:disabled + label,
        .checkbox input[type="radio"]:disabled + label {
            opacity: 0.65;
        }
            .checkbox input[type="checkbox"]:disabled + label::before,
            .checkbox input[type="radio"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }
    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }
    .checkbox.checkbox-inline {
        margin-top: 0;
        margin-left: 0;
    }

/******************/

/*map---------------------------------*/
#map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map .esriMapContainer .esriMapLayers {
    filter: brightness(0.95);
}
#map_zoom_slider {
    top: unset;
    right: unset;
    left: 5px;
    bottom: 35px;
    border-radius: 4px;
    position: fixed;
}
.esriSimpleSlider div {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
/*spiner*/
.spinerDiv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11000;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0, 0.1);
}
    .spinerDiv img {
        left: calc(50% - 110px);
        position: relative;
        top: calc(50% - 115px);
    }
.localSpiner {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%
}
.localSpiner img {
    height: 40px;
}
#measureDiv {
    position: fixed !important;
    right: 50px !important;
    top: unset !important;
    bottom: 15px;
    width: calc(100% - 100px);
    padding: 2px;
    background: rgba(255,255,255, .9);
    box-shadow: 0 0 8px 0 #CCC;
    border: 1px solid #ccc;
}
.dijitMenuTable {
    background: rgba(247, 247, 247, 0.9);
    color: #333;
    width: 120px;
}
.dijitReset {
    padding: 0.5px 2px;
}
#measureCloseButton {
    position: absolute;
    right: 2px;
    top: 3px !important;
    width: 15px;
    height: 15px;
    background: none;
    z-index: 1000;
    border: none;
    color: #777;
    outline: none;
}
    #measureCloseButton:before {
        content: '\2573';
        width: 12px;
        height: 12px;
        position: relative;
        top: -6px;
        left: -6px;
        font-size: 1.2rem;
        font-weight: 600;
    }
.esriPopup .sizer {
    width: 95vw !important;
    opacity: 0.9;
}
#measureWindow
.esriMeasurement .esriMeasurementResultLabel {
    margin: 0;
}
.esriMeasurement .esriButtonChecked .dijitButtonNode, .esriMeasurement .esriButtonHover .dijitButtonNode {
    background: #c3c3c3 !important;
}
.dijitInline .dijitButtonText, #dijit_layout_ContentPane_2 {
    color: #333 !important;
}
.esriMeasurement .esriMeasurementResultLabel {
    border-bottom: thin solid #333 !important;
    color: #333;
}
#feedbackWindow {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1150;
    overflow: hidden;
}
.captchaContainer {
    padding: 0;
}
.captchaContainer .form-group {
    margin: 0;
}
.captchaContainer .form-group > .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
}
.captchaImgContainer img {
    height: 34px;
}
#feedbackWindow .row {
    margin: 0;
}
#feedbackWindow .modal-body,
#feedbackWindow .modal-footer {
    padding: 10px;
}
#feedbackForm .alert a:not(:hover) {
    color: #927748;
}
#feedbackWindow .form-group {
    margin-bottom: 5px;
}
#feedback-text {
    max-width: 100%;
    width: 100%;
    margin: 0;
    resize: none;
}
#feedbackWindow input[type="text"] {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
#feedbackWindow label{
    color: #777;
    letter-spacing: 0.1px;
}
#feedbackWindow .btn-default {
    color: #777;
    font-weight: 600;
}
.esriPopup {
    z-index: 1500 !important;
}
.esriPopup .esriPopupWrapper {
    box-shadow: -1px -1px 1px rgba(0,0,0, 0.1),
                -2px -2px 2px rgba(255,255,255, 0.3),
                2px 2px 4px rgba(0,0,0, 0.2),
                6px 6px 15px rgba(0,0,0, 0.2);
}
.esriPopup .accessPoints .contentPane tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d8d8d8;
}
.esriPopup .contentPane {
    padding: 20px 20px 29px 30px;
    max-height: 60vh;
    background: #fff;
}
.esriPopup .titlePane,
.listAreaAddresses_title {
    background: #fff;
    padding: 10px 3px 10px 15px;
    font-family: var(--mainFont-family);
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
}
.listAreaAddresses_title {
    background: transparent;
}
.esriPopup .titlePane .title {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 100px);
    color: #777;
    text-transform: none;
}
.esriPopup .titlePane .title b,
.listAreaAddresses_title {
    color: #62047e;
    padding-left: 15px;
}
.esriPopup .titlePane .title b::after,
.listAreaAddresses_title:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #62047e;
}
.esriPopup a[href] {
    color: #146226;
}


.esriPopup .titleButton {
    top: 9px;
    filter: invert(1);
}
.esriPopup .titleButton.maximize {
    right: 30px;
    top: 11px;
}
.esriPopup .titleButton.prev {
    right: 75px;
}
.esriPopup .titleButton.next {
    right: 53px;
}
.esriPopup .digitalInforow,
.esriPopup .digitalInfoTable {
    display: grid;
    width: 100%;
}
.esriPopup .titleButton.close {
    right: 5px;
    top: 8px;
}
.esriPopup .titlePane .title b {
    display: inline-block;
    max-width: 70%;
    position: relative;
    text-transform: uppercase;
}

.coordinatesCopy:hover{
    cursor:pointer;
}
.attr-link {
    transform: scale(0.7) rotate(-45deg);
}
#Login, .entrance-form {
    display: none;
    z-index: 10000;
    opacity: 1;
}
#Login .modal-header .close,
.entrance-form .modal-header .close {
    top: -23px;
    font-size: 3rem;
    color: #333;
    font-weight: 500;
    position: relative;
}
.entrance-form .modal-header .close {
    outline: none;
}
    #Login .modal-dialog,
    .entrance-form .modal-dialog,
    #statisticForm .modal-dialog {
        max-width: 500px;
        width: 100%;
        height: auto;
        margin: 0;
    }
 #Login .modal-dialog,
.entrance-form .modal-dialog {
     height: 100vh;
 }
#Login input.form-control,
.entrance-form input.form-control {
    max-width: none;
    border-radius: 4px !important;
    height: 44px;
}
#Login .input-group,
.entrance-form .input-group {
    margin-top: 13px;
}
textarea.form-control {
    border-radius: 4px;
}
#Login .modal-footer .btn + .btn, #Login .btn-primary,
.entrance-form .modal-footer .btn + .btn, .entrance-form .btn-primary {
    margin: 0;
    float: left;
    padding: 11px 12px;
    box-shadow: 0 5px 10px 0px rgba(90, 148, 79, .25);
}
#Login .modal-body>.row,
.entrance-form .modal-body>.row {
    margin: 0;
}
.social-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
}
#Login .btn-primary, .entrance-form .btn-primary {
    color: #fff;
    background: #5a944f;
    border-color: #44753a;
    float: unset;
    font-size: 1.8rem;
}
#Login .btn-primary:hover,
.entrance-form .btn-primary:hover {
    background: #449235;
}
#Login .btn-primary:active:hover, .entrance-form .btn-primary:focus {
    background-color: #026b02;
}
.registry-footer>button:first-child {
    margin-bottom: 4px;
}
#Login #loginButton {
    margin-top: 15px;
    padding: 11px 12px;
}
#Login .modal-header, .entrance-form .modal-header {
    padding: 30px 10px 0;
}
    #Login .modal-header h4, .entrance-form .modal-header h4 {
        font-size: 2.5rem;
        color: #5a944f;
    }
.entrance-form .modal-content {
    border-radius: 0;
    background: #f4f7fc;
    height: 100%;
}
.useStrictEntranceMode .entrance-form .modal-content {
    box-shadow: none;
    border: none;
    background: rgba(244, 247, 252, 0.15);
}
#Login .modal-body, .entrance-form .modal-body {
    padding: 25px 15px;
}
#Login .modal-footer, .entrance-form .modal-footer {
    position: relative;
    padding-bottom: 20px;
}
#Login .modal-footer:before, .entrance-form .login-footer:before {
    position: absolute;
    content: "або";
    font-size: 1.5rem;
    top: 0;
    left: 50%;
    transform: translate(-50%, -55%);
    background: #f4f7fc;
    padding: 0 5px;
    color: #777;
}
.useStrictEntranceMode .entrance-form .login-footer:before {
    background:  rgba(244, 247, 252, 0.15);
}
.registry-row {
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
    color: #777;
    font-size: 1.6rem;
}
#Login a:hover, #Login a:focus,
.entrance-form a:hover, .entrance-form a:focus {
    color: #5b9f5b;
}
.registry-row a {
    color: #5b9f5b;
    font-weight: 600;
}
.modal-backdrop {
    background: linear-gradient(to bottom, rgb(63 49 70) 100px, rgba(60,60,60, 0.7));
    z-index: 2001;
}
.modal-backdrop.in {
    z-index: 2001;
    opacity: 0.8;
}
.modal {
    z-index: 2101;
}
.TOC-form .modal-dialog {
    width: 100%;
    margin: 0;
}
#linksForm .modal-dialog {
    width: 100%;
    margin: 0;
}
#linksForm .modal-body .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
}
 #linksForm .modal-body .row .input-group[class*="col-"] {
        text-align: center;
        padding: 10px 10px 10px 0;
        width: 85%;
        overflow: hidden;
    }
#linksForm .enter-input-group > a {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    background: #8227b7;
    box-shadow: 0 0 8px 0 #22022f;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#linksForm .enter-input-group > a:hover {
    background: transparent;
    box-shadow: none;
    transition: all ease 0.15s;
}
    #linksForm .enter-input-group > a:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        font-size: 2.2rem;
        text-transform: uppercase;
        color: #fff;
        transform: translate(-50%, -50%);
        transition: all ease 0.5s;
    }
    #linksForm .enter-input-group > a[href="https://geo-portal.com.ua/kharkiv/index.html"]:before {
        content: 'Адресний реєстр';
    }
    #linksForm .enter-input-group > a[href="https://doc.city.kharkov.ua"]:before {
        content: 'Міський реєстр актів';
    }
    #linksForm .enter-input-group > a[href="http://www.1562.kharkov.ua/"]:before {
        content: 'Служба 1562';
    }
    #linksForm .enter-input-group > a[href="http://cdr.citynet.kharkov.ua/webadreg"]:before {
        content: 'Рекламні конструкції';
    }
    #linksForm .enter-input-group > a[href="http://cdr.citynet.kharkov.ua/dug"]:before {
        content: 'Розриття';
    }
    #linksForm .enter-input-group > a[href="http://cdr.citynet.kharkov.ua/webdocprof"]:before {
        content: 'Звернення громадян';
    }
    #linksForm .enter-input-group > a[href="http://safe.city.kharkov.ua"]:before {
        content: 'Харків проти наркотиків';
    }
    #linksForm .enter-input-group > a[href="http://wifi.city.kharkov.ua"]:before {
        content: 'Міський Wi-Fi';
    }
    #linksForm .enter-input-group > a:hover:before {
        opacity: 0;
        transition: opacity ease 0.15s;
    }
#linksForm .modal-body .input-group a > img {
    box-shadow: 0 0 3px 1px #ccc;
    height: auto;
    width: 100%;
    opacity: 0.1;
    transition: all ease 0.3s;
}
#linksForm .enter-input-group > a:hover img {
    opacity: 1;
    transition: all ease 0.3s;
}
#linksForm .modal-content {
    width: 100%;
    border-radius: 0;
    background: linear-gradient(to bottom, rgb(242, 245, 255), rgb(238, 243, 253));
}

.TOC-form .modal-header .close,
#linksForm .modal-header .close {
    top: 4px;
    right: 10px;
    font-size: 6rem;
    color: #333;
    font-weight: 500;
    opacity: 0.4;
}
#linksForm .modal-header .close {
    top: -27px;
    right: 6px;
}
#linksForm .modal-title {
    font-size: 2.8rem;
    color: #747070;
    width: 100%;
    text-transform: unset;
}
.TOC-form .modal-title {
    color: #9f9f9f;
}
.TOC-form .modal-title span {
    display: none;
}
.TOC-form .checkbox label::after,
.visible-panel .checkbox label::after {
    top: 3px;
    left: 3px;
    padding: 0;
    color: #777;
}
.TOC-form input[type="checkbox"]:checked + label::before,
.visible-panel input[type="checkbox"]:checked + label::before {
    background-color: transparent;
    border-color: #777;
    outline: none;
}
.TOC-form input[type="checkbox"]:checked + label {
    color: #8e2506;
}
.visible-panel .checkbox {
    position: relative;
    width: 100%;
    padding: 7px 5px 7px 20px;
    display: flex;
}
.visible-panel .checkbox .close {
    right: 0;
    font-size: 1.8rem;
}
.visible-panel .checkbox .close:hover {
    background-color: transparent;
}
.visible-panel .checkbox label::before {
    top: 1px;
}
.visible-panel .layers-panel label {
    display: flex;
    padding-left: 7px;
    align-items: center;
    font-size: 1.3rem;
    font-weight: normal;
    color: #333;
}
.layerOff {
    opacity: 0.5;
}
.visible-panel .checkbox label .material-icons {
    font-size: 1.4rem;
    color: #777;
    padding-right: 4px;
}
#facebookButton,
#googleButton,
#googleButton:focus {
    display: flex;
    background: transparent;
    box-shadow: none;
    outline: none;
    width: 220px;
    display: -webkit-flex;
}
#googleButton {
    padding: 0;
    border: none;
}
    #googleButton img {
        width: 100%;
        max-width: 220px;
    }
#Login #facebookButton,
.entrance-form #facebookButton {
    background: #4267b2;
    color: #fff;
    border-radius: 4px;
    height: 52.97px;
    padding: 0;
    margin-top: 8px;
}
    #facebookButton:hover {
        color: #fff;
    }
.img-box {
    height: 52.97px;
    width: 52.97px;
    padding: 8.8px;
}
#facebookButton img {
    height: 35.31px
}
.social-name {
    line-height: 52.97px;
    font-size: 1.3rem;
    top: 0;
    left: 52.97px;
    position: absolute;
}
.social-name:focus {
    outline: none;
}
.swal2-container {
    /*z-index: 10001;*/
    z-index: 12001;
}
#lnbLegend .material-icons {
    font-size: 17px;
    float: right;
}
.LEGEND {
    position: absolute;
    top: 170px;
    width: 85%;
    max-width: 350px;
    max-height: calc(100% - 90px);
    padding-left: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    z-index: 32;
}
.LEGEND .panel-name > .material-icons {
    font-size: inherit;
    line-height: 18px;
}
#legendContent {
    max-height: calc(100vh - 330px);
    width: 100%;
    border-radius: 0 0 4px 4px;
    overflow-y: scroll;
    background: #fff
}
.min-legend {
    display: none;
    width: 100px;
    border-radius: 4px;
    background: linear-gradient(45deg, #8e2506, #ff6f00);
    color: #fff;
    line-height: 14px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 4px;
    position: absolute;
    cursor: pointer;
    left: 135px;
    top: 112px;
    user-select: none;
}
.min-legend .material-icons {
    font-size: 17px;
}
.min-legend span {
    padding-left: 5px;   
}
.LEGEND .closeButton {
    position: absolute;
    right: 0;
    top: -3px;
    background: none;
    box-shadow: none;
    border: none;
}
.LEGEND .panel-name .minimise-panel {
    position: absolute;
    right: 36px;
    top: -1px;
}
.LEGEND .closeButton:before {
    content: '\2573';
    font-size: 9px; 
}
.esriLegendService > table td, .esriLegendService > table td,
.esriLegendLayerLabel td, .esriLegendLayerLabel th {
    padding: 5px 5px 5px 10px;
}
.LEGEND .visibleLegend {
    visibility:visible;
}
.LEGEND:not(.visibleLegend) {
    visibility: hidden;
}
.esriLegendService {
    padding-bottom: 10px;
}
.esriLegendService table {
    font-size: 1.2rem;
}
.esriPopup .pointer.top {
    background: #c54903;
}
.contentPane table {
   width: 100%;
}
.contentPane tr > td:first-child {
    text-transform: uppercase;
    font-size: 1rem;
    font-family: var(--mainFont-family);
    vertical-align: top;
    padding-bottom: 8px;
    width: 40%;
    color: #878787;
    border-bottom: 1px solid #d8d8d8;
}
.contentPane tr > td:last-child {
    padding-left: 8px;
    word-break: break-word;
    font-family: var(--mainFont-family);
    font-size: 1.2rem;
    color: #373737;
    padding-bottom: 8px;
    border-bottom: 1px solid #d8d8d8;
}
.esriPopup .accessPoints .contentPane tr td,
.esriPopup .accessPoints .contentPane tr td:first-child,
.esriPopup .accessPoints .contentPane tr td:last-child {
    font-size: 1.2rem;
    width: 100%;
    border: none;
}
.esriPopup .accessPoints-list {
    padding: 0;
}
.esriPopup .accessPoints-list li {
    padding-bottom: 4px;
}
.esriPopup .accessPoints-list .markText {
    font-weight: 600;
    font-style: italic;
}
.contentPane tr:first-child > td:last-child {
    font-size: 1.3rem;
}
.contentPane tr:last-child > td {
    border: none;
}
.areaBoxBtn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
    .contentPane tr:last-child > td > button,
    .areaBoxBtn button {
        border: none;
        background: no-repeat;
        color: #8e2506;
        font-weight: 600;
        font-size: 1.1rem;
        box-shadow: 2px 2px 2px rgba(0,0,0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
        width: clamp(100px, 50%, 200px);
        width: auto !important;
        display: flex;
        align-items: center;
        text-transform: none;
        padding: 8px;
        margin-top: 5px;
        border-radius: 4px;
        display: -webkit-flex;
        align-content: center;
        justify-content: center;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        text-transform: none transition: all ease-in-out 0.3s;
    }
        .contentPane tr:last-child > td > button.medicine-btn, .medicine-btn,
        .contentPane tr:last-child > td > button.scool-btn, .scool-btn,
        .contentPane tr:last-child > td > button.bombshelters-btn, .bombshelters-btn {
            color: #373737;
            box-shadow: none;
            font-size: 1.1rem;
            height:auto;
        }
    .areaBoxBtn button, .photoBoxBtn button {
        width: 130px !important;
    }
.contentPane tr:last-child > td > button:first-child,
.areaBoxBtn button{
    margin-right: 5px;
    height: 40px;
}
.contentPane tr:last-child > td > button:last-child,
.areaBoxBtn button{
    margin-left: 5px;
    height: 40px;
}
.contentPane tr:last-child > td > button:hover,
.areaBoxBtn button:hover {
    color: #8e2506;
    background: none;
    transition: all ease-in-out 0.3s;
}
.contentPane tr:last-child > td > button > .material-icons,
.areaBoxBtn button .material-icons {
    padding-right: 5px;
    color: #8e2506;
    padding-left: 2px;
    padding-bottom: 5px;
    font-size: 2rem;
}
.contentPane tr:last-child > td > button.medicine-btn > .material-icons, .medicine-btn > .material-icons,
.contentPane tr:last-child > td > button.scool-btn > .material-icons, .scool-btn > .material-icons,
.contentPane tr:last-child > td > button.bombshelters-btn > .material-icons, .bombshelters-btn > .material-icons {
    font-size: 1.1rem;
}
#identityPanel {
    position: absolute;
    left: 0;
    width: 400px;
    height: 100%;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    background: #fff;
    padding: 15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}
.identityPanel_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0 3px 0 15px;
    margin-bottom: 25px;
}
.identityPanel_header .close {
    margin-right: 5px;
}
#identityPanel table tr {
    border-bottom: 1px solid #e2e2e2;
}
#identityPanel table tr td {
    font-size: 1.4rem;
    padding: 2px;
}
#identityPanel table tbody tr td.left-side {
    color: #737373;
}
#listAreaAddresses {
    position: absolute;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template: min-content / auto;
    background: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 2px rgba(0,0,0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2001;
}
.listAreaAddresses {
    width: 100%;
    width: clamp(100%, 100%, 100%);
    height: 100%;
    max-height: 50vh;
    height: clamp(300px, 100%, 50vh);
    background: rgba(255,255,255, 0.85) !important;
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out 0.5s;
}
.listAreaAddresses__hidden {
    width: clamp(0px, 0px, 0px);
    height: clamp(0px, 0px, 0px);
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.5s;
}
.listAreaAddresses_header {
    position: relative;
    padding: 25px 30px 15px;
    display: grid;
    grid-template-columns: 2fr 1fr;
}
.listAreaAddresses_title {
    position: relative;
    width: 100%;
    padding: 0 15px;
    font-weight: 700;
}
.listAreaAddresses_header > span.close {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 2.3rem;
}
.backIdentifyBtn {
    margin: 0 0 0 5px;
    padding: 3px 15px;
    height: fit-content;
    align-self: flex-end;
    border-radius: 10px;
    border: none;
    background: transparent;
    box-shadow: 0 0 0 1px rgba(88,28,105, 0.5);
    color: rgba(88,28,105, 0.5);
    transition: var(--transitionBtn);
}
.backIdentifyBtn:focus {
    outline: none;
}
.backIdentifyBtn:hover {
    box-shadow: 2px 2px 4px inset rgba(88,28,105, 0.65);
    color: rgba(88,28,105, 0.8);
    transition: var(--transitionBtn);
}
.minimizeBtn {
    position: absolute;
    right: 50px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-size: 3rem;
    color: #c3c3c3;
}
.minimizeActive {
    height: 100px !important;
    transition: all ease 0.3s;
}
.listAreaAddresses_content {
    padding: 0 40px 30px;
    margin-bottom: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.listAreaAddresses_content table {
     width: 100%;
 }
.listAreaAddresses_content table th {
    text-align: center;
    color: #383838;
    text-transform: uppercase;
    font-weight: 500;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}
.listAreaAddresses_content table tr:hover {
    cursor: pointer;
    background: rgba(0,0,0, 0.05);
    transition: all ease 0.3s;
}
.listAreaAddresses_content table tr td {
    position: relative;
    color: #6f6f6f;
    font-size: 1.3rem;
    word-break: break-all;
    font-family: var(--mainFont-family);
    padding: 8px;
    border-bottom: 1px solid #e7e7e7;
}
.listAreaAddresses_content table tr td .pinMapPosition {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(98,4,126, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: var(--transitionBtn);
}
.listAreaAddresses_content table tr:hover .pinMapPosition {
    right: -30px;
    visibility: visible;
    opacity: 1;
    transition: var(--transitionBtn);
}
.listAreaAddresses_content::-webkit-scrollbar {
    width: 8px;
}
.listAreaAddresses_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b9b9b9;
    box-shadow: -1px 0 2px rgba(255,255,255, 0.5) inset,
                1px 0 2px rgba(255,255,255, 0.5) inset;
}
.listAreaAddresses_content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f2f2f2;
    box-shadow: 0 0 2px rgba(0,0,0, 0.3) inset;
}
.surname-group {
    position: relative;
}
.surname-group .tooltip {
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    top: -14px;
    color: #e81a10;
}
.surname-group .errorInput:focus + .tooltip {
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}
.mfp-zoom-out-cur .mfp-close {
    right: -10px;
    top: 0px;
    font-size: 5rem;
    cursor: pointer;
    text-shadow: 0 0 3px #fff;
}
.mfp-zoom-out-cur .mfp-close {
    color: #000000;
}
.contentPane tr:last-child > td > button:focus {
    outline: none;
}
/*clearable для поисковика--------------*/
.zbz-input-clearable {
    /* ставим инпуту фоновую картинку, но отображаем ее за пределами инпута - 150% в background-position */
    background-image: url('../Images/input-clearable-x.png');
    background-position: 150% 50%;
    background-repeat: no-repeat;
    transition: background 0.4s;
    /* добавляем справа небольшой padding, чтоб текст не залазил поверх крестика */
    padding-right: 27px
}
.zbz-input-clearable__x {
    /* когда нужно отобразить крестик, перемещаем в правый конец инпута */
    background-position: 100% 50%;
}
.zbz-input-clearable__x-over {
    /* и подготовим стиль для ховера по крестику */
    background-image: url('../Images/input-clearable-x-hover.png');
    cursor: pointer;
}
.zbz-input-clearable::-ms-clear {
    /* убираем родной крестик очистки в IE */
    display: none;
}
/*clearable --------------*/

div.calendar-group {
    position: relative;
    display: flex;
}
div.calendar-group > label {
    font-size: 16px;
    position: absolute;
    top: 4px;
    right: 8px;
}
.descr {
    width: 40px;
    text-align: center;
    font-size: 1.7rem;
    border: none;
    line-height: 34px;
    color: #777;
}
#statisticForm .small {
    max-width: 600px;
    max-width: unset;
    color: #333;
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 10px;
}
#statisticForm .small > div > p {
    margin: 0;
    font-weight: 600;
}
#statisticForm .modal-content {
    background: linear-gradient(to bottom, #f2ecf5, #f6edf9);
}
#statisticForm .modal-header h4 {
    color: #712986;
    font-size: 2rem;
}
    #statisticForm .modal-header .close {
        position: absolute !important;
        top: 8px;
        right: 15px;
        font-size: 34px;
        color: #777;
    }
    #statisticForm .input-group {
        width: 100%;
        margin-bottom: 15px;
    }
    #statisticForm .input-group > select {
        width: 100%;
        font-size: 1.8rem;
        padding: 2px 2px 2px 10px;
        color: #712986;
        background: transparent;
        border: none;
        cursor: pointer;
    }
    #statisticForm .input-group > select:focus {
        outline:  none;
    }
#stat-show {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
    padding: 11px;
    font-size: 1.7rem;
    background: linear-gradient(to bottom, #ff6f00, #8e2506);
}
#stat-show[disabled] {
    background: linear-gradient(to bottom, #fff, #ddd);
    color: #333;
}
.swal2-popup {
    background: linear-gradient(to bottom, #f2ecf5, #f6edf9) !important;
}
.swal2-popup .swal2-content {
    color: #5b3367 !important;
}
.alert-info {
    color: #4e4e4e;
    border: none;
    box-shadow: 0 0 10px 0 #adadad;
    z-index: 1001;
    display: none;
    transition-duration: 1s !important;
}
.alert-dismissable .close, .alert-dismissible .close {
    color: #333;
    top: -6px;
}

.TOC-form .modal-dialog .modal-content {
    position: relative;
    background: #fff;
    border-radius: 0;
    width: 100vw;
    margin: 0 !important;
}
.TOC-form .modal-body {
    height: calc(100% - 78px);
    padding:0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
}
.item-group:last-child {
    border-bottom: 1px solid #ccc;
}
.TOC-form .project-layer {
    padding: 3px 0 3px 20px;
    margin: 0;
}
.item-group {
    position: relative;
    width: calc(100% - 10px);
    min-height: 165px;
    height: 30%;
    max-width: 450px;
    border: none;
    border-radius: 4px;
    margin: 5px;
    padding: 5px;
    overflow: hidden;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
    box-shadow: none;
    /*transition: all ease 0.3s;*/
}

/**********TOC-bg*********/

/*TOC-bg*/
.item-group[data-project-id="1"]:not(.activeItem),
.item-group[data-project-id="1"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/market_toc_bg.jpg);
}
.item-group[data-project-id="2"]:not(.activeItem),
.item-group[data-project-id="2"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/medicine_toc_bg.jpg);

}
.item-group[data-project-id="3"]:not(.activeItem),
.item-group[data-project-id="3"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/education_toc_bg.jpg);
}
.item-group[data-project-id="4"]:not(.activeItem),
.item-group[data-project-id="4"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/wifi_toc_bg.jpg);
 
}
.item-group[data-project-id="6"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/others_toc_bg.jpg);
}
.item-group[data-project-id="7"]:not(.activeItem),
.item-group[data-project-id="7"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/houses_toc_bg.jpg);

}
.item-group[data-project-id="8"]:not(.activeItem),
.item-group[data-project-id="8"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/security_toc_bg.jpg);

}
.item-group[data-project-id="9"]:not(.activeItem),
.item-group[data-project-id="9"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/shelters_toc_bg.jpg);
}

.item-group[data-project-id="11"]:not(.activeItem),
.item-group[data-project-id="11"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/market_toc_bg.jpg);
}
.item-group[data-project-id="12"]:not(.activeItem),
.item-group[data-project-id="12"]:not(:hover) {
    background-image: linear-gradient(to bottom, rgba(243,243,243, 0.9), rgba(243,243,243, 0.7) ), url(img/dsns_toc_bg.jpg);
    background-position: 0 30%;
}
.item-group[data-project-id="11"].activeItem,
.item-group[data-project-id="11"] {
    min-height: 525px;
}



    .switch-track {
        width: 30px;
        height: 16px;
        background: #ccc;
        border-radius: 20px;
        position: relative;
        transition: background-color 0.3s;
        margin-right: 8px;
    }

.switch-track.active {
  background: #9c4dcc;
}

.switch-thumb {
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s;
}

.switch-thumb.active {
  transform: translateX(20px);
}

.switch-label {
  color: white;
  font-weight: 500;
  font-size: 12px;
}

/*******END TOC-bg**********/

    /*Order dor Blocks manual*/
      .item-group[data-project-id="12"] {
        order: -2;
    }
      .item-group[data-project-id="7"] {
        order: 0;
    }
  
    .item-group[data-project-id="11"] {
        order: 1;
    }

    .item-group[data-project-id="8"] {
        order: 2;
    }

    .item-group[data-project-id="3"] {
        order: 3;
    }

    .item-group[data-project-id="4"] {
        order: 4;
    }

    .item-group[data-project-id="2"] {
        order: 5;
    }

/*********/
.TOC-form input[type="checkbox"]:checked + label {
    color: #fff;
}

.TOC-form input[type="checkbox"]:checked + label.isInvincibility {
    color: #fff;
    text-shadow: unset;
   
}


.project-item-collapse[aria-expanded="true"] {
    padding-bottom: 2px;
}
.project-item-collapse .material-icons img {
    position: inherit;
    top: 0;
}
    .project-item-collapse .material-icons img {
        top: -8px;
        height: 40px;
    }
.project-item-collapse {
    display: flex;
    padding: 40px 10px 0 10px;
    font-size: 2rem;
    color: #8133ad;
    font-weight: 500;
    letter-spacing: 0.1px;
}
.item-group:hover, .item-group.activeItem {
    border-color: transparent;
    box-shadow: none;
    background: #683385 !important;
    border-color: #704788;
}
.item-group:hover::before,
.item-group.activeItem:before {
    background: transparent;
    top: -200%;
    transition: all ease 0.01s;
}
.item-group:hover .project-item-collapse,
.item-group.activeItem .project-item-collapse {
    padding: 0px 10px 0 5px;
    font-size: 1.4rem;
    color: #ddd;
    /*position: absolute;*/
    transition: all ease 0.3s;
}
.item-group .project-item-collapse .item-group-space {
    display: none;
}
.item-group:hover .project-item-collapse .item-group-space,
.item-group.activeItem .project-item-collapse .item-group-space {
    display: inline;
}
.TOC-form .item-group .project-item-collapse .material-icons {
    font-size: 6rem;
    top: -5px;
    left: 6px;
    height: 20px;
    padding-right: 20px;
    position: relative;
}
.caret-container {
    display: none;
}
.TOC-form .item-group:hover .project-item-collapse .material-icons,
.TOC-form .activeItem .project-item-collapse .material-icons {
    display: none;
}
.TOC-form .item-group:hover .project-item-collapse .material-icons > img {
    display: none;
}
.TOC-form .project-layer label {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    min-height: 17px;
    padding-left: 10px;
}

.TOC-form .project-layer label.isInvincibility {
     display: flex;
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    justify-content: start;
    align-items: center;
    margin-right: 15px;
}
.TOC-form .project-layer label.isInvincibility .material-icons {
    margin-left: 10px;
    font-size: 2rem
}

.TOC-form .project-layer a.linkLayer {
    font-size: 1.3rem;
    color: #fff;
    min-height: 17px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*display: inline-block;*/
    width: 100%;
    vertical-align: middle;
    position: relative;
    color: rgb(255, 255, 255);
    min-height: 17px;
    /*padding-left: 0;*/
    margin-bottom: 0px;
    font-weight: normal;
    cursor: pointer;
    left: -20px;
}

    .TOC-form .project-layer a.linkLayer:hover, .TOC-form .project-layer a.linkLayer:active {
        text-decoration: none;
    }
    .TOC-form .project-layer a.linkLayer:hover .linkLayer_title {
        text-decoration: underline;
    }
    .TOC-form .project-layer a.linkLayer > span {
        margin-left: 10px;
        color: rgba(255,255,255, 0.7);
        font-style: italic;
    }

    .project-item-collapse[aria-expanded="true"] > .caret, .project-item-collapse[aria-expanded="false"] > .caret, .project-item-collapse > span.caret {
        color: transparent;
    }
.TOC-form .selected-project {
    position: relative;
    /*top: 25px;*/
    padding: 0 12px 0 12px;
    margin-bottom: 5px;
}
/****Громадська безпека, укриття****/
.TOC-form div[data-project-id="8"] .selected-project.in {
    display: flex;
    flex-direction: column;
}
.my-switch  {
    display: none;
    align-items: center;
    cursor: pointer;
    top: unset;
}


.my-switch.in {
    display: flex;
    flex-direction: row;
    top: unset;
}
div[data-project-id="8"] li[data-attr="layer26"] {
    order: 1;
}
div[data-project-id="8"] li[data-attr="layer12"] {
    order: 2;
}
div[data-project-id="8"] li[data-attr="layer38"] {
    order: 3;
}

/********/
.TOC-form input[type="checkbox"]:checked + label::before {
    background-color: #fff;
    border-color: #501061;
}
.TOC-form .checkbox label::after {
    color: #4e0c5e;
}
.TOC-form .TOCmapBtn {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    background: transparent;
    color: #4cae4c;
}
.TOC-form .TOCmapBtn span {
     display: block;
 }
.TOC-form .TOCmapBtn .material-icons {
     transform: scale(1.5);
 }
.TOC-form .modal-footer {
    border-top: none;
    padding: 15px;
}
.TOC-form .customFooter button {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
}

.basicList-container {
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
}
.basicList-container .basicListButton {
    position: absolute;
    z-index: 1000;
    top: unset;
    bottom: 130px;
    left: -2px;
    padding: 5px 0;   
}
.basicList-container .basicListButton span.glyphicon {
    background: linear-gradient(45deg, #ff6f00, #8e2506);
}
.basicList-container .basicListButton span.glyphicon > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 5px;
}
.basicList-container .basicList {
    position: absolute;
    width: calc(100vw - 125px);
    top: unset;
    bottom: 130px;
    left: 62px;
    background-color: transparent;
    animation-name: showBasicList;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}
.basicList-container .basicList ul {
    list-style-type: none;
    border-radius: 4px;
    padding: 5px;
    margin: 0;
}
.basicList-container .basicList ul > li {
    font-size: 1.5rem;
    padding: 8px 12px;
    color: #922d02;
    background: #fff;
    border: 1px solid #922d02;
    border-radius: 30px;
    margin-bottom: 5px;
}
.basicList-container .basicList ul > li:last-child {
    margin-bottom: 0;
}
    .basicList-container .basicList ul > li:hover, .basicList-container .basicList ul > li.basicList-selected {
        background: linear-gradient(45deg, #ff6f00, #8e2506);
        color: #fff;
        cursor: pointer;
    }
.font-1rem {
    font-size: 1rem;
}
/*-------------Magnific popap----------------------*/
.mfp-bg {
    z-index: 3051;
}
.mfp-wrap {
    z-index: 3052;
}
.mfp-iframe-holder .mfp-content {
    height: 100%;
    max-width: 80vw;
}
.mfp-iframe img {
    width: 100% !important;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    font-size: 6rem;
}

.print-container {
    height: 100%;
}
.print-container .list-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.print-container .list-group-item:hover {
    box-shadow: none;
    cursor: default;
}
.mfp-container {
    display: flex;
}
.mfp-content {
    height: 100%;
    display: flex;
    justify-content: center;

}
.mfp-content iframe {
    height: 100%;
    width: 100%;
    display: flex;
    padding:30px 0 10px;
}
.mfp-content .mfp-iframe-scaler {
    padding: 0;
}
button.mfp-close {
    right: 20px;
    font-size: 4rem;
}

.identify-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-bottom: 40px;
    width: 100%;
    height: auto;
    min-height: 30%;
    max-height: 60%;
    background: rgb(255, 255, 255);
    overflow: hidden auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    border: 1px solid #ced4da;
    z-index: 2000;
    cursor: grab;
        
}
    .identify-panel.hideIdentify {
        height: 55px;
        min-height: unset;
        overflow: hidden;
        transition: all ease-in-out 0.2s;
    }
/*@media screen and (min-width: 768px) {
    .identify-panel {
        height: auto;
        min-height: unset;
        max-height: calc(100% - 195px);
        max-width: 350px;
        left: unset;
        right: 80px;
        bottom: 15px;
        border-radius: 4px;
        cursor: default;
    }
    .identify-panel.hideIdentify {
        height: 56px;
        transition: all ease-in-out 0.2s;
    }         
}*/
.identify-panel .card {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    background: #fff;
    border: none;
}
/*@media screen and (min-width: 768px) {
    .identify-panel .card {
        min-height: 300px;
        border-radius: 0;
    }
}*/
.identify-panel .card-title {
    font-family: "Days One", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    color: #606060;
    background: #f8fcff;
    display: flex;
    align-items: center;
    height: 55px;
    padding: 5px 15px;
    margin: 0;
    position: relative;
    position: sticky;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid #ced4da;
}
.card-title-icon {
    padding-right: 8px;
    transform: scale(1.3);
}
.identify-panel .card-title:last-child:not(.main-search-panel) {
    border-bottom: none;
}
    .identify-panel .card-title .identify-close {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        height: 100%;
        background: transparent;
        transition: all ease-in-out 0.2s;
    }
    .identify-panel .card-title .identify-close:focus {
        box-shadow: none;
        border: none;
    }


/*@media sreen and (min-width: 768px) {
    .identify-panel .card-title .identify-close {
        transform: unset;
    }
}*/
.identify-panel .padding-0 {
    padding: 0;
}
.identify-value > div,
.identify-value > span {
    color: #222222;
    overflow-wrap: anywhere;
    /*color: #606060;*/
}
.identify-panel .list-group-item {
    display: flex;
    justify-content: space-between;
    cursor: default;
    font-size: 1.4rem;
    color: #727272;
    border-width: 1px 0 0 0;
}
.identify-panel .list-group-item .labelName {
    font-size: 1.2rem;
    color: #999;
}
.identify-panel .objectDescription .list-group-item {
    font-size: 1.2rem;
    color: #121212;
}
.identify-panel .objectDescription .labelName {
    font-size: 1rem;
}
.identify-panel .list-group-item:hover {
    box-shadow: none;
}
.identify-panel .service-item {
    font-size: 1.2rem;
}
.identify-panel .card-body {
    padding: 0;
}
.identify-panel-freeDiv {
    padding: 8px;
    display: flex;

}

.identify-panel .badge {
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: normal;
    background: #ddf0f5;
    color: #484848;
    padding-left: 0;
    padding: 5px 8px;
    padding-bottom: 8px;
}
.objectDescription .identify-panel-freeDiv .badge {
    padding: 3px 15px;
    font-size: 1.7rem;
    white-space: break-spaces;
}
.list-item-title {
    display: flex;
    flex-direction: column-reverse;
}
.list-item-title .col:not(.identify-layerName) {
    padding-left: 8px;
}
.identify-panel .listOfBtn {
    display: flex;
    justify-content: space-around;
}
.listOfBtn .list-group-item {
    border: none;
}
.identify-panel .identify-listBtn {
    padding: 0 5px;
    background: transparent;
    transform: scale(1.5);
    color: #484848;
    display: flex;
    align-items: center;
    max-height: 38px;
}
.identify-listBtn:focus,
.identify-listBtn:active,
.identify-btnDefault:focus,
.identify-btnDefault:active {
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
}
.service-itemLabel .identify-listBtn,
.identify-btnDefault {
    transform: scale(1);
    background: #f8fcff;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}
.identify-listBtn span,
.identify-btnDefault span {
    color: #606060;
}
.identify-btnDefault {
    padding: 10px 15px;
    border-radius: 4px;
}
.identify-panel table tr td:first-child {
    width: 120px;
}
.tableData table tr {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}
.tableData table tr td:first-child {
    font-size: 1.2rem;
    color: #4e4e4e;
    font-weight: 600;
    padding: 8px 0;
}
.tableData .accessPoints-list {
    padding: 0;
}
.accessPoints-list .markText {
    color: #000;
}
.identify-panel .service-itemLabel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.68rem;
}
.identify-panel .list-column {
    flex-direction: column;
}
.identify-labelAddress {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.noDataText {
    color: #f36802;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scaleFaceIcon {
    transform: scale(1.3);
    margin-bottom: 8px
}
.serviceListContainer {
    border: none;
    padding: 0 !important
}
    .serviceListContainer a {
        font-size: 10px;
        color: #00caff;
        cursor: pointer;
        display: flex;
        align-items: baseline;
    }
        .serviceListContainer a .material-icons {
            font-size: 12px;
            padding: 5px;
        }
        .serviceListContainer a .material-icons:first-child {
            padding-left: 0;
        }
@media screen and (min-width: 768px) {
    .identify-panel {
        height: auto;
        min-height: unset;
        max-height: calc(100% - 195px);
        max-width: 350px;
        left: unset;
        right: 80px;
        bottom: 15px;
        border-radius: 4px;
        cursor: default;
    }

        .identify-panel.hideIdentify {
            height: 60px;
            transition: all ease-in-out 0.2s;
        }
        .identify-panel .card {
            min-height: 300px;
            border-radius: 0;
        }
        .identify-panel .card-title .identify-close {
            transform: unset;
            display: block;
            transform: rotateZ(180deg);
            transition: all ease-in-out 0.2s;
        }
}

/*******************MOBILE******/

@media screen and (max-width: 767px) {
    /*************************houses-view********************************************/
    .cooperative-outer-container {
        position: relative;
        top: 0;
        width: 100%;
        height: auto !important;
    }
    .cooperatives_header {
        position: relative;
        width: 100vw;
        height: 55vh;
        box-shadow: 0 4px 6px rgba(0,0,0, 0.1);
    }
        .cooperatives_header:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to bottom, rgba(43,80,67, 0.9), rgba(43,80,67, 0.8)), url(../Images/banner_xs.jpg);
            background-size: cover;
        }
        .cooperatives_header .container {
            position: relative;
            height: 100%;
            display: grid;
            grid-template-columns: 1fr;
        }
    .logoContainer {
        grid-column: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: baseline;
        color: #F4DC02;
    }
    .logo-cooperatives {
        margin-right: 15px;
    }
    .logo-cooperatives .material-icons {
        font-size: 7rem;
    }
    .logoContainer .descriptor {
        font-size: 3rem;
        text-align: center;
    }
    .nav-cooperatives {
        grid-column: 1;
        padding-top: 5px;
        align-self: flex-end;
    }
    .nav-cooperatives ul {
        display: flex;
        padding-left: 0;
        flex-direction: column;
        align-items: center;
    }
    .nav-item {
        width: 250px;
    }
    .nav-item,
    .nav-item a {
        color: #fff;
    }
    .nav-item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 85%;
    }
        .nav-item a span:first-child {
            text-transform: uppercase;
            font-size: 1.6rem;
            margin-right: 10px;
        }
        .nav-item a .material-icons {
            color: #F4DC02;
            opacity: 0.5;
        }
        .nav-item .dropdown {
            padding: 20px 40px 0 0;
            height: 0;
            overflow: hidden;
            color: rgba(255,255,255, 0.9);
        }
        .nav-item .dropdown {
            opacity: 0;
            visibility: hidden;
            transition: all ease-in-out 0.3s;
        }
        .nav-item a:hover {
            text-decoration: none;
        }
    .cooperatives main {
        position: relative;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .cooperatives main:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: calc((100vw - 1170px) / 2 + 1170px * 0.25);
        height: calc(100vh - 300px);
        background: #fbfbfb;
    }
    .shortDescriptionContainer {
        position: relative;
        height: auto !important;
        padding: 30px 0 0;
    }
    .shortDescriptionContainer figure {
        position: relative;
    }
    .defaultImg {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: space-evenly;
        align-items: center;
        height: 40vh;
        box-shadow: 0 0 0 3px #c3c3c3, 0 0 4px rgba(0,0,0, 0.2), 6px 6px 30px rgba(0,0,0, 0.2), 6px 6px 50px rgba(0,0,0, 0.1);
    }
    .defaultImg .material-icons {
        transform: scale(6);
        opacity: 0.05;
    }
    .defaultImg-description {
        color: #c3c3c3;
        font-size: 2rem;
    }
    .shortDescriptionContainer figure img {
        position: relative;
        width: 100%;
    }
    .carousel {
        box-shadow: 0 0 0 5px #fff, 0 0 4px rgba(0,0,0, 0.2), 6px 6px 30px rgba(0,0,0, 0.2), 6px 6px 50px rgba(0,0,0, 0.1);
    }
    .currentHouseAddress {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        margin-top: 18px;
    }
    .currentHouseAddress .material-icons {
        color: #777;
    }
    .currentAdminDistrict {
        color: #777;
        font-size: 1.4rem;
    }
    .cooperatives .list-group-item {
        color: #777;
        border-width: 0 0 1px 0;
        display: flex;
        justify-content: space-between;
        padding: 8px 0 !important;
    }
    .cooperatives .item-star {
        justify-content: flex-start;
        border-color: transparent;
        margin-left: 5px;
        min-width: 90px;
        font-size: 1.2rem;
    }
    .cooperatives .item-starTotal {
        margin: 0;
        font-size: 1.4rem;
        padding: 0 0 35px !important
    }
    .cooperatives .item-star .fa-star {
        margin-left: 3px;
    }
    .cooperatives .fa-star.checked {
        color: #ffcc00;
    }
    .ratingReview {
        font-size: 1.6rem;
    }
    .houseDoclink {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .houseDoclink:hover,
    .houseDoclink:active,
    .houseDoclink:focus {
        color: #424242;
        text-decoration: none;
    }
    .cooperatives .list-group-item:hover {
        box-shadow: unset;
        cursor: text;
    }
    .shortDescriptionContainer article,
    .shortDescriptionContainer aside {
        position: relative;
        height: 100%;
    }
    .shortDescriptionContainer aside {
        padding: 100px 15px 200px 15px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .shortDescriptionContainer aside .questionBlock {
        display: grid;
        margin-bottom: 20px;
    }
    .questionBlock span:first-child {
        font-size: 1.4rem;
        padding-bottom: 15px;
        color: #777;
    }
    .questionBlock span:last-child {
        color: #424242;
        line-height: 1.3;
        font-size: 2.2rem;
    }
    .voteContainer .input-group {
        margin: 25px 15px;
        display: flex;
        justify-content: center;
        align-items: baseline;
        width: calc(50% - 30px);
        float: left;
        color: #777;
    }
    .voteContainer div.input-group:first-child {
        margin-top: 25px;
    }
    .voteContainer .input-group input {
        margin-right: 10px;
    }
    .voteContainer label {
        padding: 0 5px 5px;
        font-size: 2rem;
    }
    .voteContainer .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        margin-top: 40px;
        width: 70%;
        height: 45px;
        color: #424242;
        background: #F4DC02;
        box-shadow: 4px 4px 4px rgba(0,0,0, 0.15), 4px 4px 15px rgba(0,0,0, 0.15), 4px 4px 30px rgba(0,0,0, 0.15);
        transition: all ease-in-out 0.3s;
    }
    .voteContainer .btn:hover {
        background: #ffe712;
        box-shadow: 4px 4px 4px rgba(0,0,0, 0.1), 4px 4px 15px rgba(0,0,0, 0.1), 4px 4px 30px rgba(0,0,0, 0.1);
        transition: all ease-in-out 0.3s;
    }
    .voteResult {
        display: none;
        padding: 0;
    }
    .voteResult span {
        color: #777;
    }
    .getfullDescription {
        background: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.8rem;
        color: #424242;
        padding: 5px 15px;
        border: 1px solid #424242;
        margin-top: 60px;
    }
    .getfullDescription:hover,
    .getfullDescription:focus,
    .getfullDescription:active {
        text-decoration: none;
        outline: none;
        color: #424242;
    }
    .getfullDescription span:first-child {
        margin-right: 10px;
    }
    .fullDescriptionContainer {
        min-height: 100vh;
        height: auto;
        margin-top: 60vh;
        position: relative;
    }
    .fullDescriptionContainer:before {
        content: "account_balance";
        font-family: 'Material Icons';
        position: absolute;
        top: -30vh;
        width: 100%;
        display: flex;
        justify-content: center;
        transform: scale(20);
        opacity: 0.05;
    }
    .fullDescriptionContainer header h2 {
        margin: 0 0 30px 0;
        padding: 0 15px;
        color: #777;
        text-align: center;
        font-size: 2.4rem;
    }
    .fullDescriptionContainer .row {
        display: flex;
        flex-wrap: wrap;
    }
    .fullDescriptionContainer_chapter {
        padding: 30px 15px;
        position: relative;
        width: 100%;
    }
    .fullDescriptionContainer_chapter:before {
        position: absolute;
        content: "";
        top: 40px;
        left: 30px;
        height: 1px;
        width: calc(100% - 60px);
        background: #424242;
    }
    .fullDescriptionContainer_chapter .chapter-name {
        font-weight: 600;
        padding-bottom: 20px;
        color: #424242;
        text-transform: uppercase;
        width: auto;
        background: #fff;
    }
    .debt_chapter::before {
        background: red;
    }
    .debt_chapter .chapter-name {
        color: red;
    }
    .fullDescriptionContainer_chapter .fa-star:not(.checked) {
        color: #777;
    }
    .fullDescriptionContainer table {
        color: #777;
        width: 100%;
    }
    .fullDescriptionContainer table tr td {
        padding: 5px 0;
    }
    .fullDescriptionContainer table tr td:first-child {
        font-size: 1.6rem;
    }
    .fullDescriptionContainer table tr td:last-child {
        color: #424242;
        padding-left: 15px;
        min-width: 110px;
    }
    .fullDescriptionContainer.house1-fulldesc table tr td:last-child {
        text-align: right;
    }
    .fullDescriptionContainer table tr td.debt_value:last-child {
        color: red;
    }
    .fullDescriptionContainer table tr td ul {
        padding: 0;
    }
    .fullDescriptionContainer .large_chapter tr ul li .phoneNumb {
        display: inline-block;
    }
    .fullDescriptionContainer .large_chapter tbody {
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
    }
    .fullDescriptionContainer .large_chapter tr {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 40px !important;
        border-bottom: 1px solid #ececec;
        height: 100%;
    }
    .fullDescriptionContainer .large_chapter tr:last-child {
        border-bottom: none;
    }
    .fullDescriptionContainer .large_chapter tr ul li {
        color: #777;
        padding: 3px 0;
    }
    .fullDescriptionContainer .large_chapter tr ul li:first-child {
        padding-top: 10px;
    }
    .mfp-container {
        min-height: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    img.mfp-img {
        padding: 0;
    }
    .mfp-bottom-bar {
        position: relative;
        top: unset;
        margin: 0;
    }
    .mfp-figure figure {
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
        position: fixed;
        opacity: 1;
        color: #fff;
        filter: drop-shadow(2px 4px 2px black) drop-shadow(2px 4px 10px black);
    }
    .mfp-zoom-out-cur .mfp-close {
        top: 10px;
        left: 10px;
    }
    .mfp-figure:after {
        height: 100%;
    }
    .cooperatives .upScroll {
        float: right;
        width: 50px;
        height: 50px;
        margin-bottom: 50px;
        border-radius: 50%;
        box-shadow: 0 0 4px #fff, 0 0 20px rgba(0,0,0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        background: #424242;
        color: #f4dc02;
        animation: 2.5s ease-in-out infinite dribbleBtn;
    }
    .cooperatives .upScroll:active,
    .cooperatives .upScroll:hover,
    .cooperatives .upScroll:focus {
        text-decoration: none;
    }
    .TOC-form.modal {
        overflow-y: hidden !important;
    }

    .TOC-form .modal-body {
        gap: initial;
        height: calc(100vh - 165px) !important;
        overflow-y: auto;
        padding-bottom: 80px;
    }
    .TOC-form .modal-header {
        border-bottom: 1px solid #9f9f9f;
    }
    .item-group,
    .item-group:hover, .item-group.activeItem
    .item-group:not(:hover), .item-group:not(.activeItem) {
        background-image: unset !important;
        height: auto !important;
        height: fit-content !important;
        min-height: unset !important;
        margin: 0;
        box-shadow: none;
        background: transparent !important;
        border-color: unset;
    }

    .project-item-collapse {
        padding: 15px;
        white-space: nowrap;
        align-items: center;
        text-wrap: wrap;
    }
    .item-group:hover .project-item-collapse, .item-group.activeItem .project-item-collapse {
        padding: 15px;
        font-size: 1.8rem;
        position: relative;
        color: #8133ad;
  
    }
    .TOC-form .selected-project {
        padding: 0 12px 15px 25px;
    }
    .TOC-form .item-group .project-item-collapse .material-icons {
        font-size: 3rem;
        padding-right: 20px;
        display: block !important;
    }
    .project-item-collapse[aria-expanded="true"] > .caret,
    .project-item-collapse[aria-expanded="false"] > .caret,
    .project-item-collapse > span.caret {
        color: #8133ad;
    }
    .caret-container {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .TOC-form .item-group:last-child {
        border: none;
    }
    .TOC-form .project-layer {
        margin: 6px 0 6px 20px;
    }
    .TOC-form .project-layer label {
        padding: 0 10px;
        color: #939393 !important;
    }
    
    .switch-label {
        color: #939393;
        font-size: 15px
    }
    .project-layer_innerListItem {
        color: #939393;
    }
    .TOC-form input[type="checkbox"]:checked + label {
        color: #333;
    }

    #Login .modal-content,
    .entrance-form .modal-content {
        margin: 0 !important;
    }
    .toolbar-items {
        padding-bottom: 110px;
    }
    .privacyLinkBlock {
        left: 4px;
        bottom: 100px;
        position: fixed;
        font-size: 1rem;
        color: #676767;
        display: flex;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
    }
    .info-CP {
        padding-left: 0;
        height: 60px;
    }
    #privacyContent {
        padding: 0 10px !important;
    }
    #privacyContent h1 {
        font-size: 3.3rem !important;
    }
    #privacyContent h2 {
        font-size: 2.8rem !important;
    }
}

/********************************DESKTOP*********************************/

@media only screen and (min-width: 768px) {
    .mfp-figure figure {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mfp-figure:after {
        content: none;
    }
    img.mfp-img {
        width: 100%;
    }
    .mfp-figure figure figcaption {
        padding: 30px 20px;
        margin: 50px 0 20px;
        max-width: 30%;
    }
    .mfp-bottom-bar {
        position: static;
        margin: 0;
    }
    .mfp-counter {
        top: 100px;
        right: 0px;
        font-size: 2rem;
    }
    .mfp-arrow {
        filter: drop-shadow(0 0 15px rgba(0,0,0, 0.8));
    }
    .nav_bookmark {
        width: 70px;
        height: 35px;
        position: relative;
        top: -23%;
        left: -20px;
        border-radius: 0;
        border: none;
        background: #8d6ca0;
        transition: all ease .5s;
    }
    .nav_bookmark:before {
        content: '';
        position: absolute;
        top: 5px;
        right: -12.37px;
        width: 24.74px;
        height: 24.74px;
        transform: rotateZ(45deg);
        background: #8d6ca0;
        z-index: -1;
        border-top-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    .icon-nav-menu:hover .nav_bookmark, .nav_bookmark:hover {
        left: -120px;
        transition: all ease 0.7s;
    }
    .nav_bookmark .material-icons {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 70%;
        transform: translate(-50%, -50%);
        font-size: 28px;
    }
    .navbar-inverse, .navbar {
        min-height: 40px;
    }
    .navbar-nav {
        box-sizing: border-box;
        float: right;
    }
    .body-content {
        top: 100px;
    }
    footer {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 25px;
        background: #026b02;
        color: #fff;
        font-size: x-small;
        z-index: 2;
    }
    footer p {
        line-height: 25px;
        padding-left: 10px;
    }
    .logo-mobile {
        display: none;
    }
    .logo-loginView {
        display: block;
        width: 6rem;
    }
    .logo img {
        width: 60px;
        height: 60px;
        top: -3px;
        padding: 0px;
        margin-left: 10px;
    }
    .main-menu ul li {
        padding: 10px 20px;
        font-size: 14px;
    }
    #backlayer-logo:before {
        content: "";
        width: 500px;
        height: 100px;
        position: absolute;
        top: 0;
        left: -51px;
        background: linear-gradient(to right bottom, #9b82af, #480358);
        transform: skewX(45deg);
        z-index: 4;
    }
    .navbar-header p {
        color: #6db460;
        font-weight: 500;
        top: 18px;
        left: 115px;
        width: auto;
        letter-spacing: 1.1px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        z-index: 5;
    }
        .navbar-header p > span {
            position: absolute;
            bottom: -26px;
            left: 0px;
            position: absolute;
            font-size: 2.3rem;
            font-weight: 500;
            width: 130px;
        }
    .navbar-brand {
        line-height: 14px;
        line-height: 30px !important;
        padding: 0;
        letter-spacing: 0.3px;
    }
    .navbar-header p > a {
        font-size: 2.3rem;
    }
    .dropdown-nav-menu:hover {
        width: calc(100% - 330px);
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
    }
    .dropdown-nav-menu::-webkit-scrollbar {
        display: none;
    }
    .dropdown-nav-menu:hover .nav > .project-item {
        left: 395px;
        font-size: 14px;
        overflow: hidden;
    }
    .dropdown-nav-menu:hover .nav > .project-item .material-icons > img,
    .dropdown-nav-menu .nav > .project-item .material-icons > img {
        height: 34px;
        position: relative;
        top: -8px;
    }
    .dropdown-nav-menu:hover .nav > .project-item:nth-child(1) .material-icons > img,
    .dropdown-nav-menu .nav > .project-item:nth-child(1) .material-icons > img {
        background: #8d6ca0;
    }
    .dropdown-nav-menu:hover .nav > .project-item:nth-child(2) .material-icons > img,
    .dropdown-nav-menu .nav > .project-item:nth-child(2) .material-icons > img {
        background: #835e96;
    }
    a.dropdown-nav-menu-arrow {
        position: fixed;
        top: 20px;
        z-index: 5000;
        color: #fff;
        font-size: 50px;
    }
    a.dropdown-nav-menu-arrow > span {
        color: #6db460;
        filter: drop-shadow(2px 4px 4px rgba(0,0,0, 0.3)) drop-shadow(2px 4px 8px rgba(0,0,0, 0.3))
    }
    a.dropdown-nav-menu-arrow.dropdown-nav-menu-arrow-left {
        left: 475px;
    }
    a.dropdown-nav-menu-arrow.dropdown-nav-menu-arrow-right {
        right: 280px;
    }
    .dropdown-sub-menu {
        position: relative;
        height: 0;
    }
    .dropdown-sub-menu ul {
        visibility: hidden;
        padding-top: 10px;
        padding-left: 0;
        text-align: center;
        position: absolute;
        width: 100%;
    }
    .li-menu {
        padding: 5px 0;
        background: linear-gradient(to right bottom, #9b82af, #480358);
        box-shadow: -2px -2px 4px rgba(255,255,255, 0.7), 2px 2px 4px rgba(108, 57, 125, 0.5), 4px 4px 20px rgba(94, 36, 111, 0.3);
        border-radius: 30px;
        margin-top: 12px;
        color: #fff;
    }
    .li-menu:hover {
        color: #ccc;
        cursor: pointer;
        box-shadow: -2px -2px 4px rgba(255,255,255, 0.7), 2px 2px 4px rgba(0,0,0, 0.3), 4px 4px 12px rgba(94, 36, 111, 0.7);
    }
    .project-item:hover .dropdown-sub-menu {
        height: auto;
        width: 215px;
        position: absolute;
        right: 0;
        background: transparent;
        transition: all 0.2s ease-in-out 0.2s;
    }
    .project-item:hover .dropdown-sub-menu ul {
        visibility: visible;
        transition: all 1s ease-in-out 0.1s;
    }
    .icon-nav-menu {
        display: block;
        position: absolute;
        left: 0;
        color: #b5b5b5;
        font-size: 25px;
        line-height: 90px;
        padding: 0 5px 0 0;
        z-index: 11;
        height: 170%;
        width: 98px;
    }
    .icon-nav-menu span {
        vertical-align: middle;
        top: 0px;
        display: block;
        padding-top: 20px;
        padding-left: 0;
        position: relative;
        height: 100%;
    }
    .icon-nav-menu:hover + .main-menu, .main-menu:hover {
        left: 0;
        transition: all 0.8s ease;
        transition-delay: 0.5s;
    }
    .icon-nav-menu:hover {
        cursor: pointer;
    }
    .main-menu {
        position: absolute;
        top: 88px;
        left: -200px;
        width: 200px;
        height: 250px;
        display: flex;
        align-items: center;
        z-index: 12;
    }
    .nav-head-items {
        position: relative;
        width: 100%;
        display: none;
    }
    .nav .project-item:first-child a {
        padding-right: 85px;
    }
/***************************общий стиль до 8 блоков*/
        .nav .project-item:nth-child(2) {
            background: #835e96;
        }
        .nav .project-item:nth-child(3) {
            background: #7e5691;
        }
        .nav .project-item:nth-child(4) {
            background: #774b89;
        }
        .nav .project-item:nth-child(5) {
            background: #714283;
        }
        .nav .project-item:nth-child(6) {
            background: #6d3c7f;
        }
        .nav .project-item:nth-child(7) {
            background: #663877;
        }
        .nav .project-item:nth-child(8) {
            background: #60336d;
        }
        .nav .project-item:nth-child(9) {
            background: #5a2768;
        }
        .nav .project-item a {
            padding: 40px 86px 40px 15px;
            text-align: center;
            color: #fff !important;
        }
            .nav .project-item a .material-icons {
                position: absolute;
                bottom: 8px;
                right: 16px;
                font-size: 36px;
                line-height: 90px;
            }
    .nav li {
        border: none;
        border-right: 1px solid rgba(255,255,255, 0.05);
    }
    .nav .project-item a:hover, .nav .project-item a:focus,
    .nav .project-item a:active {
        position: relative;
        cursor: pointer;
    }
        .nav .project-item a:hover > i.material-icons > img {
            height: 25px;
        }
    .dropdown-nav-menu:hover .nav > .project-item a:hover .material-icons {
        color: #fff !important;
    }
    .navbar-collapse .navbar-right {
        margin: 0;
        width: auto;
        position: fixed;
        z-index: 1500;
        right: 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .navbar-collapse .navbar-right li {
        float: right;
        text-align: center;
    }
    #loginLink, #logoutLink {
        top: 0;
        display: inline-block;
        font-size: 1.2rem;
        padding: 10px 9px 10px 10px !important;
        opacity: 0.7;
    }
    .text-login {
        display: none;
    }
    #userLogin {
        font-size: 1.2rem;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .navbar-right > li > a {
        padding: 10px 9px 10px 10px !important;
    }

    .modal-dialog {
        right: unset;
        height: fit-content;
        width: 300px;
    }
    .entrance-form .modal-content {
        width: 600px;
        border-radius: 4px;
    }
    #linksForm .modal-content {
        width: 80%;
        max-width: 700px;
        border-radius: 4px;
    }
    #linksForm .modal-body {
        padding: 10px 120px; 
    }
    #linksForm .modal-body .row .input-group[class*="col-"] {
        padding: 10px;
        max-width: 350px;
    }
    #linksForm .enter-input-group > a {
        width: auto;
        height: 120px;
        background: #7d5097;
    }
    #linksForm .modal-body .input-group a > img {
        height: auto;
        max-height: 130px;
        width: 100%;
    }
    #linksForm .enter-input-group > a:before {
        font-size: 1.6rem;
        text-shadow: 0 0 50px #333;
    }
    #statisticForm .modal-header {
        padding: 20px 10px 10px;
    }
    #statisticForm .modal-dialog {
        width: 400px;
    }
    #statisticForm .modal-content {
        max-height: 97vh;
    }
    #statisticForm .modal-body {
        padding: 0 15px;
    }
    #statisticForm .filterContainer > .form-group {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 0;
    }
    #statisticForm .input-group > select > option {
        background: #f2ecf5;
        color: #712986;
    }
    #statisticForm .filterContainer > .form-group > .form-inline {
        display: flex;
        align-items: center;
    }
    #statisticForm .input-group {
        width: auto;
        margin-bottom: 0;
    }
    #stat-show {
        margin-left: 30px;
        max-width: 200px;
        padding: 6px;
    }
    #statisticForm .modal-dialog {
        width: 1000px;
        min-width: 90%;
        max-width: unset;
    }
    .descr {
        width: 35px;
        font-size: 1.3rem;
    }
    .form-control[disabled]::after, #stat-show[disabled]::after {
        content: "";
        top: -4px;
        left: -2px;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        background: #f2ecf5;
        position: absolute;
        transition: all ease 0.7s;
    }
    #linksForm .modal-header {
        padding: 30px 10px 20px;
    }
    #linksForm .modal-header .close {
        top: -24px;
    }
    #modal-projects .modal-dialog {
        top: 20px;
        right: unset;
        left: 50px;
        height: fit-content;
        width: 500px;
    }
    #modal-projects .modal-body {
        padding-top: 10px;
    }
    .TOC {
        left: 50px;
        min-height: 0;
    }
    .layer-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .main-search-panel {
        width: 570px;
        max-width: 570px;
        top: 120px;
        right: 80px;
        z-index: 1;
    }
    .main-search-panel .container {
        width: 100%;
    }
    .main-search-panel .panel-footer {
        width: 345px !important;
        max-width: 350px;
    }
    .tollbar-first-item {
        padding-top: 140px;
    }
    .map-toolbar {
        width: 60px;
    }
    .map-toolbar .glyphicon-menu-left.selected {
        top: 123px;
        right: 11px;
        color: #777;
        text-shadow: none;
    }
    .map-toolbar .glyphicon-menu-left {
        right: 11px;
        top: 123px;
        font-size: 34px;
    }
    .main-search-panel .btn-default:focus,
    .main-search-panel .btn-default.focus,
    .main-search-panel .btn-default:active,
    .main-search-panel .btn-default:hover {
        color: #333;
        background-color: #fff;
        border-color: #cccccc;
        outline: none;
    }
    .searcherWithSelect-lg {
        display: flex;
    }

    /*.searcherWithSelect-inputLg input, .searcherWithSelect-selectLg select {
        height: 50px;
        width: 100%;
        border-width: 1px;
    }
    .searcherWithSelect-inputLg input {
        border-radius: 4px 0 0 4px;
    }
    .searcherWithSelect-inputLg .dropdown-menu {
        border-radius: 0 0 4px 4px;
        position: absolute;
        top: 50px;
        width: 100%;
        height: 300px;
        overflow-y: auto;
    }
    .searcherWithSelect-inputLg {
        width: calc(100% - 150px);
    }
    .searcherWithSelect-selectLg {
        width: 100px;
    }
    .main-search-panel .searcherWithSelect-actionBtn {
        margin-left: 0;
        box-shadow: none;
        border: 1px solid;
        border-radius: 4px;
    }*/

    #zoomin, #zoomout, #pan, #refresh, #identify {
        display: block;
    }
    #listAreaAddresses {
        top: 20px;
        left: 0;
    }
    .listAreaAddresses {
        width: 30%;
        min-width: 350px;
        max-width: 400px;
        width: clamp(350px, 30%, 400px);
        height: 100%;
        min-height: 300px;
        max-height: calc(100vh - 150px);
        height: clamp(300px, 100%, (100vh - 150px));
        visibility: visible;
        opacity: 1;
        transition: all ease-in-out 0.5s;
    }
    .listAreaAddresses__hidden {
        width: clamp(0px, 0px, 0px);
        height: clamp(0px, 0px, 0px);
        visibility: hidden;
        opacity: 0;
        transition: all ease-in-out 0.5s;
    }
    .refresh-default {
        display: inline-block;
    }
    .panel-option button .glyphicon {
        margin: 0;
    }
    .privacyLinkBlock {
        position: fixed;
        bottom: 0;
        right: 10px;
        left: unset;
        font-size: 1rem;
        color: #676767;
        display: flex;
    }
    a.privacyLinkFixed:hover,
    a.privacyLinkFixed:active,
    a.privacyLinkFixed:focus,
    a.info-CP:hover,
    a.info-CP:active,
    a.info-CP:focus {
        color: #5f5f5f;
    }
    .info-CP {
        width: auto;
    }
    .info-CP img {
        width: 18px;
        height: 18px;
        display: none;
    }
    .min-TOC {
        display: flex;
        align-items: center;
        height: 35px;
        font-weight: 400;
        bottom: 15px;
        left: 10px;
        top: unset;
    }
    .navbar-fixed-top {
        border-bottom: none;
        height: 100px;
    }
    .navbar-fixed-top:before {
        content: '';
        position: fixed;
        top: 90px;
        left: 0;
        width: 100vw;
        height: 7px;
        background: #6db460;
        overflow: hidden;
        z-index: 10;
    }
    #map_zoom_slider {
        bottom: unset !important;
        top: 50%;
        transform: translateY(-50%);
    }
    .esriSimpleSlider div {
        width: 42px;
        height: 42px;
        line-height: 42px;
        border: 1px solid #777;
    }
    .esriSimpleSlider div:first-child {
        border-bottom: none;
    }
    .basicList-container {
        position: relative;
        top: 60px;
        bottom: unset;
        height: 70px;
        width: 70px;
        left: 0;
    }
    .basicList-container .basicList {
        width: 200px;
        top: 0;
        left: 70px;
        bottom: unset;
        animation-duration: 1.3s;
    }
    .basicList-container .basicListButton {
        padding: 0;
        width: 70px;
        height: 35px;
        bottom: unset;
        top: 20px;
    }
    .basicList-container:hover .basicListButton {
        left: -20px;
        transition: all ease 0.7s;
    }
    .basicList-container .basicListButton > a {
        margin: 0;
    }
    .basicList-container .basicList ul > li {
        padding: 7px 12px;
    }
    .basicList-container .basicListButton span.glyphicon {
        background: #c64903;
        width: 70px;
        height: 35px;
        border: none;
        border-radius: 0;
        left: -5px;
        animation: none;
    }
        .basicList-container .basicListButton span.glyphicon:before {
            content: '';
            position: absolute;
            top: 5px;
            right: -12.37px;
            width: 24.74px;
            height: 24.74px;
            transform: rotateZ(45deg);
            background: #c64903;
            z-index: -1;
            border-top-left-radius: 2px;
            border-bottom-right-radius: 2px;
        }
        .basicList-container .basicListButton span.glyphicon > img {
            position: absolute;
            width: auto;
            padding: 5px;
            left: 45%;
        }
    #measureDiv {
        bottom: 35px;
        width: 255px;
        padding: 2px;
        right: 60px !important;
    }
    #measureCloseButton:before {
        font-size: 1.3rem;
    }
    #feedbackWindow .btn-default {
        float: right
    }
    #Login .modal-dialog, .entrance-form .modal-dialog {
        max-width: 500px;
        width: 500px;
        height: auto;
    }
    #Login .modal-body, .entrance-form .modal-body {
        padding: 25px 110px 30px;
    }
    #Login .modal-footer, .entrance-form .modal-footer {
        padding: 25px 25px 40px;
    }
    .useStrictEntranceMode .entrance-form .modal-content {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 0 0px 1px rgba(244, 247, 252, 1);
    }
    .social-group {
        flex-direction: row;
        justify-content: space-between;
    }
    .registry-row {
        font-size: 13px;
        text-align: right;
        padding: 40px 0 0;
    }
    #Login .modal-footer:before,
    .entrance-form .login-footer:before {
        font-size: 1.3rem;
    }
    #resetPasswordLink {
        font-size: 12px;
    }
    #Login #facebookButton, .entrance-form #facebookButton {
        margin: 0;
    }
    #Login .btn-primary, .entrance-form .btn-primary {
        font-size: 1.4rem;
    }
    .entrance-form .registry-footer button {
        width: calc(50% - 2px);
        margin: 0 1px;
    }
    #feedbackForm .modal-footer {
        padding: 15px 70px 25px;
    }
    .toolbar-items {
        display: inline-block;
    }
    .visible-panel {
        position: fixed;
        top: unset;
        bottom: 15px;
        left: 60px;
        width: 360px;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        border: 1px solid #fff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        user-select: none;
    }
    #map_zoom_slider {
        left: 10px;
        border: none;
    }
    .visible-panel .layers-panel {
        max-height: unset;
        overflow: auto;
    }
    .visible-panel .checkbox {
        padding: 5px 5px 5px 20px;
        justify-content: space-between;
    }
    #legendContent::-webkit-scrollbar-thumb {
        background: #ddd;
    }
    .legend-group {
        position: absolute;
        top: 80px;
        left: unset;
        right: 68px;
    }
    .min-legend {
        right: 0;
        top: 0;
        left: unset;
        position: relative;
    }
    .LEGEND {
        position: absolute;
        top: 0;
        left: unset;
        right: 0;
        width: 360px;
        max-width: 360px;
        overflow: unset;
    }
    .LEGEND .visible-panel {
        position: inherit;
        top: unset;
        left: unset;
        bottom: unset;
        border: none;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    #legendContent {
        position: fixed !important;
        max-height: calc(100% - 290px);
        max-width: 360px;
    }
    .LEGEND .panel-name .minimise-panel {
        right: 25px;
    }
    .toolbar-items a {
        margin: 0 12px;
    }
    .mfp-zoom-out-cur .mfp-close {
        right: 0px;
        top: 30px;
        color: #fff;
        box-shadow: none;
        font-size: 5rem;
        cursor: pointer !important;
    }
    .ruler img {
        bottom: 4px;
    }
    .esriPopup {
        z-index: 1100 !important;
    }
    .esriPopup .sizer {
        width: 385px !important;
    }
    .small:not(:last-child) {
        max-width: unset;
    }
    .small:nth-child(4) > div:first-child {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: baseline;
    }
    .small:nth-child(4) > div:first-child > p {
        margin: 0 50px 0 0;
    }
    .small:nth-child(4) > div canvas {
        margin: 0 auto;
    }
    /*#linksForm .modal-body .row .input-group[class*="col-"] {
        width: 33%;
    }*/
    .alert-info {
        border-radius: 5px;
        right: 80px !important;
        bottom: 75px !important;
        display: block;
    }
    .alert-info .media-heading ~ div,
    .alert-info .media-body table {
        color: #717171;
        font-size: 1.3rem;
    }
    .alert-info .media-body table > tbody > tr > td:first-child {
        padding: 2px 8px 2px 0;
    }
    .TOC-form .modal-header {
        padding: 20px 20px 30px;
    }
    .TOC-form .modal-title {
        color: #fff;
        font-size: 1.8rem;
        font-weight: 500;
        text-transform: unset;
        position: relative;
        overflow: hidden;
    }
/******************NEW TOC design*************/

    .TOC-form .modal-title .firstRow {
        font-size: 4rem;
    }
    .TOC-form .modal-title .secondRow {
        font-size: 2rem;
        color: rgba(243, 243, 243, 1);
        display: flex;
        align-items: center;
    }
    .TOC-form .modal-title .TOCmapBtn {
        display: flex;
        align-items: center;
        width: auto;
        margin: 0 0 0 15px;
        background: transparent;
        padding: 8px 12px;
        border-color: #9b9b9b;
    }

    .TOC-form .modal-title .TOCmapBtn:hover {
        background: #4cae4c;
    }
    .TOC-form .TOCmapBtn span {
        display: block;
        color: #f3f3f3;
    }
    .TOC-form .TOCmapBtn .material-icons {
        transform: scale(1.0);
        font-size: 3rem;
        color: #4cae4c;
    }
    .TOC-form .TOCmapBtn:hover .material-icons  {
        color: #fff;
    }


    .TOC-form .modal-header .close {
        font-size: 8rem;
        right: 20px;
        color: #fff;
        opacity: 0.7;
    }
    .TOC-form .modal-dialog {
        width: 800px;
    }
    .TOC-form .modal-body {
        padding: 0px 40px 20px;
        margin: 0 auto;
        flex-direction: row;
        justify-content: center;
        align-content: flex-start;
        grid-gap: unset;
        height: auto;
    }
    .item-group:last-child {
        border-bottom: 1px solid #ccc;
    }
    .TOC-form .project-layer {
        padding: 4px 0 4px 20px;
        line-height: 1.2rem;
    }
    .item-group {
        /*min-width: 280px;
        min-height: 265px;*/
        min-height: 300px;
        max-height: 300px;
        max-width: 600px;
        height: calc(50% - 16px);
        /*width: calc(25% - 16px);*/
        width: 300px;
        margin: 8px;
        box-shadow: 2px -2px 0 2px #fff, 0px 0px 0 4px #fff;
        /*transition: all ease 0.3s;*/
    }
    .item-group[data-project-id="11"] .selected-project.in {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .item-group[data-project-id="12"] .selected-project.in {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
        .item-group[data-project-id="12"],
        .item-group[data-project-id="12"]:hover,
        .item-group[data-project-id="12"]:not(.activeItem),
        .item-group[data-project-id="12"]:not(:hover) {
            width: calc(100% - 52px);
            max-width: calc(100% - 52px);
        }
        .item-group[data-project-id="11"], .item-group[data-project-id="11"]:hover, .item-group[data-project-id="11"]:not(.activeItem), .item-group[data-project-id="11"]:not(:hover),
        .item-group[data-project-id="3"], .item-group[data-project-id="3"]:not(.activeItem), .item-group[data-project-id="3"]:not(:hover) {
            /*width: calc(50% - 16px);*/
            width: 600px;
            min-height: 300px;
        }
    .item-group[data-project-id="3"], .item-group[data-project-id="3"]:not(.activeItem), .item-group[data-project-id="3"]:not(:hover),
    .item-group[data-project-id="4"], .item-group[data-project-id="4"]:not(.activeItem), .item-group[data-project-id="4"]:not(:hover),
    .item-group[data-project-id="2"], .item-group[data-project-id="2"]:not(.activeItem), .item-group[data-project-id="2"]:not(:hover) {
        height: calc(50% - 16px);
    }
        .item-group[data-project-id="11"] .selected-project.in li {
            display: inline;
        }
        .item-group[data-project-id="11"] .selected-project.in li:first-child {
            grid-column: span 2;            
        }

        .item-group .selected-project li.project-layer_innerListItem,
        .item-group .selected-project.in li.project-layer_innerListItem {
            display: flex;
            width: calc(50% - 60px);
            justify-content: space-between;
            flex-direction: row-reverse;
            opacity: 0.8;
            text-transform: lowercase;
            padding-left: 10px;
        }
    .TOC-form input[type="checkbox"] + label.isInvincibility {
        width: calc(50% + 7px);
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 8px;
    }


    .TOC-form .modal-dialog .modal-content {
        position: relative;
        display: grid;
        min-width: 700px;
        max-width: 100vw;
        margin: 0 !important;
        top: 0;
        height: auto;
        min-height: 100vh;
        /*grid-template-rows: 20% auto;*/
        border-radius: 0;
        background: linear-gradient(to bottom, rgba(0,0,0, 0.2), rgba(0,0,0, 0.2));
    }

/***********/
    .TOC-form input[type="checkbox"]:checked + label {
        color: #fff;
    }
    .project-item-collapse .material-icons img {
        position: inherit;
        top: 0;
    }
    .project-item-collapse .material-icons img {
        top: -8px;
        height: 40px;
    }
    .project-item-collapse {
        padding: 30px 10px 0 10px;
    }
    .item-group:hover, .item-group.activeItem {
        box-shadow: 1px -1px 0 0px #dad8da, 0px 0px 0 1px #dad8da;
        border: 10px;
        background: linear-gradient(135deg, rgba(135, 80, 165, 0.6), rgba(118, 43, 159, 0.8)) !important;
        border-color: #704788;
        transition: background ease 0.3s;
    }
    .item-group:hover::before,
    .item-group.activeItem:before {
        background: transparent;
        top: -200%;
        transition: all ease 0.01s;
    }
    .item-group[data-project-id="7"] .project-item-collapse .material-icons {
        display: flex;
    }
    .TOC-form .item-group:hover .project-item-collapse .material-icons,
    .TOC-form .activeItem .project-item-collapse .material-icons {
        display: none;
    }
    .TOC-form .item-group:hover .project-item-collapse .material-icons > img {
        display: none;
    }
    .TOC-form .project-layer label {
        font-size: 1.3rem;
    }
    .project-item-collapse[aria-expanded="true"] > .caret,
    .project-item-collapse[aria-expanded="false"] > .caret,
    .project-item-collapse > span.caret {
        color: transparent;
    }
    .TOC-form input[type="checkbox"]:checked + label::before {
        background-color: #fff;
        border-color: #501061;
    }
    .TOC-form .checkbox label::after {
        color: #4e0c5e;
    }
    .toolbar-items a:hover span,
    .esriSimpleSliderDecrementButton:hover,
    .esriSimpleSliderIncrementButton:hover {
        color: #fff;
        animation-name: bgAnimate;
        animation-duration: 2s;
        animation-iteration-count: unset;
        animation-fill-mode: forwards;
    }
    .toolbar-items a .glyphicon {
        transition: all ease 0.3s;
    }
    .minimizeBtn {
        display: none;
    }
    .TOC-form .modal-footer {
        border-top: none;
        padding: 15px 40px;
        width: auto;
    }
    .TOC-form .customFooter button {
        font-size: 3rem;
        padding: 12px 30px;
        width: auto;
        margin-bottom: 0;
    }


 /*************************houses-view********************************************/
    .cooperative-outer-container {
        position: relative;
        top: 0;
        width: 100%;
    }
    .cooperatives_header {
        position: relative;
        width: 100vw;
        height: 300px;
        box-shadow: 0 4px 6px rgba(0,0,0, 0.1);
    }
        .cooperatives_header:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: linear-gradient(to bottom, rgba(43,80,67, 0.8), rgba(43,80,67, 0.8)), url(../Images/banner_xs.jpg);
            background-size: cover;
            filter: blur(2px);
        }
        .cooperatives_header .container {
            position: relative;
            height: 100%;
            display: grid;
            grid-template-columns: 400px 1fr;
            grid-template-rows: 80px auto;
        }
    .logoContainer {
        grid-column: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        align-self: baseline;
        color: #F4DC02;
    }
    .logo-cooperatives {
        margin-right: 15px;
    }
    .logo-cooperatives .material-icons {
        transform: scale(2);
    }
    .logoContainer .descriptor {
        font-size: 2.4rem;
    }
    .nav-cooperatives {
        grid-column: 2;
        padding-top: 5px;
    }
    .nav-cooperatives ul {
        display: flex;
        padding-left: 100px;
    }
    .nav-cooperatives .nav-item {
        width: 250px;
    }
    .nav-cooperatives .nav-item,
    .nav-cooperatives .nav-item a {
        color: #fff;
    }
    .nav-cooperatives .nav-item a {
        display: flex;
        align-items: center;
    }
    .nav-cooperatives .nav-item a:focus {
        outline: none;
        text-decoration: none;
    }
    .nav-cooperatives .nav-item a span:first-child {
        text-transform: uppercase;
        font-size: 1.8rem;
        margin-right: 10px;
    }
    .nav-cooperatives .nav-item a .material-icons {
        color: #F4DC02;
    }
    .nav-cooperatives .nav-item .dropdown {
        padding: 20px 40px 0 0;
        height: 0;
        overflow: hidden;
        color: rgba(255,255,255, 0.9);
    }
    .nav-cooperatives .nav-item .dropdown,
    .nav-cooperatives .nav-item a .material-icons {
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 0.3s;
    }
    .nav-cooperatives .nav-item a:hover {
        text-decoration: none;
    }
    .nav-item:hover .dropdown,
    .nav-item a:hover + .dropdown,
    .nav-item:hover a .material-icons,
    .nav-item a:hover .material-icons {
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out 0.3s;
    }
    .nav-item a:hover + .dropdown,
    .nav-item:hover .dropdown {
        height: 100%;
    }
    .cooperatives main {
        position: relative;
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .shortDescriptionContainer {
        position: relative;
        height: calc(100vh - 300px);
        padding: 70px 0 0;
    }
    .shortDescriptionContainer figure {
        position: relative;
    }
    .shortDescriptionContainer figure img {
        position: relative;
        width: 100%;
    }
    .carousel {
        box-shadow: 0 0 0 5px #fff, 0 0 4px rgba(0,0,0, 0.2), 6px 6px 30px rgba(0,0,0, 0.2), 6px 6px 50px rgba(0,0,0, 0.1);
    }
    .defaultImg {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: space-evenly;
        align-items: center;
        height: 400px;
        box-shadow: 0 0 0 3px #c3c3c3, 0 0 4px rgba(0,0,0, 0.2), 6px 6px 30px rgba(0,0,0, 0.2), 6px 6px 50px rgba(0,0,0, 0.1);
    }
    .defaultImg .material-icons {
        transform: scale(10);
        opacity: 0.05;
    }
    .defaultImg-description {
        color: #c3c3c3;
        font-size: 3rem;
    }
    .shortDescription {
        padding-left: 40px;
    }
    .currentHouseAddress {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }
    .currentAdminDistrict {
        color: #777;
        font-size: 1.3rem;
    }
    .currentHouseAddress .material-icons {
        color: #777;
    }
    .cooperatives .list-group-item {
        color: #777;
        border-width: 0 0 1px 0;
        display: flex;
        justify-content: space-between;
        padding: 8px 0 !important;
    }
    .cooperatives .item-star {
        display: flex;
        justify-content: flex-end;
        border-color: transparent;
        margin-left: 5px;
        min-width: 90px;
        font-size: 1.2rem;
    }
    .cooperatives .item-starTotal {
        margin: 0;
        font-size: 1.4rem;
        justify-content: flex-start;
        padding: 0 0 35px !important;
    }
    .cooperatives .item-star .fa-star {
        margin-right: 3px;
    }
    .cooperatives .fa-star.checked {
        color: #ffcc00;
    }
    .ratingReview {
        font-size: 1.6rem;
    }
    .houseDoclink {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .houseDoclink:hover,
    .houseDoclink:active,
    .houseDoclink:focus {
        color: #424242;
        text-decoration: none;
    }
    .cooperatives .list-group-item:hover {
        box-shadow: unset;
        cursor: text;
    }
    .shortDescriptionContainer article,
    .shortDescriptionContainer aside {
        position: relative;
        height: 100%;
    }
    .shortDescriptionContainer aside {
        padding: 200px 0 15px 40px;
    }
    .shortDescriptionContainer aside .questionBlock {
        display: grid;
        margin-bottom: 20px;
    }
    .questionBlock span:first-child {
        font-size: 1.4rem;
        padding-bottom: 15px;
        color: #777;
    }
    .questionBlock span:last-child {
        color: #424242;
        line-height: 1.3;
    }
    .voteContainer .input-group {
        margin-top: 8px;
        display: flex;
        width: 100%;
        color: #777;
    }
    .voteContainer div.input-group:first-child {
        margin-top: 25px;
    }
    .voteContainer .input-group input {
        margin-right: 10px;
    }
    .voteContainer label {
        padding: 0 5px 5px;
    }
    .voteContainer .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        margin-top: 40px;
        width: 150px;
        height: 45px;
        color: #424242;
        background: #F4DC02;
        box-shadow: 4px 4px 4px rgba(0,0,0, 0.15), 4px 4px 15px rgba(0,0,0, 0.15), 4px 4px 30px rgba(0,0,0, 0.15);
        transition: all ease-in-out 0.3s;
    }
    .voteContainer .btn:hover {
        background: #ffe712;
        box-shadow: 4px 4px 4px rgba(0,0,0, 0.1), 4px 4px 15px rgba(0,0,0, 0.1), 4px 4px 30px rgba(0,0,0, 0.1);
        transition: all ease-in-out 0.3s;
    }
    .voteResult {
        display: none;
        padding: 0;
    }
    .voteResult span {
        color: #777;
    }
    .shortDescriptionContainer article {
        padding-left: 0;
    }
    .getfullDescription {
        background: none;
        border: none;
        display: flex;
        align-items: center;
        color: #424242;
        margin-top: 60px;
    }
    .getfullDescription:hover,
    .getfullDescription:focus,
    .getfullDescription:active {
        text-decoration: none;
        outline: none;
        color: #424242;
    }
    .getfullDescription span:first-child {
        margin-right: 10px;
    }
    .fullDescriptionContainer {
        min-height: 100vh;
        height: auto;
        position: relative;
    }
    .fullDescriptionContainer header h2 {
        margin: 0 0 30px 0;
        padding: 0 15px;
        color: #777;
    }
    .fullDescriptionContainer .row {
        display: flex;
        flex-wrap: wrap;
    }
    .fullDescriptionContainer_chapter {
        padding: 30px 15px;
        position: relative;
    }
    .fullDescriptionContainer_chapter:before {
        position: absolute;
        content: "";
        top: 40px;
        left: 30px;
        height: 1px;
        width: calc(100% - 60px);
        background: #424242;
    }
    .fullDescriptionContainer_chapter .chapter-name {
        font-weight: 600;
        padding-bottom: 20px;
        color: #424242;
        text-transform: uppercase;
        width: auto;
        background: #fff;
    }
    .debt_chapter::before {
        background: red;
    }
    .debt_chapter .chapter-name {
        color: red;
    }
    .fullDescriptionContainer_chapter .fa-star:not(.checked) {
        color: #777;
    }
    .fullDescriptionContainer table {
        color: #777;
        width: 100%;
    }
    .fullDescriptionContainer table tr td {
        padding: 5px 0;
    }
    .fullDescriptionContainer table tr td:last-child {
        color: #424242;
        padding-left: 20px;
        text-align: right;
    }
    .fullDescriptionContainer table tr td.debt_value:last-child {
        color: red;
    }
    .fullDescriptionContainer .large_chapter tbody {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .fullDescriptionContainer .large_chapter tr {
        display: grid;
        grid-template-columns: 1fr auto;
        padding-top: 40px !important;
        border-bottom: 1px solid #ececec;
        height: 100%;
    }
        .fullDescriptionContainer .large_chapter tr:last-child {
            border-bottom: none;
        }
        .fullDescriptionContainer .large_chapter tr:nth-child(odd) {
            padding: 0 15px 0 0;
        }
        .fullDescriptionContainer .large_chapter tr:nth-child(even) {
            padding: 0 0 0 15px;
        }
        .fullDescriptionContainer .large_chapter tr ul li {
            color: #777;
            padding: 3px 0;
        }
        .fullDescriptionContainer .large_chapter tr ul li .phoneNumb {
            display: inline-block;
        }
        .fullDescriptionContainer .large_chapter tr ul li:first-child {
            padding-top: 10px;
        }
    .cooperatives .upScroll {
        position: absolute;
        right: -50px;
        bottom: 50px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: 0 0 4px #fff, 0 0 20px rgba(0,0,0, 0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        background: #424242;
        color: #f4dc02;
        animation: 2.5s ease-in-out infinite dribbleBtn;
    }
    .cooperatives .upScroll:active,
    .cooperatives .upScroll:hover,
    .cooperatives .upScroll:focus {
        text-decoration: none;
    }
    .esriPopup .contentPane {
        max-height: calc(100vh - 250px);
        overflow-y: auto;
    }
/**********ИЗМЕНЕНИЕ ЛОГИКИ ХЕДЕРА************/
    .dropdown-nav-menu,
    .dropdown-nav-menu:hover{
        position: absolute;
        top: 0;
        left: 10px;
        width: calc(100% - 330px);
        padding-left: 400px;
        background: transparent;
        z-index: 3;
        height: 100px;
        display: block;
    }
    .dropdown-nav-menu .navbar-nav {
        position: relative;
        top: 0;
        margin: 0;
        left: -7px;
        height: 100%;
        width: 100%;
        display: flex;
        transition: all ease-in-out 0.3s;
    }
    .dropdown-nav-menu:hover .nav > .project-item {
        left: unset;
    }
    /*.nav .project-item:first-child {
        background: #8d6ca0;
        padding-left: 47px;
        left: 320px;
        z-index: 10;
    }*/
    .nav .project-item:nth-child(n) {
        left: unset !important;
        width: 80px;
        height: 100%;
        padding: 0;
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        transition: all 0.5s ease;
        z-index: 6;
    }
    .nav .project-item:first-child {
        width: 130px;
        background: #8d6ca0;
        z-index: 10;
    }
    .nav > .project-item:hover {
        width: 220px;
        transition: all 0.7s ease;
    }
    .nav > .project-item:first-child:hover {
        padding-left: 40px;
        width: 220px;
    }
    .nav > .project-item:first-child:hover a {
        justify-content: space-evenly;
    }
    .nav .project-item:nth-child(n) .project-item-name {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .nav > .project-item:hover .project-item-name {
        /*width: 50%;*/
        opacity: 1;
        font-size: 1.2rem;
        visibility: visible;
        transition: all 0.5s ease;
    }
    .nav .project-item a,
    .nav .project-item a:first-child {
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .nav .project-item:hover a {
        justify-content: space-around;
    }
    .nav .project-item a .material-icons {
        position: relative;
        bottom: unset;
    }
    .nav .project-item a .material-icons > .fa-home {
        transform: translateY(-4px);
    }
    .TOC-autorisationOffer {
        background: rgba(255,255,255, 0.3);
    }
}

@media only screen and (max-width: 1280px) {
    #backlayer-logo:before {
        width: 350px;
    }
    .dropdown-nav-menu, .dropdown-nav-menu:hover {
        padding-left: 250px;
    }
    .nav .project-item:nth-child(n) {
        width: 60px;
    }
    .nav .project-item:first-child {
        width: 120px;
    }
    .nav .project-item:hover {
        width: 220px;
    }
    .item-group {
        height: 50%;
    }
    .item-group[data-project-id="3"], .item-group[data-project-id="3"]:not(.activeItem), .item-group[data-project-id="3"]:not(:hover),
    .item-group[data-project-id="4"], .item-group[data-project-id="4"]:not(.activeItem), .item-group[data-project-id="4"]:not(:hover),
    .item-group[data-project-id="8"], .item-group[data-project-id="8"]:not(.activeItem), .item-group[data-project-id="8"]:not(:hover) {
        height: 50%;
    }
  
}

@media only screen and (min-width: 1920px) {
    .mfp-zoom-out-cur .mfp-close {
        font-size: 10rem;
    }
    .legend-group {
        right: 86px;
    }
    /*.main-search-panel {
        max-width: 400px;
    }*/
    .item-group[data-project-id="12"],
    .item-group[data-project-id="12"]:hover,
    .item-group[data-project-id="12"]:not(.activeItem),
    .item-group[data-project-id="12"]:not(:hover) {
        width: calc(100% - 632px);
        max-width: calc(100% - 632px);
    }
    .item-group[data-project-id="11"] {
        order: -1;
    }
    .main-search-panel .panel-footer {
        width: 395px !important;
        max-width: 400px;
    }
    #linksForm .enter-input-group > a {
        height: 130px;
    }
    #linksForm .modal-content {
        max-width: 1000px;
    }
    .tollbar-first-item {
        padding-top: 240px;
    }
    .map-toolbar .glyphicon-menu-left.selected, .map-toolbar .glyphicon-menu-left {
        top: 200px;
    }
    .TOC-form .modal-body {
        width: 1644px;
    }
}

@media only screen and (min-width: 860px) and (max-width: 1000px) {
    .main-search-panel {
        position: fixed;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .navbar-brand {
        font-size: 14px;
    }
    .navbar-header p {
        font-size: 16px;
    }
    .navbar-header p span {
        font-size: 15px;
    }
    .TOC {
        left: 50px;
    }
    .main-search-panel {
        position: fixed;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1400px) and (max-height: 800px) {
    .toolbar-items a {
        padding: 0;
        font-size: 18px;
        margin: 4px 12px;
        width: 34px;
        height: 34px;
    }
    .toolbar-items a .glyphicon {
        width: 40px;
        height: 40px;
    }
    .tollbar-first-item {
        padding-top: 100px;
    }
    .toolbar-items {
        padding-top: 65px;
    }
    .toolbar-items #filterCancel .small-internIcon {
        top: 7px;
    }
    #statisticForm .modal-content {
        max-height: none;
    }
    .esriSimpleSlider div {
        width: 40px;
        height: 40px;
    }
    .alert-info {
        margin: 0;
    }
    .min-TOC {
        bottom: 15px;
    }
    .cooperatives main:before {
        height: 100vh;
        width: calc((100vw - 970px) / 2 + 970px * 0.25);
    }
    .shortDescriptionContainer {
        height: 100vh;
    }
    .listAreaAddresses_content table tr td {
        padding: 8px 5px;
        font-size: 1.2rem;
    }
    .item-group[data-project-id="11"]:not(.activeItem), .item-group[data-project-id="11"]:not(:hover),
    .item-group[data-project-id="3"]:not(.activeItem), .item-group[data-project-id="3"]:not(:hover) {
        width: calc(50% - 16px);
        /*min-height: 265px;*/
        min-height: 300px;
        
    }
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
    .cooperatives main:before {
        height: 100vh;
        width: calc((100vw - 970px) / 2 + 970px * 0.25);
    }
    .shortDescriptionContainer {
        height: 100vh;
    }
}

@media only screen and (max-height: 400px) and (min-width: 385px) {
    .toolbar-items a {
        padding: 0;
        font-size: 18px;
        margin: 2px 6px;
        width: 34px;
        height: 34px;
    }
    .map-toolbar .glyphicon-menu-left,
    .map-toolbar .glyphicon-menu-left.selected {
        top: 80px;
    }
    input {
        max-width: unset;
    }
}

@media only screen and (min-width: 453px) {
    .TOC {
        width: 400px;
    }
    .search-panel .dropdown-toggle {
        padding-right: 15px;
    }
    .areaBoxBtn button {
        width: 130px !important;
    }
}

@media only screen and (max-width: 768px) and (max-height: 575px) {
    .toolbar-items a {
        padding: 1px 0;
    }
}

@media only screen and (max-width: 320px) and (max-width: 375px) {
    .esriPopup .titlePane .title b {
        max-width: 50%;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    #listAreaAddresses {
        position: absolute;
        left: 0;
        bottom: 0;
        display: grid;
        grid-template: min-content / auto;
        background: #fff;
        border-radius: 4px;
        box-shadow: 2px 2px 2px rgba(0,0,0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 2001;
    }
    .listAreaAddresses {
        width: 100%;
        width: clamp(100%, 100%, 100%);
        height: 100%;
        max-height: 50vh;
        height: clamp(300px, 100%, 50vh);
        visibility: visible;
        opacity: 1;
        transition: all ease-in-out 0.5s;
    }
    .listAreaAddresses_header {
        padding-bottom: 5px;
    }
    .backIdentifyBtn {
        padding: 3px 5px;
    }
    .listAreaAddresses_title {
        padding: 0 15px;
        font-size: 1.2rem;
    }
    .TOC-form .modal-title, #linksForm .modal-title {
        width: 100%;
    }
    .toolbar-items {
        padding-bottom: 110px;
    }
    .listAreaAddresses_content {
        max-height: calc(50vh - 150px);
    }
    .listAreaAddresses_header {
        padding: 25px 15px 15px;
        grid-template-columns: 2fr 1.5fr;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    #listAreaAddresses {
        position: absolute;
        left: 0;
        bottom: 0;
        display: grid;
        grid-template: min-content / auto;
        background: #fff;
        border-radius: 4px;
        box-shadow: 2px 2px 2px rgba(0,0,0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 2001;
    }
    .listAreaAddresses {
        width: 100%;
        width: clamp(100%, 100%, 100%);
        height: 100%;
        max-height: 50vh;
        height: clamp(300px, 100%, 50vh);
        visibility: visible;
        opacity: 1;
        transition: all ease-in-out 0.5s;
    }
    .listAreaAddresses_header {
        padding-bottom: 5px;
    }
    .backIdentifyBtn {
        padding: 3px 5px;
    }
    .listAreaAddresses_title {
        padding: 0 15px;
        font-size: 1.2rem;
    }
    .TOC-form .modal-title, #linksForm .modal-title {
        width: calc(100% - 40px);
    }
    .toolbar-items {
        padding-bottom: 110px;
    }
    .listAreaAddresses_content {
        max-height: calc(50vh - 150px);
    }
    .listAreaAddresses_header {
        padding: 25px 15px 15px;
        grid-template-columns: 2fr 1.5fr;
    }
}

/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Retina-specific stuff here */
    #listAreaAddresses {
        position: absolute;
        left: 0;
        bottom: 0;
        display: grid;
        grid-template: min-content / auto;
        background: #fff;
        border-radius: 4px;
        box-shadow: 2px 2px 2px rgba(0,0,0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 2001;
    }
    .listAreaAddresses {
        width: 100%;
        width: clamp(100%, 100%, 100%);
        height: 100%;
        max-height: 50vh;
        height: clamp(300px, 100%, 50vh);
        visibility: visible;
        opacity: 1;
        transition: all ease-in-out 0.5s;
    }
    .listAreaAddresses_header {
        padding-bottom: 5px;
    }
    .backIdentifyBtn {
        padding: 3px 5px;
    }
    .listAreaAddresses_title {
        padding: 0 15px;
        font-size: 1.2rem;
    }
    .TOC-form .modal-title, #linksForm .modal-title {
        width: 100%;
    }
    .toolbar-items {
        padding-bottom: 110px;
    }
    .listAreaAddresses_content {
        max-height: calc(50vh - 150px);
    }
    .listAreaAddresses_header {
        padding: 25px 15px 15px;
        grid-template-columns: 2fr 1.5fr;
    }

    .TOC-form .modal-header {
        padding: 20px 20px 12px;
    }
    .TOC-form .modal-title {
        font-size: 1.6rem;
    }
    .TOC-form .modal-title .firstRow {
        font-size: 3rem;
    }
    .TOC-form .modal-dialog .modal-content {
        grid-template-rows: auto;
    }
    .TOC-form .modal-body {
        padding-bottom: 50px;
    }
    .TOC-form .modal-footer {
        padding: 10px 15px 5px;
    }
    .TOC-form .customFooter button {
        font-size: 2rem;
        padding: 8px 30px;
        margin-bottom: 0;
    }
}

/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
    /* Retina-specific stuff here */
    #listAreaAddresses {
        position: absolute;
        left: 0;
        bottom: 0;
        display: grid;
        grid-template: min-content / auto;
        background: #fff;
        border-radius: 4px;
        box-shadow: 2px 2px 2px rgba(0,0,0, 0.1), 4px 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 2001;
    }
    .listAreaAddresses {
        width: 100%;
        width: clamp(100%, 100%, 100%);
        height: 100%;
        max-height: 50vh;
        height: clamp(300px, 100%, 50vh);
        visibility: visible;
        opacity: 1;
        transition: all ease-in-out 0.5s;
    }
    .listAreaAddresses_header {
        padding-bottom: 5px;
    }
    .backIdentifyBtn {
        padding: 3px 5px;
    }
    .listAreaAddresses_title {
        padding: 0 15px;
        font-size: 1.2rem;
    }
    .TOC-form .modal-title, #linksForm .modal-title {
        width: 100%;
    }
    .toolbar-items {
        padding-bottom: 110px;
    }
    .listAreaAddresses_content {
        max-height: calc(50vh - 150px);
    }
    .listAreaAddresses_header {
        padding: 25px 15px 15px;
        grid-template-columns: 2fr 1.5fr;
    }
}

/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    /* Retina-specific stuff here */
    #listAreaAddresses {
        position: absolute;
        left: 0;
        bottom: 0;
        display: grid;
        grid-template: min-content / auto;
        background: #fff;
        border-radius: 4px;
        box-shadow: 2px 2px 2px rgba(0,0,0, 0.1), 4px 4px 100px rgba(0, 0, 0, 0.2);
        z-index: 2001;
    }
    .listAreaAddresses {
        width: 100%;
        width: clamp(100%, 100%, 100%);
        height: 100%;
        max-height: 50vh;
        height: clamp(300px, 100%, 50vh);
        visibility: visible;
        opacity: 1;
        transition: all ease-in-out 0.5s;
    }
    .listAreaAddresses_header {
        padding-bottom: 5px;
    }
    .backIdentifyBtn {
        padding: 3px 5px;
    }
    .listAreaAddresses_title {
        padding: 0 15px;
        font-size: 1.2rem;
    }
    .TOC-form .modal-title, #linksForm .modal-title {
        width: 100%;
    }
    .toolbar-items {
        padding-bottom: 110px;
    }
    .listAreaAddresses_content {
        max-height: calc(50vh - 150px);
    }
    .listAreaAddresses_header {
        padding: 25px 15px 15px;
        grid-template-columns: 2fr 1.5fr;
    }
}

/* iphone X, Xs, 11Pro: 1125px x 2436px*/

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) {

    body, .navbar-inverse,
    .middle-btn, .infocity, #app {
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
        overflow: hidden;
    }
    #Login .modal-body, .entrance-form .modal-body {
        padding: 15px 15px 25px;
    }
    #Login .modal-footer, .entrance-form .modal-footer {
        padding-top: 25px;
    }
    .panel-option button {
        font-size: 1.4rem;
    }
    .min-TOC {
        width: 105px;
    }
    .TOC {
        position: fixed;
    }
    .TOC-form .modal-title, #linksForm .modal-title {
        width: calc(100% - 40px);
    }
    .LEGEND, .min-legend {
        position: fixed;
    }
    #legendContent {
        max-height: 50vh;
    }
    .TOC-form .modal-body {
        padding: 0 8px 50px;
    }
    #linksForm .modal-body .row {
        display: block;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -webkit-flex-direction: row;
        -webkit-align-items: center;
        padding: 0;
    }
    .modal-dialog {
        margin: 0;
    }
    .main-search-panel {
        position: fixed;
        top: 55px;
    }
    .body-content {
        height: 100%;
    }
    .map-toolbar .glyphicon-menu-left,
    .map-toolbar .glyphicon-menu-left.selected {
        transition: none;
        transform: none;
        -webkit-transition: none;
        display: block;
        text-shadow: none;
        color: #459a36;
        z-index: 50;
    }
    .map-toolbar .glyphicon-menu-left {
        background: #fff;
    }
    .item-group, .layers-panel > div > div {
        background-image: none;
    }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
        font-size: 1.3rem;
    }
    .TOC-form .checkbox label::after,
    .visible-panel .checkbox label::after {
        top: 1px;
    }
    .tollbar-first-item {
        display: none;
    }
    .listAreaAddresses_content {
        max-height: calc(50vh - 150px);
    }
    #statisticForm .input-group {
        position: relative;
        overflow: hidden;
    }
    #statisticForm .input-group:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        width: 10px;
        height: 10px;
        transform: rotate(45deg) translateY(-50%);
        background: #854797;
    }
    .info-CP {
        z-index: 30;
    }
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {
    .min-TOC {
        bottom: 15px;
    }
    #pan, #zoomin, #zoomout, #refresh, #identify {
        display: none;
    }
    .tollbar-first-item {
        padding-top: 60px;
    }
    .toolbar-items a {
        margin: 2px 12px;
    }
    .tollbar-first-item {
        display: none;
    }
}

/* Iphone 11, XR: 828px x 1792px */

@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) {
    body, .navbar-inverse,
    .middle-btn, .infocity, #app {
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
        overflow: hidden;
    }
    .TOC {
        position: fixed;
        z-index: 35;
    }
    .TOC-form .modal-title, #linksForm .modal-title {
        width: calc(100% - 40px);
    }
    .basicList-container .basicListButton {
        position: fixed;
    }
    .LEGEND, .min-legend {
        position: fixed;
    }
    #legendContent {
        max-height: 50vh;
    }
    .item-group, .layers-panel > div > div {
        background-image: none;
    }
    .tollbar-first-item {
        display: none;
    }
    .listAreaAddresses_content {
        max-height: calc(50vh - 150px);
    }
    #statisticForm .input-group {
        position: relative;
        overflow: hidden;
    }
    #statisticForm .input-group:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        width: 10px;
        height: 10px;
        transform: rotate(45deg) translateY(-50%);
        background: #854797;
    }
    .info-CP {
        z-index: 30;
    }
}

/* Iphone 11 Pro Max, Xs Max: 1242px x 2688px */

@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 3) {
    body, .navbar-inverse,
    .middle-btn, .infocity, #app {
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
        overflow: hidden;
    }
    .TOC {
        position: fixed;
        z-index: 1;
    }
    .TOC-form .modal-title, #linksForm .modal-title {
        width: calc(100% - 40px);
    }
    .basicList-container .basicListButton {
        position: fixed;
    }
    .LEGEND, .min-legend {
        position: fixed;
    }
    #legendContent {
        max-height: 50vh;
    }
    .item-group, .layers-panel > div > div {
        background-image: none;
    }
    .tollbar-first-item {
        display: none;
    }
    .listAreaAddresses_content {
        max-height: calc(50vh - 150px);
    }
    #statisticForm .input-group {
        position: relative;
        overflow: hidden;
    }
    #statisticForm .input-group:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        width: 10px;
        height: 10px;
        transform: rotate(45deg) translateY(-50%);
        background: #854797;
    }
    .info-CP {
        z-index: 30;
    }
}


/*Safari*/

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .min-TOC {
            width: 105px;
        }
        /*
         -webkit-transition-property: opacity;
        -webkit-transition-duration: 1s;
        -webkit-transition-delay: 100ms;*/
    }
}

@-moz-document url-prefix() {
     .listAreaAddresses_content {
        scrollbar-width: thin;
        scrollbar-color: #f2f2f2 #b9b9b9;
    }
}
@supports (touch-action: pan-y) {
    .identify-panel {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

}
