

/* Start:/local/js/devsol/sdform/dist/sdform.bundle.css?173679415310853*/
#sd-popup {
    width: 70vw;
    max-width: 800px;
}

.form-group {
    margin-bottom: 10px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em;
}

.form-group label {
}

#sd-popup-container fieldset {
    margin-bottom: 10px;
}

.invalid {
    background-color: rgba(249, 199, 199, 0.6) !important;
}

.modal-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: .3rem;
    outline: 0
}

.modal-form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px)
}

.modal-form__header .modal-form__close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-form__body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1rem
}

.modal-form__title {
    margin: 0;
    line-height: 1.5;
    font-size: 1.25rem;
}

.modal-form__close {
    font-size: calc(1.275rem + 0.3vw);
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.modal-form__close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.modal-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-form__footer > * {
    margin: 0.25rem;
}

.modal-form__btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.modal-form__btn--light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.modal-form__btn--primary:disabled, .modal-form__btn--primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.modal-form__btn:disabled, .modal-form__btn.disabled, fieldset:disabled .modal-form__btn {
    pointer-events: none;
    opacity: .65;
}

.modal-form__btn--primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.modal-form__btn--light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

button, select {
    text-transform: none;
}

input, button, select, optgroup, textarea, checkbox {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#sd-popup-container .form-control {
    display: block;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

#sd-popup-container .form-control:hover {
    border: 1px solid #abd0fa;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out;
}

#sd-popup-container .form-control:focus,
#sd-popup-container .form-control:focus-within,
#sd-popup-container .form-control:active,
#sd-popup-container .form-control:focus-visible {
    border: 1px solid #3b94e6;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out;
}

#sd-popup-container select {
    word-wrap: normal;
}

#sd-popup-container button, #sd-popup-container select {
    text-transform: none;
}

#sd-popup-container .form-checkbox {
    display: block;
    height: 25px;
    width: 25px;

    padding: 0.375rem 0.75rem;

    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid red;
    accent-color: red;

    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

#sd-popup-container input,
#sd-popup-container button,
#sd-popup-container select,
#sd-popup-container optgroup,
#sd-popup-container textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#sd-popup-container button,
#sd-popup-container [type="button"],
#sd-popup-container [type="reset"],
#sd-popup-container [type="submit"] {
    -webkit-appearance: button;
}

#sd-popup-container button, #sd-popup-container select {
    text-transform: none;
}

#sd-popup-container button, #sd-popup-container input {
    overflow: visible;
}

#sd-popup-container input, #sd-popup-container button, #sd-popup-container select, #sd-popup-container optgroup, #sd-popup-container textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#sd-popup-container button {
    border-radius: 0;
}

#sd-popup-container fieldset {
    margin-bottom: 10px;
}

#sd-popup-container fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

#sd-popup-container select {
    word-wrap: normal;
}

#sd-popup-container button, #sd-popup-container select {
    text-transform: none;
}

#sd-popup-container .form-group label {
}

#sd-popup-container label {
    display: inline-block;
    cursor: default;

    font-weight: 600;
    font-size: 1.3em;
    color: #000000;
    margin-top: 5px;
}

#sd-popup-container .modal-form-label-description {
    font-size: 1em;
    color: #757575;
}

#sd-popup-container button:not(:disabled), #sd-popup-container [type="button"]:not(:disabled), #sd-popup-container [type="reset"]:not(:disabled), #sd-popup-container [type="submit"]:not(:disabled) {
    cursor: pointer;
}

#sd-popup-container button, #sd-popup-container [type="button"], #sd-popup-container [type="reset"], #sd-popup-container [type="submit"] {
    -webkit-appearance: button;
}

#sd-popup-container button, #sd-popup-container input {
    overflow: visible;
}


.form-file-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.form-file-input-block {
    margin: 0 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.form-file-input-thumbs-list {
    gap: .5em;
}

.form-file-input-thumbs-item {
    position: relative;
    width: 100px;
    height: 100px;
    background: transparent center no-repeat;
    background-size: contain;
    border: 1px solid #ececec;
}

.form-file-input-thumbs-item:last-child {
    margin: 0;
}

.form-file-input-thumbs-item-close {
    position: absolute;
    top: 5px;
    right: 5px;

    width: 15px;
    height: 15px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.form-file-input-thumbs-item-close:after {
    display: inline-block;
    content: '\00d7';
}

.message {
    font-size: 1.3em;
}

.modal-form-warning,
.modal-form-success {
    margin: 10px 0;
}

.modal-form-warning.message {
    color: #cf2020;
}

.modal-form-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 5px;
    margin: 5px;
}

.modal-form-grid-item .small-date {
    font-size: 1em;
    color: #6c6c6c;
}

/* End */


/* Start:/local/js/estima24/events/beaver_to_colleague/dist/beaver_to_colleague.bundle.css?171895160827718*/
.estima24-events-beaver-to-colleague {
  font-size: 16px;
}
.estima24-events-beaver-to-colleague__im-bar-button {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 46px;
  overflow: hidden;
  cursor: pointer;
}
.estima24-events-beaver-to-colleague__im-bar-button:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.estima24-events-beaver-to-colleague__im-bar-button-icon {
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  height: 100%;
  width: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABFCAYAAAAcjSspAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAcz0lEQVR4nO2beZgU1dn2f6eqepme7p6V2dhGGFZBiSioIAYEFHAL8KJC1GiMRhKXKMGoQaPGLfmMe6IRE9eoiUvEKFFx1ygIIovAMDMMM8ww+9Y901stz/tHNcimoJjP9w/v6+qru6tOnTrnrnPOcz/PeQq+w3f4Dt/hm4P+LdxTAzyASv+Xb6EN/3cgIueISI2IdIhIg4hUicjr5eXlA77ttn0rmDJlSr6IdFRXV8u5554rZ555psyePVsuvvhiSaVSq0RkwdNPP13ybbfz/xsSicRUEWmoqqqSwUOHylXXXCsVW7bIpvIKueWWW2X+/PmSRlc0Gp36bbf3v47q6uoRItJTUlIi5513vpw5d57cf+7FUrupStZ9Vi4bN5aLruuSmRmQ1atXi4g0XHXVVdnfdrv/qxCRh+fPny9//vNDIiLy1DN/l9/cdKOc8oN5ctFFl8k777wrCxdeJSIibnGRRCIx/9tss/bfqri+vv7IRCJxKXDy008/zU9+cgEAA0pLaWtu5czZM5k6dQpbtlQxePAQAGbNmk1lZSU+n+8iEbm1qqpqfwuwISKnisi9IvKUiNza0tIyHjD+W/0C4Le//W1Jc3PzpJqammOnTZsWPpBr6urqJoiIGYvFpLy8XAC599775Oqrr5a5c+eJz+eTRYuuk+uvv16GDh0qF154ofz736/LeeedL7feeovsgnV8wYOrrKwcKiIfV26tlxNPnSO9B46UOWdfII573RsvvPBC7tfts/qiE1VVVcMHDBhwBzCZz5nvBK5WSj2wR3EN8E6ePDl84YUX5o8bN+6SkpKSnyqlmD//5wwYUEpOTg4ej49QKIjHYwAalmXS1dVFY2MTHR1tNDU109raSktLC9u311NTU5NQSuUBsV1vtnz58rIxY8a8N3na6UVO3QfcfunplBaE+M/qCs684V+8vXINY0cf9rxSatbXJWYv1NbWDheRtksXXCOAlOUjuV6k/8AhIiJ2TU3NfBG5UEQeFJF30nojKnvg1FNPlVgsvufhA8Lxx08QEbFF5D0ReVJEbhKRc957770JIrL6oksWyM0XHCdt/7xU1j14prz7/2bKqvvOkFX3zpKs7DwRkS7A+3X6v6+RoonIWzNOP2PC+F6NXD3/NKyuLqxUihfe+oQ3I4fy0P1/AKAn6bBm7Tq2VG9l+/YGWtva6OjoIBKNYhgennnmGYYMGUpWVjaxWIxkKoVtmzgO6LpC1z3oujs7DF3H7/fj92cANm//eymXX/UrsrOzGDyojLKBAxg+bBiZPrd8WVEm6x+/hDmLnuFfK7ZyaP88HvrFZIJeh5EX/wMRaVVKFQPWQZPyxBNPlM6bN6+qNEfTNj97Defc+DTPvFvFC9dNxzRTzLl1GUUlpTRu38rAEAzqE2BAv0JGjhhOOOgnFPAR8BkEM/x4PQY+rxddA8PQ8Xp1PIaBrnQEsMXBcdz7WrZNLJ4gmbJwBCxb6E4kqalvYWt9C9XbW6msaWZTTScdKTAULJp3FCcc0Z+S/BCRmIlSilWffML96wpY+cGbS5RSp31VQvZJSnt7+6S2rtgbvzpzNP8zaRS3/+MTHll4Ipbl8Kclaxg/ooijhxVj2YIjYNoOpmmjGQaa0hEUKIWIIAiO46Q/IDt/24iA4IAI4rhlFQqlQCmFwv32egw8Xg9e3cDj0QkGA+Tk98LWAtz0l9f4wxNv8OiCKYwdVkzV5o3MuP1jOqKJlJPqGZeXl7fyGyFl9erVh40aNWpNWClWPnQWMcdDImliWfbO0pbloBQY6aFv2Q6W7eBKDfjcx9vH7FSgvmh9V3scF9njr7gfx8HnMxg2bDiGP0jfaddSmmmzoQPe+c/K1IRjRl+klHrkADnYVxP3giEin40dP2lwcctbzJ0yGNtfSN8+RZiWg5NuZyjDw9IVW0mYFjPHlRGJm1+3DfttoK65zRQBW8QdXeJgWzZDhg4mkJHBtn7nMnpE2Yb67dvP69O794qDuee+NIAFXLn8/TetkmkL+fUygwffrKO6vg1tlydp6Bo3Pbmc255euXOx3F/nMrw6uUEfBVkZhDM8eHS112jYEz6Pjmk7bKprJ5jhSVemUJqObhhUVlSytaaW5qZGgOaDJWRHW/cJEZkD3A0ULVx0C4f1vEq/PgWYttuJUIaHF/+zBY+hMWNM6b5HiqTXFNtGU2B4fVxy35tE4ybjDi3mZ6ccRrQngaZraJqOcheU3aoI+j1c/+iHvLqqhnV/Ppumzthu9YMgiQi3rMjlzX/9fYtSahDgHAwpX/iIlVJ/V0odArxdtbWGvJCxc+oAxJMW08eUMuWIfsSSrtVTOz+CY9uYZopAMET/AYMYNeYYsosP4bOadmqbo8yYdDQjjhjDsJHfo6CoNwjYtg0iO+tx+y0M7Z+D19Bw9hxVSiECJYX5tLc0AuTyDUj8XUkxbrvttj59+/YN7nIsAQTq6+volRtEdmHFcoSEaZMwbaz0cZ9Hx7IdAl4dn8/DoGEjOKRsMLl5uYR8GrmZbnsnH1HKvNOPQmwTTdfILyxi+GGjyM/LIejXyfQbeA23aSnLYd7Eobx/5xy646m9OuA4DoUlfXGsFID/GyOlsrKyTESWX3XVVdtqa2sbROT3o0eP9qbP58cinRi6vt+4oQIuvHMZjy3bxLFHj2VgaQkl+UH8usXPb3qEE69dyviJUxgx+YeMmrGQ9vZ2+uRn0ic/SElhFiV9B3Lx3W/x83ve2lmnaTtE4iaRuEk8Ze91T3EcdI8HyzTBVbAH7eQagHfgwIHPNbS0H3b+WT+g/+DDgg/88d4FK1euDCqlLgPCdiKGUtp+SRHg6Wum8efXKwlNvBZxLDJ8Bp3dSV54eRmLp5/AnDlzuPP2m1g19yxO+/FPqd78KZKIknJ0intlc828sRxZGiJhHviyoOs6ODsJO3hSKisrpwOHlRTksXTRBDqjy5k+bQavLH35wqeeeuotIGCmelBKY3/rV9K00XC47eIZLL7ubDQEQn76jLuc06efALjrRmVlJaMPH866le/y5pInmNSvFUkJjiiqt1RTu20bor5a3+SLbcZXhpaVlTWurqEZgNV1Ftn5RRRGlrOhqk47YfLkWwF/orsdDqCRgjvcaxsaaWiLUtPYQcf2dhbOm8BvbnX9pYkTJ7J9+3YAnnnhFR6563paGjupa+6isT1Kzbb63Rb0A4E4Dpq+c2PioCwPgJGRkZH//JLnGVUI3x/Vjw8+q+Nnc8Zx9qwZrPp0zQCARFcbSjuwJ6eURntzE1lZ2QQyQyRSNueefhzZkxei6V4ee+QvbN1Wx5FHHsXyt1+h/qVrQfeCbVFdsRHbttzp8FUgDsrwgKuxDp4UXddTTa3t9M7T6exOMnZIMY5SfL93B0tefYdTTzweM0Z6+uwfSik0XaO6opzcXoUUFPdG8wRY8defU9e0nL8vHEd+TohQZgbeGyZgOcK22u00NtYhtuMSsqfc/7L7aRqW42C4pCT4Gl7xnjC6u7trSksPIdU/i0y/B8uxcUzFGVNGc8FlP+LUTdVk+kEOtKFKodDQdEV7azOtTdsJhkIEQ2GG9s1BQyMa6aKlqYVYrJue7qirTnXdnQJfgRBwve/G2q3ohgEuKQc9UrTW1ta1p5w8g3dXtxPK9AIKyxEsDM46IoOnX3yTcFj7Wvt4OxRqpKuLpoZGmhoaaW5pprOji3gyAQgenw/HtrEtC8e2EcfZr/RXgMfQyMj04i8I887WFiQzE9wI3cFPnyuuuOI/r7zySqKyE39nWxOaPwfHtklZcNwRg/G1PoOEwmRkB8h0HKyEhWnZ+14M016sY7vmMSs7h6ycXDLD2RiGvjNE8HnnFEopHHHoiUaIdHTS0d6CLYKu7y37NQWGR0fP8NKl4InXN5L30lquSpgsPm0muOHSgydl6dKl7cDbU8/+2Unr1z3HUeMmYcdt1xtVBrGeTqyqTu774cNsmDSUuVOHMzwviB1LYSYtN2SQJsS2bZSCwpK+5BUUohQ4to3j2KSS1i6hhc+h0p3OCGSSGQxT0r8/bS1NNG6vx7FtdF3H0DUMn4EW8LK+I8brj3zAUR9W8+Su9WQFd5By0NghiZ/665/vO2lwxv08NCqC7snAsh00pTCVxnjgLtOGVz9j8aufcUuvIIHpI/nxcYMI2g5mLEk8niQrO4fe/Q4BFI5t7Yx/fBl2nLdtG8dxUEqRk9uL3PxeNNbX0hOPQiiDp1ZuI77kU07f1s7f09faQB0QAbI9XtI/vxlSpk6d+vxrr712x9ATZ+WvW/MhRx37fWKJFEopEnGTNqAWV0NfAFzQ0k3q0Q+5+tEPWTu2lGnTRnDGcUcS8oeIR3tIJs29nbcDgIi4wStD4Q0FKC48nOvueZacR9/lFmDH/korUA+sAP4JJAaHCbtdie275q8GA+D111/vBhYv+eezvyr1K/5YVkcotxgNIRqJ87IXvINL6F6/nVJgGnAUcAfA8q28tnwr12S/Q+a5E7ly9jjywgFS3XGSSRPbPrAprusaXp8HI5RBdTTBQ3c9T/9//IfF6fMJoBxYDzwORIYWMnrKofzmyH7EW5r586ZvmBSAxx577O5zzjln/vk33BV+8fnLOfes2ei6h1jUZNJAH9f9YiK2109Fa4QX12znT+u3kVxZyxDgp8CjnVG4ewk3372EteOGM+enJzF1WD+SkRipeBLTcvaaSkq5fovX78UIZ/DuliZeWfQE45eX82C6zDagAngE2FYUpuykEVwxfiABATNuYnbEaGmK4vP5AfZ2o78GdhMFInI5cOfwIWX87MgYxx0/mTfXbOflZe9yzfknonkCaErwenQ0j4ae4UcKSvnL0pVUvbScUHUTPwVOAF4AXuoVpvRnpzB/xpHoCZNUT4JUysIRwTA0PAEfeiiTxz/4jIq7X+LMLQ0cB5jAZuBZ4B1Nccg5k7lszljaKsoxHEAE03LtmNfQ2LKlljXhk/nDzb/+o1LqZwdLym6xB6XUPSIybkN55ey+WYqC7OVYTh8y/V7XshhCynZIWQ52xKS4by7Fhs7NPzgG7w8n0mZaPLzsU+59ZSWyvJx5LRFG/OZJbv/Nk3SdMpYLzjuRw4sLSaUcNK/On/75Pp13PMMVlk0u0JEmYjHgmXAoZ/1wEguOGoQVjZPh8TB/6WecMW0cWrwFNH3nU40lU4SCQfgGzPFepADOwoULz/vd735X+nF19MgJZSHGDG4inKFhWzaGPz2wRHAcm6ycXGLxpGs1IjE8hs4l44fjm/o9HL+Hp9/fyKLH3yB7RQVXvrScsS8t57QTIOyD7VHgPXgGd4pcA1QU5TLmvBN47LSjyXCERHeCjrpWHAFvTpAN9XEOLytg7drmnUNcKUUsmSLoknLQEn9fpPD73/++++ijj54xc+bMFza0y7ED+vZlcp9WHJzd5pque/B4fKSSiTRPQsq0SJkW3d0JDF1j5tA+nP/Apaytb+f0BdcTXf83qPk5JNvBBwjMOBsSgXH87pcnMiw/RCIaJ9EWpd2yd65BmRlePqtqZOghRTQ3NaV3iFxoShFPWuS6ivYbIWWfXt6sWbOalVIzDEgtuvUulJ1CdhuYgmEYOxXsnhARTMsmHk8R7Uix6IbfsnnTBjBGQks7F18Fv7oW6IKXH4ACvZ3hoTBtDR1EIjFS5udCz2PoZPg8/PyO57n5oim0tLSi7eKxKwWxpEUwM4Bb43+JlDRiQKqzsxOxnT1kvcJ2LHdj60scOMPQ+LSijR+MMYEQvDqSH/4K8sNQmIO7oqYg29hIIqX20jaapsjweXjkpZXMmfw9GutqsR12k/5KQcq0CAQC8A0p2i8jxQESZsrEs49SpmliW9aXk6JrvLN6GycfDbzTl4018OACOKQIBhThSlIglAHx5O7xV6Ugw+dhe0uE595Zx9xJw+jo6NwZ1zE0hc9j4Pd6SCYtQqEQfEM6ZX+kRCzLZK/4klLomk5nezuapn0hMY4jFOdnUtMGeGDYQMgsho210L8A1/NWsL0TMv2738Rj6Pg8HuZd/wT/uOUcKjdXuKYlvc+c4TN4/r1K3v5oFZF4ipycbBoaGmLpPh1UnHZ/pLSGw2FiKTdusduFukZzUz1qxybWPmDaDqeNL+OeJbjpxBqQgjXVEM50j23bBLkFMzDN+G7rk9/r4Y4n3+L6n5xEZ1sjSdPcGejyGjoojb+/8QnD++bQHolTXFRIcXHx/SKyTUTWicirIvL7SCRy8pQpU75SYuH+GG3u17cP7VHS4YBd57KGlTJpbqhH1419EmPbDrqW4tgxP+bW+3Gdl0x47V4YMBrWroafPjiC686fSMpM7lK3IuD38vbqLQwrLeCFZSsxDJd8Q1ME/B6u/csH/GhCAf0OGUR7XFFSmAPuZlgJMByYCiwIhUIvvfbaa/Ui8mJPT890DmBfaH8FGocOGUxDO1jJGErlf35GKTRdp6mhDn8gQDichbUjSJSGiJBMJZlzwiA+Wr+AH1zxPPmBLSgFkUQ+w4ecyGO/+R6pVA+mtfuakjBNquvaWLFqPXlhP4mUic8wCPg8PPteFSrWwPfHngBodCbg+N6K7qj72OIp6HEguyRMcdkRDB09MTD3rDmnHj1q6Kkish64Xin1T75A7O2XlOFlfantgGQijqa583lnooWmYRgetm2ppLhvKXn5vbBsC3E+93Ms20YSMcYOz2L84Rej6250TxyTlJkgkYjuRohKkx3w+xl2SC/KBpayen0Fg/oVkZ1XyL0vrOKN91dwzbxjCISyEXFIOhqXzhqCR2lsaujm0N6ZmLZNLG7iUZtpr/6EP8y9no9rYPwZF414/C8PPCci/1qxYsVlY8eO3bJnp780ICoi5wCPepXiT+f1Y+io8aRSqd1NZ1qr2LZFKJxNn36HoBsGtmPvRs6XYcfU0zQNXTeIx7rpaKzjyWVr+dfqFmZPGsWW2gbWVdQyIi/O3KmjKezdH9M0KcrJZMiPH+W0Y/rTEbOwTJthJRnkZ0IymWLjtigzx/TCZyiUk6Kzs5MHXu/iotsf4bKLzu3s6Yn9OBjMfP6ASXnuuecGz5w5s3zYiFFcMrKefkOOIJyVg2VZe4ds02FIx3HIye9FfmERGf6Am3UgaXJ2Icglwg1HKs39jnR10tLYQE93BJ/XS4bPg6EpNmzZhhmPUJSbTU5BEQ46pmkR8BmsqW7lxsfeZ/yhxSxbXc+0o/qSMF1dJUrj4w3bueH03iQdRaZH0DRFPB7nwzV1eMZdxoP33WVFo9GzwuHwswdECm5S4Lq/Pvnc8BdvnM2McQMYOGwUXp8fx3aQdGd3jbDtSOGybRuvz0cwnEVmZghfhh+P4UXpOpaVwkqlSKWS2LZFT7Sb7kgnIqDpuqtY06ZXU8o1+5rCcdzUDnBNdm7Qw7RrX2Ts0Dwa2+MIgkfTKMoN4Ahsaerm4vFB/ra8C18wTGFQ0ScstHclOKrUx5urtjLgjDu57qrLY1VVW44rKxv4yYGQgoicDzwczPBx5QSNwl65BEJ5BIJZeP1+fD4fHq8PwzDwGK4VcgeFgziyM8fNcZzdyNvRaXekuFrny4Qg6Xw4TdMwdJ2erlYeW7qK97ckKCsKYTpC316ZrK3uYHj/bBKm4LejnHBoLo98FMXv1cgO+tnW0MGFx+djiZCpJbnvxVr++kE1Q8tK14dCodHd3d2pA9lkMUTkRWD6lOmnsWzpEm6fYdCdhNxwAJ/XQNMNNM1A6TqabuD1+vB6PKAETdMxdAPD48FjGBiGgaGny2raTvGXzswHNJTujg5NKTdvxbERRzCtFLFYD43N7Wxp7mFDi9DZY2JZQkleAABHhPL6KAGPw4/H5/HvcgtNKT6r6aRPnp+JA3U2tnto6XY4up/OwFAPdyzPYuW6TQDzlFJ/O6CdpxtvvDG4aNGiB4EzAQ27i8WPL+HxZ14k0t6CjsWaNWsJ042kM7Y0ByI2FOeF6OyI4qT9V1GgxLVgDuBRYKX/GxpYDmS4Bgq/Fzerks8tXsKG4w/vj6bBxpoO+vTKpCgnAyftnOm6xvufNXPRhFw2tunETAefR2drU5QheQ75OdlUttloCKYDQ3pB+bqt3PVOIwP6Fr6rlDr+q2zHaVVVVWMGDBjwP8CxQBmQTdqs3/aHPzFo6z0EwjlouhfD6eFl+xT+cMt1AFvTHPjTHy9u6DAChD9aU5H78Z2nMvawMkzLIcNwOOu2ZRzSJ5uCnCBK8+CIpHPuBNNy2LCtk2TK4fAB2WhKw3bcRbS5M8HwQsX7VQmG9M5KlwctFaG5R1HcK4ztuNmdCoUjikRHHVnfO5MnHnvU+tGPftT7q/gIzsCBAz9SSl2plDpGKVWslMo56aSTem/evPna0UeOZnVdioKSAWTkFJOdV0Jjo5vNMHfu3OOVUoOUUn2VUoVKqbz090Dg7rbWZqIJwfGEwBfGxMvEeb+k9Oiz+HDVVuKxbizLJmlaVDZE2FjTyaH9sjhyUD6bt0XdWK+maO1K4sOiy8xAHDdUadsOLW0dFBZk02MpbFvQNYWGwtAV5XUdBLILePm5xwCMBQsWTDgYx8kCuu+7776ywYMHHz9lwhherdRR2NiWSTKZQtddbej3+3dkAzjp61J8niHQaBgeLMtGHBtDE559t5wrrlzAA3+8h5se/ievftRArLsLDaFffpBh/bOxHXDEAQ10pdEeTRKJJ8nODuKIkJ3poakjTlVDlH7FubR1C2UlQaoaIhiaQtMUtS3dFGUH8Pt8RNP+dXZ29uiDyg8TkbnAoxdfeqWxde17mN0dRHpSaJpGWyRGUUkxAK2trV8WO+3W9R1ZUoquWIo3Pm3gw8mDKRx+PM89/xyzLWFYWSkF7XX06V2IpnvTVkwxqCTMBxub6JMXYGBRemcovSiU13cyYUQRqXT+r0dzp5+ha1Q3dmMoRX6WDwfI16GhpR2/319yMCNFA26ac8ZZxvciL/D7s8pYfOVkvF4DXdNo7YpRUlwEQCKR+EJSRCSmKVeHaLpGOODn4V+dyuKFMzij90bmnX0urU1Nf6mo2rp+4tnX8ebyelKJHnTNXYTLt3UR8Bn0LXBHiG0Lq6vayMww6BX24ziuRUpLRfLDflZWtOLxaBTnZeI4snMTLplIopTyHiwp4drNq/HYXTQ1t2CnTHwGBH2KeE+U3Kz9vzMVj8cTSizikRaSkSZ6OptoqtvKp6s/5qMVGwmGwxQVFVbNmjXrmN/esOi+tTVNzrubulm9bivJeJRD+4c5clDeTs2j64qR/XPJCfrIyvRg7xIy7E5aNLbHyAn6KMz2uxZLgZ1K0mRBad9ibNvuPKhEMRG5s7Km4fLvjyxB7wY7bVotIJDv49llqxh9+KGJnJycXp2dnd37quODDz4oO/bYYzfOOPkUI9K0lc6WelLJbkK5vTn+1HO449YbEuvWrx992MiRGwB6emITAoGMO19+5ZUjrvnl5azbUEEIyA1BbhhyQn4yM3wYhp5WxzpKaShNQ9c0NM19mcKybCzLJJlI8OGaCJfdfDu/vnqhs3bt2hMOipT58+cH7r///ofYoV92h4W77XurUuqe/ZA7E7gINxYyAAikr98EXKuUWrLHJYaInA5cgisPjA3lVWzcVM7migq219fT3tpMR2sjHa0tRCPtJOMxUknXrdANg1BWNrm9ihkwZASXX/4LRo0cngJ+oZT648FwshOLFy/uV1tbO2Hz5s3jKyoqjv3kk09G9evXb6eG+YoITJ8+vQAIcgBhxdmzZ+e2tbVNEvdNtZtF5K8islREVolIhbhvzNeLSJu4b691pX/Xi0i1iHwoIvdv3rz5sB11fnN5lv83oe3xe8d/Z5fvb2RX8Tt8h+/wHb4I/wuBX8qqN0YOcAAAAABJRU5ErkJggg==");
}
.estima24-events-beaver-to-colleague__slide-block {
  font-size: 15px;
  line-height: 1.2;
  padding: 1em 1.5em;
  color: #000;
  background: #8d8181;
  min-height: -webkit-fill-available;
}
.estima24-events-beaver-to-colleague__slide-block h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 80%;
}
.estima24-events-beaver-to-colleague__slide-block h2 > span {
  font-weight: 300;
  font-size: 28px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.estima24-events-beaver-to-colleague__slide-block h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0 5px 5px;
  border-bottom: 1px solid #e5e5e5;
}
.estima24-events-beaver-to-colleague__slide-block-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 15px;
}
.estima24-events-beaver-to-colleague__slide-block-header-title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 80%;
  margin-bottom: 35px;
  text-align: center;
}
.estima24-events-beaver-to-colleague__slide-block-header-title > span {
  display: block;
}
.estima24-events-beaver-to-colleague__slide-block-about {
  padding: 15px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 5px;
}
.estima24-events-beaver-to-colleague__slide-block-active-datetime {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
  color: #186ec6;
}
.estima24-events-beaver-to-colleague__slide-block-row_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.estima24-events-beaver-to-colleague__slide-block-body {
  background-color: #fff;
  padding: 15px;
  margin-top: 15px;
  border-radius: 10px;
  width: 45%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.estima24-events-beaver-to-colleague__slide-block-block {
  padding-bottom: 1em;
}
.estima24-events-beaver-to-colleague__slide-block-block:last-child {
  border-bottom: none;
}
.estima24-events-beaver-to-colleague__slide-block_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.estima24-events-beaver-to-colleague__slide-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1em;
  width: 100%;
}
.estima24-events-beaver-to-colleague__slide-block-photo {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 50px;
}
.estima24-events-beaver-to-colleague__slide-block-photo > div {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--ui-icon-service-bg-color);
}
.estima24-events-beaver-to-colleague__slide-block-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px 0 10px;
}
.estima24-events-beaver-to-colleague__slide-block-comment_user {
  position: relative;
  z-index: 1;
  color: #181818;
  font-size: 14px;
  line-height: 1.05;
}
.estima24-events-beaver-to-colleague__slide-block-comment_user > a {
  color: #303030;
}
.estima24-events-beaver-to-colleague__slide-block-comment_text {
  font-size: 13px;
  line-height: 19px;
  color: #8b8b8b;
}
.estima24-events-beaver-to-colleague__slide-block-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
}
.estima24-events-beaver-to-colleague__slide-block-tabs_item {
  color: rgb(107, 114, 128);
  font-weight: 600;
  padding: 0.5rem 0.6rem;
  cursor: pointer;
  border-radius: 0.375rem;
  margin: 0 0.3rem;
}
.estima24-events-beaver-to-colleague__slide-block-tabs_item:hover {
  color: rgb(76, 76, 76);
}
.estima24-events-beaver-to-colleague__slide-block-tabs_item.active-event {
  color: rgb(0, 179, 219);
}
.estima24-events-beaver-to-colleague__slide-block-tabs_item.active {
  color: rgb(76, 76, 76);
  background-color: rgb(221, 221, 221);
}
.estima24-events-beaver-to-colleague__slide-block-top50_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.estima24-events-beaver-to-colleague__slide-block-top50_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1em;
  width: 100%;
}
.estima24-events-beaver-to-colleague__slide-block-top50_photo {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 50px;
}
.estima24-events-beaver-to-colleague__slide-block-top50_photo > div {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 1em;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--ui-icon-service-bg-color);
}
.estima24-events-beaver-to-colleague__slide-block-top50_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.estima24-events-beaver-to-colleague__slide-block-top50_name {
  position: relative;
  z-index: 1;
  color: #181818;
  font-size: 14px;
  line-height: 1.05;
}
.estima24-events-beaver-to-colleague__slide-block-top50_name a {
  color: #303030;
}
.estima24-events-beaver-to-colleague__slide-block-top50_count {
  font-size: 13px;
  line-height: 19px;
  color: #8b8b8b;
}
.estima24-events-beaver-to-colleague__profile-button {
  position: absolute;
  right: 21px;
  bottom: 21px;
  max-width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  border-radius: 50% !important;
}
.estima24-events-beaver-to-colleague__profile-button:hover {
  background-color: #ffebd4 !important;
}
.estima24-events-beaver-to-colleague__profile-button.disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.estima24-events-beaver-to-colleague__profile-button-block {
  background: #0dcaf0 25px center no-repeat;
  background-size: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.estima24-events-beaver-to-colleague__profile-button-block.disabled {
  background-color: #479f76;
  font-weight: 600;
}
.estima24-events-beaver-to-colleague__profile-button-block.empty {
  background-color: #adb5bd;
  font-weight: 600;
}
.estima24-events-beaver-to-colleague__profile-button-block__button {
  color: #fff;
}
.estima24-events-beaver-to-colleague__profile-block {
  overflow: visible !important;
}
.estima24-events-beaver-to-colleague__profile-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 12px;
}
.estima24-events-beaver-to-colleague__profile-block__content_left_menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.estima24-events-beaver-to-colleague__profile-block__content_left_menu > span {
  cursor: pointer;
  color: #818181;
  font-weight: 600;
}
.estima24-events-beaver-to-colleague__profile-block__content_left_menu > span.active {
  color: black;
}
.estima24-events-beaver-to-colleague__profile-block__content .intranet-user-profile-column-block-tabs_item.active {
  margin: 0 0 5px 0;
}
.estima24-events-beaver-to-colleague__profile-block__content .intranet-user-profile-column-block-tabs_item__popup {
  height: 0;
  opacity: 0;
}
.estima24-events-beaver-to-colleague__profile-block__content .intranet-user-profile-column-block-tabs_item__popup.active {
  display: block;
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.estima24-events-beaver-to-colleague__profile-block__beaver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 52px;
  height: 52px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.estima24-events-beaver-to-colleague__profile-block__flex-display-content {
  padding: 0 0 0 15px;
}
.estima24-events-beaver-to-colleague__profile-block-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.estima24-events-beaver-to-colleague__profile-block-user {
  position: relative;
  display: inline-block;
  margin-left: -7.5px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.estima24-events-beaver-to-colleague__profile-block-user:hover .estima24-events-beaver-to-colleague__profile-block-tooltip {
  visibility: visible;
  opacity: 1;
}
.estima24-events-beaver-to-colleague__profile-block-user > i {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: var(--ui-icon-service-bg-color);
}
.estima24-events-beaver-to-colleague__profile-block-tooltip {
  visibility: hidden;
  opacity: 0;
  width: auto;
  min-width: 50px;
  max-width: 500px;
  background-color: rgba(85, 85, 85, 0.9);
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px 9px 8px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  bottom: 125%;
  left: 0;
  margin-left: -7px;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: -0.03em;
}
.estima24-events-beaver-to-colleague__profile-block-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
  margin-left: 0;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(85, 85, 85, 0.9) transparent transparent transparent;
}
.estima24-events-beaver-to-colleague__popup-comment-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.estima24-events-beaver-to-colleague__popup-comment-block__wrapper {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.estima24-events-beaver-to-colleague__popup-comment-block-label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.estima24-events-beaver-to-colleague__popup-comment-block-textarea {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.estima24-events-beaver-to-colleague__popup-comment-block-description {
  margin-top: 10px;
}

.spinner-wrapper {
  margin: 20px 70px;
}
.spinner-wrapper-centered {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #424174 #424174 transparent transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1.2s linear infinite;
          animation: rotation 1.2s linear infinite;
}
.spinner-wrapper-centered::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #000000 #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotationBack 0.8s linear infinite;
          animation: rotationBack 0.8s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.spinner-wrapper-centered::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #000000 #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotationBack 0.8s linear infinite;
          animation: rotationBack 0.8s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 32px;
  height: 32px;
  border-color: #479f76 #479f76 transparent transparent;
  -webkit-animation: rotation 1.5s linear infinite;
          animation: rotation 1.5s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* End */


/* Start:/local/components/ametist.im/catalog.favorite.icon/templates/.default/style.css?1718579702947*/
.product-favorite{position:absolute;z-index:10}.product-favorite-icon{display:inline-block;margin:.5em;text-decoration:none;color:var(--color-main)}.product-favorite-icon[data-favorite-product-active=Y] .pfi-heart{display:none}.product-favorite-icon[data-favorite-product-active=Y] .pfi-heart-filled{display:block}.product-favorite-icon.disabled{display:none}.pfi{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;width:1em;height:1em;background-color:var(--color-main);mask-size:cover}.pfi-heart{display:block;-webkit-mask-image:url("/local/components/ametist.im/catalog.favorite.icon/templates/.default/images/pfi-heart.svg");mask-image:url("/local/components/ametist.im/catalog.favorite.icon/templates/.default/images/pfi-heart.svg")}.pfi-heart-filled{display:none;-webkit-mask-image:url("/local/components/ametist.im/catalog.favorite.icon/templates/.default/images/pfi-heart-filled.svg");mask-image:url("/local/components/ametist.im/catalog.favorite.icon/templates/.default/images/pfi-heart-filled.svg")}.pfi-1x{width:1em;height:1em}.pfi-2x{width:2em;height:2em}.pfi-3x{width:3em;height:3em}

/* End */


/* Start:/bitrix/templates/login/template_styles.min.css?176164594191933*/
@font-face{font-family:Montserrat;src:local("Montserrat"),url(/bitrix/js/ui/fonts/montserrat/montserrat-regular.woff2) format("woff2"),url(/bitrix/js/ui/fonts/montserrat/montserrat-regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Medium"),url(/bitrix/js/ui/fonts/montserrat/montserrat-medium.woff2) format("woff2"),url(/bitrix/js/ui/fonts/montserrat/montserrat-medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Semibold"),url(/bitrix/js/ui/fonts/montserrat/montserrat-semibold.woff2) format("woff2"),url(/bitrix/js/ui/fonts/montserrat/montserrat-semibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:local("Montserrat Bold"),url(/bitrix/js/ui/fonts/montserrat/montserrat-bold.woff2) format("woff2"),url(/bitrix/js/ui/fonts/montserrat/montserrat-bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto"),url(/bitrix/js/ui/fonts/roboto/roboto-regular-webfont.woff2) format("woff2"),url(/bitrix/js/ui/fonts/roboto/roboto-regular-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Italic"),url(/bitrix/js/ui/fonts/roboto/roboto-italic-webfont.woff2) format("woff2"),url(/bitrix/js/ui/fonts/roboto/roboto-italic-webfont.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:local("Roboto Light"),url(/bitrix/js/ui/fonts/roboto/roboto-light-webfont.woff2) format("woff2"),url(/bitrix/js/ui/fonts/roboto/roboto-light-webfont.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Light Italic"),url(/bitrix/js/ui/fonts/roboto/roboto-lightitalic-webfont.woff2) format("woff2"),url(/bitrix/js/ui/fonts/roboto/roboto-lightitalic-webfont.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:local("Roboto Medium"),url(/bitrix/js/ui/fonts/roboto/roboto-medium-webfont.woff2) format("woff2"),url(/bitrix/js/ui/fonts/roboto/roboto-medium-webfont.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Medium Italic"),url(/bitrix/js/ui/fonts/roboto/roboto-mediumitalic-webfont.woff2) format("woff2"),url(/bitrix/js/ui/fonts/roboto/roboto-mediumitalic-webfont.woff) format("woff");font-weight:500;font-style:italic}@font-face{font-family:Roboto;src:local("Roboto Bold"),url(/bitrix/js/ui/fonts/roboto/roboto-bold-webfont.woff2) format("woff2"),url(/bitrix/js/ui/fonts/roboto/roboto-bold-webfont.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:local("Roboto Bold Italic"),url(/bitrix/js/ui/fonts/roboto/roboto-bolditalic-webfont.woff2) format("woff2"),url(/bitrix/js/ui/fonts/roboto/roboto-bolditalic-webfont.woff) format("woff");font-weight:700;font-style:italic}@font-face{font-family:Open Sans;src:local("Open Sans"),url(/bitrix/js/ui/fonts/opensans/opensans-regular.woff) format("woff"),url(/bitrix/js/ui/fonts/opensans/opensans-regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Open Sans;src:local("Open Sans Light"),url(/bitrix/js/ui/fonts/opensans/opensans-light.woff) format("woff"),url(/bitrix/js/ui/fonts/opensans/opensans-light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Open Sans;src:local("Open Sans Semibold"),url(/bitrix/js/ui/fonts/opensans/opensans-semibold.woff) format("woff"),url(/bitrix/js/ui/fonts/opensans/opensans-semibold.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Open Sans;src:local("Open Sans Bold"),url(/bitrix/js/ui/fonts/opensans/opensans-bold.woff) format("woff"),url(/bitrix/js/ui/fonts/opensans/opensans-bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:OpenSans;src:local("Open Sans"),url(/bitrix/js/ui/fonts/opensans/opensans-regular.woff) format("woff"),url(/bitrix/js/ui/fonts/opensans/opensans-regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans-Regular;src:local("Open Sans"),url(/bitrix/js/ui/fonts/opensans/opensans-regular.woff) format("woff"),url(/bitrix/js/ui/fonts/opensans/opensans-regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans-Light;src:local("Open Sans Light"),url(/bitrix/js/ui/fonts/opensans/opensans-light.woff) format("woff"),url(/bitrix/js/ui/fonts/opensans/opensans-light.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans-Semibold;src:local("Open Sans Semibold"),url(/bitrix/js/ui/fonts/opensans/opensans-semibold.woff) format("woff"),url(/bitrix/js/ui/fonts/opensans/opensans-semibold.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:OpenSans-Bold;src:local("Open Sans Bold"),url(/bitrix/js/ui/fonts/opensans/opensans-bold.woff) format("woff"),url(/bitrix/js/ui/fonts/opensans/opensans-bold.ttf) format("truetype");font-weight:400;font-style:normal}:root{--ui-btn-radius:10px;--ui-font-face-montserrat:"Montserrat";--b24network-font-family-montserrat:"Montserrat-regular","Helvetica Neue",Helvetica,Arial,sans-serif;--b24network-font-family-primary:-apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI",Roboto,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}.ui-btn{font-weight:400}.ui-btn-primary{--ui-btn-background:#0075ff;--ui-btn-background-hover:#1e86ff;--ui-btn-background-active:#016ff2;--ui-btn-border-color:#0075ff;--ui-btn-border-color-hover:#1e86ff;--ui-btn-border-color-active:#016ff2}body,html{width:100%;height:100%;font-family:var(--b24network-font-family-primary);margin:0;padding:0;color:var(--ui-color-text-secondary,#525c69);overflow-x:hidden}a{color:rgba(47,198,246,.87);text-decoration:none}.popup-window--island-wrapper{padding:0!important;background:none!important}.popup-window--island-wrapper .popup-window-close-icon{top:16px;right:16px}.grecaptcha-badge{display:none}.intranet-body{display:flex;flex-direction:column;align-items:start;justify-content:center;width:100vw;min-height:100vh}.intranet-body__header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:18px 18px 0;box-sizing:border-box}.intranet-body__aside{display:none}.intranet-body__main{justify-content:center;height:100%;min-height:calc(100vh - 160px);padding:28px 18px}.intranet-body__footer,.intranet-body__main{display:flex;align-items:center;width:100%;box-sizing:border-box}.intranet-body__footer{flex-wrap:wrap;flex-direction:row;justify-content:space-between}.intranet-body__footer-privacy--mobile{width:100%;text-align:center;padding:0 0 20px}.intranet-body__footer-privacy--desktop{display:none}.intranet-body__footer-left{padding:0 0 28px 18px}.intranet-body__footer-right{padding:0 18px 18px 0}.intranet-auth-cover{color:#fff;opacity:0;transition:transform .7s cubic-bezier(.36,.15,.26,.99),opacity .7s cubic-bezier(.36,.15,.26,.99);transform:translateX(-300px)}.intranet-auth-form{opacity:0;transition:transform .8s cubic-bezier(.36,.15,.26,.99),opacity .8s cubic-bezier(.36,.15,.26,.99);transform:translateX(300px)}.intranet-auth-form__mobile-logo{z-index:1;background-repeat:no-repeat;display:none;width:195px;height:35px;position:absolute;left:26px;top:25px}.intranet-auth-form__logo-image{height:100%;width:auto;max-width:195px}.intranet-auth-cover__logo{display:flex}.intranet-auth-cover__logo-image{width:auto;height:28px}.intranet-auth-cover-back{opacity:.9;transition:opacity .2s ease;white-space:nowrap;margin-bottom:8px}.intranet-auth-cover-back:hover{opacity:1}.intranet-auth-cover-back-link{font-size:13px;line-height:19px;color:#fff;text-decoration:none;position:relative;padding-left:18px}.intranet-auth-cover-back-link:before{position:absolute;top:7px;left:0;width:11px;height:7px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.93%203H11v1H2.042L4%206.147%203.222%207%20.112%203.588l.024-.027L0%203.411%203.111%200l.778.853L1.93%203z%22%20fill%3D%22white%22/%3E%0A%3C/svg%3E%0A) no-repeat 50%;content:""}.intranet-auth-cover-title{font-size:48px;line-height:57px;font-family:var(--b24network-font-family-primary);font-weight:600;margin-bottom:32px}.intranet-auth-cover-subtitle{font-weight:400;font-size:28px;line-height:33px;font-family:var(--b24network-font-family-primary)}.intranet-auth-cover-header{display:none}.intranet-language-selector-popup .menu-popup{overflow:auto;max-height:300px;min-width:170px}.intranet-auth-cover-footer{opacity:0;transform:translateX(200px);transition:transform .8s cubic-bezier(.36,.15,.26,.99),opacity 1s cubic-bezier(.36,.15,.26,.99)}.intranet-auth-animate .intranet-auth-cover-footer{opacity:1;transform:translateX(0)}.intranet-privacy-footer-link{font-size:12px;line-height:1;font-weight:400;line-height:16px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;color:#fff;opacity:.8}.intranet-auth-animate .intranet-auth-form-separator-text{opacity:1}.b24-network-lang-popup-icon .menu-popup-item-icon{background:url(/bitrix/templates/login/images/sprite-flags.png) no-repeat -25px -20px}.intranet-auth-form-block{display:flex;flex-direction:column;position:relative;white-space:normal}#application{display:flex;flex-direction:column;flex-grow:1}.intranet-auth-form-title-block{border-bottom:1px solid #eeeff0;padding-bottom:37px;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:25px}.intranet-auth-form-title{font:31px/39px var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500);color:#333;max-width:510px;overflow:hidden;text-overflow:ellipsis}.intranet-auth-form-title-right{margin-top:9px}.intranet-auth-form-social-title{display:block;margin-bottom:10px;min-width:100%;font-family:var(--b24network-font-family-primary);font-size:16px;line-height:20px;color:#777d86}.intranet-auth-form-social-list{display:flex;list-style:none;align-items:center;justify-content:center;flex-wrap:wrap;overflow:hidden;margin:0 0 -10px;padding:7px 0}.intranet-auth-form-social-item-link{width:40px;height:40px;display:block;border-radius:50%;box-shadow:0 1px 2px 0 rgba(0,0,0,.1);text-decoration:none;transition:all .2s linear}.intranet-auth-form-social-item-link-rect{display:flex;box-sizing:border-box;padding:8px 14px 8px 2px;width:auto!important;border-radius:2px;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.2),0 0 1px 0 rgba(0,0,0,.15);align-items:center;flex-wrap:nowrap;height:37px}.intranet-auth-form-social-logo-rect{flex:auto;display:block;width:37px;min-width:37px}.intranet-auth-form-social-text-rect{display:block;height:18px;padding-left:3px;font:500 14px/18px Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;color:rgba(0,0,0,.54)}.intranet-auth-form-social-block{text-align:center;margin:0 0 32px}.intranet-auth-form-social-item-text{font-size:13px;line-height:16px;color:rgba(51,51,51,.3)}.intranet-auth-form-social-item{cursor:pointer;margin:0 9px 10px}.intranet-auth-form-social-item-sum-inner{display:flex;align-items:center;margin:0 -6px}.intranet-auth-form-social-item-sum-inner .intranet-auth-form-social-item-text{margin:0 12px}.intranet-auth-form-social-item-or{cursor:auto}.intranet-auth-form-social-item-link:hover{box-shadow:0 4px 5px 0 rgba(0,0,0,.18);transform:translateY(-1px)}.intranet-auth-form-field-block{display:flex;flex-direction:column;margin:0 0 19px}.intranet-auth-form-field-label{font-size:20px;line-height:26px;margin-bottom:12px;width:100%}.intranet-auth-form-field-input-block{position:relative;overflow:hidden}.intranet-auth-form-field-input{border:2px solid #d1d4d8;border-radius:3px;color:#333;font-size:20px;line-height:26px;padding:12px 17px 15px;transition:border .2s ease;box-sizing:border-box;width:100%;background:transparent;-webkit-appearance:none;font-family:var(--b24network-font-family-primary)}.intranet-auth-form-field-input.intranet-auth-form-field-input-phone{padding:12px 85px 15px 17px}.intranet-auth-form-field-input:focus{border-color:#6dd7f9;outline:none}.intranet-auth-form-field-text{font-size:13px;line-height:17px;color:rgba(82,92,105,.87);position:relative}.intranet-auth-form-field-text-label{padding-left:26px}.intranet-auth-form-field-text-label:before{content:"";width:17px;height:17px;border-radius:2px;border:1px solid #b5bcc4;display:block;position:absolute;left:0;box-sizing:border-box}.intranet-auth-form-field-link{color:rgba(47,198,246,.87);text-decoration:none}.intranet-auth-form-field-checkbox{margin-bottom:30px}.intranet-auth-form-field-checkbox-inner{display:flex;align-items:flex-start}.intranet-auth-form-field-checkbox-inner+.intranet-auth-form-field-checkbox-inner{margin-top:10px}.intranet-auth-form-field-check{width:0;opacity:0}.intranet-auth-form-field-check:checked+.intranet-auth-form-field-text-label:before{background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%229%22%20viewBox%3D%220%200%2011%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.279.617L4.485%205.456%202.141%203.089.42%204.824l4.063%204.102%206.513-6.574L9.28.617z%22%20fill%3D%22%234ACDF7%22/%3E%0A%3C/svg%3E%0A) no-repeat 50%}.intranet-auth-form-btn-block{width:100%;padding:45px 0 52px;border-top:1px solid rgba(82,92,105,.1);display:flex;align-items:center;justify-content:center;flex-wrap:wrap;overflow:hidden;position:relative}.intranet-auth-form-btn{height:52px;border-radius:26px;font:17px/23px var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500);overflow:hidden;margin:7px 2px;color:#757d87}.ui-btn.intranet-auth-form-btn.--icon-qr:before{content:"";width:32px;height:32px;margin-right:15px;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3E%3Cpath fill='%23545C68' d='M10.189 8.902a.92.92 0 0 0-.643-.266.92.92 0 0 0-.643.266.92.92 0 0 0-.267.643c0 .24.097.474.267.643.169.17.403.266.643.266.239 0 .473-.096.643-.266a.92.92 0 0 0 .266-.643.92.92 0 0 0-.266-.643'/%3E%3Cpath fill='%23545C68' d='M13.182 5H5.909A.91.91 0 0 0 5 5.91v7.272c0 .502.407.909.91.909h7.272a.91.91 0 0 0 .909-.91V5.91A.91.91 0 0 0 13.18 5m-.91 7.273H6.819V6.818h5.455zM21.097 8.902a.91.91 0 0 0-.643-.266.92.92 0 0 0-.643.266.92.92 0 0 0-.266.643c0 .24.097.474.266.643.17.17.404.266.643.266.24 0 .474-.096.643-.266a.92.92 0 0 0 .267-.643.92.92 0 0 0-.267-.643'/%3E%3Cpath fill='%23545C68' d='M24.09 5h-7.272a.91.91 0 0 0-.909.91v7.272c0 .502.407.909.91.909h7.272a.91.91 0 0 0 .909-.91V5.91A.91.91 0 0 0 24.09 5m-.908 7.273h-5.455V6.818h5.455zM10.189 19.812a.92.92 0 0 0-.643-.267.92.92 0 0 0-.643.266.92.92 0 0 0-.267.643c0 .24.097.474.267.644.169.169.403.266.643.266.239 0 .473-.097.643-.266a.92.92 0 0 0 .266-.643.92.92 0 0 0-.266-.643'/%3E%3Cpath fill='%23545C68' d='M13.182 15.91H5.909a.91.91 0 0 0-.909.908v7.273c0 .502.407.909.91.909h7.272a.91.91 0 0 0 .909-.91v-7.272a.91.91 0 0 0-.91-.909m-.91 7.272H6.819v-5.455h5.455zM21.06 19.545h-.605a.91.91 0 0 0 0 1.819h.606a.91.91 0 1 0 0-1.819M24.09 21.364a.91.91 0 0 0-.908.909v.909H21.06a.91.91 0 1 0 0 1.818h3.03a.91.91 0 0 0 .909-.91v-1.817a.91.91 0 0 0-.91-.91M16.818 19.545a.91.91 0 0 0-.909.91v1.212a.91.91 0 1 0 1.818 0v-1.213a.91.91 0 0 0-.909-.909M21.06 15.91h-1.818a.91.91 0 1 0 0 1.817h1.819a.91.91 0 0 0 0-1.818M0 1a1 1 0 0 1 1-1h3.833a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1'/%3E%3Cpath fill='%23545C68' d='M1 0a1 1 0 0 1 1 1v3.833a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1M30 29a1 1 0 0 1-1 1h-3.833a1 1 0 1 1 0-2H29a1 1 0 0 1 1 1'/%3E%3Cpath fill='%23545C68' d='M29 30a1 1 0 0 1-1-1v-3.833a1 1 0 1 1 2 0V29a1 1 0 0 1-1 1M29 0a1 1 0 0 1 1 1v3.833a1 1 0 1 1-2 0V1a1 1 0 0 1 1-1'/%3E%3Cpath fill='%23545C68' d='M30 1a1 1 0 0 1-1 1h-3.833a1 1 0 1 1 0-2H29a1 1 0 0 1 1 1M1 30a1 1 0 0 1-1-1v-3.833a1 1 0 1 1 2 0V29a1 1 0 0 1-1 1'/%3E%3Cpath fill='%23545C68' d='M0 29a1 1 0 0 1 1-1h3.833a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1'/%3E%3C/svg%3E") 50% no-repeat;background-size:contain;opacity:.7}.intranet-auth-form-btn.ui-btn+.ui-btn{margin-left:15px}.intranet-auth-form-btn.ui-btn-success{color:#fff;background-color:#9dcf00;border-color:#9dcf00;padding:0 33px;min-width:158px}.intranet-auth-form-btn.ui-btn-primary{color:#fff}.intranet-auth-form-btn.ui-btn-light-border{padding:0 25px}.intranet-auth-form-btn.ui-btn-light-border:hover{background-color:#eaecef}.intranet-auth-form-btn.ui-btn-success:hover{background-color:#afe016;border-color:#afe016}.intranet-auth-form-btn.ui-btn-light:hover{background:none;border-color:transparent;color:var(--ui-color-text-secondary,#525c69)}.intranet-auth-form-lang-block{border-top:1px solid #eeeff0;padding-top:34px}.intranet-auth-form-lang-title{margin-right:13px}.intranet-auth-form-lang{display:flex;align-items:center;justify-content:center;font-size:17px;line-height:20px;margin-bottom:30px}.intranet-auth-form-lang-select{border-radius:3px;border:2px solid #d1d4d8;display:flex;align-items:center;padding:11px 35px 12px 14px;width:252px;box-sizing:border-box;cursor:pointer;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.757%204.586L.343%206l4.242%204.243L6%2011.657l1.414-1.414L11.656%206l-1.414-1.414L6%208.828%201.757%204.586z%22%20fill%3D%22%23828B95%22/%3E%0A%3C/svg%3E%0A) no-repeat right 17px top 14px}.intranet-auth-form-lang-popup-wrap{position:relative;display:inline-block}.intranet-auth-form-lang-select-popup{display:none;position:absolute;top:0;left:0;z-index:1}.intranet-auth-form-lang-display-popup .intranet-auth-form-lang-select-popup{display:block}.intranet-auth-form-lang-select-popup-item{border-radius:3px;border:2px solid #d1d4d8;display:flex;align-items:center;padding:11px 35px 12px 14px;width:252px;box-sizing:border-box;cursor:pointer;background-color:#fff;margin-bottom:3px}.intranet-auth-form-lang-select-popup-item:last-child{margin-bottom:0}.intranet-auth-form-lang-text{width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.intranet-auth-form-info{font-size:14px;line-height:20px}.intranet-auth-form-info-border{padding-top:35px;border-top:1px solid rgba(82,92,105,.1)}.intranet-auth-form-subject{font-size:20px;line-height:26px;margin:14px 0 60px}.intranet-auth-form-subject+.intranet-auth-form-address-block{margin-top:-40px}.intranet-auth-form-progress{margin-bottom:110px}.intranet-auth-form-progress .ui-progressbar-status-percent{color:#2fc6f6;font:63px/79px var(--b24network-font-family-primary);padding-bottom:33px}.intranet-auth-form-progress .ui-progressbar-bar,.intranet-auth-form-progress .ui-progressbar-track{height:21px;border-radius:12px}.intranet-auth-form-progress .ui-progressbar-bar{background:#c2e400;background:-moz-linear-gradient(top,#c2e400 0,#9dcf00 100%);background:-webkit-linear-gradient(top,#c2e400,#9dcf00);background:linear-gradient(180deg,#c2e400 0,#9dcf00)}.intranet-auth-form-progress-block{text-align:center}.intranet-auth-form-progress-address{display:inline-block;border-bottom:1px solid rgba(47,198,246,.4);color:#2fc6f6;vertical-align:top;text-decoration:none;font-size:28px;line-height:36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;transition:border .2s ease}.intranet-auth-form-progress-address-item+.intranet-auth-form-progress-address-item{margin-top:16px}.intranet-auth-form-progress-address-item:last-child{margin-bottom:1px}.intranet-auth-form-progress-address:hover{border-color:#2fc6f6}.intranet-auth-form-progress-address-item-info{display:flex;flex-direction:column;max-width:calc(100% - 130px)}.intranet-auth-form-progress-address-item-date{color:#a8adb4;font:13px/18px var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500)}.intranet-auth-form-progress-address-item-btn{height:43px;border-radius:22px;margin-left:auto;flex-shrink:0;font:16px/43px var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500)}.intranet-auth-form-address-block-list+.intranet-auth-form-btn-block{border-top:none;margin-left:-40px;margin-right:-40px}.intranet-auth-form-focus{font-family:var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500)}.intranet-auth-form-progress-block .intranet-auth-form-info{border-top:none;margin:30px 0 77px}.intranet-auth-form-address-block{margin-bottom:40px;max-height:263px;overflow-x:hidden;overflow-y:auto}.intranet-auth-form-block-portal .intranet-auth-form-address-block{padding-right:8px;margin:-40px 35px 40px;max-height:230px}.intranet-auth-form-block-portal .intranet-auth-form-progress-address-item{display:flex;align-items:center;border-top:1px solid #edeef0;padding:13px 0 0}.intranet-auth-form-block-portal .intranet-auth-form-progress-address-item:first-child{border-top:none}.intranet-auth-form-block-portal .intranet-auth-form-progress-address-item+.intranet-auth-form-progress-address-item{margin-top:15px}.intranet-auth-form-block-portal .intranet-auth-form-progress-address{border-bottom:none;line-height:30px}.intranet-auth-form-block-portal .intranet-auth-form-btn-block{border-top:none}.intranet-auth-form-block-portal .intranet-auth-form-subject{border-bottom:1px solid #edeef0;text-transform:uppercase;font:13px/18px var(--b24network-font-family-primary);padding-bottom:5px}.intranet-auth-form-progress-address-arrow{position:absolute;left:0;right:0;height:15px;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%232FC6F6%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.308.131l-6.037%203.961-1.52.982-1.492-.982L2.223.131.093%201.529l9.672%206.347%209.672-6.347z%22/%3E%3C/svg%3E) no-repeat 50%;cursor:pointer;z-index:1;box-shadow:0 -10px 40px 20px hsla(0,0%,100%,.9);transition:all .15s linear}.intranet-auth-form-progress-address-arrow-prev{top:45px;transform:rotate(-180deg)}.intranet-auth-form-progress-address-arrow-next{top:285px}.intranet-auth-form-progress-address-arrow-next.intranet-auth-form-progress-address-arrow-hide,.intranet-auth-form-progress-address-arrow-prev.intranet-auth-form-progress-address-arrow-hide{height:0;box-shadow:none}.intranet-auth-form-progress-address-arrow-next.intranet-auth-form-progress-address-arrow-hide{top:300px}.intranet-auth-form-title-confirm{color:rgba(82,92,105,.67);font-size:17px;line-height:21px}.intranet-auth-form-detail-block{text-align:center;margin:20px 0 45px}.intranet-auth-form-detail{display:block;font-size:20px;line-height:26px}.intranet-auth-form-detail+.intranet-auth-form-detail{margin-top:30px}.intranet-auth-form-send-text{color:#27a3f8;font-size:22px;line-height:28px;transition:border .2s ease;border-bottom:1px solid rgba(39,163,248,.4);cursor:pointer}.intranet-auth-form-send-text:hover{border-color:#27a3f8}.intranet-auth-form-send-block{text-align:center}.intranet-auth-form-status{background-color:rgba(189,240,11,.24);border-radius:2px;padding:21px 24px 22px;margin:0 0 40px}.intranet-auth-form-status-wide{padding-top:18px;padding-bottom:17px}.intranet-auth-form-status-text{font-size:15px;line-height:21px}.intranet-auth-form-status-link{color:var(--ui-color-text-secondary,#525c69);font-size:15px;line-height:19px;text-decoration:none;transition:border .2s ease;border-bottom:1px solid rgba(82,92,105,.4)}.intranet-auth-form-status-link:hover{border-color:rgba(82,92,105,.8)}.intranet-auth-form-confirm .intranet-auth-form-info{margin-top:15px}.intranet-auth-form-confirm .intranet-auth-form-field-block{margin-bottom:40px}.intranet-auth-form-field-pass{margin-bottom:57px}.intranet-auth-form-field-input-block-error .intranet-auth-form-field-input{border-color:rgba(255,87,82,.77)}.intranet-auth-form-field-error{font-size:17px;line-height:27px;color:#f93000;text-align:left}.intranet-auth-form-warning-inner{padding:15px 20px 17px}.intranet-auth-form-warning{background:rgba(47,198,246,.16);border-radius:2px;margin-bottom:25px;box-sizing:border-box;overflow:hidden;transition:all .2s linear}.intranet-auth-form-warning-animate{opacity:0;height:0}.intranet-auth-form-warning-show{opacity:1}.intranet-auth-form-warning-link{color:#1285ce;font-size:15px;line-height:19px;text-decoration:none;border-bottom:1px solid rgba(18,133,206,.4);transition:border .2s ease;cursor:pointer}.intranet-auth-form-warning-link:hover{border-color:rgba(18,133,206,.8)}.intranet-auth-form-promo{flex-shrink:0;width:0;opacity:0;transition:opacity .2s ease}.intranet-auth-form-promo-input{outline:none;border:2px solid #d1d4d8;border-radius:3px;color:var(--ui-color-text-secondary,#525c69);font:20px/26px var(--b24network-font-family-primary);padding:8px 15px 9px;box-sizing:border-box;width:244px}.intranet-auth-form-promo-enabled .intranet-auth-form-promo,.intranet-auth-form-promo-show{opacity:1;width:244px;margin:7px 12px}.intranet-auth-form-btn-hide,.intranet-auth-form-promo-enabled .intranet-auth-form-promo-btn{display:none}.intranet-auth-form-promo-input:-moz-placeholder,.intranet-auth-form-promo-input::-moz-placeholder{color:rgba(82,92,105,.3)}.intranet-auth-form-promo-input::-webkit-input-placeholder{color:rgba(82,92,105,.3)}.intranet-auth-form-promo-input:-ms-input-placeholder{color:rgba(82,92,105,.3)}.intranet-auth-form-block-code{text-align:center}.intranet-auth-form-block-code .intranet-auth-form-field-block{align-items:center}.intranet-auth-form-block-code .intranet-auth-form-field-input{text-align:center;font:35px/44px var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500);letter-spacing:10px;padding:4px 17px 5px}.intranet-auth-form-block-code .intranet-auth-form-field-input-block{overflow:visible}.intranet-auth-form-field-input-block-code{width:365px;text-align:left;overflow:visible;position:relative}.intranet-auth-form-block-code .intranet-auth-form-detail-block{margin-bottom:60px}.imp,.intranet-auth-form-bold{color:#333;font-family:var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500)}.intranet-auth-form-bold-detail{margin:16px 0 20px;display:block}.intranet-auth-form-footer-block{display:flex;align-items:center;justify-content:center;margin-top:auto}.intranet-auth-form-footer{display:flex;flex-direction:column;align-items:center;padding:50px 0 10px}.intranet-auth-form-footer *+*{margin-top:50px}.intranet-auth-form-footer-google{color:#a8adb4;font-size:12px;line-height:18px;padding:50px 0;text-align:center;margin-top:auto}.intranet-auth-form-footer-google-link{color:#4acdf7;text-decoration:none}.intranet-auth-form-link{font-size:17px;line-height:21px;color:#27a3f8;text-decoration:none;position:relative}.intranet-auth-form-link-underline{border-bottom:1px solid rgba(39,163,248,.4);transition:border .2s linear}.intranet-auth-form-link-underline:hover{border-color:rgba(39,163,248,.8)}.intranet-auth-form-link:after{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);color:#27a3f8}.intranet-auth-form-link-help{padding-right:8px}.intranet-auth-form-link-help:after{content:"?";right:-1px}.intranet-auth-form-link-back{padding-left:17px}.intranet-auth-form-link-back:after{content:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20opacity%3D%22.9%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.931%203H11v1H2.042L4%206.147%203.222%207%20.111%203.588l.025-.027L0%203.412%203.111%200l.778.853L1.931%203z%22%20fill%3D%22%2327A3F8%22/%3E%0A%3C/svg%3E%0A);left:0;top:9px}.intranet-auth-cover-back-link:hover:before,.intranet-auth-form-link-back:hover:after{animation:twitching .45s linear}@keyframes twitching{0%{left:0}50%{left:-4px}to{left:0}}@-webkit-keyframes twitching{0%{left:0}50%{left:-4px}to{left:0}}.intranet-auth-animate .intranet-auth-cover,.intranet-auth-animate .intranet-auth-form{transform:translateX(0);opacity:1}.intranet-auth-form-user{border-radius:4px;border:2px solid rgba(47,198,246,.46);display:flex;overflow:hidden;box-sizing:border-box;max-width:416px;min-width:286px;height:75px;cursor:auto;align-items:center;padding:0 30px 0 14px;transition:all .2s linear;position:relative;margin-bottom:18px;flex-shrink:0}.intranet-auth-form-user-active{cursor:pointer}.intranet-auth-form-user-active:hover{border-color:#2fc6f6;background:rgba(47,198,246,.06)}.intranet-auth-form-user:last-child{margin-bottom:0}.intranet-auth-form-user-img{width:43px;height:43px;border-radius:50%;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%2225%22%20fill%3D%22%23828B95%22/%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M36.794%2030.34c0-1.193-1.539-2.556-4.569-3.35a10.228%2010.228%200%200%201-2.893-1.335c-.195-.113-.165-1.155-.165-1.155l-.976-.15c0-.085-.083-1.335-.083-1.335%201.167-.398%201.047-2.745%201.047-2.745.742.417%201.225-1.44%201.225-1.44.877-2.58-.437-2.424-.437-2.424.23-1.575.23-3.175%200-4.75-.584-5.225-9.379-3.807-8.336-2.1-2.57-.48-1.984%205.449-1.984%205.449l.558%201.535c-1.095.72-.334%201.59-.296%202.593.054%201.48.947%201.173.947%201.173.055%202.442%201.242%202.76%201.242%202.76.224%201.533.084%201.272.084%201.272l-1.057.13c.015.349-.013.698-.083%201.04-1.243.561-1.51.89-2.746%201.44-2.386%201.06-4.98%202.439-5.44%204.295C12.37%2033.1%2011%2039.003%2011%2039.003h28.03l-2.236-8.663z%22/%3E%0A%20%20%3C/g%3E%0A%3C/svg%3E%0A);background-position:50%;background-repeat:no-repeat;margin-right:12px;flex-shrink:0}.intranet-auth-form-user-block{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;max-height:262px;overflow:auto;margin:0 60px 53px;scrollbar-track-color:#efefef;scrollbar-base-color:#b8bcc2;scrollbar-arrow-color:#000;scrollbar-shadow-color:#efefef;scrollbar-highlight-color:#efefef;scrollbar-darkshadow-color:#efefef}.intranet-auth-form-user-inner{display:inline-block}.intranet-auth-form-user-name{color:#333;font:17px/21px var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:315px}.intranet-auth-form-user-login-text{color:#2066b0;font-size:15px;line-height:21px;white-space:nowrap;-ms-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;max-width:315px}.intranet-auth-form-user-delete{opacity:0;width:15px;height:15px;position:absolute;top:9px;right:9px;cursor:pointer;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%227%22%20height%3D%227%22%20viewBox%3D%220%200%207%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20opacity%3D%221%22%20d%3D%22M5.526.276L3.5%202.303%201.474.276c-.369-.368-.83-.368-1.198%200-.368.369-.368.83%200%201.198L2.303%203.5.276%205.526c-.368.369-.368.83%200%201.198.369.368.83.368%201.198%200L3.5%204.697l2.026%202.027c.369.368.83.368%201.198%200%20.368-.369.368-.83%200-1.198L4.697%203.5l2.027-2.026c.368-.369.368-.83%200-1.198C6.355%200%205.803%200%205.526.276z%22%20fill%3D%22black%22/%3E%0A%3C/svg%3E%0A) no-repeat 50%;transition:all .2s linear;display:none}.intranet-auth-form-user-active:hover .intranet-auth-form-user-delete{opacity:.1}.intranet-auth-form-user-active:hover .intranet-auth-form-user-delete:hover{opacity:.4}.intranet-auth-form-user-active .intranet-auth-form-user-delete{display:block}.intranet-auth-form-user-info{display:flex;flex-direction:column}.intranet-auth-form-user-login{display:flex;align-items:center}.intranet-auth-form-user-login-icon{width:16px;height:16px;border-radius:50%;box-shadow:0 1px 2px 0 rgba(0,0,0,.17);margin-right:3px}.intranet-auth-form-field-input-lang{position:absolute;top:0;right:-90px;border-left:1px solid #d1d4d8;margin:11px 0;padding:0 32px 0 16px;box-sizing:border-box;cursor:pointer;height:34px;display:flex;align-items:center;z-index:-1;background:transparent url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M1.757%204.586L.343%206l4.242%204.243L6%2011.657l1.414-1.414L11.656%206l-1.414-1.414L6%208.828%201.757%204.586z%22%20fill%3D%22%23828B95%22/%3E%0A%3C/svg%3E%0A) no-repeat right 17px top 10px}.intranet-auth-form-field-input-lang-show{right:2px;z-index:1}@keyframes showSelect{0%{right:-81px;z-index:-1}99%{z-index:-1}to{right:2px;z-index:1}}@-webkit-keyframes showSelect{0%{right:-81px;z-index:-1}99%{z-index:-1}to{right:2px;z-index:1}}.intranet-auth-form-user-block::-webkit-scrollbar-track{background:#efefef}.intranet-auth-form-user-block::-webkit-scrollbar{width:8px;background:#efefef;border-radius:15px}.intranet-auth-form-user-block::-webkit-scrollbar-thumb{border:none;border-radius:15px;background-color:#b8bcc2;transition:background-color .2s ease}.intranet-auth-form-user-block::-webkit-scrollbar-thumb:hover{background-color:#abafb5}.intranet-auth-form-separator-text{color:var(--ui-color-text-secondary,#525c69);font-size:16px;line-height:20px;background:#fff;padding:0 18px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;transition:opacity 1s linear}.intranet-auth-form-separator{background:rgba(82,92,105,.1);width:100%;height:1px;margin:10px 0 38px;position:relative}.intranet-auth-form-intro{background:rgba(255,247,136,.37);color:var(--ui-color-text-secondary,#525c69);font-size:14px;line-height:20px;border-radius:7px;padding:12px 34px 13px 15px;margin-bottom:21px}.intranet-auth-form-block-invite .intranet-auth-form-detail-block{margin:27px 0 25px}.intranet-auth-form-block-invite .intranet-auth-form-field-block{flex-direction:row;justify-content:flex-end;align-items:center}.intranet-auth-form-block-invite .intranet-auth-form-field-input-block{flex:1;margin-left:17px}.intranet-auth-form-field-label-desc{color:rgba(52,55,57,.72);font-size:11px;line-height:15px;display:block}.intranet-auth-form-block-invite .intranet-auth-form-field-label{margin-bottom:0;text-align:right;max-width:162px;flex:1}.intranet-auth-form-block-invite .intranet-auth-form-field-input{padding:10px 20px 13px 17px}.intranet-auth-form-block-invite .intranet-auth-form-btn-block{margin-top:38px;padding:26px 0 22px}.intranet-auth-form-block-invite .intranet-auth-form-user-block{margin-bottom:7px}.intranet-auth-form-block-invite .intranet-auth-form-field-checkbox{margin-top:40px}.intranet-auth-form-btn-change{margin-top:30px;width:55%}.intranet-auth-form-field-photo{font-size:15px;line-height:21px;color:#597282}.intranet-auth-form-field-photo-upload{color:#1285ce;transition:border .2s linear;border-bottom:1px solid rgba(53,152,214,.5);cursor:pointer}.intranet-auth-form-field-photo-upload:hover{border-color:#3598d6}.intranet-auth-form-field-photo-text{margin-left:3px}.intranet-auth-form-field-block-photo{margin-bottom:27px}.intranet-auth-form-field-label-required:before{content:"*";color:#2fc6f6;position:absolute;transform:translateX(-14px)}.intranet-auth-form-field-photo-change{font-size:17px;line-height:21px;color:#27a3f8;transition:border .2s linear;cursor:pointer;border-bottom:1px solid rgba(39,163,248,.4)}.intranet-auth-form-field-photo-change:hover{border-color:#27a3f8}.intranet-auth-form-field-photo-loaded{display:flex;align-items:center}.intranet-auth-form-caption{color:#333;text-align:center;margin:60px 0 42px;font:20px/26px var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500)}.intranet-auth-form-loader-circular{position:absolute;top:0;bottom:0;right:-50px;margin:auto;height:40px;width:40px;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.intranet-auth-form-loader-circular-btn{right:auto;margin:50px auto;display:none}.intranet-auth-form-loading .intranet-auth-form-loader-circular-btn{display:inline-block}.intranet-auth-form-loading .intranet-auth-form-btn,.intranet-auth-form-loading .intranet-auth-form-promo{display:none}.intranet-auth-form-loader-circular-captcha{position:absolute;margin:auto;height:43px;width:43px;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.intranet-auth-form-loader-path{stroke:rgba(215,220,223,.74);stroke-width:4;stroke-dasharray:20,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.intranet-auth-form-flag-24{display:inline-block;vertical-align:middle;margin-right:13px;flex-shrink:0}.intranet-auth-form-captcha{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.intranet-auth-form-captcha .intranet-auth-form-field-input{max-width:270px;padding:11px 17px 14px;font:28px/28px var(--b24network-font-family-primary);font-weight:var(--ui-font-weight-medium,500);letter-spacing:8px;text-transform:uppercase;height:57px}.intranet-auth-form-captcha-inner{display:flex;align-items:center}.intranet-auth-form-captcha-arrow{width:11px;height:7px;display:block;flex-shrink:0;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.93%203H11v1H2.042L4%206.147%203.222%207%20.112%203.588l.024-.027L0%203.411%203.111%200l.778.853L1.93%203z%22%20fill%3D%22%23525C69%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.5%22/%3E%3C/svg%3E) no-repeat 50%}.intranet-auth-form-captcha-update{cursor:pointer;position:relative;width:53px;height:53px;border-radius:50%;border:1px solid #edeef0;transition:border .2s linear;flex-shrink:0;margin-left:19px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2221%22%20height%3D%2225%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M21.65%2011.066l-2.393-3.73%201.485-.953%203.693%205.754.255.399-1.485.952-4.667%202.996-.953-1.485%203.458-2.22a8.099%208.099%200%201%200%205.321%207.606h1.819c0%205.477-4.44%209.917-9.917%209.917-5.477%200-9.917-4.44-9.917-9.916%200-5.477%204.44-9.917%209.917-9.917%201.19%200%202.329.212%203.385.597z%22%20id%3D%22a%22/%3E%3C/defs%3E%3Cg%20transform%3D%22translate%28-8%20-6%29%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22/%3E%3C/mask%3E%3Cuse%20fill%3D%22%23231F20%22%20xlink%3Ahref%3D%22%23a%22/%3E%3Cg%20mask%3D%22url%28%23b%29%22%20fill%3D%22%232FC6F6%22%3E%3Cpath%20d%3D%22M0%200h38v38H0z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E) no-repeat top 13px center}.intranet-auth-form-captcha-update:hover{border-color:#d6d7da}.intranet-auth-form-captcha-update .intranet-auth-form-loader-circular{display:none}.intranet-auth-form-captcha-update-loading .intranet-auth-form-loader-circular{display:block;height:25px;width:25px;right:14px}.intranet-auth-form-captcha-update-loading{background:none}.intranet-auth-form-captcha-value{flex-shrink:0}.intranet-auth-form-error{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:385px;box-sizing:border-box;padding:25px 0 85px;border-bottom:1px solid #edeef0}.intranet-auth-form-error-common{background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2243%22%20height%3D%2231%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M32.583%2028.776h.04c.156.01.313.015.47.015%204.51.002%208.17-3.692%208.174-8.254.003-3.907-2.698-7.258-6.422-8.078l-.49-.108-.048-.5c-.365-3.772-3.51-6.675-7.284-6.68-.846%200-1.672.144-2.452.423l-.5.179-.3-.437c-1.691-2.458-4.457-3.954-7.473-3.958a9.066%209.066%200%200%200-6.445%202.694%209.27%209.27%200%200%200-2.65%207.234l.038.501-.466.19a8.595%208.595%200%200%200-2.87%201.914%208.749%208.749%200%200%200-2.527%206.153c0%204.727%203.737%208.584%208.434%208.693.171.012.343.019.515.019h22.256zm-22.256%201.378c-.207%200-.412-.007-.582-.021C4.332%2030.008%200%2025.538%200%2020.063a10.128%2010.128%200%200%201%202.926-7.122%209.98%209.98%200%200%201%202.876-2.024%2010.648%2010.648%200%200%201%203.071-7.816A10.445%2010.445%200%200%201%2016.3%200c3.3.004%206.34%201.558%208.304%204.136a8.642%208.642%200%200%201%202.42-.343c4.324.005%207.948%203.203%208.595%207.437%204.107%201.131%207.03%204.92%207.027%209.308-.004%205.32-4.279%209.633-9.552%209.631-.177%200-.354-.005-.53-.015H10.327z%22%20fill%3D%22%232FC6F6%22%20fill-rule%3D%22nonzero%22%20opacity%3D%22.193%22/%3E%3C/svg%3E) no-repeat top 75px right 50px,url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22119%22%20height%3D%2284%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M91.428%2081.87h.04c.47.028.941.041%201.414.041%2013.533.006%2024.513-11.073%2024.524-24.753.01-11.714-8.09-21.764-19.268-24.226l-.49-.108-.048-.499C96.5%2020.944%2087.006%2012.183%2075.61%2012.17a21.89%2021.89%200%200%200-7.404%201.278l-.5.179-.3-.437c-5.046-7.334-13.303-11.8-22.308-11.81a27.065%2027.065%200%200%200-19.242%208.039c-5.107%205.153-7.979%2012.146-7.983%2019.44%200%20.714.027%201.426.08%202.132l.039.502-.466.189a25.725%2025.725%200%200%200-8.592%205.731%2026.163%2026.163%200%200%200-7.556%2018.4c.001%2014.138%2011.18%2025.676%2025.173%2026%20.517.038%201.037.057%201.56.057h63.317zM28.11%2083.247c-.557%200-1.11-.021-1.626-.06C11.774%2082.849%200%2070.697%200%2055.81a27.542%2027.542%200%200%201%207.955-19.37%2027.11%2027.11%200%200%201%208.59-5.845%2029.596%2029.596%200%200%201-.05-1.738c.004-7.657%203.02-14.999%208.382-20.41A28.444%2028.444%200%200%201%2045.1%200c9.286.011%2017.816%204.53%2023.14%2011.977a23.283%2023.283%200%200%201%207.372-1.186c11.943.014%2021.915%209.065%2023.307%2020.907%2011.558%202.78%2019.876%2013.268%2019.866%2025.461-.012%2014.438-11.606%2026.137-25.903%2026.13-.493%200-.984-.013-1.473-.041H28.11z%22%20fill%3D%22%232FC6F6%22%20fill-rule%3D%22nonzero%22%20opacity%3D%22.193%22/%3E%3C/svg%3E) no-repeat top 160px left 30px}.intranet-auth-form-error-text{text-align:center;max-width:580px;width:100%}.intranet-auth-form-error-common .intranet-auth-form-error-text{color:#ff5752;font-size:24px;line-height:30px}.intranet-auth-form-error-icon{background-repeat:no-repeat;background-position:50%;background-size:100%;margin-bottom:45px;width:101px;height:88px;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22100%22%20height%3D%2288%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22%23FF5752%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M50.003%206.031L5.449%2084h89.108L50.003%206.031zm1.736-5.023l48%2084c.762%201.333-.2%202.992-1.736%202.992h-96C.467%2088-.495%2086.341.266%2085.008l48-84c.768-1.344%202.706-1.344%203.473%200z%22%20fill-rule%3D%22nonzero%22/%3E%3Cpath%20d%3D%22M47%2029h6v28h-6z%22/%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2270%22%20r%3D%224%22/%3E%3C/g%3E%3C/svg%3E)}.intranet-auth-form-error-common .intranet-auth-form-error-icon{width:150px;height:133px}.intranet-auth-form-register-error .intranet-auth-form-field-error-wrap{margin-bottom:16px}input:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both}@-webkit-keyframes autofill{to{background:transparent}}@keyframes autofill{to{background:transparent}}.intranet-auth-form-features{padding:15px 0 50px}.intranet-auth-form-features-list{padding:0;margin:0;list-style:none;display:flex;justify-content:center}.intranet-auth-form-features-img{width:68px;height:68px;border-radius:50%;margin-bottom:8px;background-repeat:no-repeat;background-position:50%}.intranet-auth-form-features-img-contact{background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2269%22%20height%3D%2269%22%20viewBox%3D%220%200%2068%2068%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2234.31%22%20cy%3D%2234.31%22%20r%3D%2234.31%22%20fill%3D%22%232fc7f9%22/%3E%0A%20%20%20%20%3Crect%20x%3D%2238.13%22%20y%3D%2223.39%22%20width%3D%2212.39%22%20height%3D%221.9%22%20rx%3D%220.74%22%20fill%3D%22%23fff%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2235.57%22%20cy%3D%2224.38%22%20r%3D%220.91%22%20fill%3D%22%23fff%22/%3E%0A%20%20%20%20%3Crect%20x%3D%2235.43%22%20y%3D%2228.95%22%20width%3D%2215.43%22%20height%3D%221.9%22%20rx%3D%220.74%22%20fill%3D%22%23fff%22/%3E%0A%20%20%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222px%22%20d%3D%22M53.85%2C36a12.43%2C12.43%2C0%2C0%2C0%2C3.32-8.33C56.93%2C21%2C49.89%2C15.32%2C42.76%2C15.32c-8%2C0-14.42%2C5.52-14.42%2C12.34%2C0%2C.06%2C0%2C.11%2C0%2C.16%2C5.79.26%2C12.46%2C3.76%2C13.74%2C10.12a11.55%2C11.55%2C0%2C0%2C1%2C.21%2C2l.46%2C0a14.68%2C14.68%2C0%2C0%2C0%2C5.94-.86%2C13.34%2C13.34%2C0%2C0%2C0%2C3.55%2C2.21c1.19.51%2C3.08%2C1.1%2C3.34.65s-1.2-1.19-1.76-2.95A5.47%2C5.47%2C0%2C0%2C1%2C53.85%2C36Z%22/%3E%0A%20%20%20%20%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222px%22%20d%3D%22M42.09%2C37.94c-1.28-6.36-8-9.86-13.74-10.12-.44%2C0-.87%2C0-1.3%2C0-6.89.29-14.17%2C5.63-14.41%2C12.35A12.4%2C12.4%2C0%2C0%2C0%2C16%2C48.49a3.94%2C3.94%2C0%2C0%2C1%2C.31%2C3c-.57%2C1.49-2.25%2C1.88-2.11%2C2.32s2.43.52%2C4.41-.34a8%2C8%2C0%2C0%2C0%2C2.54-1.78%2C23.82%2C23.82%2C0%2C0%2C0%2C5.94.86c2.9.05%2C6.76.12%2C10-2.18A12.87%2C12.87%2C0%2C0%2C0%2C42.3%2C40%2C11.55%2C11.55%2C0%2C0%2C0%2C42.09%2C37.94Z%22/%3E%0A%20%20%20%20%3Crect%20x%3D%2222.69%22%20y%3D%2236.67%22%20width%3D%2212.39%22%20height%3D%221.9%22%20rx%3D%220.74%22%20fill%3D%22%23fff%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2220.13%22%20cy%3D%2237.66%22%20r%3D%220.91%22%20fill%3D%22%23fff%22/%3E%0A%20%20%20%20%3Crect%20x%3D%2219.22%22%20y%3D%2242.22%22%20width%3D%2216.22%22%20height%3D%221.9%22%20rx%3D%220.74%22%20fill%3D%22%23fff%22/%3E%0A%3C/svg%3E%0A)}.intranet-auth-form-features-img-crm{background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2068%2068%22%3E%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E.cls-1%7Bfill%3A%232fc7f7%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2234.31%22%20cy%3D%2234.31%22%20r%3D%2234.31%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20class%3D%22cls-2%22%20x%3D%2215.58%22%20y%3D%2249.7%22%20width%3D%2237.46%22%20height%3D%222.53%22%20rx%3D%221.13%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M18.27%2C38.89h8a.57.57%2C0%2C0%2C1%2C.57.57V48a0%2C0%2C0%2C0%2C1%2C0%2C0H17.7a0%2C0%2C0%2C0%2C1%2C0%2C0V39.46A.57.57%2C0%2C0%2C1%2C18.27%2C38.89Z%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M29.16%2C32.2h8a.57.57%2C0%2C0%2C1%2C.57.57v15a0%2C0%2C0%2C0%2C1%2C0%2C0H28.59a0%2C0%2C0%2C0%2C1%2C0%2C0v-15A.57.57%2C0%2C0%2C1%2C29.16%2C32.2Z%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20class%3D%22cls-2%22%20x%3D%2239.6%22%20y%3D%2225.51%22%20width%3D%229.03%22%20height%3D%2222.29%22/%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M51.58%2C25.89H36.66a1%2C1%2C0%2C0%2C1-.79-1.63l7.46-9.37a1%2C1%2C0%2C0%2C1%2C1.58%2C0l7.46%2C9.37A1%2C1%2C0%2C0%2C1%2C51.58%2C25.89Z%22/%3E%0A%3C/svg%3E)}.intranet-auth-form-features-img-marketing{background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2068.62%2068.62%22%3E%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E.cls-1%7Bfill%3A%232fc7f7%3B%7D.cls-2%2C.cls-3%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2px%3B%7D.cls-3%7Bstroke-miterlimit%3A10%3B%7D%3C/style%3E%0A%3C/defs%3E%3Ctitle%3E3%3C/title%3E%0A%0A%20%20%20%20%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2234.31%22%20cy%3D%2234.31%22%20r%3D%2234.31%22/%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-2%22%20d%3D%22M33.24%2C14.49c-.37%2C0-.82%2C0-1.34%2C0-8.32.52-21.28%2C8-21.45%2C21.14-.14%2C11.74%2C9.91%2C21.73%2C21.74%2C21.62%2C13.38-.13%2C20.94-13.1%2C21.37-21.38a9.87%2C9.87%2C0%2C0%2C0%2C0-1.06M32.19%2C35.89v0h0Z%22/%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M37.64%2C9.47V31.08H58.15c0-.41%2C0-1%2C0-1.72A20.84%2C20.84%2C0%2C0%2C0%2C53%2C17.14a23.26%2C23.26%2C0%2C0%2C0-14.36-7.6Z%22/%3E%3C/svg%3E)}.intranet-auth-form-features-img-crmanalytics{background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2068.62%2068.62%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232fc7f7%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A3px%3B%7D.cls-3%7Bfill%3A%23fff%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E4%3C/title%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2234.31%22%20cy%3D%2234.31%22%20r%3D%2234.31%22/%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2232.55%22%20cy%3D%2231.39%22%20r%3D%2216.36%22/%3E%3Crect%20class%3D%22cls-3%22%20x%3D%2241.92%22%20y%3D%2247.67%22%20width%3D%2217.99%22%20height%3D%223.49%22%20rx%3D%221.43%22%20transform%3D%22translate%2849.85%20-21.53%29%20rotate%2845%29%22/%3E%3Crect%20class%3D%22cls-3%22%20x%3D%2221.73%22%20y%3D%2232.74%22%20width%3D%225.72%22%20height%3D%227.78%22%20rx%3D%221.23%22/%3E%3Crect%20class%3D%22cls-3%22%20x%3D%2228.86%22%20y%3D%2227.5%22%20width%3D%225.72%22%20height%3D%2213.01%22%20rx%3D%221.59%22/%3E%3Crect%20class%3D%22cls-3%22%20x%3D%2236.05%22%20y%3D%2222.37%22%20width%3D%225.72%22%20height%3D%2218.15%22%20rx%3D%221.19%22/%3E%3C/svg%3E)}.intranet-auth-form-features-img-analytics{background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2068.62%2068.62%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%232fc7f7%3B%7D.cls-2%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-width%3A2px%3B%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E5%3C/title%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2234.31%22%20cy%3D%2234.31%22%20r%3D%2234.31%22/%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M16.93%2C30.56H52.36a.32.32%2C0%2C0%2C1%2C.32.32V35.3a.31.31%2C0%2C0%2C1-.1.24L39.6%2C47.2a.3.3%2C0%2C0%2C0-.11.23l-.33%2C8.67a.34.34%2C0%2C0%2C1-.21.29l-7.66%2C3a.32.32%2C0%2C0%2C1-.44-.3l.06-10.82a.35.35%2C0%2C0%2C0-.1-.24l-14.1-13a.35.35%2C0%2C0%2C1-.1-.24V30.88A.32.32%2C0%2C0%2C1%2C16.93%2C30.56Z%22/%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2222.16%22%20cy%3D%2223.62%22%20r%3D%223.94%22/%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2232.94%22%20cy%3D%2218.98%22%20r%3D%222.72%22/%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2239.81%22%20cy%3D%2212.8%22%20r%3D%222.62%22/%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%2244.2%22%20cy%3D%2222.99%22%20r%3D%224.8%22/%3E%3C/svg%3E)}.intranet-auth-form-features-name{color:#000;font-size:9px;font-weight:700;text-align:center;text-transform:uppercase}.intranet-auth-form-features-item{display:flex;flex-direction:column;align-items:center;position:relative;width:90px}.intranet-auth-form-features-separator{position:absolute;width:30px;height:2px;top:0;left:calc(100% + 2px);margin-top:34px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAACCAYAAACQahZdAAAACXBIWXMAAC4jAAAuIwF4pT92AAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAOjNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTEwLTMxVDEwOjE4OjA2KzAyOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0xMC0zMVQxMDoxODowNiswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTctMTAtMzFUMTA6MTg6MDYrMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmJkNDFiYmNhLTNkNTktNTI0ZS1iNTNiLTQzY2IwMzRlMDAzMTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmYwNzFkYzFjLWJlMTMtMTFlNy05MzNhLThmYjM2NDlkYjZjMDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjU4ZGFjNDlkLWI3Y2MtMjE0ZC1iMWUxLThiNjQyNDk5NWJiNzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo1OGRhYzQ5ZC1iN2NjLTIxNGQtYjFlMS04YjY0MjQ5OTViYjc8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTAtMzFUMTA6MTg6MDYrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmQ0MWJiY2EtM2Q1OS01MjRlLWI1M2ItNDNjYjAzNGUwMDMxPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTEwLTMxVDEwOjE4OjA2KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkFkb2JlIFJHQiAoMTk5OCk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4xMTgxMTAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj4xMTgxMTAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4zPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj41PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pr5pn/IAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOgAAFIIAAEVWAAAOpcAABdv11ofkAAAACJJREFUeNpi1D/+/T8DAwPDBQsORgYoYGLAAgAAAAD//wMAlX4EAZdj/d4AAAAASUVORK5CYII=);background-repeat:repeat-x;overflow:hidden}.intranet-auth-form-features-item+.intranet-auth-form-features-item{margin-left:30px}.intranet-auth-cover-promo-img{max-width:100%;height:auto;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.intranet-auth-cover-promo{z-index:1;margin-top:14px;border-radius:16px;box-shadow:0 0 0 1px #fff;padding:22px;background:-moz-linear-gradient(left,#e1e1e1 0,#fafafa 100%);background:-webkit-linear-gradient(left,#e1e1e1,#fafafa);background:linear-gradient(90deg,#e1e1e1 0,#fafafa);position:relative;max-width:420px;box-sizing:border-box;flex-shrink:0}.intranet-auth-cover-promo-block{display:flex;width:100%;position:relative;left:0;transition:all .3s linear}.intranet-auth-cover-promo-inner{overflow:hidden}.intranet-auth-cover-promo-item{line-height:0;flex-shrink:0;max-width:376px;height:auto}.intranet-auth-cover-promo-nav{position:absolute;width:30px;height:30px;cursor:pointer;top:135px;right:-32px;background:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%2216%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M.16%202.344L4.687%206.87%205.86%208%204.687%209.13.16%2013.657l1.598%201.598L9.012%208%201.758.746z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E) no-repeat 50%;opacity:.5;transition:opacity .2s linear;pointer-events:auto}.intranet-auth-cover-promo-nav:hover{opacity:1}.intranet-auth-cover-promo-nav-prev{left:-32px;transform:rotate(180deg)}.intranet-auth-cover-promo-nav-disabled{opacity:.2;pointer-events:none}.intranet-island{width:calc(100vw - 36px);max-width:424px;padding:28px;border-radius:20px;background-color:hsla(0,0%,100%,.96);box-shadow:0 12px 24px 0 rgba(0,0,0,.07);box-sizing:border-box}.intranet-island--full-width{width:100%!important;max-width:900px!important}.intranet-island-title{color:#151515;font-size:var(--ui-typography-heading-h2-font-size);line-height:var(--ui-typography-heading-h2-line-height);font-weight:var(--ui-font-weight-normal);margin:0 0 35px;text-align:center}.intranet-island-title b{color:#2066b0}.intranet-island-title-info{color:var(--ui-color-base-90);font-size:var(--ui-font-size-xl);line-height:var(--ui-font-line-height-sm);margin:0 0 25px}body.kz .intranet-island-with-sidebar__sidebar{min-height:519px}@media only screen and (max-width:800px){.intranet-island-with-sidebar__sidebar{display:none}}.intranet-link-primary{color:#2066b0;margin-top:34px}.intranet-link-primary:hover{color:#287dd7}.intranet-link-primary:active{color:#1c5797}.intranet-link-secondary{color:#a8adb4;margin-top:34px}.intranet-link-secondary:hover{color:#8d939c}.intranet-link-secondary:active{color:#727984}.intranet-body .ui-btn-success{--ui-btn-color:#fff;--ui-btn-color-hover:#fff;--ui-btn-color-active:#fff;--ui-btn-background:#1bce7b;--ui-btn-background-hover:#16aa65;--ui-btn-background-active:#16aa65;--ui-btn-border-color:#1bce7b;--ui-btn-border-color-hover:#16aa65;--ui-btn-border-color-active:#16aa65}.intranet-body .ui-btn{text-transform:none;font-size:16px;font-weight:600;line-height:16px;text-underline-position:from-font;text-decoration-skip-ink:none}.intranet-backdrop-btn{display:flex;padding:8px 14px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(24px);border-radius:50px;user-select:none;cursor:pointer}.intranet-backdrop-btn__content{font-size:12px;font-weight:400;line-height:16px;text-align:left;color:#fff;padding-right:18px}.intranet-language-selector-btn{background-color:hsla(0,0%,100%,.5);right:10px;top:8px;position:absolute;width:16px;height:16px}.ui-message-box{border-radius:18px}.ui-message-box .popup-window-buttons .ui-btn{text-transform:none}.intranet-bg{background-repeat:no-repeat}.intranet-bg--winter{background-color:#306b94;background-image:linear-gradient(180deg,transparent 19.64%,rgba(5,5,5,.45)),url(/bitrix/templates/login/images/bg/winter/horizontal-1024.webp),url(/bitrix/templates/login/images/bg/winter/horizontal-1024-preview.webp)}.intranet-bg--spring,.intranet-bg--winter{background-position:0 100%,0 0,0 0;background-size:100% 108px,cover,cover}.intranet-bg--spring{background-color:#47769e;background-image:linear-gradient(180deg,transparent 19.64%,rgba(5,5,5,.45)),url(/bitrix/templates/login/images/bg/spring/horizontal-1024.webp),url(/bitrix/templates/login/images/bg/spring/horizontal-1024-preview.webp)}.intranet-bg--summer{background-color:#006cad;background-image:linear-gradient(180deg,transparent 19.64%,rgba(5,5,5,.45)),url(/bitrix/templates/login/images/bg/summer/horizontal-1024.webp),url(/bitrix/templates/login/images/bg/summer/horizontal-1024-preview.webp);background-position:0 100%,0 0,0 0;background-size:100% 108px,cover,cover}@media (orientation:portrait){.intranet-bg--winter{background-image:linear-gradient(180deg,transparent 19.64%,rgba(5,5,5,.45)),url(/bitrix/templates/login/images/bg/winter/vert-1024.webp),url(/bitrix/templates/login/images/bg/winter/vert-1024-preview.webp)}.intranet-bg--spring{background-image:linear-gradient(180deg,transparent 19.64%,rgba(5,5,5,.45)),url(/bitrix/templates/login/images/bg/spring/vert-1024.webp),url(/bitrix/templates/login/images/bg/spring/vert-1024-preview.webp)}.intranet-bg--summer{background-image:linear-gradient(180deg,transparent 19.64%,rgba(5,5,5,.45)),url(/bitrix/templates/login/images/bg/summer/vert-1024.webp),url(/bitrix/templates/login/images/bg/summer/vert-1024-preview.webp)}}@media (orientation:landscape) and (min-width:1024px){.intranet-bg--winter{background-image:linear-gradient(180deg,transparent 19.64%,rgba(5,5,5,.45)),url(/bitrix/templates/login/images/bg/winter/horizontal-1920.webp),url(/bitrix/templates/login/images/bg/winter/horizontal-1920-preview.webp)}.intranet-bg--spring{background-image:linear-gradient(180deg,transparent 19.64%,rgba(5,5,5,.45)),url(/bitrix/templates/login/images/bg/spring/horizontal-1920.webp),url(/bitrix/templates/login/images/bg/spring/horizontal-1920-preview.webp)}.intranet-bg--summer{background-image:linear-gradient(180deg,transparent 19.64%,rgba(5,5,5,.45)),url(/bitrix/templates/login/images/bg/summer/horizontal-1920.webp),url(/bitrix/templates/login/images/bg/summer/horizontal-1920-preview.webp)}}.intranet-body__main-content{height:100%;display:flex;flex-direction:column;justify-content:center}@media (min-width:768px){.intranet-auth-cover-header{display:block;color:#fff;font-size:16px;font-weight:500;line-height:24px;text-align:left;text-underline-position:from-font;text-decoration-skip-ink:none;position:relative;left:-1.1px}.intranet-island{width:424px;padding:44px;max-width:none}.intranet-body__footer-left{display:flex;align-items:center;justify-content:start;left:30px;bottom:38px}.intranet-body__footer-privacy--mobile{display:none}.intranet-body__footer-privacy--desktop{display:block;margin:0 0 0 18px}.intranet-body__top-right-place{right:30px;top:30px}.intranet-body__bottom-right-place{right:30px;bottom:30px}.intranet-auth-cover__logo-image{height:49px}.intranet-body__header{align-items:start}}@media (min-width:1024px){.intranet-body__main{padding:0 18px 18px}.intranet-island--full-width{margin:30px 0 10px}}@media (min-width:1116px){.intranet-body{width:100vw;height:100vh;overflow:hidden;align-items:center;flex-direction:row;flex-wrap:wrap}.intranet-body__header{position:fixed;top:0;right:0;width:100%;z-index:1000;align-items:start;justify-content:end}.intranet-body__main{overflow-y:auto;height:100vh;padding:0;min-height:unset;box-sizing:border-box}.intranet-body--large-vertical-content .intranet-body__main-content{height:100%;padding:60px 0;box-sizing:border-box}.intranet-body__footer{position:fixed;bottom:0;left:0;width:100%;padding:0;z-index:1000}.intranet-body__header-left{display:none}.intranet-body__aside{display:flex;width:calc(100vw - 919px);height:100vh;padding:0;position:relative;left:7vw}.intranet-body__main{width:919px;justify-content:center}.intranet-auth-cover{display:flex;align-items:center;justify-content:center}.intranet-island--full-width{max-width:650px!important;margin:0 0 60px}}@media (min-width:1280px){.intranet-body__aside{left:168px;justify-content:start}.intranet-auth-cover__logo-image{height:58px}.intranet-auth-cover-header{font-size:19px;line-height:24px}}@media (min-width:1366px){.intranet-body__aside{width:33vw;position:unset;justify-content:end}.intranet-body__main{width:67vw}}@media (min-width:1920px){.intranet-auth-cover__logo-image{height:75px}.intranet-auth-cover-header{font-size:26px;line-height:24px;left:-2.4px}.intranet-island--full-width{max-width:1000px!important}}.intranet-account-card{min-width:100%;display:flex;box-sizing:border-box;height:64px;position:relative}.intranet-account-card__user-wrapper{overflow:hidden;display:flex;z-index:1;width:100%;border-radius:var(--ui-border-radius-sm);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),inset 0 1px 0 0 rgba(0,0,0,.05);padding:16px 32px;background-color:var(--ui-color-background-primary)}.intranet-account-card__user{width:100%;display:flex;align-items:center;color:#151515;font-size:15px}.intranet-account-card__avatar{width:32px;height:32px;min-width:32px;border-radius:50%;position:relative;background-repeat:no-repeat;background-position:50%;overflow:hidden;margin-right:24px;background-color:#5dd0e1;color:#fff;font-weight:500;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.intranet-account-card__avatar--email{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='32' height='32' fill='%23DEEDFF' rx='16'/%3E%3Cpath fill='%23A3CDFF' d='M29.28 33.916c.244 0 .442-.235.435-.517-.24-9.81-7.334-12.283-13.715-12.283S2.524 23.589 2.284 33.399M15.987 19.2c-5.972 0-7.375-8.724-3.147-11.806.702-.512 2.052-.994 3.148-.994 7.789 0 7.17 12.8 0 12.8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='32' height='32' fill='%23fff' rx='16'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(177deg,#c9d8ea,#aab7c6)}.intranet-account-card__full-name{font-weight:400;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.intranet-account-card__login{font-weight:500;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.intranet-form-add-block__title{color:#151515;font-size:var(--ui-typography-heading-h4-font-size);line-height:var(--ui-typography-heading-h4-line-height);font-weight:var(--ui-font-weight-normal);text-align:center;margin-top:0}.intranet-form-add-block__title--margin{margin-top:43px}.intranet-login-enter-form{width:100%;display:flex;flex-direction:column}.intranet-login-enter-form__title{color:#151515;font-size:var(--ui-typography-heading-h4-font-size);line-height:var(--ui-typography-heading-h4-line-height);font-weight:var(--ui-font-weight-normal);text-align:center}.intranet-login-enter-form__login-wrapper{position:relative}.intranet-text-input__label{color:#aaaba7;margin-bottom:5px;margin-left:2px}.intranet-text-input{box-sizing:border-box;margin-bottom:16px;position:relative;display:flex;flex-direction:column;--ui-color-primary:#0154c8}.intranet-text-input:hover .intranet-text-input__field{border:1px solid var(--ui-color-primary)}.intranet-text-input__field{border-radius:8px;outline:0;max-width:100%;font-size:16px;max-height:42px;box-sizing:border-box;border:1px solid var(--ui-color-palette-gray-30);padding:15px 30px 14px 16px;transition:border-color .2s;font-family:inherit;color:#151515}.intranet-text-input__field::placeholder{color:#a7a7a7;font-size:16px}.intranet-text-input__field--pass{padding-left:36px!important}.intranet-text-input__field:-webkit-autofill{color:red;background-image:none!important;background-color:transparent!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.intranet-text-input__field:-webkit-autofill,.intranet-text-input__field:-webkit-autofill:active,.intranet-text-input__field:-webkit-autofill:first-line,.intranet-text-input__field:-webkit-autofill:focus,.intranet-text-input__field:-webkit-autofill:hover,.intranet-text-input__field:autofill{font-size:16px!important}input.intranet-text-input__field::-internal-input-suggested{font-size:16px!important}.intranet-text-input__field:focus{border:1px solid var(--ui-color-primary)}.intranet-text-btn{-webkit-user-select:none;user-select:none;position:relative;box-sizing:border-box;font-family:inherit;margin-bottom:17px}.intranet-text-btn:hover .intranet-text-btn__icon{opacity:.75}.intranet-text-btn__content-wrapper{opacity:1;visibility:visible;transition:opacity .2s linear,visiblity .2s linear}.intranet-text-btn__spinner{border-radius:inherit;width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-color:hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:absolute;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cstyle%3E@keyframes arrow-loader{0%25{transform:rotate(0deg)}to{transform:rotate(360deg)}}%3C/style%3E%3Cg stroke='%23525C69' style='animation:arrow-loader 1s infinite linear;transform-origin:center'%3E%3Cpath fill='none' d='M.5 9.475a8.976 8.976 0 0 1 17.95 0 8.976 8.976 0 0 1-17.95 0z'/%3E%3Cpath d='M9.5 4v5.5'/%3E%3C/g%3E%3Cpath stroke='%23525C69' d='M15 9.5H9.5'/%3E%3C/svg%3E")}.intranet-text-btn--auth{width:auto;line-height:1;cursor:pointer;border-color:transparent;opacity:1;padding:0 16px;color:#fff;font-size:var(--ui-font-size-lg);height:31px;border-radius:18px;font-size:13px;backdrop-filter:blur(32px);background-color:#ffffff26;box-shadow:0 12px 24px 0 rgba(0,0,0,.07),0 -1px 0 0 rgba(0,0,0,.01);display:flex;align-items:center;justify-content:center;position:relative;transition:box-shadow .2s,opacity .2s linear}.intranet-text-btn--auth:hover{opacity:.9;box-shadow:0 6px 12px 0 rgba(0,0,0,.1),0 -1px 0 0 rgba(0,0,0,.01)}.intranet-text-btn-link{color:#fff}.intranet-text-captcha_item{margin-bottom:10px}.intranet-login-error-block{max-width:100%;display:flex;border:1px solid #c21b17;border-radius:8px;padding:10px 30px 11px 16px;margin-bottom:15px;background-color:#fef1f0;box-sizing:border-box;color:#c21b17}.intranet-password-edit-form__indicators-wrapper{width:100%;margin-bottom:30px}.intranet-password-edit-form__indicators{margin-top:0}.intranet-password-indicators__icon{content:"";position:absolute;left:5px;top:3px;width:12px;height:12px;border-radius:50%;background-repeat:no-repeat;background-position:50%;transition:background-image .2s;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' fill='none' viewBox='0 0 19 18'%3E%3Cpath fill='%23A8ADB4' d='M12.5 9a3 3 0 1 1-6 0 3 3 0 0 1 6 0' opacity='.7'/%3E%3C/svg%3E")}.intranet-password-indicators__indicator{position:relative;padding-left:27px;margin-bottom:10px;padding-top:1px;color:var(--ui-color-text-subtle);font-size:var(--ui-font-size-sm);line-height:var(--ui-font-line-height-sm)}.intranet-password-indicators__icon--failed{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23BDC1C6' fill-rule='evenodd' d='M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12m1.91-3.134.956-.955L8.956 8l1.91-1.911-.955-.955L8 7.045 6.09 5.135l-.956.955L7.044 8l-1.91 1.91.956.956L8 8.956z' clip-rule='evenodd'/%3E%3C/svg%3E")}.intranet-notification{display:flex;align-items:center;flex-direction:column}.intranet-notification__icon{margin-bottom:40px}.intranet-notification__content{color:var(--ui-color-base-80);font-size:var(--ui-font-size-xl);line-height:var(--ui-font-line-height-sm);text-align:center;max-width:100%;text-overflow:ellipsis;overflow-x:hidden}.intranet-big-icon{width:110px;height:110px;box-sizing:border-box;background-position:50%;background-repeat:no-repeat}.intranet-big-icon--email{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='112' fill='none'%3E%3Cpath fill='%23C8EFFF' fill-rule='evenodd' d='M43.072 13.432a3 3 0 0 1 3.854 0L87.084 47.09a5.98 5.98 0 0 1-4.078 1.605H7a5.98 5.98 0 0 1-4.085-1.605z' clip-rule='evenodd'/%3E%3Cpath fill='%23C8EFFF' d='M1 51.5a6 6 0 0 1 6-6h76a6 6 0 0 1 6 6v46a6 6 0 0 1-6 6H7a6 6 0 0 1-6-6z'/%3E%3Cpath fill='%23F2F2F2' d='M5 19a2 2 0 0 1 2-2h76a2 2 0 0 1 2 2v78.5a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2z'/%3E%3Cpath fill='%2383CBEC' fill-rule='evenodd' d='M7.003 103.5h76c1.472 0 2.82-.53 3.863-1.409L45.003 74.5 3.141 102.091a5.98 5.98 0 0 0 3.862 1.409' clip-rule='evenodd'/%3E%3Cpath fill='%239FE2FF' fill-rule='evenodd' d='M3.137 102.089 45 74.498 3.137 46.906A5.99 5.99 0 0 0 1 51.492V97.5c0 1.842.83 3.49 2.137 4.59zM89 97.498v-46c0-1.843-.83-3.491-2.137-4.592L45 74.498l41.863 27.591A5.99 5.99 0 0 0 89 97.498' clip-rule='evenodd'/%3E%3Cpath fill='%23DCDCDC' fill-rule='evenodd' d='M86.612 46.704q.13.099.254.203L45.037 74.498 3.141 46.906a6 6 0 0 1 .254-.203L45.037 67.68z' clip-rule='evenodd'/%3E%3Crect width='14.443' height='2.25' x='17.75' y='26' fill='%23E0E0E0' rx='1.125'/%3E%3Crect width='22.566' height='2.25' x='17.75' y='30.469' fill='%23E0E0E0' rx='1.125'/%3E%3Crect width='49' height='2.25' x='17.75' y='39.469' fill='%23E0E0E0' rx='1.125'/%3E%3Crect width='44.88' height='2.25' x='17.75' y='43.719' fill='%23E0E0E0' rx='1.125'/%3E%3Crect width='32.522' height='2.25' x='17.75' y='47.969' fill='%23E0E0E0' rx='1.125'/%3E%3Cpath fill='%239DCF00' fill-rule='evenodd' d='m72.82 29.235-1.343-1.343-.95.95 2.242 2.242v-.001l.052.051 4.17-4.17-.95-.95-3.22 3.221zm.68 5.265a6 6 0 1 1 0-12 6 6 0 0 1 0 12' clip-rule='evenodd'/%3E%3C/svg%3E")}.intranet-help-widget{border-radius:40px;width:46px;height:46px;background-color:#ffffff26;box-shadow:0 12px 24px 0 #00000012;backdrop-filter:blur(24px);display:flex;padding:8px;border:0;outline:0;cursor:pointer;align-items:center;overflow:hidden;box-sizing:border-box;transition:width .2s ease-in}.intranet-help-widget:hover{width:120px}.intranet-help-widget:hover .intranet-help-widget__text{opacity:1}.intranet-help-widget:active{backdrop-filter:blur(15px)}.intranet-help-widget .intranet-help-widget__icon{width:20px;height:20px;margin-left:5px;background-color:#fff;--ui-icon-set__icon-path:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.053 6.111c-1.082 0-1.662.644-1.89 1.323a.75.75 0 1 1-1.421-.48c.39-1.16 1.46-2.343 3.31-2.343.632 0 1.423.187 2.075.698.68.536 1.146 1.38 1.146 2.547 0 1.288-.885 2.112-1.492 2.677l-.046.043c-.713.664-1.06 1.033-1.06 1.543a.75.75 0 0 1-1.5 0c0-1.216.86-2.013 1.449-2.558l.088-.083c.692-.645 1.06-1.05 1.06-1.622 0-.725-.268-1.128-.572-1.367-.334-.263-.778-.378-1.147-.378M9.998 13.784c.518 0 .938.42.938.938v.09a.937.937 0 1 1-1.875 0v-.09c0-.518.42-.938.937-.938' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9.998 1.502a8.498 8.498 0 1 0 0 16.996 8.498 8.498 0 0 0 0-16.996M0 10C0 4.478 4.476.002 9.998.002S19.996 4.478 19.996 10s-4.476 9.998-9.998 9.998S0 15.522 0 10' clip-rule='evenodd'/%3E%3C/svg%3E")}.intranet-help-widget__text{color:#fff;font-size:var(--ui-font-size-sm);font-weight:var(--ui-font-weight-medium);line-height:var(--ui-font-line-height-sm);margin-left:15px;opacity:0}
/* End */


/* Start:/local/assets/css/main.css?17367941531242*/
/*ui-btn-primary ui-btn-success*/
#header .header-request {
    position: relative;
    order: 3;
    width: 200px;
}

#header .header-personal {
    width: unset;
    max-width: unset;
}

#tooltipMenu {
    position: fixed;
    top: 30%;
    left: 45%;
    z-index: 1000;

    min-width: 230px;
    padding: 10px;
    display: none;

    border-radius: 10px;

    background-color: white;
    box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 10%);
}

#tooltipMenu.open {
    display: flex;
    flex-direction: column;
}

#tooltipMenu button {
    min-height: 50px;
    font-size: 16px;
    color: #212529;
    background: none;
    border: none;
}

#tooltipMenu button:hover,
#tooltipMenu button:focus {
    color: #000000;
    background-color: #ededed;
    outline: none;
    box-shadow: none;
}

#targetTooltipButton {
    color: white;
    background-color: #3bc8f5;
    transition: all 0.3s linear;
}

#targetTooltipButton:hover,
#targetTooltipButton:focus {
    background-color: #3eddff;
    outline: none;
}

.overlay-sd_button {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}
/* End */


/* Start:/local/assets/css/bootstrap-iso.min.css?1666980126211167*/
.bootstrap-iso {
    /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
    /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
    /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
    /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
    /*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
    /*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b5c0ad694747a8048be1)
 * Config saved to config.json and https://gist.github.com/b5c0ad694747a8048be1
 */
}
.bootstrap-iso html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.bootstrap-iso body {
    margin: 0;
}
.bootstrap-iso article,
.bootstrap-iso aside,
.bootstrap-iso details,
.bootstrap-iso figcaption,
.bootstrap-iso figure,
.bootstrap-iso footer,
.bootstrap-iso header,
.bootstrap-iso hgroup,
.bootstrap-iso main,
.bootstrap-iso menu,
.bootstrap-iso nav,
.bootstrap-iso section,
.bootstrap-iso summary {
    display: block;
}
.bootstrap-iso audio,
.bootstrap-iso canvas,
.bootstrap-iso progress,
.bootstrap-iso video {
    display: inline-block;
    vertical-align: baseline;
}
.bootstrap-iso audio:not([controls]) {
    display: none;
    height: 0;
}
.bootstrap-iso [hidden],
.bootstrap-iso template {
    display: none;
}
.bootstrap-iso a {
    background-color: transparent;
}
.bootstrap-iso a:active,
.bootstrap-iso a:hover {
    outline: 0;
}
.bootstrap-iso abbr[title] {
    border-bottom: 1px dotted;
}
.bootstrap-iso b,
.bootstrap-iso strong {
    font-weight: bold;
}
.bootstrap-iso dfn {
    font-style: italic;
}
.bootstrap-iso h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.bootstrap-iso mark {
    background: #ff0;
    color: #000;
}
.bootstrap-iso small {
    font-size: 80%;
}
.bootstrap-iso sub,
.bootstrap-iso sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.bootstrap-iso sup {
    top: -0.5em;
}
.bootstrap-iso sub {
    bottom: -0.25em;
}
.bootstrap-iso img {
    border: 0;
}
.bootstrap-iso svg:not(:root) {
    overflow: hidden;
}
.bootstrap-iso figure {
    margin: 1em 40px;
}
.bootstrap-iso hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
.bootstrap-iso pre {
    overflow: auto;
}
.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
.bootstrap-iso button,
.bootstrap-iso input,
.bootstrap-iso optgroup,
.bootstrap-iso select,
.bootstrap-iso textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.bootstrap-iso button {
    overflow: visible;
}
.bootstrap-iso button,
.bootstrap-iso select {
    text-transform: none;
}
.bootstrap-iso button,
.bootstrap-iso html input[type="button"],
.bootstrap-iso input[type="reset"],
.bootstrap-iso input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.bootstrap-iso button[disabled],
.bootstrap-iso html input[disabled] {
    cursor: default;
}
.bootstrap-iso button::-moz-focus-inner,
.bootstrap-iso input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.bootstrap-iso input {
    line-height: normal;
}
.bootstrap-iso input[type="checkbox"],
.bootstrap-iso input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.bootstrap-iso input[type="number"]::-webkit-inner-spin-button,
.bootstrap-iso input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.bootstrap-iso input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.bootstrap-iso input[type="search"]::-webkit-search-cancel-button,
.bootstrap-iso input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.bootstrap-iso fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.bootstrap-iso legend {
    border: 0;
    padding: 0;
}
.bootstrap-iso textarea {
    overflow: auto;
}
.bootstrap-iso optgroup {
    font-weight: bold;
}
.bootstrap-iso table {
    border-collapse: collapse;
    border-spacing: 0;
}
.bootstrap-iso td,
.bootstrap-iso th {
    padding: 0;
}
@media print {
    .bootstrap-iso *,
    .bootstrap-iso *:before,
    .bootstrap-iso *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .bootstrap-iso a,
    .bootstrap-iso a:visited {
        text-decoration: underline;
    }
    .bootstrap-iso a[href]:after {
        content: " (" attr(href) ")";
    }
    .bootstrap-iso abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .bootstrap-iso a[href^="#"]:after,
    .bootstrap-iso a[href^="javascript:"]:after {
        content: "";
    }
    .bootstrap-iso pre,
    .bootstrap-iso blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .bootstrap-iso thead {
        display: table-header-group;
    }
    .bootstrap-iso tr,
    .bootstrap-iso img {
        page-break-inside: avoid;
    }
    .bootstrap-iso img {
        max-width: 100% !important;
    }
    .bootstrap-iso p,
    .bootstrap-iso h2,
    .bootstrap-iso h3 {
        orphans: 3;
        widows: 3;
    }
    .bootstrap-iso h2,
    .bootstrap-iso h3 {
        page-break-after: avoid;
    }
    .bootstrap-iso select {
        background: #fff !important;
    }
    .bootstrap-iso .navbar {
        display: none;
    }
    .bootstrap-iso .btn > .caret,
    .bootstrap-iso .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .bootstrap-iso .label {
        border: 1px solid #000;
    }
    .bootstrap-iso .table {
        border-collapse: collapse !important;
    }
    .bootstrap-iso .table td,
    .bootstrap-iso .table th {
        background-color: #fff !important;
    }
    .bootstrap-iso .table-bordered th,
    .bootstrap-iso .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/local/assets/css/../fonts/glyphicons-halflings-regular.eot');
    src: url('/local/assets/css/../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/local/assets/css/../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/local/assets/css/../fonts/glyphicons-halflings-regular.woff') format('woff'), url('/local/assets/css/../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/local/assets/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.bootstrap-iso .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bootstrap-iso .glyphicon-asterisk:before {
    content: "\2a";
}
.bootstrap-iso .glyphicon-plus:before {
    content: "\2b";
}
.bootstrap-iso .glyphicon-euro:before,
.bootstrap-iso .glyphicon-eur:before {
    content: "\20ac";
}
.bootstrap-iso .glyphicon-minus:before {
    content: "\2212";
}
.bootstrap-iso .glyphicon-cloud:before {
    content: "\2601";
}
.bootstrap-iso .glyphicon-envelope:before {
    content: "\2709";
}
.bootstrap-iso .glyphicon-pencil:before {
    content: "\270f";
}
.bootstrap-iso .glyphicon-glass:before {
    content: "\e001";
}
.bootstrap-iso .glyphicon-music:before {
    content: "\e002";
}
.bootstrap-iso .glyphicon-search:before {
    content: "\e003";
}
.bootstrap-iso .glyphicon-heart:before {
    content: "\e005";
}
.bootstrap-iso .glyphicon-star:before {
    content: "\e006";
}
.bootstrap-iso .glyphicon-star-empty:before {
    content: "\e007";
}
.bootstrap-iso .glyphicon-user:before {
    content: "\e008";
}
.bootstrap-iso .glyphicon-film:before {
    content: "\e009";
}
.bootstrap-iso .glyphicon-th-large:before {
    content: "\e010";
}
.bootstrap-iso .glyphicon-th:before {
    content: "\e011";
}
.bootstrap-iso .glyphicon-th-list:before {
    content: "\e012";
}
.bootstrap-iso .glyphicon-ok:before {
    content: "\e013";
}
.bootstrap-iso .glyphicon-remove:before {
    content: "\e014";
}
.bootstrap-iso .glyphicon-zoom-in:before {
    content: "\e015";
}
.bootstrap-iso .glyphicon-zoom-out:before {
    content: "\e016";
}
.bootstrap-iso .glyphicon-off:before {
    content: "\e017";
}
.bootstrap-iso .glyphicon-signal:before {
    content: "\e018";
}
.bootstrap-iso .glyphicon-cog:before {
    content: "\e019";
}
.bootstrap-iso .glyphicon-trash:before {
    content: "\e020";
}
.bootstrap-iso .glyphicon-home:before {
    content: "\e021";
}
.bootstrap-iso .glyphicon-file:before {
    content: "\e022";
}
.bootstrap-iso .glyphicon-time:before {
    content: "\e023";
}
.bootstrap-iso .glyphicon-road:before {
    content: "\e024";
}
.bootstrap-iso .glyphicon-download-alt:before {
    content: "\e025";
}
.bootstrap-iso .glyphicon-download:before {
    content: "\e026";
}
.bootstrap-iso .glyphicon-upload:before {
    content: "\e027";
}
.bootstrap-iso .glyphicon-inbox:before {
    content: "\e028";
}
.bootstrap-iso .glyphicon-play-circle:before {
    content: "\e029";
}
.bootstrap-iso .glyphicon-repeat:before {
    content: "\e030";
}
.bootstrap-iso .glyphicon-refresh:before {
    content: "\e031";
}
.bootstrap-iso .glyphicon-list-alt:before {
    content: "\e032";
}
.bootstrap-iso .glyphicon-lock:before {
    content: "\e033";
}
.bootstrap-iso .glyphicon-flag:before {
    content: "\e034";
}
.bootstrap-iso .glyphicon-headphones:before {
    content: "\e035";
}
.bootstrap-iso .glyphicon-volume-off:before {
    content: "\e036";
}
.bootstrap-iso .glyphicon-volume-down:before {
    content: "\e037";
}
.bootstrap-iso .glyphicon-volume-up:before {
    content: "\e038";
}
.bootstrap-iso .glyphicon-qrcode:before {
    content: "\e039";
}
.bootstrap-iso .glyphicon-barcode:before {
    content: "\e040";
}
.bootstrap-iso .glyphicon-tag:before {
    content: "\e041";
}
.bootstrap-iso .glyphicon-tags:before {
    content: "\e042";
}
.bootstrap-iso .glyphicon-book:before {
    content: "\e043";
}
.bootstrap-iso .glyphicon-bookmark:before {
    content: "\e044";
}
.bootstrap-iso .glyphicon-print:before {
    content: "\e045";
}
.bootstrap-iso .glyphicon-camera:before {
    content: "\e046";
}
.bootstrap-iso .glyphicon-font:before {
    content: "\e047";
}
.bootstrap-iso .glyphicon-bold:before {
    content: "\e048";
}
.bootstrap-iso .glyphicon-italic:before {
    content: "\e049";
}
.bootstrap-iso .glyphicon-text-height:before {
    content: "\e050";
}
.bootstrap-iso .glyphicon-text-width:before {
    content: "\e051";
}
.bootstrap-iso .glyphicon-align-left:before {
    content: "\e052";
}
.bootstrap-iso .glyphicon-align-center:before {
    content: "\e053";
}
.bootstrap-iso .glyphicon-align-right:before {
    content: "\e054";
}
.bootstrap-iso .glyphicon-align-justify:before {
    content: "\e055";
}
.bootstrap-iso .glyphicon-list:before {
    content: "\e056";
}
.bootstrap-iso .glyphicon-indent-left:before {
    content: "\e057";
}
.bootstrap-iso .glyphicon-indent-right:before {
    content: "\e058";
}
.bootstrap-iso .glyphicon-facetime-video:before {
    content: "\e059";
}
.bootstrap-iso .glyphicon-picture:before {
    content: "\e060";
}
.bootstrap-iso .glyphicon-map-marker:before {
    content: "\e062";
}
.bootstrap-iso .glyphicon-adjust:before {
    content: "\e063";
}
.bootstrap-iso .glyphicon-tint:before {
    content: "\e064";
}
.bootstrap-iso .glyphicon-edit:before {
    content: "\e065";
}
.bootstrap-iso .glyphicon-share:before {
    content: "\e066";
}
.bootstrap-iso .glyphicon-check:before {
    content: "\e067";
}
.bootstrap-iso .glyphicon-move:before {
    content: "\e068";
}
.bootstrap-iso .glyphicon-step-backward:before {
    content: "\e069";
}
.bootstrap-iso .glyphicon-fast-backward:before {
    content: "\e070";
}
.bootstrap-iso .glyphicon-backward:before {
    content: "\e071";
}
.bootstrap-iso .glyphicon-play:before {
    content: "\e072";
}
.bootstrap-iso .glyphicon-pause:before {
    content: "\e073";
}
.bootstrap-iso .glyphicon-stop:before {
    content: "\e074";
}
.bootstrap-iso .glyphicon-forward:before {
    content: "\e075";
}
.bootstrap-iso .glyphicon-fast-forward:before {
    content: "\e076";
}
.bootstrap-iso .glyphicon-step-forward:before {
    content: "\e077";
}
.bootstrap-iso .glyphicon-eject:before {
    content: "\e078";
}
.bootstrap-iso .glyphicon-chevron-left:before {
    content: "\e079";
}
.bootstrap-iso .glyphicon-chevron-right:before {
    content: "\e080";
}
.bootstrap-iso .glyphicon-plus-sign:before {
    content: "\e081";
}
.bootstrap-iso .glyphicon-minus-sign:before {
    content: "\e082";
}
.bootstrap-iso .glyphicon-remove-sign:before {
    content: "\e083";
}
.bootstrap-iso .glyphicon-ok-sign:before {
    content: "\e084";
}
.bootstrap-iso .glyphicon-question-sign:before {
    content: "\e085";
}
.bootstrap-iso .glyphicon-info-sign:before {
    content: "\e086";
}
.bootstrap-iso .glyphicon-screenshot:before {
    content: "\e087";
}
.bootstrap-iso .glyphicon-remove-circle:before {
    content: "\e088";
}
.bootstrap-iso .glyphicon-ok-circle:before {
    content: "\e089";
}
.bootstrap-iso .glyphicon-ban-circle:before {
    content: "\e090";
}
.bootstrap-iso .glyphicon-arrow-left:before {
    content: "\e091";
}
.bootstrap-iso .glyphicon-arrow-right:before {
    content: "\e092";
}
.bootstrap-iso .glyphicon-arrow-up:before {
    content: "\e093";
}
.bootstrap-iso .glyphicon-arrow-down:before {
    content: "\e094";
}
.bootstrap-iso .glyphicon-share-alt:before {
    content: "\e095";
}
.bootstrap-iso .glyphicon-resize-full:before {
    content: "\e096";
}
.bootstrap-iso .glyphicon-resize-small:before {
    content: "\e097";
}
.bootstrap-iso .glyphicon-exclamation-sign:before {
    content: "\e101";
}
.bootstrap-iso .glyphicon-gift:before {
    content: "\e102";
}
.bootstrap-iso .glyphicon-leaf:before {
    content: "\e103";
}
.bootstrap-iso .glyphicon-fire:before {
    content: "\e104";
}
.bootstrap-iso .glyphicon-eye-open:before {
    content: "\e105";
}
.bootstrap-iso .glyphicon-eye-close:before {
    content: "\e106";
}
.bootstrap-iso .glyphicon-warning-sign:before {
    content: "\e107";
}
.bootstrap-iso .glyphicon-plane:before {
    content: "\e108";
}
.bootstrap-iso .glyphicon-calendar:before {
    content: "\e109";
}
.bootstrap-iso .glyphicon-random:before {
    content: "\e110";
}
.bootstrap-iso .glyphicon-comment:before {
    content: "\e111";
}
.bootstrap-iso .glyphicon-magnet:before {
    content: "\e112";
}
.bootstrap-iso .glyphicon-chevron-up:before {
    content: "\e113";
}
.bootstrap-iso .glyphicon-chevron-down:before {
    content: "\e114";
}
.bootstrap-iso .glyphicon-retweet:before {
    content: "\e115";
}
.bootstrap-iso .glyphicon-shopping-cart:before {
    content: "\e116";
}
.bootstrap-iso .glyphicon-folder-close:before {
    content: "\e117";
}
.bootstrap-iso .glyphicon-folder-open:before {
    content: "\e118";
}
.bootstrap-iso .glyphicon-resize-vertical:before {
    content: "\e119";
}
.bootstrap-iso .glyphicon-resize-horizontal:before {
    content: "\e120";
}
.bootstrap-iso .glyphicon-hdd:before {
    content: "\e121";
}
.bootstrap-iso .glyphicon-bullhorn:before {
    content: "\e122";
}
.bootstrap-iso .glyphicon-bell:before {
    content: "\e123";
}
.bootstrap-iso .glyphicon-certificate:before {
    content: "\e124";
}
.bootstrap-iso .glyphicon-thumbs-up:before {
    content: "\e125";
}
.bootstrap-iso .glyphicon-thumbs-down:before {
    content: "\e126";
}
.bootstrap-iso .glyphicon-hand-right:before {
    content: "\e127";
}
.bootstrap-iso .glyphicon-hand-left:before {
    content: "\e128";
}
.bootstrap-iso .glyphicon-hand-up:before {
    content: "\e129";
}
.bootstrap-iso .glyphicon-hand-down:before {
    content: "\e130";
}
.bootstrap-iso .glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.bootstrap-iso .glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.bootstrap-iso .glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.bootstrap-iso .glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.bootstrap-iso .glyphicon-globe:before {
    content: "\e135";
}
.bootstrap-iso .glyphicon-wrench:before {
    content: "\e136";
}
.bootstrap-iso .glyphicon-tasks:before {
    content: "\e137";
}
.bootstrap-iso .glyphicon-filter:before {
    content: "\e138";
}
.bootstrap-iso .glyphicon-briefcase:before {
    content: "\e139";
}
.bootstrap-iso .glyphicon-fullscreen:before {
    content: "\e140";
}
.bootstrap-iso .glyphicon-dashboard:before {
    content: "\e141";
}
.bootstrap-iso .glyphicon-paperclip:before {
    content: "\e142";
}
.bootstrap-iso .glyphicon-heart-empty:before {
    content: "\e143";
}
.bootstrap-iso .glyphicon-link:before {
    content: "\e144";
}
.bootstrap-iso .glyphicon-phone:before {
    content: "\e145";
}
.bootstrap-iso .glyphicon-pushpin:before {
    content: "\e146";
}
.bootstrap-iso .glyphicon-usd:before {
    content: "\e148";
}
.bootstrap-iso .glyphicon-gbp:before {
    content: "\e149";
}
.bootstrap-iso .glyphicon-sort:before {
    content: "\e150";
}
.bootstrap-iso .glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.bootstrap-iso .glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.bootstrap-iso .glyphicon-sort-by-order:before {
    content: "\e153";
}
.bootstrap-iso .glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.bootstrap-iso .glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.bootstrap-iso .glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.bootstrap-iso .glyphicon-unchecked:before {
    content: "\e157";
}
.bootstrap-iso .glyphicon-expand:before {
    content: "\e158";
}
.bootstrap-iso .glyphicon-collapse-down:before {
    content: "\e159";
}
.bootstrap-iso .glyphicon-collapse-up:before {
    content: "\e160";
}
.bootstrap-iso .glyphicon-log-in:before {
    content: "\e161";
}
.bootstrap-iso .glyphicon-flash:before {
    content: "\e162";
}
.bootstrap-iso .glyphicon-log-out:before {
    content: "\e163";
}
.bootstrap-iso .glyphicon-new-window:before {
    content: "\e164";
}
.bootstrap-iso .glyphicon-record:before {
    content: "\e165";
}
.bootstrap-iso .glyphicon-save:before {
    content: "\e166";
}
.bootstrap-iso .glyphicon-open:before {
    content: "\e167";
}
.bootstrap-iso .glyphicon-saved:before {
    content: "\e168";
}
.bootstrap-iso .glyphicon-import:before {
    content: "\e169";
}
.bootstrap-iso .glyphicon-export:before {
    content: "\e170";
}
.bootstrap-iso .glyphicon-send:before {
    content: "\e171";
}
.bootstrap-iso .glyphicon-floppy-disk:before {
    content: "\e172";
}
.bootstrap-iso .glyphicon-floppy-saved:before {
    content: "\e173";
}
.bootstrap-iso .glyphicon-floppy-remove:before {
    content: "\e174";
}
.bootstrap-iso .glyphicon-floppy-save:before {
    content: "\e175";
}
.bootstrap-iso .glyphicon-floppy-open:before {
    content: "\e176";
}
.bootstrap-iso .glyphicon-credit-card:before {
    content: "\e177";
}
.bootstrap-iso .glyphicon-transfer:before {
    content: "\e178";
}
.bootstrap-iso .glyphicon-cutlery:before {
    content: "\e179";
}
.bootstrap-iso .glyphicon-header:before {
    content: "\e180";
}
.bootstrap-iso .glyphicon-compressed:before {
    content: "\e181";
}
.bootstrap-iso .glyphicon-earphone:before {
    content: "\e182";
}
.bootstrap-iso .glyphicon-phone-alt:before {
    content: "\e183";
}
.bootstrap-iso .glyphicon-tower:before {
    content: "\e184";
}
.bootstrap-iso .glyphicon-stats:before {
    content: "\e185";
}
.bootstrap-iso .glyphicon-sd-video:before {
    content: "\e186";
}
.bootstrap-iso .glyphicon-hd-video:before {
    content: "\e187";
}
.bootstrap-iso .glyphicon-subtitles:before {
    content: "\e188";
}
.bootstrap-iso .glyphicon-sound-stereo:before {
    content: "\e189";
}
.bootstrap-iso .glyphicon-sound-dolby:before {
    content: "\e190";
}
.bootstrap-iso .glyphicon-sound-5-1:before {
    content: "\e191";
}
.bootstrap-iso .glyphicon-sound-6-1:before {
    content: "\e192";
}
.bootstrap-iso .glyphicon-sound-7-1:before {
    content: "\e193";
}
.bootstrap-iso .glyphicon-copyright-mark:before {
    content: "\e194";
}
.bootstrap-iso .glyphicon-registration-mark:before {
    content: "\e195";
}
.bootstrap-iso .glyphicon-cloud-download:before {
    content: "\e197";
}
.bootstrap-iso .glyphicon-cloud-upload:before {
    content: "\e198";
}
.bootstrap-iso .glyphicon-tree-conifer:before {
    content: "\e199";
}
.bootstrap-iso .glyphicon-tree-deciduous:before {
    content: "\e200";
}
.bootstrap-iso .glyphicon-cd:before {
    content: "\e201";
}
.bootstrap-iso .glyphicon-save-file:before {
    content: "\e202";
}
.bootstrap-iso .glyphicon-open-file:before {
    content: "\e203";
}
.bootstrap-iso .glyphicon-level-up:before {
    content: "\e204";
}
.bootstrap-iso .glyphicon-copy:before {
    content: "\e205";
}
.bootstrap-iso .glyphicon-paste:before {
    content: "\e206";
}
.bootstrap-iso .glyphicon-alert:before {
    content: "\e209";
}
.bootstrap-iso .glyphicon-equalizer:before {
    content: "\e210";
}
.bootstrap-iso .glyphicon-king:before {
    content: "\e211";
}
.bootstrap-iso .glyphicon-queen:before {
    content: "\e212";
}
.bootstrap-iso .glyphicon-pawn:before {
    content: "\e213";
}
.bootstrap-iso .glyphicon-bishop:before {
    content: "\e214";
}
.bootstrap-iso .glyphicon-knight:before {
    content: "\e215";
}
.bootstrap-iso .glyphicon-baby-formula:before {
    content: "\e216";
}
.bootstrap-iso .glyphicon-tent:before {
    content: "\26fa";
}
.bootstrap-iso .glyphicon-blackboard:before {
    content: "\e218";
}
.bootstrap-iso .glyphicon-bed:before {
    content: "\e219";
}
.bootstrap-iso .glyphicon-apple:before {
    content: "\f8ff";
}
.bootstrap-iso .glyphicon-erase:before {
    content: "\e221";
}
.bootstrap-iso .glyphicon-hourglass:before {
    content: "\231b";
}
.bootstrap-iso .glyphicon-lamp:before {
    content: "\e223";
}
.bootstrap-iso .glyphicon-duplicate:before {
    content: "\e224";
}
.bootstrap-iso .glyphicon-piggy-bank:before {
    content: "\e225";
}
.bootstrap-iso .glyphicon-scissors:before {
    content: "\e226";
}
.bootstrap-iso .glyphicon-bitcoin:before {
    content: "\e227";
}
.bootstrap-iso .glyphicon-btc:before {
    content: "\e227";
}
.bootstrap-iso .glyphicon-xbt:before {
    content: "\e227";
}
.bootstrap-iso .glyphicon-yen:before {
    content: "\00a5";
}
.bootstrap-iso .glyphicon-jpy:before {
    content: "\00a5";
}
.bootstrap-iso .glyphicon-ruble:before {
    content: "\20bd";
}
.bootstrap-iso .glyphicon-rub:before {
    content: "\20bd";
}
.bootstrap-iso .glyphicon-scale:before {
    content: "\e230";
}
.bootstrap-iso .glyphicon-ice-lolly:before {
    content: "\e231";
}
.bootstrap-iso .glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.bootstrap-iso .glyphicon-education:before {
    content: "\e233";
}
.bootstrap-iso .glyphicon-option-horizontal:before {
    content: "\e234";
}
.bootstrap-iso .glyphicon-option-vertical:before {
    content: "\e235";
}
.bootstrap-iso .glyphicon-menu-hamburger:before {
    content: "\e236";
}
.bootstrap-iso .glyphicon-modal-window:before {
    content: "\e237";
}
.bootstrap-iso .glyphicon-oil:before {
    content: "\e238";
}
.bootstrap-iso .glyphicon-grain:before {
    content: "\e239";
}
.bootstrap-iso .glyphicon-sunglasses:before {
    content: "\e240";
}
.bootstrap-iso .glyphicon-text-size:before {
    content: "\e241";
}
.bootstrap-iso .glyphicon-text-color:before {
    content: "\e242";
}
.bootstrap-iso .glyphicon-text-background:before {
    content: "\e243";
}
.bootstrap-iso .glyphicon-object-align-top:before {
    content: "\e244";
}
.bootstrap-iso .glyphicon-object-align-bottom:before {
    content: "\e245";
}
.bootstrap-iso .glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.bootstrap-iso .glyphicon-object-align-left:before {
    content: "\e247";
}
.bootstrap-iso .glyphicon-object-align-vertical:before {
    content: "\e248";
}
.bootstrap-iso .glyphicon-object-align-right:before {
    content: "\e249";
}
.bootstrap-iso .glyphicon-triangle-right:before {
    content: "\e250";
}
.bootstrap-iso .glyphicon-triangle-left:before {
    content: "\e251";
}
.bootstrap-iso .glyphicon-triangle-bottom:before {
    content: "\e252";
}
.bootstrap-iso .glyphicon-triangle-top:before {
    content: "\e253";
}
.bootstrap-iso .glyphicon-console:before {
    content: "\e254";
}
.bootstrap-iso .glyphicon-superscript:before {
    content: "\e255";
}
.bootstrap-iso .glyphicon-subscript:before {
    content: "\e256";
}
.bootstrap-iso .glyphicon-menu-left:before {
    content: "\e257";
}
.bootstrap-iso .glyphicon-menu-right:before {
    content: "\e258";
}
.bootstrap-iso .glyphicon-menu-down:before {
    content: "\e259";
}
.bootstrap-iso .glyphicon-menu-up:before {
    content: "\e260";
}
.bootstrap-iso * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-iso *:before,
.bootstrap-iso *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-iso html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bootstrap-iso body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
.bootstrap-iso input,
.bootstrap-iso button,
.bootstrap-iso select,
.bootstrap-iso textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.bootstrap-iso a {
    color: #337ab7;
    text-decoration: none;
}
.bootstrap-iso a:hover,
.bootstrap-iso a:focus {
    color: #23527c;
    text-decoration: underline;
}
.bootstrap-iso a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap-iso figure {
    margin: 0;
}
.bootstrap-iso img {
    vertical-align: middle;
}
.bootstrap-iso .img-responsive,
.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img,
.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.bootstrap-iso .img-rounded {
    border-radius: 6px;
}
.bootstrap-iso .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.bootstrap-iso .img-circle {
    border-radius: 50%;
}
.bootstrap-iso hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.bootstrap-iso .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.bootstrap-iso .sr-only-focusable:active,
.bootstrap-iso .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.bootstrap-iso [role="button"] {
    cursor: pointer;
}
.bootstrap-iso h1,
.bootstrap-iso h2,
.bootstrap-iso h3,
.bootstrap-iso h4,
.bootstrap-iso h5,
.bootstrap-iso h6,
.bootstrap-iso .h1,
.bootstrap-iso .h2,
.bootstrap-iso .h3,
.bootstrap-iso .h4,
.bootstrap-iso .h5,
.bootstrap-iso .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.bootstrap-iso h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h1 small,
.bootstrap-iso .h2 small,
.bootstrap-iso .h3 small,
.bootstrap-iso .h4 small,
.bootstrap-iso .h5 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso .h3 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
.bootstrap-iso h1,
.bootstrap-iso .h1,
.bootstrap-iso h2,
.bootstrap-iso .h2,
.bootstrap-iso h3,
.bootstrap-iso .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.bootstrap-iso h1 small,
.bootstrap-iso .h1 small,
.bootstrap-iso h2 small,
.bootstrap-iso .h2 small,
.bootstrap-iso h3 small,
.bootstrap-iso .h3 small,
.bootstrap-iso h1 .small,
.bootstrap-iso .h1 .small,
.bootstrap-iso h2 .small,
.bootstrap-iso .h2 .small,
.bootstrap-iso h3 .small,
.bootstrap-iso .h3 .small {
    font-size: 65%;
}
.bootstrap-iso h4,
.bootstrap-iso .h4,
.bootstrap-iso h5,
.bootstrap-iso .h5,
.bootstrap-iso h6,
.bootstrap-iso .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap-iso h4 small,
.bootstrap-iso .h4 small,
.bootstrap-iso h5 small,
.bootstrap-iso .h5 small,
.bootstrap-iso h6 small,
.bootstrap-iso .h6 small,
.bootstrap-iso h4 .small,
.bootstrap-iso .h4 .small,
.bootstrap-iso h5 .small,
.bootstrap-iso .h5 .small,
.bootstrap-iso h6 .small,
.bootstrap-iso .h6 .small {
    font-size: 75%;
}
.bootstrap-iso h1,
.bootstrap-iso .h1 {
    font-size: 36px;
}
.bootstrap-iso h2,
.bootstrap-iso .h2 {
    font-size: 30px;
}
.bootstrap-iso h3,
.bootstrap-iso .h3 {
    font-size: 24px;
}
.bootstrap-iso h4,
.bootstrap-iso .h4 {
    font-size: 18px;
}
.bootstrap-iso h5,
.bootstrap-iso .h5 {
    font-size: 14px;
}
.bootstrap-iso h6,
.bootstrap-iso .h6 {
    font-size: 12px;
}
.bootstrap-iso p {
    margin: 0 0 10px;
}
.bootstrap-iso .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .bootstrap-iso .lead {
        font-size: 21px;
    }
}
.bootstrap-iso small,
.bootstrap-iso .small {
    font-size: 85%;
}
.bootstrap-iso mark,
.bootstrap-iso .mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.bootstrap-iso .text-left {
    text-align: left;
}
.bootstrap-iso .text-right {
    text-align: right;
}
.bootstrap-iso .text-center {
    text-align: center;
}
.bootstrap-iso .text-justify {
    text-align: justify;
}
.bootstrap-iso .text-nowrap {
    white-space: nowrap;
}
.bootstrap-iso .text-lowercase {
    text-transform: lowercase;
}
.bootstrap-iso .text-uppercase {
    text-transform: uppercase;
}
.bootstrap-iso .text-capitalize {
    text-transform: capitalize;
}
.bootstrap-iso .text-muted {
    color: #777777;
}
.bootstrap-iso .text-primary {
    color: #337ab7;
}
.bootstrap-iso a.text-primary:hover {
    color: #286090;
}
.bootstrap-iso .text-success {
    color: #3c763d;
}
.bootstrap-iso a.text-success:hover {
    color: #2b542c;
}
.bootstrap-iso .text-info {
    color: #31708f;
}
.bootstrap-iso a.text-info:hover {
    color: #245269;
}
.bootstrap-iso .text-warning {
    color: #8a6d3b;
}
.bootstrap-iso a.text-warning:hover {
    color: #66512c;
}
.bootstrap-iso .text-danger {
    color: #a94442;
}
.bootstrap-iso a.text-danger:hover {
    color: #843534;
}
.bootstrap-iso .bg-primary {
    color: #fff;
    background-color: #337ab7;
}
.bootstrap-iso a.bg-primary:hover {
    background-color: #286090;
}
.bootstrap-iso .bg-success {
    background-color: #dff0d8;
}
.bootstrap-iso a.bg-success:hover {
    background-color: #c1e2b3;
}
.bootstrap-iso .bg-info {
    background-color: #d9edf7;
}
.bootstrap-iso a.bg-info:hover {
    background-color: #afd9ee;
}
.bootstrap-iso .bg-warning {
    background-color: #fcf8e3;
}
.bootstrap-iso a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bootstrap-iso .bg-danger {
    background-color: #f2dede;
}
.bootstrap-iso a.bg-danger:hover {
    background-color: #e4b9b9;
}
.bootstrap-iso .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
.bootstrap-iso ul,
.bootstrap-iso ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.bootstrap-iso ul ul,
.bootstrap-iso ol ul,
.bootstrap-iso ul ol,
.bootstrap-iso ol ol {
    margin-bottom: 0;
}
.bootstrap-iso .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.bootstrap-iso .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.bootstrap-iso .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.bootstrap-iso dl {
    margin-top: 0;
    margin-bottom: 20px;
}
.bootstrap-iso dt,
.bootstrap-iso dd {
    line-height: 1.42857143;
}
.bootstrap-iso dt {
    font-weight: bold;
}
.bootstrap-iso dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .bootstrap-iso .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .bootstrap-iso .dl-horizontal dd {
        margin-left: 180px;
    }
}
.bootstrap-iso abbr[title],
.bootstrap-iso abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.bootstrap-iso .initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.bootstrap-iso blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
.bootstrap-iso blockquote p:last-child,
.bootstrap-iso blockquote ul:last-child,
.bootstrap-iso blockquote ol:last-child {
    margin-bottom: 0;
}
.bootstrap-iso blockquote footer,
.bootstrap-iso blockquote small,
.bootstrap-iso blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
.bootstrap-iso blockquote footer:before,
.bootstrap-iso blockquote small:before,
.bootstrap-iso blockquote .small:before {
    content: '\2014 \00A0';
}
.bootstrap-iso .blockquote-reverse,
.bootstrap-iso blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.bootstrap-iso .blockquote-reverse footer:before,
.bootstrap-iso blockquote.pull-right footer:before,
.bootstrap-iso .blockquote-reverse small:before,
.bootstrap-iso blockquote.pull-right small:before,
.bootstrap-iso .blockquote-reverse .small:before,
.bootstrap-iso blockquote.pull-right .small:before {
    content: '';
}
.bootstrap-iso .blockquote-reverse footer:after,
.bootstrap-iso blockquote.pull-right footer:after,
.bootstrap-iso .blockquote-reverse small:after,
.bootstrap-iso blockquote.pull-right small:after,
.bootstrap-iso .blockquote-reverse .small:after,
.bootstrap-iso blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
.bootstrap-iso address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.bootstrap-iso code,
.bootstrap-iso kbd,
.bootstrap-iso pre,
.bootstrap-iso samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bootstrap-iso code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.bootstrap-iso kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-iso kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-iso pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.bootstrap-iso pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.bootstrap-iso .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.bootstrap-iso .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .bootstrap-iso .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .bootstrap-iso .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .bootstrap-iso .container {
        width: 1170px;
    }
}
.bootstrap-iso .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.bootstrap-iso .row {
    margin-left: -15px;
    margin-right: -15px;
}
.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-sm-1,
.bootstrap-iso .col-md-1,
.bootstrap-iso .col-lg-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-sm-2,
.bootstrap-iso .col-md-2,
.bootstrap-iso .col-lg-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-sm-3,
.bootstrap-iso .col-md-3,
.bootstrap-iso .col-lg-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-sm-4,
.bootstrap-iso .col-md-4,
.bootstrap-iso .col-lg-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-sm-5,
.bootstrap-iso .col-md-5,
.bootstrap-iso .col-lg-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-sm-6,
.bootstrap-iso .col-md-6,
.bootstrap-iso .col-lg-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-sm-7,
.bootstrap-iso .col-md-7,
.bootstrap-iso .col-lg-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-sm-8,
.bootstrap-iso .col-md-8,
.bootstrap-iso .col-lg-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-sm-9,
.bootstrap-iso .col-md-9,
.bootstrap-iso .col-lg-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-sm-10,
.bootstrap-iso .col-md-10,
.bootstrap-iso .col-lg-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-sm-11,
.bootstrap-iso .col-md-11,
.bootstrap-iso .col-lg-11,
.bootstrap-iso .col-xs-12,
.bootstrap-iso .col-sm-12,
.bootstrap-iso .col-md-12,
.bootstrap-iso .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.bootstrap-iso .col-xs-1,
.bootstrap-iso .col-xs-2,
.bootstrap-iso .col-xs-3,
.bootstrap-iso .col-xs-4,
.bootstrap-iso .col-xs-5,
.bootstrap-iso .col-xs-6,
.bootstrap-iso .col-xs-7,
.bootstrap-iso .col-xs-8,
.bootstrap-iso .col-xs-9,
.bootstrap-iso .col-xs-10,
.bootstrap-iso .col-xs-11,
.bootstrap-iso .col-xs-12 {
    float: left;
}
.bootstrap-iso .col-xs-12 {
    width: 100%;
}
.bootstrap-iso .col-xs-11 {
    width: 91.66666667%;
}
.bootstrap-iso .col-xs-10 {
    width: 83.33333333%;
}
.bootstrap-iso .col-xs-9 {
    width: 75%;
}
.bootstrap-iso .col-xs-8 {
    width: 66.66666667%;
}
.bootstrap-iso .col-xs-7 {
    width: 58.33333333%;
}
.bootstrap-iso .col-xs-6 {
    width: 50%;
}
.bootstrap-iso .col-xs-5 {
    width: 41.66666667%;
}
.bootstrap-iso .col-xs-4 {
    width: 33.33333333%;
}
.bootstrap-iso .col-xs-3 {
    width: 25%;
}
.bootstrap-iso .col-xs-2 {
    width: 16.66666667%;
}
.bootstrap-iso .col-xs-1 {
    width: 8.33333333%;
}
.bootstrap-iso .col-xs-pull-12 {
    right: 100%;
}
.bootstrap-iso .col-xs-pull-11 {
    right: 91.66666667%;
}
.bootstrap-iso .col-xs-pull-10 {
    right: 83.33333333%;
}
.bootstrap-iso .col-xs-pull-9 {
    right: 75%;
}
.bootstrap-iso .col-xs-pull-8 {
    right: 66.66666667%;
}
.bootstrap-iso .col-xs-pull-7 {
    right: 58.33333333%;
}
.bootstrap-iso .col-xs-pull-6 {
    right: 50%;
}
.bootstrap-iso .col-xs-pull-5 {
    right: 41.66666667%;
}
.bootstrap-iso .col-xs-pull-4 {
    right: 33.33333333%;
}
.bootstrap-iso .col-xs-pull-3 {
    right: 25%;
}
.bootstrap-iso .col-xs-pull-2 {
    right: 16.66666667%;
}
.bootstrap-iso .col-xs-pull-1 {
    right: 8.33333333%;
}
.bootstrap-iso .col-xs-pull-0 {
    right: auto;
}
.bootstrap-iso .col-xs-push-12 {
    left: 100%;
}
.bootstrap-iso .col-xs-push-11 {
    left: 91.66666667%;
}
.bootstrap-iso .col-xs-push-10 {
    left: 83.33333333%;
}
.bootstrap-iso .col-xs-push-9 {
    left: 75%;
}
.bootstrap-iso .col-xs-push-8 {
    left: 66.66666667%;
}
.bootstrap-iso .col-xs-push-7 {
    left: 58.33333333%;
}
.bootstrap-iso .col-xs-push-6 {
    left: 50%;
}
.bootstrap-iso .col-xs-push-5 {
    left: 41.66666667%;
}
.bootstrap-iso .col-xs-push-4 {
    left: 33.33333333%;
}
.bootstrap-iso .col-xs-push-3 {
    left: 25%;
}
.bootstrap-iso .col-xs-push-2 {
    left: 16.66666667%;
}
.bootstrap-iso .col-xs-push-1 {
    left: 8.33333333%;
}
.bootstrap-iso .col-xs-push-0 {
    left: auto;
}
.bootstrap-iso .col-xs-offset-12 {
    margin-left: 100%;
}
.bootstrap-iso .col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.bootstrap-iso .col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.bootstrap-iso .col-xs-offset-9 {
    margin-left: 75%;
}
.bootstrap-iso .col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.bootstrap-iso .col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.bootstrap-iso .col-xs-offset-6 {
    margin-left: 50%;
}
.bootstrap-iso .col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.bootstrap-iso .col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.bootstrap-iso .col-xs-offset-3 {
    margin-left: 25%;
}
.bootstrap-iso .col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.bootstrap-iso .col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.bootstrap-iso .col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .bootstrap-iso .col-sm-1,
    .bootstrap-iso .col-sm-2,
    .bootstrap-iso .col-sm-3,
    .bootstrap-iso .col-sm-4,
    .bootstrap-iso .col-sm-5,
    .bootstrap-iso .col-sm-6,
    .bootstrap-iso .col-sm-7,
    .bootstrap-iso .col-sm-8,
    .bootstrap-iso .col-sm-9,
    .bootstrap-iso .col-sm-10,
    .bootstrap-iso .col-sm-11,
    .bootstrap-iso .col-sm-12 {
        float: left;
    }
    .bootstrap-iso .col-sm-12 {
        width: 100%;
    }
    .bootstrap-iso .col-sm-11 {
        width: 91.66666667%;
    }
    .bootstrap-iso .col-sm-10 {
        width: 83.33333333%;
    }
    .bootstrap-iso .col-sm-9 {
        width: 75%;
    }
    .bootstrap-iso .col-sm-8 {
        width: 66.66666667%;
    }
    .bootstrap-iso .col-sm-7 {
        width: 58.33333333%;
    }
    .bootstrap-iso .col-sm-6 {
        width: 50%;
    }
    .bootstrap-iso .col-sm-5 {
        width: 41.66666667%;
    }
    .bootstrap-iso .col-sm-4 {
        width: 33.33333333%;
    }
    .bootstrap-iso .col-sm-3 {
        width: 25%;
    }
    .bootstrap-iso .col-sm-2 {
        width: 16.66666667%;
    }
    .bootstrap-iso .col-sm-1 {
        width: 8.33333333%;
    }
    .bootstrap-iso .col-sm-pull-12 {
        right: 100%;
    }
    .bootstrap-iso .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .bootstrap-iso .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .bootstrap-iso .col-sm-pull-9 {
        right: 75%;
    }
    .bootstrap-iso .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .bootstrap-iso .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .bootstrap-iso .col-sm-pull-6 {
        right: 50%;
    }
    .bootstrap-iso .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .bootstrap-iso .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .bootstrap-iso .col-sm-pull-3 {
        right: 25%;
    }
    .bootstrap-iso .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .bootstrap-iso .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .bootstrap-iso .col-sm-pull-0 {
        right: auto;
    }
    .bootstrap-iso .col-sm-push-12 {
        left: 100%;
    }
    .bootstrap-iso .col-sm-push-11 {
        left: 91.66666667%;
    }
    .bootstrap-iso .col-sm-push-10 {
        left: 83.33333333%;
    }
    .bootstrap-iso .col-sm-push-9 {
        left: 75%;
    }
    .bootstrap-iso .col-sm-push-8 {
        left: 66.66666667%;
    }
    .bootstrap-iso .col-sm-push-7 {
        left: 58.33333333%;
    }
    .bootstrap-iso .col-sm-push-6 {
        left: 50%;
    }
    .bootstrap-iso .col-sm-push-5 {
        left: 41.66666667%;
    }
    .bootstrap-iso .col-sm-push-4 {
        left: 33.33333333%;
    }
    .bootstrap-iso .col-sm-push-3 {
        left: 25%;
    }
    .bootstrap-iso .col-sm-push-2 {
        left: 16.66666667%;
    }
    .bootstrap-iso .col-sm-push-1 {
        left: 8.33333333%;
    }
    .bootstrap-iso .col-sm-push-0 {
        left: auto;
    }
    .bootstrap-iso .col-sm-offset-12 {
        margin-left: 100%;
    }
    .bootstrap-iso .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .bootstrap-iso .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .bootstrap-iso .col-sm-offset-9 {
        margin-left: 75%;
    }
    .bootstrap-iso .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .bootstrap-iso .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .bootstrap-iso .col-sm-offset-6 {
        margin-left: 50%;
    }
    .bootstrap-iso .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .bootstrap-iso .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .bootstrap-iso .col-sm-offset-3 {
        margin-left: 25%;
    }
    .bootstrap-iso .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .bootstrap-iso .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .bootstrap-iso .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .bootstrap-iso .col-md-1,
    .bootstrap-iso .col-md-2,
    .bootstrap-iso .col-md-3,
    .bootstrap-iso .col-md-4,
    .bootstrap-iso .col-md-5,
    .bootstrap-iso .col-md-6,
    .bootstrap-iso .col-md-7,
    .bootstrap-iso .col-md-8,
    .bootstrap-iso .col-md-9,
    .bootstrap-iso .col-md-10,
    .bootstrap-iso .col-md-11,
    .bootstrap-iso .col-md-12 {
        float: left;
    }
    .bootstrap-iso .col-md-12 {
        width: 100%;
    }
    .bootstrap-iso .col-md-11 {
        width: 91.66666667%;
    }
    .bootstrap-iso .col-md-10 {
        width: 83.33333333%;
    }
    .bootstrap-iso .col-md-9 {
        width: 75%;
    }
    .bootstrap-iso .col-md-8 {
        width: 66.66666667%;
    }
    .bootstrap-iso .col-md-7 {
        width: 58.33333333%;
    }
    .bootstrap-iso .col-md-6 {
        width: 50%;
    }
    .bootstrap-iso .col-md-5 {
        width: 41.66666667%;
    }
    .bootstrap-iso .col-md-4 {
        width: 33.33333333%;
    }
    .bootstrap-iso .col-md-3 {
        width: 25%;
    }
    .bootstrap-iso .col-md-2 {
        width: 16.66666667%;
    }
    .bootstrap-iso .col-md-1 {
        width: 8.33333333%;
    }
    .bootstrap-iso .col-md-pull-12 {
        right: 100%;
    }
    .bootstrap-iso .col-md-pull-11 {
        right: 91.66666667%;
    }
    .bootstrap-iso .col-md-pull-10 {
        right: 83.33333333%;
    }
    .bootstrap-iso .col-md-pull-9 {
        right: 75%;
    }
    .bootstrap-iso .col-md-pull-8 {
        right: 66.66666667%;
    }
    .bootstrap-iso .col-md-pull-7 {
        right: 58.33333333%;
    }
    .bootstrap-iso .col-md-pull-6 {
        right: 50%;
    }
    .bootstrap-iso .col-md-pull-5 {
        right: 41.66666667%;
    }
    .bootstrap-iso .col-md-pull-4 {
        right: 33.33333333%;
    }
    .bootstrap-iso .col-md-pull-3 {
        right: 25%;
    }
    .bootstrap-iso .col-md-pull-2 {
        right: 16.66666667%;
    }
    .bootstrap-iso .col-md-pull-1 {
        right: 8.33333333%;
    }
    .bootstrap-iso .col-md-pull-0 {
        right: auto;
    }
    .bootstrap-iso .col-md-push-12 {
        left: 100%;
    }
    .bootstrap-iso .col-md-push-11 {
        left: 91.66666667%;
    }
    .bootstrap-iso .col-md-push-10 {
        left: 83.33333333%;
    }
    .bootstrap-iso .col-md-push-9 {
        left: 75%;
    }
    .bootstrap-iso .col-md-push-8 {
        left: 66.66666667%;
    }
    .bootstrap-iso .col-md-push-7 {
        left: 58.33333333%;
    }
    .bootstrap-iso .col-md-push-6 {
        left: 50%;
    }
    .bootstrap-iso .col-md-push-5 {
        left: 41.66666667%;
    }
    .bootstrap-iso .col-md-push-4 {
        left: 33.33333333%;
    }
    .bootstrap-iso .col-md-push-3 {
        left: 25%;
    }
    .bootstrap-iso .col-md-push-2 {
        left: 16.66666667%;
    }
    .bootstrap-iso .col-md-push-1 {
        left: 8.33333333%;
    }
    .bootstrap-iso .col-md-push-0 {
        left: auto;
    }
    .bootstrap-iso .col-md-offset-12 {
        margin-left: 100%;
    }
    .bootstrap-iso .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .bootstrap-iso .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .bootstrap-iso .col-md-offset-9 {
        margin-left: 75%;
    }
    .bootstrap-iso .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .bootstrap-iso .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .bootstrap-iso .col-md-offset-6 {
        margin-left: 50%;
    }
    .bootstrap-iso .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .bootstrap-iso .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .bootstrap-iso .col-md-offset-3 {
        margin-left: 25%;
    }
    .bootstrap-iso .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .bootstrap-iso .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .bootstrap-iso .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .bootstrap-iso .col-lg-1,
    .bootstrap-iso .col-lg-2,
    .bootstrap-iso .col-lg-3,
    .bootstrap-iso .col-lg-4,
    .bootstrap-iso .col-lg-5,
    .bootstrap-iso .col-lg-6,
    .bootstrap-iso .col-lg-7,
    .bootstrap-iso .col-lg-8,
    .bootstrap-iso .col-lg-9,
    .bootstrap-iso .col-lg-10,
    .bootstrap-iso .col-lg-11,
    .bootstrap-iso .col-lg-12 {
        float: left;
    }
    .bootstrap-iso .col-lg-12 {
        width: 100%;
    }
    .bootstrap-iso .col-lg-11 {
        width: 91.66666667%;
    }
    .bootstrap-iso .col-lg-10 {
        width: 83.33333333%;
    }
    .bootstrap-iso .col-lg-9 {
        width: 75%;
    }
    .bootstrap-iso .col-lg-8 {
        width: 66.66666667%;
    }
    .bootstrap-iso .col-lg-7 {
        width: 58.33333333%;
    }
    .bootstrap-iso .col-lg-6 {
        width: 50%;
    }
    .bootstrap-iso .col-lg-5 {
        width: 41.66666667%;
    }
    .bootstrap-iso .col-lg-4 {
        width: 33.33333333%;
    }
    .bootstrap-iso .col-lg-3 {
        width: 25%;
    }
    .bootstrap-iso .col-lg-2 {
        width: 16.66666667%;
    }
    .bootstrap-iso .col-lg-1 {
        width: 8.33333333%;
    }
    .bootstrap-iso .col-lg-pull-12 {
        right: 100%;
    }
    .bootstrap-iso .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .bootstrap-iso .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .bootstrap-iso .col-lg-pull-9 {
        right: 75%;
    }
    .bootstrap-iso .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .bootstrap-iso .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .bootstrap-iso .col-lg-pull-6 {
        right: 50%;
    }
    .bootstrap-iso .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .bootstrap-iso .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .bootstrap-iso .col-lg-pull-3 {
        right: 25%;
    }
    .bootstrap-iso .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .bootstrap-iso .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .bootstrap-iso .col-lg-pull-0 {
        right: auto;
    }
    .bootstrap-iso .col-lg-push-12 {
        left: 100%;
    }
    .bootstrap-iso .col-lg-push-11 {
        left: 91.66666667%;
    }
    .bootstrap-iso .col-lg-push-10 {
        left: 83.33333333%;
    }
    .bootstrap-iso .col-lg-push-9 {
        left: 75%;
    }
    .bootstrap-iso .col-lg-push-8 {
        left: 66.66666667%;
    }
    .bootstrap-iso .col-lg-push-7 {
        left: 58.33333333%;
    }
    .bootstrap-iso .col-lg-push-6 {
        left: 50%;
    }
    .bootstrap-iso .col-lg-push-5 {
        left: 41.66666667%;
    }
    .bootstrap-iso .col-lg-push-4 {
        left: 33.33333333%;
    }
    .bootstrap-iso .col-lg-push-3 {
        left: 25%;
    }
    .bootstrap-iso .col-lg-push-2 {
        left: 16.66666667%;
    }
    .bootstrap-iso .col-lg-push-1 {
        left: 8.33333333%;
    }
    .bootstrap-iso .col-lg-push-0 {
        left: auto;
    }
    .bootstrap-iso .col-lg-offset-12 {
        margin-left: 100%;
    }
    .bootstrap-iso .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .bootstrap-iso .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .bootstrap-iso .col-lg-offset-9 {
        margin-left: 75%;
    }
    .bootstrap-iso .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .bootstrap-iso .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .bootstrap-iso .col-lg-offset-6 {
        margin-left: 50%;
    }
    .bootstrap-iso .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .bootstrap-iso .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .bootstrap-iso .col-lg-offset-3 {
        margin-left: 25%;
    }
    .bootstrap-iso .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .bootstrap-iso .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .bootstrap-iso .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.bootstrap-iso table {
    background-color: transparent;
}
.bootstrap-iso caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
.bootstrap-iso th {
    text-align: left;
}
.bootstrap-iso .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.bootstrap-iso .table > thead > tr > th,
.bootstrap-iso .table > tbody > tr > th,
.bootstrap-iso .table > tfoot > tr > th,
.bootstrap-iso .table > thead > tr > td,
.bootstrap-iso .table > tbody > tr > td,
.bootstrap-iso .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.bootstrap-iso .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.bootstrap-iso .table > caption + thead > tr:first-child > th,
.bootstrap-iso .table > colgroup + thead > tr:first-child > th,
.bootstrap-iso .table > thead:first-child > tr:first-child > th,
.bootstrap-iso .table > caption + thead > tr:first-child > td,
.bootstrap-iso .table > colgroup + thead > tr:first-child > td,
.bootstrap-iso .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.bootstrap-iso .table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.bootstrap-iso .table .table {
    background-color: #ffffff;
}
.bootstrap-iso .table-condensed > thead > tr > th,
.bootstrap-iso .table-condensed > tbody > tr > th,
.bootstrap-iso .table-condensed > tfoot > tr > th,
.bootstrap-iso .table-condensed > thead > tr > td,
.bootstrap-iso .table-condensed > tbody > tr > td,
.bootstrap-iso .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.bootstrap-iso .table-bordered {
    border: 1px solid #dddddd;
}
.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > tbody > tr > th,
.bootstrap-iso .table-bordered > tfoot > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td,
.bootstrap-iso .table-bordered > tbody > tr > td,
.bootstrap-iso .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.bootstrap-iso .table-bordered > thead > tr > th,
.bootstrap-iso .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.bootstrap-iso .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.bootstrap-iso .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.bootstrap-iso table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
.bootstrap-iso table td[class*="col-"],
.bootstrap-iso table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.bootstrap-iso .table > thead > tr > td.active,
.bootstrap-iso .table > tbody > tr > td.active,
.bootstrap-iso .table > tfoot > tr > td.active,
.bootstrap-iso .table > thead > tr > th.active,
.bootstrap-iso .table > tbody > tr > th.active,
.bootstrap-iso .table > tfoot > tr > th.active,
.bootstrap-iso .table > thead > tr.active > td,
.bootstrap-iso .table > tbody > tr.active > td,
.bootstrap-iso .table > tfoot > tr.active > td,
.bootstrap-iso .table > thead > tr.active > th,
.bootstrap-iso .table > tbody > tr.active > th,
.bootstrap-iso .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.bootstrap-iso .table-hover > tbody > tr > td.active:hover,
.bootstrap-iso .table-hover > tbody > tr > th.active:hover,
.bootstrap-iso .table-hover > tbody > tr.active:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .active,
.bootstrap-iso .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.bootstrap-iso .table > thead > tr > td.success,
.bootstrap-iso .table > tbody > tr > td.success,
.bootstrap-iso .table > tfoot > tr > td.success,
.bootstrap-iso .table > thead > tr > th.success,
.bootstrap-iso .table > tbody > tr > th.success,
.bootstrap-iso .table > tfoot > tr > th.success,
.bootstrap-iso .table > thead > tr.success > td,
.bootstrap-iso .table > tbody > tr.success > td,
.bootstrap-iso .table > tfoot > tr.success > td,
.bootstrap-iso .table > thead > tr.success > th,
.bootstrap-iso .table > tbody > tr.success > th,
.bootstrap-iso .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.bootstrap-iso .table-hover > tbody > tr > td.success:hover,
.bootstrap-iso .table-hover > tbody > tr > th.success:hover,
.bootstrap-iso .table-hover > tbody > tr.success:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .success,
.bootstrap-iso .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.bootstrap-iso .table > thead > tr > td.info,
.bootstrap-iso .table > tbody > tr > td.info,
.bootstrap-iso .table > tfoot > tr > td.info,
.bootstrap-iso .table > thead > tr > th.info,
.bootstrap-iso .table > tbody > tr > th.info,
.bootstrap-iso .table > tfoot > tr > th.info,
.bootstrap-iso .table > thead > tr.info > td,
.bootstrap-iso .table > tbody > tr.info > td,
.bootstrap-iso .table > tfoot > tr.info > td,
.bootstrap-iso .table > thead > tr.info > th,
.bootstrap-iso .table > tbody > tr.info > th,
.bootstrap-iso .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.bootstrap-iso .table-hover > tbody > tr > td.info:hover,
.bootstrap-iso .table-hover > tbody > tr > th.info:hover,
.bootstrap-iso .table-hover > tbody > tr.info:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .info,
.bootstrap-iso .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.bootstrap-iso .table > thead > tr > td.warning,
.bootstrap-iso .table > tbody > tr > td.warning,
.bootstrap-iso .table > tfoot > tr > td.warning,
.bootstrap-iso .table > thead > tr > th.warning,
.bootstrap-iso .table > tbody > tr > th.warning,
.bootstrap-iso .table > tfoot > tr > th.warning,
.bootstrap-iso .table > thead > tr.warning > td,
.bootstrap-iso .table > tbody > tr.warning > td,
.bootstrap-iso .table > tfoot > tr.warning > td,
.bootstrap-iso .table > thead > tr.warning > th,
.bootstrap-iso .table > tbody > tr.warning > th,
.bootstrap-iso .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.bootstrap-iso .table-hover > tbody > tr > td.warning:hover,
.bootstrap-iso .table-hover > tbody > tr > th.warning:hover,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .warning,
.bootstrap-iso .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.bootstrap-iso .table > thead > tr > td.danger,
.bootstrap-iso .table > tbody > tr > td.danger,
.bootstrap-iso .table > tfoot > tr > td.danger,
.bootstrap-iso .table > thead > tr > th.danger,
.bootstrap-iso .table > tbody > tr > th.danger,
.bootstrap-iso .table > tfoot > tr > th.danger,
.bootstrap-iso .table > thead > tr.danger > td,
.bootstrap-iso .table > tbody > tr.danger > td,
.bootstrap-iso .table > tfoot > tr.danger > td,
.bootstrap-iso .table > thead > tr.danger > th,
.bootstrap-iso .table > tbody > tr.danger > th,
.bootstrap-iso .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.bootstrap-iso .table-hover > tbody > tr > td.danger:hover,
.bootstrap-iso .table-hover > tbody > tr > th.danger:hover,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > td,
.bootstrap-iso .table-hover > tbody > tr:hover > .danger,
.bootstrap-iso .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.bootstrap-iso .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .bootstrap-iso .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .bootstrap-iso .table-responsive > .table {
        margin-bottom: 0;
    }
    .bootstrap-iso .table-responsive > .table > thead > tr > th,
    .bootstrap-iso .table-responsive > .table > tbody > tr > th,
    .bootstrap-iso .table-responsive > .table > tfoot > tr > th,
    .bootstrap-iso .table-responsive > .table > thead > tr > td,
    .bootstrap-iso .table-responsive > .table > tbody > tr > td,
    .bootstrap-iso .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .bootstrap-iso .table-responsive > .table-bordered {
        border: 0;
    }
    .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:first-child,
    .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:first-child,
    .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .bootstrap-iso .table-responsive > .table-bordered > thead > tr > th:last-child,
    .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .bootstrap-iso .table-responsive > .table-bordered > thead > tr > td:last-child,
    .bootstrap-iso .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .bootstrap-iso .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .bootstrap-iso .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.bootstrap-iso fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
.bootstrap-iso legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.bootstrap-iso label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.bootstrap-iso input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-iso input[type="radio"],
.bootstrap-iso input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.bootstrap-iso input[type="file"] {
    display: block;
}
.bootstrap-iso input[type="range"] {
    display: block;
    width: 100%;
}
.bootstrap-iso select[multiple],
.bootstrap-iso select[size] {
    height: auto;
}
.bootstrap-iso input[type="file"]:focus,
.bootstrap-iso input[type="radio"]:focus,
.bootstrap-iso input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap-iso output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
.bootstrap-iso .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-iso .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-iso .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.bootstrap-iso .form-control:-ms-input-placeholder {
    color: #999999;
}
.bootstrap-iso .form-control::-webkit-input-placeholder {
    color: #999999;
}
.bootstrap-iso .form-control[disabled],
.bootstrap-iso .form-control[readonly],
.bootstrap-iso fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.bootstrap-iso .form-control[disabled],
.bootstrap-iso fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.bootstrap-iso textarea.form-control {
    height: auto;
}
.bootstrap-iso input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .bootstrap-iso input[type="date"],
    .bootstrap-iso input[type="time"],
    .bootstrap-iso input[type="datetime-local"],
    .bootstrap-iso input[type="month"] {
        line-height: 34px;
    }
    .bootstrap-iso input[type="date"].input-sm,
    .bootstrap-iso input[type="time"].input-sm,
    .bootstrap-iso input[type="datetime-local"].input-sm,
    .bootstrap-iso input[type="month"].input-sm,
    .bootstrap-iso .input-group-sm input[type="date"],
    .bootstrap-iso .input-group-sm input[type="time"],
    .bootstrap-iso .input-group-sm input[type="datetime-local"],
    .bootstrap-iso .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    .bootstrap-iso input[type="date"].input-lg,
    .bootstrap-iso input[type="time"].input-lg,
    .bootstrap-iso input[type="datetime-local"].input-lg,
    .bootstrap-iso input[type="month"].input-lg,
    .bootstrap-iso .input-group-lg input[type="date"],
    .bootstrap-iso .input-group-lg input[type="time"],
    .bootstrap-iso .input-group-lg input[type="datetime-local"],
    .bootstrap-iso .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.bootstrap-iso .form-group {
    margin-bottom: 15px;
}
.bootstrap-iso .radio,
.bootstrap-iso .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap-iso .radio label,
.bootstrap-iso .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.bootstrap-iso .radio input[type="radio"],
.bootstrap-iso .radio-inline input[type="radio"],
.bootstrap-iso .checkbox input[type="checkbox"],
.bootstrap-iso .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.bootstrap-iso .radio + .radio,
.bootstrap-iso .checkbox + .checkbox {
    margin-top: -5px;
}
.bootstrap-iso .radio-inline,
.bootstrap-iso .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.bootstrap-iso .radio-inline + .radio-inline,
.bootstrap-iso .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
.bootstrap-iso input[type="radio"][disabled],
.bootstrap-iso input[type="checkbox"][disabled],
.bootstrap-iso input[type="radio"].disabled,
.bootstrap-iso input[type="checkbox"].disabled,
.bootstrap-iso fieldset[disabled] input[type="radio"],
.bootstrap-iso fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.bootstrap-iso .radio-inline.disabled,
.bootstrap-iso .checkbox-inline.disabled,
.bootstrap-iso fieldset[disabled] .radio-inline,
.bootstrap-iso fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.bootstrap-iso .radio.disabled label,
.bootstrap-iso .checkbox.disabled label,
.bootstrap-iso fieldset[disabled] .radio label,
.bootstrap-iso fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.bootstrap-iso .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.bootstrap-iso .form-control-static.input-lg,
.bootstrap-iso .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.bootstrap-iso .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap-iso select.input-sm {
    height: 30px;
    line-height: 30px;
}
.bootstrap-iso textarea.input-sm,
.bootstrap-iso select[multiple].input-sm {
    height: auto;
}
.bootstrap-iso .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap-iso select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}
.bootstrap-iso textarea.form-group-sm .form-control,
.bootstrap-iso select[multiple].form-group-sm .form-control {
    height: auto;
}
.bootstrap-iso .form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px;
}
.bootstrap-iso .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.bootstrap-iso select.input-lg {
    height: 46px;
    line-height: 46px;
}
.bootstrap-iso textarea.input-lg,
.bootstrap-iso select[multiple].input-lg {
    height: auto;
}
.bootstrap-iso .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.bootstrap-iso select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}
.bootstrap-iso textarea.form-group-lg .form-control,
.bootstrap-iso select[multiple].form-group-lg .form-control {
    height: auto;
}
.bootstrap-iso .form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px;
}
.bootstrap-iso .has-feedback {
    position: relative;
}
.bootstrap-iso .has-feedback .form-control {
    padding-right: 42.5px;
}
.bootstrap-iso .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;
}
.bootstrap-iso .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.bootstrap-iso .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.bootstrap-iso .has-success .help-block,
.bootstrap-iso .has-success .control-label,
.bootstrap-iso .has-success .radio,
.bootstrap-iso .has-success .checkbox,
.bootstrap-iso .has-success .radio-inline,
.bootstrap-iso .has-success .checkbox-inline,
.bootstrap-iso .has-success.radio label,
.bootstrap-iso .has-success.checkbox label,
.bootstrap-iso .has-success.radio-inline label,
.bootstrap-iso .has-success.checkbox-inline label {
    color: #3c763d;
}
.bootstrap-iso .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.bootstrap-iso .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.bootstrap-iso .has-success .form-control-feedback {
    color: #3c763d;
}
.bootstrap-iso .has-warning .help-block,
.bootstrap-iso .has-warning .control-label,
.bootstrap-iso .has-warning .radio,
.bootstrap-iso .has-warning .checkbox,
.bootstrap-iso .has-warning .radio-inline,
.bootstrap-iso .has-warning .checkbox-inline,
.bootstrap-iso .has-warning.radio label,
.bootstrap-iso .has-warning.checkbox label,
.bootstrap-iso .has-warning.radio-inline label,
.bootstrap-iso .has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.bootstrap-iso .has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bootstrap-iso .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.bootstrap-iso .has-warning .form-control-feedback {
    color: #8a6d3b;
}
.bootstrap-iso .has-error .help-block,
.bootstrap-iso .has-error .control-label,
.bootstrap-iso .has-error .radio,
.bootstrap-iso .has-error .checkbox,
.bootstrap-iso .has-error .radio-inline,
.bootstrap-iso .has-error .checkbox-inline,
.bootstrap-iso .has-error.radio label,
.bootstrap-iso .has-error.checkbox label,
.bootstrap-iso .has-error.radio-inline label,
.bootstrap-iso .has-error.checkbox-inline label {
    color: #a94442;
}
.bootstrap-iso .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.bootstrap-iso .has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.bootstrap-iso .has-error .form-control-feedback {
    color: #a94442;
}
.bootstrap-iso .has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.bootstrap-iso .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.bootstrap-iso .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .bootstrap-iso .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap-iso .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .bootstrap-iso .form-inline .form-control-static {
        display: inline-block;
    }
    .bootstrap-iso .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .bootstrap-iso .form-inline .input-group .input-group-addon,
    .bootstrap-iso .form-inline .input-group .input-group-btn,
    .bootstrap-iso .form-inline .input-group .form-control {
        width: auto;
    }
    .bootstrap-iso .form-inline .input-group > .form-control {
        width: 100%;
    }
    .bootstrap-iso .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap-iso .form-inline .radio,
    .bootstrap-iso .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap-iso .form-inline .radio label,
    .bootstrap-iso .form-inline .checkbox label {
        padding-left: 0;
    }
    .bootstrap-iso .form-inline .radio input[type="radio"],
    .bootstrap-iso .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .bootstrap-iso .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox,
.bootstrap-iso .form-horizontal .radio-inline,
.bootstrap-iso .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.bootstrap-iso .form-horizontal .radio,
.bootstrap-iso .form-horizontal .checkbox {
    min-height: 27px;
}
.bootstrap-iso .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .bootstrap-iso .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.bootstrap-iso .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .bootstrap-iso .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
    }
}
@media (min-width: 768px) {
    .bootstrap-iso .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.bootstrap-iso .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-iso .btn:focus,
.bootstrap-iso .btn:active:focus,
.bootstrap-iso .btn.active:focus,
.bootstrap-iso .btn.focus,
.bootstrap-iso .btn:active.focus,
.bootstrap-iso .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.bootstrap-iso .btn:hover,
.bootstrap-iso .btn:focus,
.bootstrap-iso .btn.focus {
    color: #333333;
    text-decoration: none;
}
.bootstrap-iso .btn:active,
.bootstrap-iso .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-iso .btn.disabled,
.bootstrap-iso .btn[disabled],
.bootstrap-iso fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-iso .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:focus,
.bootstrap-iso .btn-default.focus,
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .open > .dropdown-toggle.btn-default {
    background-image: none;
}
.bootstrap-iso .btn-default.disabled,
.bootstrap-iso .btn-default[disabled],
.bootstrap-iso fieldset[disabled] .btn-default,
.bootstrap-iso .btn-default.disabled:hover,
.bootstrap-iso .btn-default[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-default:hover,
.bootstrap-iso .btn-default.disabled:focus,
.bootstrap-iso .btn-default[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-default:focus,
.bootstrap-iso .btn-default.disabled.focus,
.bootstrap-iso .btn-default[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-default.focus,
.bootstrap-iso .btn-default.disabled:active,
.bootstrap-iso .btn-default[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-default:active,
.bootstrap-iso .btn-default.disabled.active,
.bootstrap-iso .btn-default[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.bootstrap-iso .btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.bootstrap-iso .btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus,
.bootstrap-iso .btn-primary.focus,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.bootstrap-iso .btn-primary.disabled,
.bootstrap-iso .btn-primary[disabled],
.bootstrap-iso fieldset[disabled] .btn-primary,
.bootstrap-iso .btn-primary.disabled:hover,
.bootstrap-iso .btn-primary[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-primary:hover,
.bootstrap-iso .btn-primary.disabled:focus,
.bootstrap-iso .btn-primary[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-primary:focus,
.bootstrap-iso .btn-primary.disabled.focus,
.bootstrap-iso .btn-primary[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-primary.focus,
.bootstrap-iso .btn-primary.disabled:active,
.bootstrap-iso .btn-primary[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-primary:active,
.bootstrap-iso .btn-primary.disabled.active,
.bootstrap-iso .btn-primary[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.bootstrap-iso .btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.bootstrap-iso .btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:focus,
.bootstrap-iso .btn-success.focus,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .open > .dropdown-toggle.btn-success {
    background-image: none;
}
.bootstrap-iso .btn-success.disabled,
.bootstrap-iso .btn-success[disabled],
.bootstrap-iso fieldset[disabled] .btn-success,
.bootstrap-iso .btn-success.disabled:hover,
.bootstrap-iso .btn-success[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-success:hover,
.bootstrap-iso .btn-success.disabled:focus,
.bootstrap-iso .btn-success[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-success:focus,
.bootstrap-iso .btn-success.disabled.focus,
.bootstrap-iso .btn-success[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-success.focus,
.bootstrap-iso .btn-success.disabled:active,
.bootstrap-iso .btn-success[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-success:active,
.bootstrap-iso .btn-success.disabled.active,
.bootstrap-iso .btn-success[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.bootstrap-iso .btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.bootstrap-iso .btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-info:focus,
.bootstrap-iso .btn-info.focus,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .open > .dropdown-toggle.btn-info {
    background-image: none;
}
.bootstrap-iso .btn-info.disabled,
.bootstrap-iso .btn-info[disabled],
.bootstrap-iso fieldset[disabled] .btn-info,
.bootstrap-iso .btn-info.disabled:hover,
.bootstrap-iso .btn-info[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-info:hover,
.bootstrap-iso .btn-info.disabled:focus,
.bootstrap-iso .btn-info[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-info:focus,
.bootstrap-iso .btn-info.disabled.focus,
.bootstrap-iso .btn-info[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-info.focus,
.bootstrap-iso .btn-info.disabled:active,
.bootstrap-iso .btn-info[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-info:active,
.bootstrap-iso .btn-info.disabled.active,
.bootstrap-iso .btn-info[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.bootstrap-iso .btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.bootstrap-iso .btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus,
.bootstrap-iso .btn-warning.focus,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.bootstrap-iso .btn-warning.disabled,
.bootstrap-iso .btn-warning[disabled],
.bootstrap-iso fieldset[disabled] .btn-warning,
.bootstrap-iso .btn-warning.disabled:hover,
.bootstrap-iso .btn-warning[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-warning:hover,
.bootstrap-iso .btn-warning.disabled:focus,
.bootstrap-iso .btn-warning[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-warning:focus,
.bootstrap-iso .btn-warning.disabled.focus,
.bootstrap-iso .btn-warning[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-warning.focus,
.bootstrap-iso .btn-warning.disabled:active,
.bootstrap-iso .btn-warning[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-warning:active,
.bootstrap-iso .btn-warning.disabled.active,
.bootstrap-iso .btn-warning[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.bootstrap-iso .btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.bootstrap-iso .btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-danger:focus,
.bootstrap-iso .btn-danger.focus,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active,
.bootstrap-iso .open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.bootstrap-iso .btn-danger.disabled,
.bootstrap-iso .btn-danger[disabled],
.bootstrap-iso fieldset[disabled] .btn-danger,
.bootstrap-iso .btn-danger.disabled:hover,
.bootstrap-iso .btn-danger[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-danger:hover,
.bootstrap-iso .btn-danger.disabled:focus,
.bootstrap-iso .btn-danger[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-danger:focus,
.bootstrap-iso .btn-danger.disabled.focus,
.bootstrap-iso .btn-danger[disabled].focus,
.bootstrap-iso fieldset[disabled] .btn-danger.focus,
.bootstrap-iso .btn-danger.disabled:active,
.bootstrap-iso .btn-danger[disabled]:active,
.bootstrap-iso fieldset[disabled] .btn-danger:active,
.bootstrap-iso .btn-danger.disabled.active,
.bootstrap-iso .btn-danger[disabled].active,
.bootstrap-iso fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.bootstrap-iso .btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.bootstrap-iso .btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:active,
.bootstrap-iso .btn-link.active,
.bootstrap-iso .btn-link[disabled],
.bootstrap-iso fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-iso .btn-link,
.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus,
.bootstrap-iso .btn-link:active {
    border-color: transparent;
}
.bootstrap-iso .btn-link:hover,
.bootstrap-iso .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.bootstrap-iso .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .btn-link:hover,
.bootstrap-iso .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.bootstrap-iso .btn-lg,
.bootstrap-iso .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.bootstrap-iso .btn-sm,
.bootstrap-iso .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap-iso .btn-xs,
.bootstrap-iso .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap-iso .btn-block {
    display: block;
    width: 100%;
}
.bootstrap-iso .btn-block + .btn-block {
    margin-top: 5px;
}
.bootstrap-iso input[type="submit"].btn-block,
.bootstrap-iso input[type="reset"].btn-block,
.bootstrap-iso input[type="button"].btn-block {
    width: 100%;
}
.bootstrap-iso .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.bootstrap-iso .fade.in {
    opacity: 1;
}
.bootstrap-iso .collapse {
    display: none;
}
.bootstrap-iso .collapse.in {
    display: block;
}
.bootstrap-iso tr.collapse.in {
    display: table-row;
}
.bootstrap-iso tbody.collapse.in {
    display: table-row-group;
}
.bootstrap-iso .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.bootstrap-iso .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.bootstrap-iso .dropup,
.bootstrap-iso .dropdown {
    position: relative;
}
.bootstrap-iso .dropdown-toggle:focus {
    outline: 0;
}
.bootstrap-iso .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;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.bootstrap-iso .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.bootstrap-iso .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.bootstrap-iso .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.bootstrap-iso .dropdown-menu > li > a:hover,
.bootstrap-iso .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.bootstrap-iso .dropdown-menu > .active > a,
.bootstrap-iso .dropdown-menu > .active > a:hover,
.bootstrap-iso .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.bootstrap-iso .dropdown-menu > .disabled > a,
.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
    color: #777777;
}
.bootstrap-iso .dropdown-menu > .disabled > a:hover,
.bootstrap-iso .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.bootstrap-iso .open > .dropdown-menu {
    display: block;
}
.bootstrap-iso .open > a {
    outline: 0;
}
.bootstrap-iso .dropdown-menu-right {
    left: auto;
    right: 0;
}
.bootstrap-iso .dropdown-menu-left {
    left: 0;
    right: auto;
}
.bootstrap-iso .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}
.bootstrap-iso .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.bootstrap-iso .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.bootstrap-iso .dropup .caret,
.bootstrap-iso .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.bootstrap-iso .dropup .dropdown-menu,
.bootstrap-iso .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .bootstrap-iso .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.bootstrap-iso .btn-group,
.bootstrap-iso .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.bootstrap-iso .btn-group > .btn,
.bootstrap-iso .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.bootstrap-iso .btn-group > .btn:hover,
.bootstrap-iso .btn-group-vertical > .btn:hover,
.bootstrap-iso .btn-group > .btn:focus,
.bootstrap-iso .btn-group-vertical > .btn:focus,
.bootstrap-iso .btn-group > .btn:active,
.bootstrap-iso .btn-group-vertical > .btn:active,
.bootstrap-iso .btn-group > .btn.active,
.bootstrap-iso .btn-group-vertical > .btn.active {
    z-index: 2;
}
.bootstrap-iso .btn-group .btn + .btn,
.bootstrap-iso .btn-group .btn + .btn-group,
.bootstrap-iso .btn-group .btn-group + .btn,
.bootstrap-iso .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.bootstrap-iso .btn-toolbar {
    margin-left: -5px;
}
.bootstrap-iso .btn-toolbar .btn-group,
.bootstrap-iso .btn-toolbar .input-group {
    float: left;
}
.bootstrap-iso .btn-toolbar > .btn,
.bootstrap-iso .btn-toolbar > .btn-group,
.bootstrap-iso .btn-toolbar > .input-group {
    margin-left: 5px;
}
.bootstrap-iso .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.bootstrap-iso .btn-group > .btn:first-child {
    margin-left: 0;
}
.bootstrap-iso .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-iso .btn-group > .btn:last-child:not(:first-child),
.bootstrap-iso .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group {
    float: left;
}
.bootstrap-iso .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-iso .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-iso .btn-group .dropdown-toggle:active,
.bootstrap-iso .btn-group.open .dropdown-toggle {
    outline: 0;
}
.bootstrap-iso .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.bootstrap-iso .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.bootstrap-iso .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-iso .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-iso .btn .caret {
    margin-left: 0;
}
.bootstrap-iso .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.bootstrap-iso .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.bootstrap-iso .btn-group-vertical > .btn,
.bootstrap-iso .btn-group-vertical > .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.bootstrap-iso .btn-group-vertical > .btn-group > .btn {
    float: none;
}
.bootstrap-iso .btn-group-vertical > .btn + .btn,
.bootstrap-iso .btn-group-vertical > .btn + .btn-group,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn,
.bootstrap-iso .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bootstrap-iso .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap-iso .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-iso .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.bootstrap-iso .btn-group-justified > .btn,
.bootstrap-iso .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.bootstrap-iso .btn-group-justified > .btn-group .btn {
    width: 100%;
}
.bootstrap-iso .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
.bootstrap-iso [data-toggle="buttons"] > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bootstrap-iso [data-toggle="buttons"] > .btn input[type="checkbox"],
.bootstrap-iso [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.bootstrap-iso .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.bootstrap-iso .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.bootstrap-iso .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.bootstrap-iso .input-group-lg > .form-control,
.bootstrap-iso .input-group-lg > .input-group-addon,
.bootstrap-iso .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.bootstrap-iso select.input-group-lg > .form-control,
.bootstrap-iso select.input-group-lg > .input-group-addon,
.bootstrap-iso select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
.bootstrap-iso textarea.input-group-lg > .form-control,
.bootstrap-iso textarea.input-group-lg > .input-group-addon,
.bootstrap-iso textarea.input-group-lg > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-lg > .form-control,
.bootstrap-iso select[multiple].input-group-lg > .input-group-addon,
.bootstrap-iso select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.bootstrap-iso .input-group-sm > .form-control,
.bootstrap-iso .input-group-sm > .input-group-addon,
.bootstrap-iso .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.bootstrap-iso select.input-group-sm > .form-control,
.bootstrap-iso select.input-group-sm > .input-group-addon,
.bootstrap-iso select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
.bootstrap-iso textarea.input-group-sm > .form-control,
.bootstrap-iso textarea.input-group-sm > .input-group-addon,
.bootstrap-iso textarea.input-group-sm > .input-group-btn > .btn,
.bootstrap-iso select[multiple].input-group-sm > .form-control,
.bootstrap-iso select[multiple].input-group-sm > .input-group-addon,
.bootstrap-iso select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn,
.bootstrap-iso .input-group .form-control {
    display: table-cell;
}
.bootstrap-iso .input-group-addon:not(:first-child):not(:last-child),
.bootstrap-iso .input-group-btn:not(:first-child):not(:last-child),
.bootstrap-iso .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.bootstrap-iso .input-group-addon,
.bootstrap-iso .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.bootstrap-iso .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.bootstrap-iso .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.bootstrap-iso .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.bootstrap-iso .input-group-addon input[type="radio"],
.bootstrap-iso .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.bootstrap-iso .input-group .form-control:first-child,
.bootstrap-iso .input-group-addon:first-child,
.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:first-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bootstrap-iso .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-iso .input-group-addon:first-child {
    border-right: 0;
}
.bootstrap-iso .input-group .form-control:last-child,
.bootstrap-iso .input-group-addon:last-child,
.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group > .btn,
.bootstrap-iso .input-group-btn:last-child > .dropdown-toggle,
.bootstrap-iso .input-group-btn:first-child > .btn:not(:first-child),
.bootstrap-iso .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-iso .input-group-addon:last-child {
    border-left: 0;
}
.bootstrap-iso .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.bootstrap-iso .input-group-btn > .btn {
    position: relative;
}
.bootstrap-iso .input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.bootstrap-iso .input-group-btn > .btn:hover,
.bootstrap-iso .input-group-btn > .btn:focus,
.bootstrap-iso .input-group-btn > .btn:active {
    z-index: 2;
}
.bootstrap-iso .input-group-btn:first-child > .btn,
.bootstrap-iso .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.bootstrap-iso .input-group-btn:last-child > .btn,
.bootstrap-iso .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.bootstrap-iso .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.bootstrap-iso .nav > li {
    position: relative;
    display: block;
}
.bootstrap-iso .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.bootstrap-iso .nav > li > a:hover,
.bootstrap-iso .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.bootstrap-iso .nav > li.disabled > a {
    color: #777777;
}
.bootstrap-iso .nav > li.disabled > a:hover,
.bootstrap-iso .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.bootstrap-iso .nav .open > a,
.bootstrap-iso .nav .open > a:hover,
.bootstrap-iso .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7;
}
.bootstrap-iso .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.bootstrap-iso .nav > li > a > img {
    max-width: none;
}
.bootstrap-iso .nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.bootstrap-iso .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.bootstrap-iso .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.bootstrap-iso .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.bootstrap-iso .nav-tabs > li.active > a,
.bootstrap-iso .nav-tabs > li > a.active,
.bootstrap-iso .nav-tabs > li.active > a:hover,
.bootstrap-iso .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
.bootstrap-iso .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.bootstrap-iso .nav-tabs.nav-justified > li {
    float: none;
}
.bootstrap-iso .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.bootstrap-iso .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .bootstrap-iso .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .bootstrap-iso .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.bootstrap-iso .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.bootstrap-iso .nav-tabs.nav-justified > .active > a,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
.bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .bootstrap-iso .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .bootstrap-iso .nav-tabs.nav-justified > .active > a,
    .bootstrap-iso .nav-tabs.nav-justified > .active > a:hover,
    .bootstrap-iso .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.bootstrap-iso .nav-pills > li {
    float: left;
}
.bootstrap-iso .nav-pills > li > a {
    border-radius: 4px;
}
.bootstrap-iso .nav-pills > li + li {
    margin-left: 2px;
}
.bootstrap-iso .nav-pills > li.active > a,
.bootstrap-iso .nav-pills > li.active > a:hover,
.bootstrap-iso .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #337ab7;
}
.bootstrap-iso .nav-stacked > li {
    float: none;
}
.bootstrap-iso .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.bootstrap-iso .nav-justified {
    width: 100%;
}
.bootstrap-iso .nav-justified > li {
    float: none;
}
.bootstrap-iso .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.bootstrap-iso .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .bootstrap-iso .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .bootstrap-iso .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.bootstrap-iso .nav-tabs-justified {
    border-bottom: 0;
}
.bootstrap-iso .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.bootstrap-iso .nav-tabs-justified > .active > a,
.bootstrap-iso .nav-tabs-justified > .active > a:hover,
.bootstrap-iso .nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
    .bootstrap-iso .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .bootstrap-iso .nav-tabs-justified > .active > a,
    .bootstrap-iso .nav-tabs-justified > .active > a:hover,
    .bootstrap-iso .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}
.bootstrap-iso .tab-content > .tab-pane {
    display: none;
}
.bootstrap-iso .tab-content > .active {
    display: block;
}
.bootstrap-iso .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-iso .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-header {
        float: left;
    }
}
.bootstrap-iso .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.bootstrap-iso .navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .bootstrap-iso .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .bootstrap-iso .navbar-collapse.in {
        overflow-y: visible;
    }
    .bootstrap-iso .navbar-fixed-top .navbar-collapse,
    .bootstrap-iso .navbar-static-top .navbar-collapse,
    .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.bootstrap-iso .navbar-fixed-top .navbar-collapse,
.bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .bootstrap-iso .navbar-fixed-top .navbar-collapse,
    .bootstrap-iso .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.bootstrap-iso .container > .navbar-header,
.bootstrap-iso .container-fluid > .navbar-header,
.bootstrap-iso .container > .navbar-collapse,
.bootstrap-iso .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .bootstrap-iso .container > .navbar-header,
    .bootstrap-iso .container-fluid > .navbar-header,
    .bootstrap-iso .container > .navbar-collapse,
    .bootstrap-iso .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.bootstrap-iso .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-static-top {
        border-radius: 0;
    }
}
.bootstrap-iso .navbar-fixed-top,
.bootstrap-iso .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-fixed-top,
    .bootstrap-iso .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.bootstrap-iso .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.bootstrap-iso .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.bootstrap-iso .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.bootstrap-iso .navbar-brand:hover,
.bootstrap-iso .navbar-brand:focus {
    text-decoration: none;
}
.bootstrap-iso .navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar > .container .navbar-brand,
    .bootstrap-iso .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.bootstrap-iso .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.bootstrap-iso .navbar-toggle:focus {
    outline: 0;
}
.bootstrap-iso .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.bootstrap-iso .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-toggle {
        display: none;
    }
}
.bootstrap-iso .navbar-nav {
    margin: 7.5px -15px;
}
.bootstrap-iso .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .bootstrap-iso .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;
    }
    .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a,
    .bootstrap-iso .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:hover,
    .bootstrap-iso .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-nav {
        float: left;
        margin: 0;
    }
    .bootstrap-iso .navbar-nav > li {
        float: left;
    }
    .bootstrap-iso .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.bootstrap-iso .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap-iso .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .bootstrap-iso .navbar-form .form-control-static {
        display: inline-block;
    }
    .bootstrap-iso .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .bootstrap-iso .navbar-form .input-group .input-group-addon,
    .bootstrap-iso .navbar-form .input-group .input-group-btn,
    .bootstrap-iso .navbar-form .input-group .form-control {
        width: auto;
    }
    .bootstrap-iso .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .bootstrap-iso .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap-iso .navbar-form .radio,
    .bootstrap-iso .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .bootstrap-iso .navbar-form .radio label,
    .bootstrap-iso .navbar-form .checkbox label {
        padding-left: 0;
    }
    .bootstrap-iso .navbar-form .radio input[type="radio"],
    .bootstrap-iso .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .bootstrap-iso .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .bootstrap-iso .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .bootstrap-iso .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.bootstrap-iso .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-iso .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.bootstrap-iso .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.bootstrap-iso .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap-iso .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.bootstrap-iso .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .bootstrap-iso .navbar-left {
        float: left !important;
    }
    .bootstrap-iso .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .bootstrap-iso .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.bootstrap-iso .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-brand {
    color: #777777;
}
.bootstrap-iso .navbar-default .navbar-brand:hover,
.bootstrap-iso .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-text {
    color: #777777;
}
.bootstrap-iso .navbar-default .navbar-nav > li > a {
    color: #777777;
}
.bootstrap-iso .navbar-default .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-nav > .active > a,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.bootstrap-iso .navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.bootstrap-iso .navbar-default .navbar-toggle:hover,
.bootstrap-iso .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.bootstrap-iso .navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.bootstrap-iso .navbar-default .navbar-collapse,
.bootstrap-iso .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.bootstrap-iso .navbar-default .navbar-nav > .open > a,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}
@media (max-width: 767px) {
    .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }
    .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent;
    }
    .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }
    .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .bootstrap-iso .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.bootstrap-iso .navbar-default .navbar-link {
    color: #777777;
}
.bootstrap-iso .navbar-default .navbar-link:hover {
    color: #333333;
}
.bootstrap-iso .navbar-default .btn-link {
    color: #777777;
}
.bootstrap-iso .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link:focus {
    color: #333333;
}
.bootstrap-iso .navbar-default .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:hover,
.bootstrap-iso .navbar-default .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}
.bootstrap-iso .navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}
.bootstrap-iso .navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-brand:hover,
.bootstrap-iso .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-nav > li > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
}
.bootstrap-iso .navbar-inverse .navbar-toggle {
    border-color: #333333;
}
.bootstrap-iso .navbar-inverse .navbar-toggle:hover,
.bootstrap-iso .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}
.bootstrap-iso .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.bootstrap-iso .navbar-inverse .navbar-collapse,
.bootstrap-iso .navbar-inverse .navbar-form {
    border-color: #101010;
}
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:hover,
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
}
@media (max-width: 767px) {
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: transparent;
    }
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .bootstrap-iso .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}
.bootstrap-iso .navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .navbar-link:hover {
    color: #ffffff;
}
.bootstrap-iso .navbar-inverse .btn-link {
    color: #9d9d9d;
}
.bootstrap-iso .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link:focus {
    color: #ffffff;
}
.bootstrap-iso .navbar-inverse .btn-link[disabled]:hover,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:hover,
.bootstrap-iso .navbar-inverse .btn-link[disabled]:focus,
.bootstrap-iso fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}
.bootstrap-iso .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.bootstrap-iso .breadcrumb > li {
    display: inline-block;
}
.bootstrap-iso .breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}
.bootstrap-iso .breadcrumb > .active {
    color: #777777;
}
.bootstrap-iso .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.bootstrap-iso .pagination > li {
    display: inline;
}
.bootstrap-iso .pagination > li > a,
.bootstrap-iso .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.bootstrap-iso .pagination > li:first-child > a,
.bootstrap-iso .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.bootstrap-iso .pagination > li:last-child > a,
.bootstrap-iso .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.bootstrap-iso .pagination > li > a:hover,
.bootstrap-iso .pagination > li > span:hover,
.bootstrap-iso .pagination > li > a:focus,
.bootstrap-iso .pagination > li > span:focus {
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.bootstrap-iso .pagination > .active > a,
.bootstrap-iso .pagination > .active > span,
.bootstrap-iso .pagination > .active > a:hover,
.bootstrap-iso .pagination > .active > span:hover,
.bootstrap-iso .pagination > .active > a:focus,
.bootstrap-iso .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.bootstrap-iso .pagination > .disabled > span,
.bootstrap-iso .pagination > .disabled > span:hover,
.bootstrap-iso .pagination > .disabled > span:focus,
.bootstrap-iso .pagination > .disabled > a,
.bootstrap-iso .pagination > .disabled > a:hover,
.bootstrap-iso .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.bootstrap-iso .pagination-lg > li > a,
.bootstrap-iso .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.bootstrap-iso .pagination-lg > li:first-child > a,
.bootstrap-iso .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.bootstrap-iso .pagination-lg > li:last-child > a,
.bootstrap-iso .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.bootstrap-iso .pagination-sm > li > a,
.bootstrap-iso .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.bootstrap-iso .pagination-sm > li:first-child > a,
.bootstrap-iso .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.bootstrap-iso .pagination-sm > li:last-child > a,
.bootstrap-iso .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap-iso .pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.bootstrap-iso .pager li {
    display: inline;
}
.bootstrap-iso .pager li > a,
.bootstrap-iso .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}
.bootstrap-iso .pager li > a:hover,
.bootstrap-iso .pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.bootstrap-iso .pager .next > a,
.bootstrap-iso .pager .next > span {
    float: right;
}
.bootstrap-iso .pager .previous > a,
.bootstrap-iso .pager .previous > span {
    float: left;
}
.bootstrap-iso .pager .disabled > a,
.bootstrap-iso .pager .disabled > a:hover,
.bootstrap-iso .pager .disabled > a:focus,
.bootstrap-iso .pager .disabled > span {
    color: #777777;
    background-color: #ffffff;
    cursor: not-allowed;
}
.bootstrap-iso .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.bootstrap-iso a.label:hover,
.bootstrap-iso a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.bootstrap-iso .label:empty {
    display: none;
}
.bootstrap-iso .btn .label {
    position: relative;
    top: -1px;
}
.bootstrap-iso .label-default {
    background-color: #777777;
}
.bootstrap-iso .label-default[href]:hover,
.bootstrap-iso .label-default[href]:focus {
    background-color: #5e5e5e;
}
.bootstrap-iso .label-primary {
    background-color: #337ab7;
}
.bootstrap-iso .label-primary[href]:hover,
.bootstrap-iso .label-primary[href]:focus {
    background-color: #286090;
}
.bootstrap-iso .label-success {
    background-color: #5cb85c;
}
.bootstrap-iso .label-success[href]:hover,
.bootstrap-iso .label-success[href]:focus {
    background-color: #449d44;
}
.bootstrap-iso .label-info {
    background-color: #5bc0de;
}
.bootstrap-iso .label-info[href]:hover,
.bootstrap-iso .label-info[href]:focus {
    background-color: #31b0d5;
}
.bootstrap-iso .label-warning {
    background-color: #f0ad4e;
}
.bootstrap-iso .label-warning[href]:hover,
.bootstrap-iso .label-warning[href]:focus {
    background-color: #ec971f;
}
.bootstrap-iso .label-danger {
    background-color: #d9534f;
}
.bootstrap-iso .label-danger[href]:hover,
.bootstrap-iso .label-danger[href]:focus {
    background-color: #c9302c;
}
.bootstrap-iso .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}
.bootstrap-iso .badge:empty {
    display: none;
}
.bootstrap-iso .btn .badge {
    position: relative;
    top: -1px;
}
.bootstrap-iso .btn-xs .badge,
.bootstrap-iso .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
.bootstrap-iso a.badge:hover,
.bootstrap-iso a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.bootstrap-iso .list-group-item.active > .badge,
.bootstrap-iso .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.bootstrap-iso .list-group-item > .badge {
    float: right;
}
.bootstrap-iso .list-group-item > .badge + .badge {
    margin-right: 5px;
}
.bootstrap-iso .nav-pills > li > a > .badge {
    margin-left: 3px;
}
.bootstrap-iso .jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}
.bootstrap-iso .jumbotron h1,
.bootstrap-iso .jumbotron .h1 {
    color: inherit;
}
.bootstrap-iso .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.bootstrap-iso .jumbotron > hr {
    border-top-color: #d5d5d5;
}
.bootstrap-iso .container .jumbotron,
.bootstrap-iso .container-fluid .jumbotron {
    border-radius: 6px;
}
.bootstrap-iso .jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .bootstrap-iso .jumbotron {
        padding: 48px 0;
    }
    .bootstrap-iso .container .jumbotron,
    .bootstrap-iso .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .bootstrap-iso .jumbotron h1,
    .bootstrap-iso .jumbotron .h1 {
        font-size: 63px;
    }
}
.bootstrap-iso .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.bootstrap-iso .thumbnail > img,
.bootstrap-iso .thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
.bootstrap-iso a.thumbnail:hover,
.bootstrap-iso a.thumbnail:focus,
.bootstrap-iso a.thumbnail.active {
    border-color: #337ab7;
}
.bootstrap-iso .thumbnail .caption {
    padding: 9px;
    color: #333333;
}
.bootstrap-iso .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.bootstrap-iso .alert h4 {
    margin-top: 0;
    color: inherit;
}
.bootstrap-iso .alert .alert-link {
    font-weight: bold;
}
.bootstrap-iso .alert > p,
.bootstrap-iso .alert > ul {
    margin-bottom: 0;
}
.bootstrap-iso .alert > p + p {
    margin-top: 5px;
}
.bootstrap-iso .alert-dismissable,
.bootstrap-iso .alert-dismissible {
    padding-right: 35px;
}
.bootstrap-iso .alert-dismissable .close,
.bootstrap-iso .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.bootstrap-iso .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.bootstrap-iso .alert-success hr {
    border-top-color: #c9e2b3;
}
.bootstrap-iso .alert-success .alert-link {
    color: #2b542c;
}
.bootstrap-iso .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.bootstrap-iso .alert-info hr {
    border-top-color: #a6e1ec;
}
.bootstrap-iso .alert-info .alert-link {
    color: #245269;
}
.bootstrap-iso .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.bootstrap-iso .alert-warning hr {
    border-top-color: #f7e1b5;
}
.bootstrap-iso .alert-warning .alert-link {
    color: #66512c;
}
.bootstrap-iso .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.bootstrap-iso .alert-danger hr {
    border-top-color: #e4b9c0;
}
.bootstrap-iso .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;
    }
}
.bootstrap-iso .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bootstrap-iso .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.bootstrap-iso .progress-striped .progress-bar,
.bootstrap-iso .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.bootstrap-iso .progress.active .progress-bar,
.bootstrap-iso .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.bootstrap-iso .progress-bar-success {
    background-color: #5cb85c;
}
.bootstrap-iso .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .progress-bar-info {
    background-color: #5bc0de;
}
.bootstrap-iso .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .progress-bar-warning {
    background-color: #f0ad4e;
}
.bootstrap-iso .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .progress-bar-danger {
    background-color: #d9534f;
}
.bootstrap-iso .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .media {
    margin-top: 15px;
}
.bootstrap-iso .media:first-child {
    margin-top: 0;
}
.bootstrap-iso .media,
.bootstrap-iso .media-body {
    zoom: 1;
    overflow: hidden;
}
.bootstrap-iso .media-body {
    width: 10000px;
}
.bootstrap-iso .media-object {
    display: block;
}
.bootstrap-iso .media-right,
.bootstrap-iso .media > .pull-right {
    padding-left: 10px;
}
.bootstrap-iso .media-left,
.bootstrap-iso .media > .pull-left {
    padding-right: 10px;
}
.bootstrap-iso .media-left,
.bootstrap-iso .media-right,
.bootstrap-iso .media-body {
    display: table-cell;
    vertical-align: top;
}
.bootstrap-iso .media-middle {
    vertical-align: middle;
}
.bootstrap-iso .media-bottom {
    vertical-align: bottom;
}
.bootstrap-iso .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.bootstrap-iso .media-list {
    padding-left: 0;
    list-style: none;
}
.bootstrap-iso .list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.bootstrap-iso .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.bootstrap-iso .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.bootstrap-iso .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bootstrap-iso a.list-group-item {
    color: #555555;
}
.bootstrap-iso a.list-group-item .list-group-item-heading {
    color: #333333;
}
.bootstrap-iso a.list-group-item:hover,
.bootstrap-iso a.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}
.bootstrap-iso .list-group-item.disabled,
.bootstrap-iso .list-group-item.disabled:hover,
.bootstrap-iso .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.bootstrap-iso .list-group-item.disabled .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:hover .list-group-item-text,
.bootstrap-iso .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}
.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.bootstrap-iso .list-group-item.active .list-group-item-heading,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading,
.bootstrap-iso .list-group-item.active .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > small,
.bootstrap-iso .list-group-item.active .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:hover .list-group-item-heading > .small,
.bootstrap-iso .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.bootstrap-iso .list-group-item.active .list-group-item-text,
.bootstrap-iso .list-group-item.active:hover .list-group-item-text,
.bootstrap-iso .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}
.bootstrap-iso .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.bootstrap-iso a.list-group-item-success {
    color: #3c763d;
}
.bootstrap-iso a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
.bootstrap-iso a.list-group-item-success:hover,
.bootstrap-iso a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
.bootstrap-iso a.list-group-item-success.active,
.bootstrap-iso a.list-group-item-success.active:hover,
.bootstrap-iso a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.bootstrap-iso .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
.bootstrap-iso a.list-group-item-info {
    color: #31708f;
}
.bootstrap-iso a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
.bootstrap-iso a.list-group-item-info:hover,
.bootstrap-iso a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
.bootstrap-iso a.list-group-item-info.active,
.bootstrap-iso a.list-group-item-info.active:hover,
.bootstrap-iso a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.bootstrap-iso .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
.bootstrap-iso a.list-group-item-warning {
    color: #8a6d3b;
}
.bootstrap-iso a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
.bootstrap-iso a.list-group-item-warning:hover,
.bootstrap-iso a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
.bootstrap-iso a.list-group-item-warning.active,
.bootstrap-iso a.list-group-item-warning.active:hover,
.bootstrap-iso a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.bootstrap-iso .list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
.bootstrap-iso a.list-group-item-danger {
    color: #a94442;
}
.bootstrap-iso a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
.bootstrap-iso a.list-group-item-danger:hover,
.bootstrap-iso a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
.bootstrap-iso a.list-group-item-danger.active,
.bootstrap-iso a.list-group-item-danger.active:hover,
.bootstrap-iso a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.bootstrap-iso .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.bootstrap-iso .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.bootstrap-iso .panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .panel-body {
    padding: 15px;
}
.bootstrap-iso .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.bootstrap-iso .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.bootstrap-iso .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.bootstrap-iso .panel-title > a,
.bootstrap-iso .panel-title > small,
.bootstrap-iso .panel-title > .small,
.bootstrap-iso .panel-title > small > a,
.bootstrap-iso .panel-title > .small > a {
    color: inherit;
}
.bootstrap-iso .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .list-group,
.bootstrap-iso .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.bootstrap-iso .panel > .list-group .list-group-item,
.bootstrap-iso .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.bootstrap-iso .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap-iso .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap-iso .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;
}
.bootstrap-iso .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.bootstrap-iso .list-group + .panel-footer {
    border-top-width: 0;
}
.bootstrap-iso .panel > .table,
.bootstrap-iso .panel > .table-responsive > .table,
.bootstrap-iso .panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.bootstrap-iso .panel > .table caption,
.bootstrap-iso .panel > .table-responsive > .table caption,
.bootstrap-iso .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.bootstrap-iso .panel > .table:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap-iso .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap-iso .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap-iso .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap-iso .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.bootstrap-iso .panel > .panel-body + .table,
.bootstrap-iso .panel > .panel-body + .table-responsive,
.bootstrap-iso .panel > .table + .panel-body,
.bootstrap-iso .panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd;
}
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child th,
.bootstrap-iso .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.bootstrap-iso .panel > .table-bordered,
.bootstrap-iso .panel > .table-responsive > .table-bordered {
    border: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:first-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bootstrap-iso .panel > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bootstrap-iso .panel > .table-bordered > tfoot > tr > td:last-child,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bootstrap-iso .panel > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bootstrap-iso .panel > .table-bordered > tbody > tr:first-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bootstrap-iso .panel > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bootstrap-iso .panel > .table-bordered > tfoot > tr:last-child > th,
.bootstrap-iso .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.bootstrap-iso .panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.bootstrap-iso .panel-group {
    margin-bottom: 20px;
}
.bootstrap-iso .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.bootstrap-iso .panel-group .panel + .panel {
    margin-top: 5px;
}
.bootstrap-iso .panel-group .panel-heading {
    border-bottom: 0;
}
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap-iso .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #dddddd;
}
.bootstrap-iso .panel-group .panel-footer {
    border-top: 0;
}
.bootstrap-iso .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.bootstrap-iso .panel-default {
    border-color: #dddddd;
}
.bootstrap-iso .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.bootstrap-iso .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #dddddd;
}
.bootstrap-iso .panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.bootstrap-iso .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd;
}
.bootstrap-iso .panel-primary {
    border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.bootstrap-iso .panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.bootstrap-iso .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.bootstrap-iso .panel-success {
    border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.bootstrap-iso .panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.bootstrap-iso .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.bootstrap-iso .panel-info {
    border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.bootstrap-iso .panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.bootstrap-iso .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.bootstrap-iso .panel-warning {
    border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.bootstrap-iso .panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.bootstrap-iso .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.bootstrap-iso .panel-danger {
    border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.bootstrap-iso .panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.bootstrap-iso .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.bootstrap-iso .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.bootstrap-iso .embed-responsive .embed-responsive-item,
.bootstrap-iso .embed-responsive iframe,
.bootstrap-iso .embed-responsive embed,
.bootstrap-iso .embed-responsive object,
.bootstrap-iso .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.bootstrap-iso .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.bootstrap-iso .embed-responsive-4by3 {
    padding-bottom: 75%;
}
.bootstrap-iso .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, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-iso .well-lg {
    padding: 24px;
    border-radius: 6px;
}
.bootstrap-iso .well-sm {
    padding: 9px;
    border-radius: 3px;
}
.bootstrap-iso .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.bootstrap-iso .close:hover,
.bootstrap-iso .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bootstrap-iso button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.bootstrap-iso .modal-open {
    overflow: hidden;
}
.bootstrap-iso .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.bootstrap-iso .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.bootstrap-iso .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.bootstrap-iso .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.bootstrap-iso .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.bootstrap-iso .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.bootstrap-iso .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.bootstrap-iso .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.bootstrap-iso .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.bootstrap-iso .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.bootstrap-iso .modal-header .close {
    margin-top: -2px;
}
.bootstrap-iso .modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.bootstrap-iso .modal-body {
    position: relative;
    padding: 15px;
}
.bootstrap-iso .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.bootstrap-iso .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.bootstrap-iso .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.bootstrap-iso .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.bootstrap-iso .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .bootstrap-iso .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .bootstrap-iso .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .bootstrap-iso .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .bootstrap-iso .modal-lg {
        width: 900px;
    }
}
.bootstrap-iso .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.bootstrap-iso .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.bootstrap-iso .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.bootstrap-iso .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.bootstrap-iso .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.bootstrap-iso .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.bootstrap-iso .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 4px;
}
.bootstrap-iso .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.bootstrap-iso .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.bootstrap-iso .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.bootstrap-iso .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.bootstrap-iso .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.bootstrap-iso .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.bootstrap-iso .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.bootstrap-iso .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.bootstrap-iso .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.bootstrap-iso .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-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.bootstrap-iso .popover.top {
    margin-top: -10px;
}
.bootstrap-iso .popover.right {
    margin-left: 10px;
}
.bootstrap-iso .popover.bottom {
    margin-top: 10px;
}
.bootstrap-iso .popover.left {
    margin-left: -10px;
}
.bootstrap-iso .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.bootstrap-iso .popover-content {
    padding: 9px 14px;
}
.bootstrap-iso .popover > .arrow,
.bootstrap-iso .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.bootstrap-iso .popover > .arrow {
    border-width: 11px;
}
.bootstrap-iso .popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.bootstrap-iso .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.bootstrap-iso .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}
.bootstrap-iso .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}
.bootstrap-iso .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.bootstrap-iso .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.bootstrap-iso .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}
.bootstrap-iso .carousel {
    position: relative;
}
.bootstrap-iso .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.bootstrap-iso .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.bootstrap-iso .carousel-inner > .item > img,
.bootstrap-iso .carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .bootstrap-iso .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .bootstrap-iso .carousel-inner > .item.next,
    .bootstrap-iso .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .bootstrap-iso .carousel-inner > .item.prev,
    .bootstrap-iso .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .bootstrap-iso .carousel-inner > .item.next.left,
    .bootstrap-iso .carousel-inner > .item.prev.right,
    .bootstrap-iso .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.bootstrap-iso .carousel-inner > .active,
.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
    display: block;
}
.bootstrap-iso .carousel-inner > .active {
    left: 0;
}
.bootstrap-iso .carousel-inner > .next,
.bootstrap-iso .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.bootstrap-iso .carousel-inner > .next {
    left: 100%;
}
.bootstrap-iso .carousel-inner > .prev {
    left: -100%;
}
.bootstrap-iso .carousel-inner > .next.left,
.bootstrap-iso .carousel-inner > .prev.right {
    left: 0;
}
.bootstrap-iso .carousel-inner > .active.left {
    left: -100%;
}
.bootstrap-iso .carousel-inner > .active.right {
    left: 100%;
}
.bootstrap-iso .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-iso .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.bootstrap-iso .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.bootstrap-iso .carousel-control:hover,
.bootstrap-iso .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-left,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.bootstrap-iso .carousel-control .icon-next,
.bootstrap-iso .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.bootstrap-iso .carousel-control .icon-prev,
.bootstrap-iso .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif;
}
.bootstrap-iso .carousel-control .icon-prev:before {
    content: '\2039';
}
.bootstrap-iso .carousel-control .icon-next:before {
    content: '\203a';
}
.bootstrap-iso .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.bootstrap-iso .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.bootstrap-iso .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}
.bootstrap-iso .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bootstrap-iso .carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .bootstrap-iso .carousel-control .glyphicon-chevron-left,
    .bootstrap-iso .carousel-control .glyphicon-chevron-right,
    .bootstrap-iso .carousel-control .icon-prev,
    .bootstrap-iso .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .bootstrap-iso .carousel-control .glyphicon-chevron-left,
    .bootstrap-iso .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .bootstrap-iso .carousel-control .glyphicon-chevron-right,
    .bootstrap-iso .carousel-control .icon-next {
        margin-right: -15px;
    }
    .bootstrap-iso .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .bootstrap-iso .carousel-indicators {
        bottom: 20px;
    }
}
.bootstrap-iso .clearfix:before,
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:before,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:before,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:before,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:before,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:before,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:before,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:before,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:before,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:before,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:before,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:before,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:before,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:before,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:before,
.bootstrap-iso .modal-footer:after {
    content: " ";
    display: table;
}
.bootstrap-iso .clearfix:after,
.bootstrap-iso .dl-horizontal dd:after,
.bootstrap-iso .container:after,
.bootstrap-iso .container-fluid:after,
.bootstrap-iso .row:after,
.bootstrap-iso .form-horizontal .form-group:after,
.bootstrap-iso .btn-toolbar:after,
.bootstrap-iso .btn-group-vertical > .btn-group:after,
.bootstrap-iso .nav:after,
.bootstrap-iso .navbar:after,
.bootstrap-iso .navbar-header:after,
.bootstrap-iso .navbar-collapse:after,
.bootstrap-iso .pager:after,
.bootstrap-iso .panel-body:after,
.bootstrap-iso .modal-footer:after {
    clear: both;
}
.bootstrap-iso .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bootstrap-iso .pull-right {
    float: right !important;
}
.bootstrap-iso .pull-left {
    float: left !important;
}
.bootstrap-iso .hide {
    display: none !important;
}
.bootstrap-iso .show {
    display: block !important;
}
.bootstrap-iso .invisible {
    visibility: hidden;
}
.bootstrap-iso .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.bootstrap-iso .hidden {
    display: none !important;
}
.bootstrap-iso .affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.bootstrap-iso .visible-xs,
.bootstrap-iso .visible-sm,
.bootstrap-iso .visible-md,
.bootstrap-iso .visible-lg {
    display: none !important;
}
.bootstrap-iso .visible-xs-block,
.bootstrap-iso .visible-xs-inline,
.bootstrap-iso .visible-xs-inline-block,
.bootstrap-iso .visible-sm-block,
.bootstrap-iso .visible-sm-inline,
.bootstrap-iso .visible-sm-inline-block,
.bootstrap-iso .visible-md-block,
.bootstrap-iso .visible-md-inline,
.bootstrap-iso .visible-md-inline-block,
.bootstrap-iso .visible-lg-block,
.bootstrap-iso .visible-lg-inline,
.bootstrap-iso .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .bootstrap-iso .visible-xs {
        display: block !important;
    }
    .bootstrap-iso table.visible-xs {
        display: table;
    }
    .bootstrap-iso tr.visible-xs {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-xs,
    .bootstrap-iso td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .bootstrap-iso .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .bootstrap-iso .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .bootstrap-iso .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .visible-sm {
        display: block !important;
    }
    .bootstrap-iso table.visible-sm {
        display: table;
    }
    .bootstrap-iso tr.visible-sm {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-sm,
    .bootstrap-iso td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .visible-md {
        display: block !important;
    }
    .bootstrap-iso table.visible-md {
        display: table;
    }
    .bootstrap-iso tr.visible-md {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-md,
    .bootstrap-iso td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap-iso .visible-lg {
        display: block !important;
    }
    .bootstrap-iso table.visible-lg {
        display: table;
    }
    .bootstrap-iso tr.visible-lg {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-lg,
    .bootstrap-iso td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap-iso .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap-iso .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap-iso .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .bootstrap-iso .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bootstrap-iso .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bootstrap-iso .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .bootstrap-iso .hidden-lg {
        display: none !important;
    }
}
.bootstrap-iso .visible-print {
    display: none !important;
}
@media print {
    .bootstrap-iso .visible-print {
        display: block !important;
    }
    .bootstrap-iso table.visible-print {
        display: table;
    }
    .bootstrap-iso tr.visible-print {
        display: table-row !important;
    }
    .bootstrap-iso th.visible-print,
    .bootstrap-iso td.visible-print {
        display: table-cell !important;
    }
}
.bootstrap-iso .visible-print-block {
    display: none !important;
}
@media print {
    .bootstrap-iso .visible-print-block {
        display: block !important;
    }
}
.bootstrap-iso .visible-print-inline {
    display: none !important;
}
@media print {
    .bootstrap-iso .visible-print-inline {
        display: inline !important;
    }
}
.bootstrap-iso .visible-print-inline-block {
    display: none !important;
}
@media print {
    .bootstrap-iso .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .bootstrap-iso .hidden-print {
        display: none !important;
    }
}
.bootstrap-iso .btn-default,
.bootstrap-iso .btn-primary,
.bootstrap-iso .btn-success,
.bootstrap-iso .btn-info,
.bootstrap-iso .btn-warning,
.bootstrap-iso .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-default.active,
.bootstrap-iso .btn-primary.active,
.bootstrap-iso .btn-success.active,
.bootstrap-iso .btn-info.active,
.bootstrap-iso .btn-warning.active,
.bootstrap-iso .btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bootstrap-iso .btn-default .badge,
.bootstrap-iso .btn-primary .badge,
.bootstrap-iso .btn-success .badge,
.bootstrap-iso .btn-info .badge,
.bootstrap-iso .btn-warning .badge,
.bootstrap-iso .btn-danger .badge {
    text-shadow: none;
}
.bootstrap-iso .btn:active,
.bootstrap-iso .btn.active {
    background-image: none;
}
.bootstrap-iso .btn-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}
.bootstrap-iso .btn-default:hover,
.bootstrap-iso .btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
.bootstrap-iso .btn-default:active,
.bootstrap-iso .btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}
.bootstrap-iso .btn-default.disabled,
.bootstrap-iso .btn-default:disabled,
.bootstrap-iso .btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none;
}
.bootstrap-iso .btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}
.bootstrap-iso .btn-primary:hover,
.bootstrap-iso .btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}
.bootstrap-iso .btn-primary:active,
.bootstrap-iso .btn-primary.active {
    background-color: #265a88;
    border-color: #245580;
}
.bootstrap-iso .btn-primary.disabled,
.bootstrap-iso .btn-primary:disabled,
.bootstrap-iso .btn-primary[disabled] {
    background-color: #265a88;
    background-image: none;
}
.bootstrap-iso .btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.bootstrap-iso .btn-success:hover,
.bootstrap-iso .btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}
.bootstrap-iso .btn-success:active,
.bootstrap-iso .btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}
.bootstrap-iso .btn-success.disabled,
.bootstrap-iso .btn-success:disabled,
.bootstrap-iso .btn-success[disabled] {
    background-color: #419641;
    background-image: none;
}
.bootstrap-iso .btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}
.bootstrap-iso .btn-info:hover,
.bootstrap-iso .btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}
.bootstrap-iso .btn-info:active,
.bootstrap-iso .btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}
.bootstrap-iso .btn-info.disabled,
.bootstrap-iso .btn-info:disabled,
.bootstrap-iso .btn-info[disabled] {
    background-color: #2aabd2;
    background-image: none;
}
.bootstrap-iso .btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.bootstrap-iso .btn-warning:hover,
.bootstrap-iso .btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}
.bootstrap-iso .btn-warning:active,
.bootstrap-iso .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}
.bootstrap-iso .btn-warning.disabled,
.bootstrap-iso .btn-warning:disabled,
.bootstrap-iso .btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none;
}
.bootstrap-iso .btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
.bootstrap-iso .btn-danger:hover,
.bootstrap-iso .btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}
.bootstrap-iso .btn-danger:active,
.bootstrap-iso .btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}
.bootstrap-iso .btn-danger.disabled,
.bootstrap-iso .btn-danger:disabled,
.bootstrap-iso .btn-danger[disabled] {
    background-color: #c12e2a;
    background-image: none;
}
.bootstrap-iso .thumbnail,
.bootstrap-iso .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .dropdown-menu > li > a:hover,
.bootstrap-iso .dropdown-menu > li > a:focus {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-color: #e8e8e8;
}
.bootstrap-iso .dropdown-menu > .active > a,
.bootstrap-iso .dropdown-menu > .active > a:hover,
.bootstrap-iso .dropdown-menu > .active > a:focus {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-color: #2e6da4;
}
.bootstrap-iso .navbar-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .navbar-default .navbar-nav > .open > a,
.bootstrap-iso .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .navbar-brand,
.bootstrap-iso .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.bootstrap-iso .navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bootstrap-iso .navbar-inverse .navbar-nav > .open > a,
.bootstrap-iso .navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .navbar-inverse .navbar-brand,
.bootstrap-iso .navbar-inverse .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-iso .navbar-static-top,
.bootstrap-iso .navbar-fixed-top,
.bootstrap-iso .navbar-fixed-bottom {
    border-radius: 0;
}
@media (max-width: 767px) {
    .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    .bootstrap-iso .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    }
}
.bootstrap-iso .alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    border-color: #b2dba1;
}
.bootstrap-iso .alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    border-color: #9acfea;
}
.bootstrap-iso .alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    border-color: #f5e79e;
}
.bootstrap-iso .alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    border-color: #dca7a7;
}
.bootstrap-iso .progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.bootstrap-iso .progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.bootstrap-iso .progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.bootstrap-iso .progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.bootstrap-iso .progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.bootstrap-iso .progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.bootstrap-iso .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bootstrap-iso .list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.bootstrap-iso .list-group-item.active,
.bootstrap-iso .list-group-item.active:hover,
.bootstrap-iso .list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    border-color: #2b669a;
}
.bootstrap-iso .list-group-item.active .badge,
.bootstrap-iso .list-group-item.active:hover .badge,
.bootstrap-iso .list-group-item.active:focus .badge {
    text-shadow: none;
}
.bootstrap-iso .panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-iso .panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.bootstrap-iso .panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.bootstrap-iso .panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.bootstrap-iso .panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.bootstrap-iso .panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.bootstrap-iso .panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.bootstrap-iso .well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* End */


/* Start:/local/assets/css/service_desk-button.css?1722884096398*/
.bx-im-informer-div{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bx-im-informer-div:hover{
    background-color: #ffffff1c;
}
#targetTooltipButton{
    color: white;
    background-color: #3bc8f5;
    transition: all 0.3s linear;
    border-radius: 5px;
    border: 0;
    padding: 7px 3px;
}
.bx-im-bar-with-ol .bx-im-users-wrap{
    top: 262px;
}
/* End */
/* /local/js/devsol/sdform/dist/sdform.bundle.css?173679415310853 */
/* /local/js/estima24/events/beaver_to_colleague/dist/beaver_to_colleague.bundle.css?171895160827718 */
/* /local/components/ametist.im/catalog.favorite.icon/templates/.default/style.css?1718579702947 */
/* /bitrix/templates/login/template_styles.min.css?176164594191933 */
/* /local/assets/css/main.css?17367941531242 */
/* /local/assets/css/bootstrap-iso.min.css?1666980126211167 */
/* /local/assets/css/service_desk-button.css?1722884096398 */
