:root {
  --background-block-primary: var(--color-neutral-0);
  --background-block-secondary: var(--color-neutral-50);
  --background-overlay: var(--color-neutral-100);
  --background-page: var(--color-neutral-50);
  --background-page-white: var(--color-neutral-0);
  --background-neutral-disabled: var(--color-neutral-200);
  --background-neutral-primary: var(--color-neutral-1000);
  --background-neutral-secondary: var(--color-neutral-700);
  --background-neutral-subtle: var(--color-neutral-100);
  --background-neutral-subtlest: var(--color-neutral-50);
  --background-neutral-white: var(--color-neutral-0);
  --background-primary: var(--color-primary-600);
  --background-primary-subtle: var(--color-primary-100);
  --background-primary-subtlest: var(--color-primary-50);
  --background-secondary: var(--color-secondary-600);
  --background-secondary-subtle: var(--color-secondary-200);
  --background-secondary-subtlest: var(--color-secondary-50);
  --background-status-error: var(--status-error);
  --background-status-error-subtle: var(--color-error-100);
  --background-status-error-subtlest: var(--color-error-50);
  --background-status-success: var(--status-success);
  --background-status-success-subtle: var(--color-success-100);
  --background-status-success-subtlest: var(--color-success-50);
  --background-status-warning: var(--status-warning);
  --background-status-warning-subtle: var(--color-warning-100);
  --background-status-warning-subtlest: var(--color-warning-50);
  --border-error: var(--color-error-600);
  --border-neutral: var(--color-neutral-700);
  --border-primary: var(--color-primary-600);
  --border-secondary: var(--color-secondary-600);
  --border-subtle: var(--color-neutral-300);
  --border-subtlest: var(--color-neutral-100);
  --border-success: var(--color-success-600);
  --border-warning: var(--color-warning-600);
  --border-disabled: var(--color-neutral-200);
  --border-error-disabled: var(--color-error-200);
  --border-primary-disabled: var(--color-primary-200);
  --border-secondary-disabled: var(--color-secondary-200);
  --border-success-disabled: var(--color-success-200);
  --border-warning-disabled: var(--color-warning-200);
  --button-outlined-error: var(--color-error-50);
  --button-outlined-error-active: var(--color-error-200);
  --button-outlined-error-hover: var(--color-error-100);
  --button-outlined-neutral: var(--color-neutral-50);
  --button-outlined-neutral-active: var(--color-neutral-200);
  --button-outlined-neutral-hover: var(--color-neutral-100);
  --button-outlined-primary: var(--color-primary-50);
  --button-outlined-primary-active: var(--color-primary-200);
  --button-outlined-primary-hover: var(--color-primary-100);
  --button-outlined-secondary: var(--color-secondary-50);
  --button-outlined-secondary-active: var(--color-secondary-200);
  --button-outlined-secondary-hover: var(--color-secondary-100);
  --button-outlined-success: var(--color-success-50);
  --button-outlined-success-active: var(--color-success-200);
  --button-outlined-success-hover: var(--color-success-100);
  --button-outlined-warning: var(--color-warning-50);
  --button-outlined-warning-active: var(--color-warning-200);
  --button-outlined-warning-hover: var(--color-warning-100);
  --button-solid-disabled: var(--color-neutral-200);
  --button-solid-error: var(--color-error-600);
  --button-solid-error-active: var(--color-error-900);
  --button-solid-error-hover: var(--color-error-700);
  --button-solid-neutral: var(--color-neutral-900);
  --button-solid-neutral-active: var(--color-neutral-1000);
  --button-solid-neutral-hover: var(--color-neutral-700);
  --button-solid-primary: var(--color-primary-600);
  --button-solid-primary-active: var(--color-primary-900);
  --button-solid-primary-hover: var(--color-primary-700);
  --button-solid-secondary: var(--color-secondary-600);
  --button-solid-secondary-active: var(--color-secondary-600);
  --button-solid-secondary-hover: var(--color-secondary-400);
  --button-solid-success: var(--color-success-600);
  --button-solid-success-active: var(--color-success-900);
  --button-solid-success-hover: var(--color-success-700);
  --button-solid-warning: var(--color-warning-500);
  --button-solid-warning-active: var(--color-warning-500);
  --button-solid-warning-hover: var(--color-warning-400);
  --icon-default: var(--color-neutral-900);
  --icon-disabled: var(--color-neutral-300);
  --icon-error: var(--status-error);
  --icon-neutral: var(--color-neutral-600);
  --icon-secondary: var(--color-secondary-700);
  --icon-success: var(--status-success);
  --icon-warning: var(--color-warning-700);
  --icon-on-bold-black: var(--color-neutral-1000);
  --icon-on-bold-white: var(--color-neutral-0);
  --icon-on-subtle: var(--color-primary-600);
  --icon-white-fixed: var(--icon-on-bold-white);
  --interactive-active: var(--color-primary-600);
  --interactive-disabled: var(--color-neutral-200);
  --interactive-error: var(--color-error-600);
  --interactive-inactive: var(--color-neutral-500);
  --interactive-timer-error-solid: var(--color-error-800);
  --interactive-timer-error-subtle: var(--color-error-200);
  --interactive-timer-neutral-solid: var(--color-neutral-800);
  --interactive-timer-neutral-subtle: var(--color-neutral-200);
  --interactive-timer-primary-solid: var(--color-primary-800);
  --interactive-timer-primary-subtle: var(--color-primary-200);
  --interactive-timer-success-solid: var(--color-success-800);
  --interactive-timer-success-subtle: var(--color-success-200);
  --interactive-timer-warning-solid: var(--color-warning-500);
  --interactive-timer-warning-subtle: var(--color-warning-200);
  --status-error: var(--color-error-600);
  --status-focus: var(--color-focus-600);
  --status-success: var(--color-success-600);
  --status-visited: var(--color-visited-600);
  --status-warning: var(--color-warning-400);
  --text-primary-color: var(--color-primary-700);
  --text-primary-on-subtle: var(--color-primary-700);
  --text-secondary-color: var(--color-secondary-800);
  --text-black-fixed: var(--color-neutral-1000);
  --text-disabled: var(--color-neutral-300);
  --text-placeholder: var(--color-neutral-500);
  --text-primary: var(--color-neutral-950);
  --text-secondary: var(--color-neutral-700);
  --text-terciary: var(--color-neutral-500);
  --text-white: var(--color-neutral-0);
  --text-white-fixed: var(--color-neutral-0);
  --text-status-error: var(--color-error-700);
  --text-status-info: var(--color-primary-600);
  --text-status-success: var(--color-success-700);
  --text-status-warning: var(--color-warning-900);
}
:root {
  --corner-radius-none: var(--size-0);
  --corner-radius-2xs: var(--size-025);
  --corner-radius-xs: var(--size-050);
  --corner-radius-xs-nudge: var(--size-075);
  --corner-radius-s: var(--size-100);
  --corner-radius-s-nudge: var(--size-150);
  --corner-radius-m: var(--size-200);
  --corner-radius-m-nudge: var(--size-250);
  --corner-radius-l: var(--size-300);
  --corner-radius-xl: var(--size-400);
  --corner-radius-2xl: var(--size-500);
  --corner-radius-3xl: var(--size-600);
  --corner-radius-4xl: var(--size-700);
  --corner-radius-5xl: var(--size-800);
  --corner-radius-6xl: var(--size-900);
  --corner-radius-7xl: var(--size-1000);
  --corner-radius-8xl: var(--size-1500);
  --corner-radius-9xl: var(--size-2000);
  --font-size-xs: var(--size-150);
  --font-size-s: var(--size-175);
  --font-size-m: var(--size-200);
  --font-size-l: var(--size-225);
  --font-size-xl: var(--size-250);
  --font-size-2xl: var(--size-300);
  --font-size-3xl: var(--size-400);
  --font-size-4xl: var(--size-500);
  --font-size-5xl: var(--size-600);
  --font-size-6xl: var(--size-800);
  --height-2xs: var(--size-025);
  --height-xs: var(--size-050);
  --height-xs-nudge: var(--size-075);
  --height-s: var(--size-100);
  --height-s-nudge: var(--size-150);
  --height-m: var(--size-200);
  --height-m-nudge: var(--size-250);
  --height-l: var(--size-300);
  --height-xl: var(--size-400);
  --height-2xl: var(--size-500);
  --height-3xl: var(--size-600);
  --height-4xl: var(--size-700);
  --height-5xl: var(--size-800);
  --height-6xl: var(--size-900);
  --height-7xl: var(--size-1000);
  --height-8xl: var(--size-1500);
  --height-9xl: var(--size-2000);
  --height-component-xs: var(--size-300);
  --height-component-s: var(--size-400);
  --height-component-m: var(--size-500);
  --height-component-l: var(--size-600);
  --height-component-xl: var(--size-700);
  --height-line-xs: var(--size-225);
  --height-line-s: var(--size-262_5);
  --height-line-m: var(--size-300);
  --height-line-l: var(--size-337_5);
  --height-line-xl: var(--size-375);
  --height-line-2xl: var(--size-450);
  --height-line-3xl: var(--size-600);
  --icon-size-xs: var(--size-150);
  --icon-size-s: var(--size-175);
  --icon-size-m: var(--size-200);
  --icon-size-l: var(--size-225);
  --icon-size-xl: var(--size-250);
  --icon-size-2xl: var(--size-300);
  --icon-size-3xl: var(--size-400);
  --icon-size-4xl: var(--size-500);
  --icon-size-5xl: var(--size-600);
  --spacing-none: var(--size-0);
  --spacing-2xs: var(--size-025);
  --spacing-xs: var(--size-050);
  --spacing-xs-nudge: var(--size-075);
  --spacing-s: var(--size-100);
  --spacing-s-nudge: var(--size-150);
  --spacing-m: var(--size-200);
  --spacing-m-nudge: var(--size-250);
  --spacing-l: var(--size-300);
  --spacing-xl: var(--size-400);
  --spacing-2xl: var(--size-500);
  --spacing-3xl: var(--size-600);
  --spacing-4xl: var(--size-700);
  --spacing-5xl: var(--size-800);
  --spacing-6xl: var(--size-900);
  --spacing-7xl: var(--size-1000);
  --spacing-8xl: var(--size-1500);
  --spacing-9xl: var(--size-2000);
  --spacing-multiline-vertical-padding-xs: var(--size-037_5);
  --spacing-multiline-vertical-padding-s: var(--size-068_75);
  --spacing-multiline-vertical-padding-m: var(--size-100);
  --spacing-multiline-vertical-padding-l: var(--size-131_25);
  --spacing-multiline-vertical-padding-xl: var(--size-162_5);
}
:root {
  --font-family: Roboto, sans-serif;
  --color-primary-50: #f3f7fc;
  --color-primary-100: #e5eef9;
  --color-primary-200: #c5dbf2;
  --color-primary-300: #93bde6;
  --color-primary-400: #599bd7;
  --color-primary-500: #337fc4;
  --color-primary-600: #2362a2;
  --color-primary-700: #1e5086;
  --color-primary-800: #1d456f;
  --color-primary-900: #1d3c5d;
  --color-primary-950: #13263e;
  --color-primary-1000: #0f1f33;
  --color-primary-1050: #040a15;
  --color-primary-1100: #010409;
  --color-secondary-50: #fff9e9;
  --color-secondary-100: #fff6e1;
  --color-secondary-200: #fef0d0;
  --color-secondary-300: #fde1a1;
  --color-secondary-400: #ffcf74;
  --color-secondary-500: #fbc342;
  --color-secondary-600: #fab413;
  --color-secondary-700: #c8900f;
  --color-secondary-800: #af7a00;
  --color-secondary-900: #4a3403;
  --color-secondary-950: #3d2b00;
  --color-secondary-1000: #150f00;
  --color-neutral-0: #ffffff;
  --color-neutral-50: #f6f6f6;
  --color-neutral-100: #e7e7e7;
  --color-neutral-200: #d1d1d1;
  --color-neutral-300: #b0b0b0;
  --color-neutral-400: #888888;
  --color-neutral-500: #6d6d6d;
  --color-neutral-600: #5d5d5d;
  --color-neutral-700: #4f4f4f;
  --color-neutral-800: #454545;
  --color-neutral-900: #3b3b3b;
  --color-neutral-950: #262626;
  --color-neutral-1000: #000000;
  --color-neutral-transparent: rgba(255, 255, 255, 0);
  --color-error-50: #fef2f2;
  --color-error-100: #fde3e3;
  --color-error-200: #fccccc;
  --color-error-300: #f8a9a9;
  --color-error-400: #f37676;
  --color-error-500: #e84b4b;
  --color-error-600: #c62828;
  --color-error-700: #b32222;
  --color-error-800: #942020;
  --color-error-900: #7b2121;
  --color-error-950: #430c0c;
  --color-success-50: #f3faf3;
  --color-success-100: #e2f6e3;
  --color-success-200: #c7ebc9;
  --color-success-300: #9bda9e;
  --color-success-400: #67c16b;
  --color-success-500: #42a547;
  --color-success-600: #2e7d32;
  --color-success-700: #2a6b2d;
  --color-success-800: #265529;
  --color-success-900: #204724;
  --color-success-950: #0d260f;
  --color-warning-50: #fefbe8;
  --color-warning-100: #fef7c3;
  --color-warning-200: #feed8a;
  --color-warning-300: #fdd835;
  --color-warning-400: #fac615;
  --color-warning-500: #eaad08;
  --color-warning-600: #ca8504;
  --color-warning-700: #e49400;
  --color-warning-800: #be7d02;
  --color-warning-900: #6b4a0d;
  --color-warning-950: #432e06;
  --color-warning-1000: #2a1b00;
  --color-focus-300: #6caef4;
  --color-focus-600: #007bff;
  --color-visited-300: #c4a7e6;
  --color-visited-600: #67329e;
  --color-visited-700: #60306b;
  --size-0: 0rem;
  --size-025: 0.125rem;
  --size-037_5: 0.1875rem;
  --size-050: 0.25rem;
  --size-068_75: 0.34375rem;
  --size-075: 0.375rem;
  --size-100: 0.5rem;
  --size-131_25: 0.65625rem;
  --size-150: 0.75rem;
  --size-162_5: 0.8125rem;
  --size-175: 0.875rem;
  --size-200: 1rem;
  --size-225: 1.125rem;
  --size-250: 1.25rem;
  --size-262_5: 1.3125rem;
  --size-300: 1.5rem;
  --size-337_5: 1.6875rem;
  --size-375: 1.875rem;
  --size-400: 2rem;
  --size-450: 2.25rem;
  --size-500: 2.5rem;
  --size-600: 3rem;
  --size-700: 3.5rem;
  --size-800: 4rem;
  --size-900: 4.5rem;
  --size-1000: 5rem;
  --size-1500: 7.5rem;
}
:root {
  color-scheme: only light;
}
/* Prevent images from being inverted in dark mode */
img,
[style*="background-image"] {
  filter: invert(0) !important;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto';
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #006aa1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #125ccb;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.125rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -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;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #666666;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 1rem;
}
h3,
.h3 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 0.8125rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin: 0 0 0rem;
}
.lead {
  margin-bottom: 0rem;
  font-size: 0rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.21875rem;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #f2b635;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #666666;
}
.text-primary {
  color: #006aa1;
}
a.text-primary:hover {
  color: #00486e;
}
.text-success {
  color: #1fae62;
}
a.text-success:hover {
  color: #17834a;
}
.text-info {
  color: #444444;
}
a.text-info:hover {
  color: #2b2b2b;
}
.text-warning {
  color: #d79913;
}
a.text-warning:hover {
  color: #a8780f;
}
.text-danger {
  color: #eb1703;
}
a.text-danger:hover {
  color: #b91202;
}
.bg-primary {
  color: #fff;
  background-color: #006aa1;
}
a.bg-primary:hover {
  background-color: #00486e;
}
.bg-success {
  background-color: #388341;
}
a.bg-success:hover {
  background-color: #295f2f;
}
.bg-info {
  background-color: #ffffff;
}
a.bg-info:hover {
  background-color: #e6e6e6;
}
.bg-warning {
  background-color: #f2b635;
}
a.bg-warning:hover {
  background-color: #e5a10f;
}
.bg-danger {
  background-color: #a13030;
}
a.bg-danger:hover {
  background-color: #7a2424;
}
.page-header {
  padding-bottom: -1rem;
  margin: 0rem 0 0rem;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 0rem;
}
dt,
dd {
  line-height: 1.125rem;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #666666;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0rem 0rem;
  margin: 0 0 0rem;
  font-size: 1.015625rem;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.125rem;
  color: #666666;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 0rem;
  font-style: normal;
  line-height: 1.125rem;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: -0.5rem;
  margin: 0 0 0rem;
  font-size: -0.1875rem;
  line-height: 1.125rem;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #666666;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0rem;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 7px;
  line-height: 1.125rem;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e5e5e5;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e5e5e5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.95);
}
.table-hover > tbody > tr:hover {
  background-color: #f4f5f6;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #006aa1;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #005988;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #388341;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #307138;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #f2b635;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f0ad1d;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #a13030;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #8d2a2a;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 0rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e5e5;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0rem;
  font-size: 1.21875rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 1.375rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 10.75rem;
  padding: 0.375rem 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #bababa;
  border-radius: 0px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #007cc0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 124, 192, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 124, 192, 0.6);
}
.form-control::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #aaaaaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 10.75rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 21rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 32rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 0rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  margin-bottom: 0;
  min-height: 0.8125rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 21rem;
  padding: 5px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 21rem;
  line-height: 21rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 21rem;
  padding: 5px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
}
select.form-group-sm .form-control {
  height: 21rem;
  line-height: 21rem;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 21rem;
  padding: 5px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  min-height: 0.75rem;
}
.input-lg {
  height: 32rem;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 32rem;
  line-height: 32rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 32rem;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.form-group-lg .form-control {
  height: 32rem;
  line-height: 32rem;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 32rem;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  min-height: 1rem;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 13.4375rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 10.75rem;
  height: 10.75rem;
  line-height: 10.75rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 32rem;
  height: 32rem;
  line-height: 32rem;
}
.input-sm + .form-control-feedback {
  width: 21rem;
  height: 21rem;
  line-height: 21rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #1fae62;
}
.has-success .form-control {
  border-color: #1fae62;
  -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);
}
.has-success .form-control:focus {
  border-color: #17834a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #53e095;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #53e095;
}
.has-success .input-group-addon {
  color: #1fae62;
  border-color: #1fae62;
  background-color: #388341;
}
.has-success .form-control-feedback {
  color: #1fae62;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #d79913;
}
.has-warning .form-control {
  border-color: #d79913;
  -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);
}
.has-warning .form-control:focus {
  border-color: #a8780f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1c35f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f1c35f;
}
.has-warning .input-group-addon {
  color: #d79913;
  border-color: #d79913;
  background-color: #f2b635;
}
.has-warning .form-control-feedback {
  color: #d79913;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #eb1703;
}
.has-error .form-control {
  border-color: #eb1703;
  -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);
}
.has-error .form-control:focus {
  border-color: #b91202;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd6557;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd6557;
}
.has-error .input-group-addon {
  color: #eb1703;
  border-color: #eb1703;
  background-color: #a13030;
}
.has-error .form-control-feedback {
  color: #eb1703;
}
.has-feedback label ~ .form-control-feedback {
  top: 5rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.375rem;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 1.375rem;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 1.375rem;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.375rem 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.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);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.45;
  filter: alpha(opacity=45);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #f7f7f7;
  border-color: #bfbfbf;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #dedede;
  border-color: #a0a0a0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f7f7f7;
  border-color: #bfbfbf;
}
.btn-default .badge {
  color: #f7f7f7;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #006aa1;
  border-color: #005988;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #00486e;
  border-color: #00314a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #006aa1;
  border-color: #005988;
}
.btn-primary .badge {
  color: #006aa1;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #007833;
  border-color: #005f28;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #00451d;
  border-color: #00220e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #007833;
  border-color: #005f28;
}
.btn-success .badge {
  color: #007833;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #cc1919;
  border-color: #b51616;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #9f1313;
  border-color: #7e0f0f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc1919;
  border-color: #b51616;
}
.btn-danger .badge {
  color: #cc1919;
  background-color: #ffffff;
}
.btn-link {
  color: #006aa1;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #125ccb;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #666666;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.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;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 0.8125rem;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: -1rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.125rem;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #006aa1;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #666666;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666666;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 32rem;
  padding: 10px 16px;
  font-size: 1rem;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 32rem;
  line-height: 32rem;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 21rem;
  padding: 5px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 21rem;
  line-height: 21rem;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 0.375rem 0.625rem;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #bababa;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 0.75rem;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 1rem;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #666666;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #006aa1;
}
.nav .nav-divider {
  height: 1px;
  margin: -1rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.125rem;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #006aa1;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 3.57142857rem;
  margin-bottom: 0rem;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 1.78571429rem 15px;
  font-size: 1rem;
  line-height: 0rem;
  height: 3.57142857rem;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: -15.21428571rem;
  margin-bottom: -15.21428571rem;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0.89285714rem -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 0rem;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 0rem;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 1.78571429rem;
    padding-bottom: 1.78571429rem;
  }
}
.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: -3.58928571rem;
  margin-bottom: -3.58928571rem;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: -3.58928571rem;
  margin-bottom: -3.58928571rem;
}
.navbar-btn.btn-sm {
  margin-top: -8.71428571rem;
  margin-bottom: -8.71428571rem;
}
.navbar-btn.btn-xs {
  margin-top: -9.21428571rem;
  margin-bottom: -9.21428571rem;
}
.navbar-text {
  margin-top: 1.78571429rem;
  margin-bottom: 1.78571429rem;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #00486e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #0d2344;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: rgba(21, 130, 186, 0.5);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #00486e;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #0d2344;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #00486e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0d2344;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #666666;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #666666;
}
.navbar-inverse .navbar-nav > li > a {
  color: #666666;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #666666;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #666666;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0rem 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.375rem 0.625rem;
  line-height: 1.125rem;
  text-decoration: none;
  color: #006aa1;
  background-color: transparent;
  border: 1px solid transparent;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #666666;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #006aa1;
  border-color: #006aa1;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666666;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 1rem;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 0.75rem;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 0rem 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #666666;
  background-color: transparent;
  cursor: not-allowed;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #f7f7f7;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #dedede;
}
.label-primary {
  background-color: #006aa1;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00486e;
}
.label-success {
  background-color: #007833;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #00451d;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #cc1919;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #9f1313;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #666666;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #006aa1;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 0rem;
  line-height: 1.125rem;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #006aa1;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 25px;
  margin-bottom: 0rem;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 45px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #388341;
  border-color: #337130;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #2b5f29;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #ffffff;
  border-color: transparent;
  color: #444444;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #2b2b2b;
}
.alert-warning {
  background-color: #f2b635;
  border-color: #f08a1d;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #e57d0f;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #a13030;
  border-color: #8d2a3b;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #7a2433;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 0rem;
  margin-bottom: 0rem;
  background-color: #f5f5f5;
  border-radius: 0px;
  -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);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 0.75rem;
  line-height: 0rem;
  color: #ffffff;
  text-align: center;
  background-color: #006aa1;
  -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;
}
.progress-striped .progress-bar,
.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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #007833;
}
.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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.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);
}
.progress-bar-danger {
  background-color: #cc1919;
}
.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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #666666;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #666666;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #006aa1;
  border-color: #006aa1;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #6ecdff;
}
.list-group-item-success {
  color: #1fae62;
  background-color: #388341;
}
a.list-group-item-success {
  color: #1fae62;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #1fae62;
  background-color: #307138;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #1fae62;
  border-color: #1fae62;
}
.list-group-item-info {
  color: #444444;
  background-color: #ffffff;
}
a.list-group-item-info {
  color: #444444;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #444444;
  background-color: #f2f2f2;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #444444;
  border-color: #444444;
}
.list-group-item-warning {
  color: #d79913;
  background-color: #f2b635;
}
a.list-group-item-warning {
  color: #d79913;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #d79913;
  background-color: #f0ad1d;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #d79913;
  border-color: #d79913;
}
.list-group-item-danger {
  color: #eb1703;
  background-color: #a13030;
}
a.list-group-item-danger {
  color: #eb1703;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #eb1703;
  background-color: #8d2a2a;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #eb1703;
  border-color: #eb1703;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 0rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 1rem;
}
.panel-heading {
  padding: 0.25rem 0.3125rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 0.25rem 0.3125rem;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 1rem;
  padding-right: 1rem;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #e5e5e5;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 0rem;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #006aa1;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #006aa1;
  border-color: #006aa1;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #006aa1;
}
.panel-primary > .panel-heading .badge {
  color: #006aa1;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #006aa1;
}
.panel-success {
  border-color: #337130;
}
.panel-success > .panel-heading {
  color: #1fae62;
  background-color: #388341;
  border-color: #337130;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337130;
}
.panel-success > .panel-heading .badge {
  color: #388341;
  background-color: #1fae62;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337130;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #444444;
  background-color: #ffffff;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: #ffffff;
  background-color: #444444;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-warning {
  border-color: #f08a1d;
}
.panel-warning > .panel-heading {
  color: #d79913;
  background-color: #f2b635;
  border-color: #f08a1d;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f08a1d;
}
.panel-warning > .panel-heading .badge {
  color: #f2b635;
  background-color: #d79913;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f08a1d;
}
.panel-danger {
  border-color: #8d2a3b;
}
.panel-danger > .panel-heading {
  color: #eb1703;
  background-color: #a13030;
  border-color: #8d2a3b;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8d2a3b;
}
.panel-danger > .panel-heading .badge {
  color: #a13030;
  background-color: #eb1703;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8d2a3b;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border: 1px solid #ebebeb;
  border-radius: 0px;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 1.21875rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -o-transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fafafa;
  border: 1px solid none;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #48555b;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  min-height: 16.125px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.125rem;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #dddddd;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 970px;
    margin: 30px auto;
  }
  .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);
  }
  .modal-sm {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1170px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto';
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 320px;
  padding: 1px;
  font-family: 'Roboto';
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.125rem;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 0px;
  -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;
}
.popover.top {
  margin-top: -15px;
}
.popover.right {
  margin-left: 15px;
}
.popover.bottom {
  margin-top: 15px;
}
.popover.left {
  margin-left: -15px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 0.8125rem;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  border-radius: -1px -1px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 15px;
}
.popover > .arrow:after {
  border-width: 15px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -15px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(153, 153, 153, 0.65);
  bottom: -15px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -15px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -15px;
  margin-top: -15px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(153, 153, 153, 0.65);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -15px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -15px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(153, 153, 153, 0.65);
  top: -15px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -15px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -15px;
  margin-top: -15px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(153, 153, 153, 0.65);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -15px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.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;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-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;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  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);
}
.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: 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);
}
.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: 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);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.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);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.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);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* pro intranet zakomentovano, je vyzadovano vychozi chovani
u zakazniku se zde definuji barvy
@fontActual: 16; //fontsize on html used for rem unit. this number will used for conversion to fontsize base 16px

//Colors

@primaryColor:  #1e4278;
@brand-primary: #1e4278;

//layout

@contentBg: #e4edef;

@sidePanelBg: #0D2344;
@sidePanelnavAppItemBorderColor: rgba(255, 255, 255, 0.1);
@sidePanelnavAppItemBorderColorActive: rgba(255, 255, 255, 0.1);
@sidePanelnavAppColor: #fff;

@footerBarBg: rgba(36, 49, 58, 0.92);
  
@base-active-bg: lighten(@primaryColor, 40%);


//table color




//**** typography color ****

@link-color: #2255AE;
@link-hover-color: #1C8EFF;

// titles color
@titles-baseColor: #1e4278;
@titles-fontFamily: 'arial';
*/
.fontsetting {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  line-height: inherit;
  width: auto;
  margin-right: .2em;
  margin-left: .2em;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#animated-line .horizontal {
  content: '';
  height: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #006aa1;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#animated-line .horizontal .hover-state {
  height: 1px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#animated-line .horizontal .active-state {
  height: 4px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flex-display {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-inline-display {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@-webkit-keyframes sapMDialogZoomIn {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes loadedShow {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes sapMDialogZoomOut {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
  }
}
.dialogOpening {
  animation-name: sapMDialogZoomIn;
  -moz-animation-name: sapMDialogZoomIn;
  -webkit-animation-name: sapMDialogZoomIn;
}
.dialogClosing {
  animation-name: sapMDialogZoomOut;
  -moz-animation-name: sapMDialogZoomOut;
  -webkit-animation-name: sapMDialogZoomOut;
}
.slideLeft.ng-enter {
  animation-name: slideLeftKF;
  -moz-animation-name: slideLeftKF;
  -webkit-animation-name: slideLeftKF;
  animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}
.fadeInOUt.ng-enter {
  -webkit-animation: opacityAnimKF 550ms;
  -moz-animation: opacityAnimKF 550ms;
  -o-animation: opacityAnimKF 550ms;
  animation: opacityAnimKF 550ms;
}
.fadeInOUt.ng-leave {
  -webkit-animation: fadeOpacityAnimKF 550ms;
  -moz-animation: fadeOpacityAnimKF 550ms;
  -o-animation: fadeOpacityAnimKF 550ms;
  animation: fadeOpacityAnimKF 550ms;
}
.fadeAnim.ng-enter {
  animation-name: sapMDialogZoomIn;
  -moz-animation-name: sapMDialogZoomIn;
  -webkit-animation-name: sapMDialogZoomIn;
  animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}
.fadeAnim.ng-leave {
  animation-name: sapMDialogZoomOut;
  -moz-animation-name: sapMDialogZoomOut;
  -webkit-animation-name: sapMDialogZoomOut;
  animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}
.fadeAnimFast.ng-enter {
  animation-name: sapMDialogZoomIn;
  -moz-animation-name: sapMDialogZoomIn;
  -webkit-animation-name: sapMDialogZoomIn;
  animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}
.fadeAnimFast.ng-leave {
  animation-name: sapMDialogZoomOut;
  -moz-animation-name: sapMDialogZoomOut;
  -webkit-animation-name: sapMDialogZoomOut;
  animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -webkit-animation-duration: 0.1s;
  animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate180 {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari */
  transform: rotate(180deg);
}
.rotate90 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
}
.slideLeftA {
  animation-name: slideLeftKF;
  -moz-animation-name: slideLeftKF;
  -webkit-animation-name: slideLeftKF;
}
@-webkit-keyframes slideLeftKF {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0px, 0px);
    -webkit-transform: translate3d(-50px, 0px, 0px);
    -o-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate3d(-50px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0px, 0px);
    -webkit-transform: translate3d(0, 0px, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate3d(0, 0px, 0px);
  }
}
@-moz-keyframes slideLeftKF {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0px, 0px);
    -webkit-transform: translate3d(-50px, 0px, 0px);
    -o-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate3d(-50px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0px, 0px);
    -webkit-transform: translate3d(0, 0px, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate3d(0, 0px, 0px);
  }
}
@-o-keyframes slideLeftKF {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0px, 0px);
    -webkit-transform: translate3d(-50px, 0px, 0px);
    -o-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate3d(-50px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0px, 0px);
    -webkit-transform: translate3d(0, 0px, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate3d(0, 0px, 0px);
  }
}
@keyframes slideLeftKF {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-50px, 0px, 0px);
    -webkit-transform: translate3d(-50px, 0px, 0px);
    -o-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate3d(-50px, 0px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0px, 0px);
    -webkit-transform: translate3d(0, 0px, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate3d(0, 0px, 0px);
  }
}
@-webkit-keyframes opacityAnimKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacityAnimKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes opacityAnimKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimKF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOpacityAnimKF {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOpacityAnimKF {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOpacityAnimKF {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOpacityAnimKF {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes showMenu {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.zDepth0 {
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.01), 0 1px 0px rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.01), 0 1px 0px rgba(0, 0, 0, 0.04) !important;
}
.zDepth1 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13) !important;
}
.zDepth2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.19) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.19) !important;
}
.zDepth3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
.zDepth4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}
.zDepth5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}
*[data-ng-click],
*[ng-click] {
  cursor: pointer;
}
a[data-ng-click] {
  text-decoration: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control-feedback {
  visibility: hidden;
}
.has-feedback .form-control-feedback {
  visibility: visible;
}
input.ng-dirty.ng-invalid,
select.ng-dirty.ng-invalid,
textarea.ng-dirty.ng-invalid {
  border: 1px solid #EC2828;
  -webkit-box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
  box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
}
.input-group.ng-dirty.ng-invalid > .form-control {
  border: 1px solid #EC2828;
  -webkit-box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
  box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
}
input.noValidation.ng-dirty {
  border-color: #bababa;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.noValidation.ng-dirty:hover,
input.noValidation.ng-dirty:focus {
  border-color: #007cc0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}
ng\:form {
  display: block;
}
.ng-animate-shim {
  visibility: hidden;
}
.ng-animate-anchor {
  position: absolute;
}
.animate-hide {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  opacity: 1;
}
.animate-hide.ng-hide {
  line-height: 0;
  opacity: 0;
  padding: 0 10px;
}
.error-input > .multiselect-parent {
  -webkit-box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
  box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
}
.error-input > .multiselect-parent > .btn-default {
  border: 1px solid #EC2828;
}
.error-input.form-control {
  border: 1px solid #EC2828;
  -webkit-box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
  box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
}
.ng-dirty.ng-invalid > .multiselect-parent {
  -webkit-box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
  box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
}
.ng-dirty.ng-invalid > .multiselect-parent > .btn-default {
  border: 1px solid #EC2828;
}
.ng-dirty.ng-invalid.form-control {
  -webkit-box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
  box-shadow: 0 0 1px rgba(179, 34, 34, 0.6);
  border: 1px solid #EC2828;
}
.m0 {
  margin: 0px!important;
}
.m20 {
  margin: 20px!important;
}
.mt0 {
  margin-top: 0px!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mb0 {
  margin-bottom: 0px!important;
}
.mb2 {
  margin-bottom: 2px!important;
}
.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mr5 {
  margin-right: 5px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mr25 {
  margin-right: 25px!important;
}
.mr35 {
  margin-right: 35px!important;
}
.ml0 {
  margin-left: 0px!important;
}
.ml5 {
  margin-left: 5px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.ml25 {
  margin-left: 25px!important;
}
.ml30 {
  margin-left: 30px!important;
}
.p0 {
  padding: 0!important;
}
.p5 {
  padding: 5px!important;
}
.p20 {
  padding: 20px!important;
}
.pt0 {
  padding-top: 0px!important;
}
.pt5 {
  padding-top: 5px!important;
}
.pt10 {
  padding-top: 10px!important;
}
.pt20 {
  padding-top: 20px!important;
}
.pt35 {
  padding-top: 35px!important;
}
.pb0 {
  padding-bottom: 0px!important;
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb15 {
  padding-bottom: 15px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb35 {
  padding-bottom: 35px!important;
}
.pr0 {
  padding-right: 0px!important;
}
.pr5 {
  padding-right: 5px!important;
}
.pr10 {
  padding-right: 10px!important;
}
.pr15 {
  padding-right: 15px!important;
}
.pr20 {
  padding-right: 20px!important;
}
.pr25 {
  padding-right: 25px!important;
}
.pl0 {
  padding-left: 0px!important;
}
.pl5 {
  padding-left: 5px!important;
}
.pl10 {
  padding-left: 10px!important;
}
.pl15 {
  padding-left: 15px!important;
}
.pl20 {
  padding-left: 20px!important;
}
.pl25 {
  padding-left: 25px!important;
}
.w80 {
  width: 800px !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.w1 {
  width: 20px !important;
}
.w2 {
  width: 40px !important;
}
.w3 {
  width: 60px !important;
}
.w4 {
  width: 80px !important;
}
.w5 {
  width: 100px !important;
}
.w6 {
  width: 120px !important;
}
.w7 {
  width: 140px !important;
}
.w8 {
  width: 160px !important;
}
.w9 {
  width: 180px !important;
}
.w10 {
  width: 200px !important;
}
.w11 {
  width: 220px !important;
}
.w12 {
  width: 240px !important;
}
.w1-max {
  max-width: 20px !important;
}
.w2-max {
  max-width: 40px !important;
}
.w3-max {
  max-width: 60px !important;
}
.w4-max {
  max-width: 80px !important;
}
.w5-max {
  max-width: 100px !important;
}
.w6-max {
  max-width: 120px !important;
}
.w7-max {
  max-width: 140px !important;
}
.w8-max {
  max-width: 160px !important;
}
.w9-max {
  max-width: 180px !important;
}
.w10-max {
  max-width: 200px !important;
}
.w11-max {
  max-width: 220px !important;
}
.w12-max {
  max-width: 240px !important;
}
.wAuto {
  width: auto !important;
}
.cb {
  clear: both;
}
.lsn {
  list-style: none;
}
.opacity5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.textBlack {
  color: #000;
}
.fwb {
  font-weight: bold;
}
.fwn {
  font-weight: normal!important;
}
.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
.vam {
  vertical-align: middle!important;
}
.quiet,
.quiet a {
  color: #999;
}
.colRow {
  text-align: center;
}
.colRow .col5 {
  display: inline-block;
}
.col5 {
  width: 20%;
  vertical-align: top;
}
.colRow .col2 {
  display: block;
  float: left;
}
.col2 {
  width: 50%;
  vertical-align: top;
}
.colRow .col3 {
  display: block;
  float: left;
}
.col3 {
  width: 33.3%;
  vertical-align: top;
}
.colRow.text-left {
  text-align: left;
}
.border {
  border-top: 1px solid #E0E0E0;
}
.borderB {
  border-bottom: 1px solid #E0E0E0;
}
.w100p {
  width: 100%;
}
.w50p {
  width: 50%;
}
.w33p {
  width: 33%;
}
.w20p {
  width: 20%;
}
.block {
  display: block!important;
}
.blockAll span {
  display: block;
}
.inline {
  display: inline!important;
}
.inlineBlock {
  display: inline-block !important;
}
.table.table,
.table-vam.table-vam {
  display: table;
}
.tr.tr {
  display: table-row;
  float: none!important;
}
.table-vam {
  width: 100%;
  height: 100%;
}
.td.td,
.table-vamItem.table-vamItem {
  display: table-cell;
  float: none!important;
}
.table-vamItem {
  vertical-align: middle!important;
}
.vat {
  vertical-align: top!important;
  float: none!important;
}
.vam {
  vertical-align: middle!important;
  float: none!important;
}
.tableFixed {
  table-layout: fixed;
}
.circle {
  border-radius: 50%;
}
.hr {
  font-size: 0px;
  line-height: 0;
  height: 0;
  border-top: 1px solid #CCC;
  padding-bottom: 20px;
}
.noWrap {
  white-space: nowrap;
}
.pre {
  white-space: pre;
  white-space: pre-wrap;
}
.max-h-5 {
  max-height: 100px!important;
}
.max-h-6 {
  max-height: 120px!important;
}
.max-h-7 {
  max-height: 140px!important;
}
.max-h-8 {
  max-height: 160px!important;
}
.max-h-9 {
  max-height: 180px!important;
}
.max-h-10 {
  max-height: 200px!important;
}
.max-h-11 {
  max-height: 220px!important;
}
.max-h-12 {
  max-height: 240px!important;
}
.max-h-14 {
  max-height: 280px!important;
}
.max-h-16 {
  max-height: 320px!important;
}
.max-w-5 {
  max-width: 100px;
}
.max-w-10 {
  max-width: 200px;
}
.max-w-11 {
  max-width: 220px;
}
.max-w-12 {
  max-width: 240px;
}
.max-w-13 {
  max-width: 260px;
}
.max-w-14 {
  max-width: 280px;
}
.max-w-15 {
  max-width: 300px;
}
.max-w-16 {
  max-width: 320px;
}
.max-w-17 {
  max-width: 340px;
}
.max-w-18 {
  max-width: 360px;
}
.max-w-19 {
  max-width: 380px;
}
.max-w-20 {
  max-width: 400px;
}
.overflowYA {
  overflow-y: auto;
}
.overflowXA {
  overflow-x: auto;
}
.fr.fr {
  float: right;
  display: inline;
}
.fl.fl {
  float: left;
  display: inline;
}
.noBorder {
  border: none;
}
.noBorderR {
  border-right: none!important;
}
.noBorderL {
  border-left: none!important;
}
.noBorderB {
  border-bottom: none!important;
}
.noBorderT {
  border-top: none!important;
}
.vab {
  vertical-align: bottom!important;
}
.table.borderSpacing {
  margin-top: -15px;
}
.table.borderSpacing > div {
  border-spacing: 0;
}
.borderSpacing {
  border-spacing: 15px;
}
.noBorderSpacing {
  border-spacing: 0px;
}
.borderCollapseSeparate {
  border-collapse: separate;
}
.clearList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breakAll {
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  display: inline-block;
}
.breakWord {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.sameHeight.sameHeight {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  float: none;
}
.sameHeightItem.sameHeightItem {
  display: table-cell;
  vertical-align: top;
  float: none;
}
.fn.fn {
  float: none;
}
.posR.posR {
  position: relative;
}
.posA.posA {
  position: absolute;
}
.bottom0 {
  bottom: 0!important;
}
.bottom5 {
  bottom: 5px!important;
}
.bottom10 {
  bottom: 10px!important;
}
.left0 {
  left: 0!important;
}
.left5 {
  left: 5px!important;
}
.left10 {
  left: 10px!important;
}
.bubble {
  border-radius: 50%;
}
.responsiveImg {
  width: 100%;
  height: auto;
}
.responsiveImg.resHeight {
  height: 100%;
  width: auto;
}
.transparentBg {
  background: transparent !important;
}
.separatorTop {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 6px 6px -4px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 6px 6px -4px rgba(0, 0, 0, 0.06);
  padding-top: 15px;
}
[class*="separatorRight"] {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset -6px -2px 6px -6px rgba(0, 0, 0, 0.06);
  box-shadow: inset -6px -2px 6px -6px rgba(0, 0, 0, 0.06);
}
[class*="separatorRight"]:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #fff;
  right: -2px;
}
.divider.vertical {
  border-right: 1px solid rgba(192, 192, 192, 0.45);
  display: inline-block;
  height: 28px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.divider.horizontal {
  border-top: 1px solid rgba(192, 192, 192, 0.45);
  display: block;
  height: 0px;
  line-height: 0px;
  vertical-align: middle;
  margin: 2px 0;
}
.noSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.hiddenVisibility {
  visibility: hidden!important;
}
.js_hide.js_hide,
.hide.hide,
.ng-hide.ng-hide {
  display: none!important;
}
.header .navbar-header {
  margin-right: 20px;
}
.header .navbar-header .test {
  position: absolute;
  font-size: 12px;
  color: #fff;
  background: red;
  top: 0;
  line-height: 12px;
  left: 15px;
  padding: 0;
}
.header .navbar {
  min-height: 50px;
  border-top: none;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
.header .navbar .container-fluid {
  background: rgba(0, 65, 96, 0.61960784);
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 30, 46, 0.78), 0px 9px 25px -2px rgba(0, 76, 112, 0.3);
  box-shadow: 0 4px 8px -2px rgba(0, 30, 46, 0.78), 0px 9px 25px -2px rgba(0, 76, 112, 0.3);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.header .navbar .navbar-brand {
  height: 50px;
  background: url("../images/logo.png") left no-repeat;
  text-indent: -9999px;
  width: 90px;
  background-size: 300px;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.header .navbar .navbar-right {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.header .navbar .navbar-collapse {
  padding: 0;
  border: 0;
  height: calc(100vh - 50px - 1px);
  overflow-y: auto;
}
.header .navbar .navbar-toggle {
  position: absolute;
  left: 143px;
}
.header .navbar .navbar-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: max-content;
}
.header .navbar .navbar-nav > .open,
.header .navbar .navbar-nav > .active {
  height: 50px;
}
.header .navbar .navbar-nav > .open > a,
.header .navbar .navbar-nav .active > a {
  height: 50px;
  background: #0b4561;
  background-image: -webkit-linear-gradient(top, #0e5679 0%, #0b4561 100%);
  background-image: -o-linear-gradient(top, #0e5679 0%, #0b4561 100%);
  background-image: linear-gradient(to bottom, #0e5679 0%, #0b4561 100%);
  background-repeat: repeat-x;
}
.header .navbar .navbar-nav > li {
  float: none;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.header .navbar .navbar-nav > li.overflowMenu .sap-icon-overflow {
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  top: 16px;
  text-align: center;
  left: 10px;
}
.header .navbar .navbar-nav > li.overflowMenu > a {
  padding-right: 15px;
}
.header .navbar .navbar-nav > li.overflowMenu > ul.dropdown-menu > li {
  max-width: 100%!important;
}
.header .navbar .navbar-nav > li.overflowMenu > ul.dropdown-menu > li > a {
  width: 100%;
}
.header .navbar .navbar-nav > li.overflowMenu > ul.dropdown-menu > li > a > span {
  padding-left: 35px;
}
.header .navbar .navbar-nav > li.overflowMenu > ul.dropdown-menu > li .dropdown-menu {
  display: none;
  position: absolute;
  right: 100%;
  left: auto;
  top: 0;
}
.header .navbar .navbar-nav > li.overflowMenu > ul.dropdown-menu > li:hover .dropdown-menu {
  display: block;
}
.header .navbar .navbar-nav > li > a {
  z-index: 1002;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 6px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.header .navbar .navbar-nav .dropdown:hover > a,
.header .navbar .navbar-nav .dropdown:focus > a {
  background-color: #0d4c6c;
  color: #ffffff;
  -webkit-box-shadow: inset -1px 3px 7px -6px #0c5288;
  box-shadow: inset -1px 3px 7px -6px #0c5288;
}
.header .navbar .navbar-nav .dropdown:hover .dropdown-menu,
.header .navbar .navbar-nav .dropdown:focus .dropdown-menu {
  display: block;
}
.header .navbar .navbar-nav .dropdown-menu {
  background-color: #00486e;
  border-top: none;
  padding: 0;
}
.header .navbar .navbar-nav .dropdown-menu .divider {
  background-color: #0D7EA9;
}
.header .navbar .navbar-nav .dropdown-menu > li:last-child a {
  padding-bottom: 15px;
}
.header .navbar .navbar-nav .dropdown-menu > li a {
  color: #fff;
  padding: 10px 20px;
  white-space: normal;
}
.header .navbar .navbar-nav .dropdown-menu > li a:hover,
.header .navbar .navbar-nav .dropdown-menu > li a:focus {
  background-color: #0d4c6c;
}
.header .headerRight {
  position: absolute;
  right: 0;
  top: 0;
}
.header .headerRight .navbar-search {
  float: left;
  width: 160px;
  height: 50px;
  padding: 0px 12px 0 5px;
  border-right: 1px solid #1582ba;
  border-top: none;
  border-bottom: 0;
  position: relative;
}
.header .headerRight .navbar-search .input-group {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .headerRight .navbar-search .input-group .form-control {
  width: 102px;
  position: absolute;
  right: 30px;
  box-shadow: none;
  border: none;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.header .headerRight .navbar-search .input-group .form-control:focus {
  width: 240px;
}
.header .headerRight .navbar-search .btn {
  font-size: 1.3rem;
  padding: 0px;
  width: 30px;
  line-height: 0;
  background: #fff;
  color: #777;
  border: none;
}
.header .headerRight .navbar-search .btn:hover,
.header .headerRight .navbar-search .btn:focus {
  color: #000;
}
.header .headerRight .quickLinks {
  list-style: none;
  float: left;
  padding: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  margin: 0;
  border-right: 1px solid #1582ba;
}
.header .headerRight .quickLinks li {
  display: inline-block;
  font-size: 17px;
}
.header .headerRight .quickLinks li a {
  color: #fff;
}
.header .headerRight .quickLinks li a:hover,
.header .headerRight .quickLinks li a:focus {
  color: #ffffff;
}
.header .headerRight .loginBlock {
  height: 47px;
  float: left;
  color: #fdf0e0;
}
.header .headerRight .loginBlock .loginItemList {
  margin: 0;
  padding: 0px 0px 0px 0.625rem;
  list-style: none;
  height: 50px;
  line-height: 50px;
}
.header .headerRight .loginBlock .loginItemList .infoItem {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding-right: 0.625rem;
  vertical-align: top;
}
.header .headerRight .loginBlock .loginItemList .infoItem .icon {
  color: #fff;
}
.header .headerRight .loginBlock .loginItemList .infoItem strong {
  color: #fff;
}
.header .headerRight .loginBlock .loginItemList .infoItem.logout {
  border-left: 1px solid #1582ba;
  background: #00486e;
  padding-right: 0;
  margin-right: 0px;
}
.header .headerRight .loginBlock .loginItemList .infoItem.logout a {
  display: block;
}
.header .headerRight .loginBlock .loginItemList .infoItem.logout a:hover {
  background: #cc1919;
}
.header .headerRight .loginBlock .loginItemList .infoItem.logout .icon {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 0px;
  width: 40px;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
}
.header.menu-header {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  height: 50px;
  flex-shrink: 1;
  min-width: 0;
}
.header.menu-header .navbar-collapse {
  padding: 0;
}
.header.menu-header ul > li.dropdown {
  max-width: 145px;
  white-space: nowrap;
}
.header.menu-header ul > li.dropdown a .icon {
  font-size: 1.3rem;
  position: absolute;
}
.header.menu-header ul > li.dropdown a span {
  width: 100%;
  padding-left: 30px;
  display: inline-block;
  white-space: normal;
  line-height: 13px;
  vertical-align: middle;
  font-size: 0.8125rem;
}
.header.menu-header .navbar .navbar-nav ul.dropdown-menu {
  background: #296d90;
  -webkit-box-shadow: 0 4.3px 2.9px -3px rgba(77, 104, 114, 0.82), 0 9.4px 9.6px -3px rgba(12, 55, 98, 0.48), 0 29px 43px -3px rgba(42, 92, 114, 0.28);
  box-shadow: 0 4.3px 2.9px -3px rgba(77, 104, 114, 0.82), 0 9.4px 9.6px -3px rgba(12, 55, 98, 0.48), 0 29px 43px -3px rgba(42, 92, 114, 0.28);
}
.header.menu-header .navbar .navbar-nav ul.dropdown-menu li a span {
  padding-left: 0;
}
.navbar > .container-fluid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.loginBlock {
  padding: 15px 20px;
  padding-right: 10px;
  position: relative;
  color: #ffffff;
}
.loginBlock .user {
  font-size: 15px;
}
.loginBlock .loginBlock__dropdown {
  position: absolute;
  display: none;
  right: 0;
  top: 45px;
  width: 170px;
  z-index: 9999;
  background: #ffffff;
  padding: 0;
}
.loginBlock .loginBlock__dropdown li {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.loginBlock .loginBlock__dropdown li a {
  border: none;
  color: #999999;
  opacity: 1;
  padding: 8px 10px;
  display: block;
}
.loginBlock .loginBlock__dropdown li:hover a {
  color: #333333;
}
.loginBlock .loginBlock__dropdown li:last-child {
  border: none;
}
.loginBlock:hover .loginBlock__dropdown {
  display: block;
}
#home {
  max-width: 96px;
}
#pro_sluzebni_urady {
  max-width: 115px;
}
#RSZ {
  max-width: 135px;
}
#EUZ {
  max-width: 162px;
}
#PPUZ {
  max-width: 155px;
}
#EOSM {
  max-width: 175px;
}
#OSYS {
  max-width: 160px;
}
#servismenu {
  max-width: 110px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-right {
    margin-right: 0;
  }
}
html {
  margin: 0;
  padding: 0;
  font-size: 15px;
  min-height: 100%;
  height: 100%;
  background: #d4d4d4;
}
body {
  font-family: 'Roboto';
  color: #666666;
  height: 100%;
  min-height: 100%;
  font-size: 1rem;
  background: -webkit-radial-gradient(circle farthest-corner at 85% 0, #2f6d8b 0%, #9bb9c6 140%);
  background: -o-radial-gradient(circle farthest-corner at 85% 0, #2f6d8b 0%, #9bb9c6 140%);
  background: -moz-radial-gradient(circle farthest-corner at 85% 0, #2f6d8b 0%, #9bb9c6 140%);
  background: radial-gradient(circle farthest-corner at 85% 0, #2f6d8b 0%, #9bb9c6 140%);
  position: relative;
}
body > .header {
  height: 50px;
}
.container-fluid {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.container-fluid:before,
.container-fluid:after {
  display: none;
}
body > .container-fluid {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  height: auto;
  min-height: 1%;
  min-width: 768px;
  max-width: 1800px;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 30, 46, 0.78), 0px 9px 25px -2px rgba(0, 76, 112, 0.3);
  box-shadow: 0 4px 8px -2px rgba(0, 30, 46, 0.78), 0px 9px 25px -2px rgba(0, 76, 112, 0.3);
}
body > .container-fluid > .container-default {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #d8e0e3;
}
body > .container-fluid > .container-default > .content {
  position: absolute;
  top: 32px;
  bottom: 0;
  width: 100%;
  padding: 0;
  border-top: 1px solid #a4b9c1;
}
body > .container-fluid > .container-default > .content > .container-default {
  height: 100%;
  padding: 25px;
}
html:not(.npgApp) body {
  height: auto;
}
html:not(.npgApp) body > .container-fluid {
  position: relative;
  min-height: 0;
  top: 0;
}
html:not(.npgApp) body > .container-fluid > .container-default {
  position: relative;
  top: 0;
}
html:not(.npgApp) body > .container-fluid > .container-default > .content {
  position: relative;
  top: 0;
  padding-top: 32px;
  min-height: calc(100vh - 52px);
}
.container-default-md {
  max-width: 900px;
}
.container-default-lg {
  max-width: 1200px;
}
.middle {
  display: table-cell;
  vertical-align: top;
  position: relative;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e4edef+100 */
  background: #e4e7e8;
  /* Old browsers */
  background: -moz-radial-gradient(top, ellipse cover, #ffffff 0%, #e4e7e8 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(top, ellipse cover, #ffffff 0%, #e4e7e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(top, ellipse cover, #ffffff 0%, #e4e7e8 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(top, ellipse cover, #ffffff 0%, #e4e7e8 100%);
  /* IE10 preview */
  background: radial-gradient(ellipse at top, #ffffff 0%, #e4e7e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.middle .content {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
  table-layout: fixed;
  padding-top: 50px;
}
.middle .content .centerCol {
  position: relative;
  height: 100%;
  display: table-cell;
  vertical-align: top;
}
.middle .content .centerCol .appBodyContainer {
  height: 100%;
}
.middle .content .centerCol .appBodyContainer .appBody {
  height: 100%;
}
.footer {
  position: absolute;
  background: #DEDEDE;
  border-top: 1px solid #C3C3C3;
  left: 0;
  height: 40px;
  right: 0;
  bottom: 0;
}
.footer .container-fluid {
  -webkit-box-shadow: 0px 2px 7px -2px #675741;
  box-shadow: 0px 2px 7px -2px #675741;
  padding: 10px 20px;
  background: #DEDEDE;
}
.screenLayout .headerBar {
  background-color: #e7ecef;
  filter: none;
  background-image: none;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #a4b9c1;
  border-top: 2px solid #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13) !important;
  display: table;
  width: 100%;
  position: absolute;
  z-index: 510;
}
.screenLayout .headerBar .mainTitle {
  display: table-cell;
  font-size: 0.9375rem;
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #608392;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: text;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
}
.screenLayout .footerBar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 2px;
}
.screenLayout .mainPage {
  height: 100%;
  width: auto;
  position: relative;
  overflow-y: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.screenLayout .mainPage .headerBar + .mainSection {
  top: 25px;
}
.screenLayout .mainPage .headerBar + .subBar {
  top: 25px;
}
.screenLayout .mainPage .headerBar + .subBar + .mainSection {
  top: 50px;
}
.screenLayout .mainPage .headerBar + .subBar + .subBar {
  top: 50px;
}
.screenLayout .mainPage .headerBar + .subBar + .subBar + .mainSection {
  top: 75px;
}
.screenLayout .mainPage .headerBar + .pageLayout + .mainSection {
  top: 25px;
}
.screenLayout .mainPage .headerBar + .pageFixedHeader {
  top: 25px;
}
.screenLayout .mainPage .wizardHeader + .mainSection {
  top: 4rem;
}
.screenLayout .mainPage .headerBar + .wizardHeader + .mainSection {
  top: 29rem;
}
.screenLayout .mainPage .mainSection {
  overflow-x: auto;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
}
.screenLayout .mainPage .mainSection .breadcrumb {
  font-size: 0.8125rem;
  margin-top: -5px;
  margin-bottom: 10px;
}
.screenLayout .mainPage .mainSection .subBar {
  position: relative;
}
.screenLayout .mainPage .mainSection .panel-heading .breadcrumb {
  display: inline-block;
  margin: 0;
  font-size: 15px;
}
.screenLayout .mainPage .mainSection .sectionTitle {
  padding-top: 5px;
}
.screenLayout .mainPage .mainSection .sectionHeader {
  margin-bottom: 20px;
}
.screenLayout .mainPage .mainSection .sectionHeader .sectionHeaderHeading .sectionHeaderTitle {
  float: left;
}
.screenLayout .mainPage .mainSection .sectionHeader .sectionHeaderHeading .sectionHeaderTitle .title {
  font-size: 1.75rem;
  display: inline;
  line-height: normal;
  white-space: normal;
}
.screenLayout .mainPage .mainSection .sectionHeader .sectionHeaderHeading .btn-toolbar {
  float: right;
  padding-left: 0.25rem;
}
.screenLayout .mainPage .mainSection .sectionHeader .sectionHeaderHeading:after {
  content: " ";
  display: table;
  clear: both;
}
.screenLayout .mainPage .mainSection .sectionHeader .sectionHeaderBody {
  padding: 1rem;
}
.screenLayout .mainPage .mainSection .sectionHeader .panel-default .panel-heading {
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #FFFFFF;
}
.screenLayout .mainPage .mainSection .sectionHeader .panel-default .panel-heading .title {
  font-size: 1.75rem;
}
.screenLayout .mainPage .mainSection .sectionHeader .panel-default .panel-main {
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.01), 0 1px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.01), 0 1px 0px rgba(0, 0, 0, 0.04);
}
.screenLayout .mainPage .mainSection .sectionHeader .panel-default:hover > .panel-main {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.19);
}
.screenLayout .mainPage .mainSection .sectionHeader .panel-default .panel-body {
  background: rgba(255, 255, 255, 0.3);
}
.screenLayout.isFooterBar .mainPage .mainSection {
  bottom: 2.5rem;
  overflow-x: hidden;
}
.screenLayout.fullscreenView .fullscreenViewHide {
  display: none!important;
}
.screenLayout.fullscreenView .masterSection {
  display: none;
}
.screenLayout.fullscreenView .footerBar {
  display: none;
}
.screenLayout.fullscreenView .mainPage {
  margin: 0!important;
}
.screenLayout.fullscreenView .mainPage .headerBar {
  display: none;
}
.screenLayout.fullscreenView .mainPage .panel {
  margin-bottom: 0!important;
}
.screenLayout.fullscreenView .mainPage .mainSection {
  top: 0!important;
  bottom: 0!important;
  padding: 0!important;
}
.splitScreenLayout {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.splitScreenLayout .masterSection {
  width: 26.25rem;
  float: left;
  height: 100%;
  position: relative;
  background: #dce5e8;
  border-right: 1px solid #a4b9c1;
  z-index: 520;
  -webkit-transition: transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  direction: ltr;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.splitScreenLayout .masterSection .panel-simple {
  flex-shrink: 0;
}
.splitScreenLayout .masterSection .headerBar {
  position: relative;
}
.splitScreenLayout .masterSection .headerBar + .mainSection {
  top: 25px;
}
.splitScreenLayout .masterSection .headerBar + .subBar + .mainSection,
.splitScreenLayout .masterSection .headerBar + .subBar + .subBar {
  top: 50px;
}
.splitScreenLayout .masterSection .headerBar + .withoutSpace + .subBar,
.splitScreenLayout .masterSection .headerBar + .subBar + .withoutSpace,
.splitScreenLayout .masterSection .headerBar + .withoutSpace + .mainSection {
  top: 49.5px;
}
.splitScreenLayout .masterSection .headerBar + .subBar + .subBar + .mainSection {
  top: 75px;
}
.splitScreenLayout .masterSection .headerBar + .subBar + .withoutSpace + .mainSection,
.splitScreenLayout .masterSection .headerBar + .withoutSpace + .subBar + .mainSection {
  top: 74.5px;
}
.splitScreenLayout .masterSection hr {
  border: 4px;
  border-top: 1px solid #9eb7c0;
  border-bottom: 15px solid #d3dee2;
  box-shadow: 0px 1px 0 0px rgba(255, 255, 255, 0.06);
}
.splitScreenLayout .masterSection .mainSection {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin-top: 1px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-shadow: inset -2px 0px 13px -10px #333333;
  box-shadow: inset -2px 0px 13px -10px #333333;
}
.splitScreenLayout .masterSection .mainSection .subBar {
  position: relative;
}
.splitScreenLayout .masterSection .mainSection .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.splitScreenLayout .masterSection .mainSection .nav ul li {
  position: relative;
}
.splitScreenLayout .masterSection .mainSection .nav ul li a {
  display: block;
  padding: 0.5rem 1rem 0.5rem 1rem;
  min-height: 2.5rem;
}
.splitScreenLayout .masterSection .mainSection .nav ul li a .label {
  vertical-align: middle;
  font-size: 0.6875rem;
  float: right;
  height: 25px;
  width: 25px;
  line-height: 20px;
}
.splitScreenLayout .masterSection .mainSection .nav ul li.active {
  background: #e4e7e8;
}
.splitScreenLayout .masterSection .mainSection .nav ul li.active a {
  background: #e4e7e8;
  background: #f4f8f8;
  background-image: -webkit-linear-gradient(left, #e4e7e8 0%, #f4f8f8 100%);
  background-image: -o-linear-gradient(left, #e4e7e8 0%, #f4f8f8 100%);
  background-image: linear-gradient(to right, #e4e7e8 0%, #f4f8f8 100%);
  background-repeat: repeat-x;
  border-bottom: 1px solid #8ca6b0;
}
.splitScreenLayout .masterSection .mainSection .nav.navApp ul li {
  font-size: 1rem;
}
.splitScreenLayout .masterSection .mainSection .nav.navApp ul li:first-child a {
  padding-top: 1rem;
}
.splitScreenLayout .masterSection .mainSection .nav.navApp ul li a {
  color: #666666;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-bottom: 1px dotted #a4b9c1;
}
.splitScreenLayout .masterSection .mainSection .nav.navApp ul li a .icon {
  margin-left: -0.3125rem;
  vertical-align: baseline;
  width: 1.2rem;
}
.splitScreenLayout .masterSection .mainSection .nav.navApp ul li:hover,
.splitScreenLayout .masterSection .mainSection .nav.navApp ul li:focus {
  background: #cad7dc;
}
.splitScreenLayout .masterSection .mainSection .nav.navApp ul li.active a {
  font-weight: bold;
  color: #000000;
  border-bottom: 1px solid #8ca6b0;
}
.splitScreenLayout .masterSection .mainSection .nav.navApp ul.adminMenu {
  background: #ced4d6;
  border-top: 1px solid #B3B3B3;
  margin-top: -1px;
}
.splitScreenLayout .masterSection .mainSection .nav.navApp ul.adminMenu li a {
  border-color: #b2bcbf;
}
.splitScreenLayout .masterSection .mainSection .nav.navApp ul.adminMenu li:hover,
.splitScreenLayout .masterSection .mainSection .nav.navApp ul.adminMenu li:focus {
  background: #bdc5c8;
}
.splitScreenLayout .masterSection .mainSection .selectList {
  background: #ffffff;
  color: #666666;
}
.splitScreenLayout .masterSection .mainSection .selectList li .input-group {
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}
.splitScreenLayout .masterSection .mainSection .selectList li .input-group.muted {
  color: #808080;
}
.splitScreenLayout .masterSection .mainSection .selectList li .input-group:hover,
.splitScreenLayout .masterSection .mainSection .selectList li .input-group.hover {
  background: #f0f0f0;
}
.splitScreenLayout .masterSection .mainSection .selectList li .input-group.active,
.splitScreenLayout .masterSection .mainSection .selectList li .input-group.selected {
  background: #a1dfff;
  color: #666666;
}
.splitScreenLayout .masterSection .mainSection .selectList li .input-group .listTitle {
  padding-left: 1rem;
}
.splitScreenLayout .masterSection .mainSection .selectList li .input-group .btn-toolbar .iconBtn {
  background-color: transparent;
}
.splitScreenLayout .masterSection .mainSection .selectList li .input-group .btn-toolbar .iconBtn .icon {
  color: #666666 !important;
}
.splitScreenLayout .masterSection .mainSection .selectList li .input-group .btn-toolbar + .listTitle {
  padding-left: 0;
}
.splitScreenLayout .masterSection .mainSection .selectList li li > .input-group {
  color: #666666;
}
.splitScreenLayout .mainPage {
  width: auto;
  margin-left: 26.25rem;
}
.splitScreenLayout .mainPage .busyLoader {
  left: 26.25rem;
}
.splitScreenLayout .mainPage .panel .busyLoader {
  position: absolute;
  left: 0!important;
}
.headerBar {
  background-color: #ffffff;
  filter: none;
  background-image: none;
  height: 25px;
  line-height: 25px;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #a4b9c1;
}
.headerBar .breadcrumb {
  font-size: 0.875rem;
}
.headerBar .breadcrumb .icon {
  font-size: 1rem;
  position: relative;
  top: 1px;
  color: #cccccc;
}
.headerBar .mainTitle {
  max-width: 0;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: text;
  line-height: 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.headerBar > .btn-toolbarGroup {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.headerBar > .btn-toolbarGroup .form-group {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.headerBar > .btn-toolbarGroup .input-group {
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.headerBar > .btn-toolbar {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.headerBar > .btn-toolbar .btn-group {
  margin-left: 0;
  float: none;
  vertical-align: top;
}
.headerBar > .btn-toolbar .btn {
  margin-left: 0;
  float: none;
  vertical-align: top;
  margin-top: 0.25rem;
}
.subBar {
  background: #f2f2f2;
  padding: 0rem;
  height: 2.5rem;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  width: 100%;
}
.subBar .form-control {
  border-color: #ededed;
  background-color: #ffffff;
}
.subBar.withoutSpace {
  height: 28px;
}
.subBar .spacer {
  padding: 0.25rem;
  padding-left: 4px;
  padding-right: 4px;
}
.subBar .headerPanelsContainer {
  display: table-row;
  padding: 0;
  background: #DDDDDD;
}
.subBar .headerPanelsContainer > div {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
.subBar .headerPanelsContainer .homeBtn {
  width: 50px;
  text-align: center;
  background: #f9f9f9;
}
.subBar .headerPanelsContainer .homeBtn:hover {
  background: #FAFAFA;
}
.subBar .headerPanelsContainer .homeBtn.active {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13);
}
.subBar .headerPanelsContainer .headerPanels {
  text-align: left;
}
.subBar .headerPanelsContainer .headerPanels .headerPanel {
  display: inline-block;
  max-width: 350px;
  margin: 0;
  padding: 0 10px;
  float: left;
  background: #f0f0f0;
  border-left: 1px solid #ddd;
}
.subBar .headerPanelsContainer .headerPanels .headerPanel:hover .panelTitle {
  color: #006aa1;
  text-decoration: underline;
}
.subBar .headerPanelsContainer .headerPanels .headerPanel:hover > .icon {
  color: #006aa1;
}
.subBar .headerPanelsContainer .headerPanels .headerPanel.active {
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13);
}
.subBar .headerPanelsContainer .headerPanels .headerPanel .panelClose {
  line-height: inherit;
  padding-left: 5px;
}
.subBar .headerPanelsContainer .headerPanels .headerPanel .panelClose:hover {
  color: #cc1919;
}
.footerBar,
.modal-footer,
.popover-footer {
  height: 2.5rem;
  line-height: 2.5rem;
  background: #334048;
  font-size: 0.875rem;
  padding: 0 5px;
  color: #aaaaaa;
}
.footerBar .checkbox-inline,
.modal-footer .checkbox-inline,
.popover-footer .checkbox-inline {
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}
.footerBar .checkbox-inline span:before,
.modal-footer .checkbox-inline span:before,
.popover-footer .checkbox-inline span:before {
  top: 10px;
}
.footerBar .btn-toolbar,
.modal-footer .btn-toolbar,
.popover-footer .btn-toolbar {
  padding-top: 0.1875rem;
  line-height: 2.25rem;
}
.footerBar .btn-toolbar.pull-left,
.modal-footer .btn-toolbar.pull-left,
.popover-footer .btn-toolbar.pull-left {
  margin-left: 0;
}
.footerBar .inlineBlock,
.modal-footer .inlineBlock,
.popover-footer .inlineBlock {
  vertical-align: top;
}
.footerBar .btn,
.modal-footer .btn,
.popover-footer .btn {
  vertical-align: top;
}
.footerBar .btn .icon,
.modal-footer .btn .icon,
.popover-footer .btn .icon {
  color: #fff;
}
.footerBar .btn.iconBtn,
.modal-footer .btn.iconBtn,
.popover-footer .btn.iconBtn {
  vertical-align: top;
}
.footerBar .btn.iconBtn .icon,
.modal-footer .btn.iconBtn .icon,
.popover-footer .btn.iconBtn .icon {
  color: #fff !important;
}
.footerBar .btn.iconBtn .sap-icon-add,
.modal-footer .btn.iconBtn .sap-icon-add,
.popover-footer .btn.iconBtn .sap-icon-add,
.footerBar .btn.iconBtn .sap-icon-sys-enter-2,
.modal-footer .btn.iconBtn .sap-icon-sys-enter-2,
.popover-footer .btn.iconBtn .sap-icon-sys-enter-2,
.footerBar .btn.iconBtn .sap-icon-sys-enter,
.modal-footer .btn.iconBtn .sap-icon-sys-enter,
.popover-footer .btn.iconBtn .sap-icon-sys-enter {
  color: #00ab49 !important;
}
.footerBar .btn.iconBtn .sap-icon-sys-cancel-2,
.modal-footer .btn.iconBtn .sap-icon-sys-cancel-2,
.popover-footer .btn.iconBtn .sap-icon-sys-cancel-2,
.footerBar .btn.iconBtn .sap-icon-sys-cancel,
.modal-footer .btn.iconBtn .sap-icon-sys-cancel,
.popover-footer .btn.iconBtn .sap-icon-sys-cancel {
  color: #cc1919 !important;
}
.footerBar .btn.btn-default,
.modal-footer .btn.btn-default,
.popover-footer .btn.btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.footerBar .btn.btn-default:hover,
.modal-footer .btn.btn-default:hover,
.popover-footer .btn.btn-default:hover,
.footerBar .btn.btn-default:focus,
.modal-footer .btn.btn-default:focus,
.popover-footer .btn.btn-default:focus {
  background-color: rgba(234, 234, 234, 0.1);
  color: #ffffff;
}
.footerBar .btn.btn-default:active,
.modal-footer .btn.btn-default:active,
.popover-footer .btn.btn-default:active {
  background-color: #006aa1;
}
.stackHelper {
  display: table;
  width: 100%;
}
.stackHelper > .btn-toolbar {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.stackHelper > .btn-toolbar .btn-group {
  margin-left: 0;
  float: none;
  vertical-align: top;
}
.stackHelper > .btn-toolbar .btn {
  margin-left: 0;
  float: none;
  vertical-align: top;
}
.stackHelper > .stackHelperMainItem {
  display: table-cell;
  margin: 0;
  padding: 0;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  vertical-align: top;
}
.flexBlocks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-flex-pack: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexBlocks .flexBlocksItem {
  width: 120px;
  margin: 5px;
}
.flexBlocks .flexBlocksItemHelper {
  margin: 0;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex .flex-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.flex .flex-item.flex-grow-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.flex.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
}
.flex.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex.flex-vertical {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/Titillium_Web/TitilliumWeb-Bold.woff2") format("woff2"), url("../fonts/Titillium_Web/TitilliumWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/Titillium_Web/TitilliumWeb-Light.woff2") format("woff2"), url("../fonts/Titillium_Web/TitilliumWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/Titillium_Web/TitilliumWeb-Black.woff2") format("woff2"), url("../fonts/Titillium_Web/TitilliumWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/Titillium_Web/TitilliumWeb-SemiBold.woff2") format("woff2"), url("../fonts/Titillium_Web/TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/Titillium_Web/TitilliumWeb-Regular.woff2") format("woff2"), url("../fonts/Titillium_Web/TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'sapui-addon';
  src: url("../fonts/sapui-addon/fonts/sapui-addon.eot?vb2ggf");
  src: url("../fonts/sapui-addon/fonts/sapui-addon.eot?vb2ggf#iefix") format("embedded-opentype"), url("../fonts/sapui-addon/fonts/sapui-addon.ttf?vb2ggfs") format("truetype"), url("../fonts/sapui-addon/fonts/sapui-addon.woff?vb2ggfs") format("woff"), url("../fonts/sapui-addon/fonts/sapui-addon.svg?vb2ggf#sapui-addon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sapui-new';
  src: url("../fonts/sapui-new/fonts/sapui-new.eot?miruqw");
  src: url("../fonts/sapui-new/fonts/sapui-new.eot?miruqw#iefix") format("embedded-opentype"), url("../fonts/sapui-new/fonts/sapui-new.ttf?miruqw") format("truetype"), url("../fonts/sapui-new/fonts/sapui-new.woff?miruqw") format("woff"), url("../fonts/sapui-new/fonts/sapui-new.svg?miruqw#sapui") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "old-sapui";
  src: url("../fonts/sapui/fonts/sapui.eot?miruqw");
  src: url("../fonts/sapui/fonts/sapui.eot?miruqw#iefix") format("embedded-opentype"), url("../fonts/sapui/fonts/sapui.ttf?miruqw") format("truetype"), url("../fonts/sapui/fonts/sapui.woff?miruqw") format("woff"), url("../fonts/sapui/fonts/sapui.svg?miruqw#sapui") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto/roboto-v20-latin_latin-ext-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto/roboto-v20-latin_latin-ext-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/roboto/roboto-v20-latin_latin-ext-regular.woff2") format("woff2"), /* Super Modern Browsers */ url("../fonts/roboto/roboto-v20-latin_latin-ext-regular.woff") format("woff"), /* Modern Browsers */ url("../fonts/roboto/roboto-v20-latin_latin-ext-regular.ttf") format("truetype"), /* Safari, Android, iOS */ url("../fonts/roboto/roboto-v20-latin_latin-ext-regular.svg#Roboto") format("svg");
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
[class^="sap-icon-"],
[class*=" sap-icon-"],
[class^="icon-"],
[class*=" icon-"],
[class^="fa-"],
[class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sapui-new' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  line-height: inherit;
  width: auto;
  margin-right: .2em;
  margin-left: .2em;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"].btn,
[class*=" icon-"].btn,
[class^="sap-icon-"].btn,
[class*=" sap-icon-"].btn {
  padding-left: 10px;
}
.normalizeSize .icon {
  font-size: 1rem;
}
.icon.normalizeSize {
  font-size: 1rem;
}
.sap-icon-accidental-leave:before {
  content: "\e000";
}
.sap-icon-account:before {
  content: "\e001";
}
.sap-icon-wrench:before {
  content: "\e002";
}
.sap-icon-windows-doors:before {
  content: "\e003";
}
.sap-icon-washing-machine:before {
  content: "\e004";
}
.sap-icon-visits:before {
  content: "\e005";
}
.sap-icon-video:before {
  content: "\e006";
}
.sap-icon-travel-expense:before {
  content: "\e007";
}
.sap-icon-temperature:before {
  content: "\e008";
}
.sap-icon-task:before {
  content: "\e009";
}
.sap-icon-synchronize:before {
  content: "\e00a";
}
.sap-icon-survey:before {
  content: "\e00b";
}
.sap-icon-settings:before {
  content: "\e00c";
}
.sap-icon-search:before {
  content: "\e00d";
}
.sap-icon-sales-document:before {
  content: "\e00e";
}
.sap-icon-retail-store:before {
  content: "\e00f";
}
.sap-icon-refresh:before {
  content: "\e010";
}
.sap-icon-product:before {
  content: "\e011";
}
.sap-icon-present:before {
  content: "\e012";
}
.sap-icon-ppt-attachment:before {
  content: "\e013";
}
.sap-icon-pool:before {
  content: "\e014";
}
.sap-icon-pie-chart:before {
  content: "\e015";
}
.sap-icon-picture:before {
  content: "\e016";
}
.sap-icon-photo-voltaic:before {
  content: "\e017";
}
.sap-icon-phone:before {
  content: "\e018";
}
.sap-icon-pending:before {
  content: "\e019";
}
.sap-icon-pdf-attachment:before {
  content: "\e01a";
}
.sap-icon-past:before {
  content: "\e01b";
}
.sap-icon-outgoing-call:before {
  content: "\e01c";
}
.sap-icon-opportunity:before {
  content: "\e01d";
}
.sap-icon-opportunities:before {
  content: "\e01e";
}
.sap-icon-notes:before {
  content: "\e01f";
}
.sap-icon-money-bills:before {
  content: "\e020";
}
.sap-icon-map:before {
  content: "\e021";
}
.sap-icon-log:before {
  content: "\e022";
}
.sap-icon-line-charts:before {
  content: "\e023";
}
.sap-icon-lightbulb:before {
  content: "\e024";
}
.sap-icon-leads:before {
  content: "\e025";
}
.sap-icon-lead:before {
  content: "\e026";
}
.sap-icon-laptop:before {
  content: "\e027";
}
.sap-icon-kpi-managing-my-area:before {
  content: "\e028";
}
.sap-icon-kpi-corporate-performance:before {
  content: "\e029";
}
.sap-icon-incoming-call:before {
  content: "\e02a";
}
.sap-icon-inbox:before {
  content: "\e02b";
}
.sap-icon-horizontal-bar-chart:before {
  content: "\e02c";
}
.sap-icon-history:before {
  content: "\e02d";
}
.sap-icon-heating-cooling:before {
  content: "\e02e";
}
.sap-icon-gantt-bars:before {
  content: "\e02f";
}
.sap-icon-future:before {
  content: "\e030";
}
.sap-icon-fridge:before {
  content: "\e031";
}
.sap-icon-fallback:before {
  content: "\e032";
}
.sap-icon-expense-report:before {
  content: "\e033";
}
.sap-icon-excel-attachment:before {
  content: "\e034";
}
.sap-icon-energy-saving-lightbulb:before {
  content: "\e035";
}
.sap-icon-employee:before {
  content: "\e036";
}
.sap-icon-email:before {
  content: "\e037";
}
.sap-icon-edit:before {
  content: "\e038";
}
.sap-icon-duplicate:before {
  content: "\e039";
}
.sap-icon-download:before {
  content: "\e03a";
}
.sap-icon-doc-attachment:before {
  content: "\e03b";
}
.sap-icon-dishwasher:before {
  content: "\e03c";
}
.sap-icon-delete:before {
  content: "\e03d";
}
.sap-icon-decline:before {
  content: "\e03e";
}
.sap-icon-complete:before {
  content: "\e03f";
}
.sap-icon-competitor:before {
  content: "\e040";
}
.sap-icon-collections-management:before {
  content: "\e041";
}
.sap-icon-chalkboard:before {
  content: "\e042";
}
.sap-icon-cart:before {
  content: "\e043";
}
.sap-icon-card:before {
  content: "\e044";
}
.sap-icon-camera:before {
  content: "\e045";
}
.sap-icon-calendar:before {
  content: "\e046";
}
.sap-icon-begin:before {
  content: "\e047";
}
.sap-icon-basket:before {
  content: "\e048";
}
.sap-icon-bar-chart:before {
  content: "\e049";
}
.sap-icon-attachment:before {
  content: "\e04a";
}
.sap-icon-arrow-top:before {
  content: "\e04b";
}
.sap-icon-arrow-right:before {
  content: "\e04c";
}
.sap-icon-arrow-left:before {
  content: "\e04d";
}
.sap-icon-arrow-bottom:before {
  content: "\e04e";
}
.sap-icon-approvals:before {
  content: "\e04f";
}
.sap-icon-appointment:before {
  content: "\e050";
}
.sap-icon-alphabetical-order:before {
  content: "\e051";
}
.sap-icon-along-stacked-chart:before {
  content: "\e052";
}
.sap-icon-alert:before {
  content: "\e053";
}
.sap-icon-addresses:before {
  content: "\e054";
}
.sap-icon-address-book:before {
  content: "\e055";
}
.sap-icon-add-filter:before {
  content: "\e056";
}
.sap-icon-add-favorite:before {
  content: "\e057";
}
.sap-icon-add:before {
  content: "\e058";
}
.sap-icon-activities:before {
  content: "\e059";
}
.sap-icon-action:before {
  content: "\e05a";
}
.sap-icon-accept:before {
  content: "\e05b";
}
.sap-icon-hint:before {
  content: "\e05c";
}
.sap-icon-group:before {
  content: "\e05d";
}
.sap-icon-check-availability:before {
  content: "\e05e";
}
.sap-icon-weather-proofing:before {
  content: "\e05f";
}
.sap-icon-payment-approval:before {
  content: "\e060";
}
.sap-icon-batch-payments:before {
  content: "\e061";
}
.sap-icon-bed:before {
  content: "\e062";
}
.sap-icon-arobase:before {
  content: "\e063";
}
.sap-icon-family-care:before {
  content: "\e064";
}
.sap-icon-favorite:before {
  content: "\e065";
}
.sap-icon-navigation-right-arrow:before {
  content: "\e066";
}
.sap-icon-navigation-left-arrow:before {
  content: "\e067";
}
.sap-icon-e-care:before {
  content: "\e068";
}
.sap-icon-less:before {
  content: "\e069";
}
.sap-icon-lateness:before {
  content: "\e06a";
}
.sap-icon-lab:before {
  content: "\e06b";
}
.sap-icon-internet-browser:before {
  content: "\e06c";
}
.sap-icon-instance:before {
  content: "\e06d";
}
.sap-icon-inspection:before {
  content: "\e06e";
}
.sap-icon-image-viewer:before {
  content: "\e06f";
}
.sap-icon-home:before {
  content: "\e070";
}
.sap-icon-grid:before {
  content: "\e071";
}
.sap-icon-goalseek:before {
  content: "\e072";
}
.sap-icon-general-leave-request:before {
  content: "\e073";
}
.sap-icon-create-leave-request:before {
  content: "\e074";
}
.sap-icon-flight:before {
  content: "\e075";
}
.sap-icon-filter:before {
  content: "\e076";
}
.sap-icon-favorite-list:before {
  content: "\e077";
}
.sap-icon-factory:before {
  content: "\e078";
}
.sap-icon-endoscopy:before {
  content: "\e079";
}
.sap-icon-employee-pane:before {
  content: "\e07a";
}
.sap-icon-employee-approvals:before {
  content: "\e07b";
}
.sap-icon-email-read:before {
  content: "\e07c";
}
.sap-icon-electrocardiogram:before {
  content: "\e07d";
}
.sap-icon-documents:before {
  content: "\e07e";
}
.sap-icon-decision:before {
  content: "\e07f";
}
.sap-icon-database:before {
  content: "\e080";
}
.sap-icon-customer-history:before {
  content: "\e081";
}
.sap-icon-customer:before {
  content: "\e082";
}
.sap-icon-credit-card:before {
  content: "\e083";
}
.sap-icon-create-entry-time:before {
  content: "\e084";
}
.sap-icon-contacts:before {
  content: "\e085";
}
.sap-icon-compare:before {
  content: "\e086";
}
.sap-icon-clinical-order:before {
  content: "\e087";
}
.sap-icon-chain-link:before {
  content: "\e088";
}
.sap-icon-pull-down:before {
  content: "\e089";
}
.sap-icon-cargo-train:before {
  content: "\e08a";
}
.sap-icon-car-rental:before {
  content: "\e08b";
}
.sap-icon-business-card:before {
  content: "\e08c";
}
.sap-icon-bar-code:before {
  content: "\e08d";
}
.sap-icon-folder-blank:before {
  content: "\e08e";
}
.sap-icon-passenger-train:before {
  content: "\e08f";
}
.sap-icon-question-mark:before {
  content: "\e090";
}
.sap-icon-world:before {
  content: "\e091";
}
.sap-icon-iphone:before {
  content: "\e092";
}
.sap-icon-ipad:before {
  content: "\e093";
}
.sap-icon-warning:before {
  content: "\e094";
}
.sap-icon-sort:before {
  content: "\e095";
}
.sap-icon-course-book:before {
  content: "\e096";
}
.sap-icon-course-program:before {
  content: "\e097";
}
.sap-icon-add-coursebook:before {
  content: "\e098";
}
.sap-icon-print:before {
  content: "\e099";
}
.sap-icon-save:before {
  content: "\e09a";
}
.sap-icon-play:before {
  content: "\e09b";
}
.sap-icon-pause:before {
  content: "\e09c";
}
.sap-icon-record:before {
  content: "\e09d";
}
.sap-icon-response:before {
  content: "\e09e";
}
.sap-icon-pushpin-on:before {
  content: "\e09f";
}
.sap-icon-pushpin-off:before {
  content: "\e0a0";
}
.sap-icon-unfavorite:before {
  content: "\e0a1";
}
.sap-icon-learning-assistant:before {
  content: "\e0a2";
}
.sap-icon-timesheet:before {
  content: "\e0a3";
}
.sap-icon-time-entry-request:before {
  content: "\e0a4";
}
.sap-icon-list:before {
  content: "\e0a5";
}
.sap-icon-action-settings:before {
  content: "\e0a6";
}
.sap-icon-share:before {
  content: "\e0a7";
}
.sap-icon-feed:before {
  content: "\e0a8";
}
.sap-icon-role:before {
  content: "\e0a9";
}
.sap-icon-flag:before {
  content: "\e0aa";
}
.sap-icon-post:before {
  content: "\e0ab";
}
.sap-icon-inspect:before {
  content: "\e0ac";
}
.sap-icon-inspect-down:before {
  content: "\e0ad";
}
.sap-icon-appointment-2:before {
  content: "\e0ae";
}
.sap-icon-target-group:before {
  content: "\e0af";
}
.sap-icon-marketing-campaign:before {
  content: "\e0b0";
}
.sap-icon-notification:before,
.sap-icon-message-error:before {
  content: "\e0b1";
}
.sap-icon-comment:before {
  content: "\e0b2";
}
.sap-icon-shipping-status:before {
  content: "\e0b3";
}
.sap-icon-collaborate:before {
  content: "\e0b4";
}
.sap-icon-shortcut:before {
  content: "\e0b5";
}
.sap-icon-lead-outdated:before {
  content: "\e0b6";
}
.sap-icon-tools-opportunity:before {
  content: "\e0b7";
}
.sap-icon-permission:before {
  content: "\e0b8";
}
.sap-icon-supplier:before {
  content: "\e0b9";
}
.sap-icon-table-view:before {
  content: "\e0ba";
}
.sap-icon-table-chart:before {
  content: "\e0bb";
}
.sap-icon-switch-views:before {
  content: "\e0bc";
}
.sap-icon-e-learning:before {
  content: "\e0bd";
}
.sap-icon-manager:before {
  content: "\e0be";
}
.sap-icon-switch-classes:before {
  content: "\e0bf";
}
.sap-icon-simple-payment:before {
  content: "\e0c0";
}
.sap-icon-signature:before {
  content: "\e0c1";
}
.sap-icon-sales-order-item:before {
  content: "\e0c2";
}
.sap-icon-sales-order:before {
  content: "\e0c3";
}
.sap-icon-request:before {
  content: "\e0c4";
}
.sap-icon-receipt:before {
  content: "\e0c5";
}
.sap-icon-puzzle:before {
  content: "\e0c6";
}
.sap-icon-process:before {
  content: "\e0c7";
}
.sap-icon-private:before {
  content: "\e0c8";
}
.sap-icon-popup-window:before {
  content: "\e0c9";
}
.sap-icon-person-placeholder:before {
  content: "\e0ca";
}
.sap-icon-per-diem:before {
  content: "\e0cb";
}
.sap-icon-paper-plane:before {
  content: "\e0cc";
}
.sap-icon-paid-leave:before {
  content: "\e0cd";
}
.sap-icon-pdf-reader:before {
  content: "\e0ce";
}
.sap-icon-overview-chart:before {
  content: "\e0cf";
}
.sap-icon-overlay:before {
  content: "\e0d0";
}
.sap-icon-org-chart:before {
  content: "\e0d1";
}
.sap-icon-number-sign:before {
  content: "\e0d2";
}
.sap-icon-notification-2:before {
  content: "\e0d3";
}
.sap-icon-my-sales-order:before {
  content: "\e0d4";
}
.sap-icon-meal:before {
  content: "\e0d5";
}
.sap-icon-loan:before {
  content: "\e0d6";
}
.sap-icon-order-status:before {
  content: "\e0d7";
}
.sap-icon-customer-order-entry:before {
  content: "\e0d8";
}
.sap-icon-performance:before {
  content: "\e0d9";
}
.sap-icon-menu:before {
  content: "\e0da";
}
.sap-icon-employee-lookup:before {
  content: "\e0db";
}
.sap-icon-education:before {
  content: "\e0dc";
}
.sap-icon-customer-briefing:before {
  content: "\e0dd";
}
.sap-icon-customer-and-contacts:before {
  content: "\e0de";
}
.sap-icon-my-view:before {
  content: "\e0df";
}
.sap-icon-accelerated:before {
  content: "\e0e0";
}
.sap-icon-to-be-reviewed:before {
  content: "\e0e1";
}
.sap-icon-warning2:before {
  content: "\e0e2";
}
.sap-icon-feeder-arrow:before {
  content: "\e0e3";
}
.sap-icon-quality-issue:before {
  content: "\e0e4";
}
.sap-icon-workflow-tasks:before {
  content: "\e0e5";
}
.sap-icon-create:before {
  content: "\e0e6";
}
.sap-icon-home-share:before {
  content: "\e0e7";
}
.sap-icon-globe:before {
  content: "\e0e8";
}
.sap-icon-tags:before {
  content: "\e0e9";
}
.sap-icon-work-history:before {
  content: "\e0ea";
}
.sap-icon-x-ray:before {
  content: "\e0eb";
}
.sap-icon-wounds-doc:before {
  content: "\e0ec";
}
.sap-icon-web-cam:before {
  content: "\e0ed";
}
.sap-icon-waiver:before {
  content: "\e0ee";
}
.sap-icon-vertical-bar-chart:before {
  content: "\e0ef";
}
.sap-icon-upstacked-chart:before {
  content: "\e0f0";
}
.sap-icon-trip-report:before {
  content: "\e0f1";
}
.sap-icon-microphone:before {
  content: "\e0f2";
}
.sap-icon-unpaid-leave:before {
  content: "\e0f3";
}
.sap-icon-tree:before {
  content: "\e0f4";
}
.sap-icon-toaster-up:before {
  content: "\e0f5";
}
.sap-icon-toaster-top:before {
  content: "\e0f6";
}
.sap-icon-toaster-down:before {
  content: "\e0f7";
}
.sap-icon-time-account:before {
  content: "\e0f8";
}
.sap-icon-theater:before {
  content: "\e0f9";
}
.sap-icon-taxi:before {
  content: "\e0fa";
}
.sap-icon-subway-train:before {
  content: "\e0fb";
}
.sap-icon-study-leave:before {
  content: "\e0fc";
}
.sap-icon-stethoscope:before {
  content: "\e0fd";
}
.sap-icon-step:before {
  content: "\e0fe";
}
.sap-icon-sonography:before {
  content: "\e0ff";
}
.sap-icon-soccor:before {
  content: "\e100";
}
.sap-icon-physical-activity:before {
  content: "\e101";
}
.sap-icon-pharmacy:before {
  content: "\e102";
}
.sap-icon-official-service:before {
  content: "\e103";
}
.sap-icon-offsite-work:before {
  content: "\e104";
}
.sap-icon-nutrition-activity:before {
  content: "\e105";
}
.sap-icon-newspaper:before {
  content: "\e106";
}
.sap-icon-monitor-payments:before {
  content: "\e107";
}
.sap-icon-map-2:before {
  content: "\e108";
}
.sap-icon-machine:before {
  content: "\e109";
}
.sap-icon-mri-scan:before {
  content: "\e10a";
}
.sap-icon-end-user-experience-monitoring:before {
  content: "\e10b";
}
.sap-icon-unwired:before {
  content: "\e10c";
}
.sap-icon-customer-financial-fact-sheet:before {
  content: "\e10d";
}
.sap-icon-retail-store-manager:before {
  content: "\e10e";
}
.sap-icon-Netweaver-business-client:before {
  content: "\e10f";
}
.sap-icon-electronic-medical-record:before {
  content: "\e110";
}
.sap-icon-eam-work-order:before {
  content: "\e111";
}
.sap-icon-customer-view:before {
  content: "\e112";
}
.sap-icon-crm-service-manager:before {
  content: "\e113";
}
.sap-icon-crm-sales:before {
  content: "\e114";
}
.sap-icon-widgets:before {
  content: "\e115";
}
.sap-icon-commission-check:before {
  content: "\e116";
}
.sap-icon-collections-insight:before {
  content: "\e117";
}
.sap-icon-clinical-tast-tracker:before {
  content: "\e118";
}
.sap-icon-citizen-connect:before {
  content: "\e119";
}
.sap-icon-cart-approval:before {
  content: "\e11a";
}
.sap-icon-capital-projects:before {
  content: "\e11b";
}
.sap-icon-bo-strategy-management:before {
  content: "\e11c";
}
.sap-icon-business-objects-mobile:before {
  content: "\e11d";
}
.sap-icon-business-objects-explorer:before {
  content: "\e11e";
}
.sap-icon-business-objects-experience:before {
  content: "\e11f";
}
.sap-icon-bbyd-dashboard:before {
  content: "\e120";
}
.sap-icon-bbyd-active-sales:before {
  content: "\e121";
}
.sap-icon-business-by-design:before {
  content: "\e122";
}
.sap-icon-business-one:before {
  content: "\e123";
}
.sap-icon-sap-box:before {
  content: "\e124";
}
.sap-icon-manager-insight:before {
  content: "\e125";
}
.sap-icon-accounting-document-verification:before {
  content: "\e126";
}
.sap-icon-hr-approval:before {
  content: "\e127";
}
.sap-icon-idea-wall:before {
  content: "\e128";
}
.sap-icon-Chart-Tree-Map:before {
  content: "\e129";
}
.sap-icon-cart-5:before {
  content: "\e12a";
}
.sap-icon-cart-4:before {
  content: "\e12b";
}
.sap-icon-wallet:before {
  content: "\e12c";
}
.sap-icon-vehicle-repair:before {
  content: "\e12d";
}
.sap-icon-upload:before {
  content: "\e12e";
}
.sap-icon-unlocked:before {
  content: "\e12f";
}
.sap-icon-umbrella:before {
  content: "\e130";
}
.sap-icon-travel-request:before {
  content: "\e131";
}
.sap-icon-travel-expense-report:before {
  content: "\e132";
}
.sap-icon-travel-itinerary:before {
  content: "\e133";
}
.sap-icon-time-overtime:before {
  content: "\e134";
}
.sap-icon-thing-type:before {
  content: "\e135";
}
.sap-icon-technical-object:before {
  content: "\e136";
}
.sap-icon-tag:before {
  content: "\e137";
}
.sap-icon-syringe:before {
  content: "\e138";
}
.sap-icon-syntax:before {
  content: "\e139";
}
.sap-icon-suitcase:before {
  content: "\e13a";
}
.sap-icon-simulate:before {
  content: "\e13b";
}
.sap-icon-shield:before {
  content: "\e13c";
}
.sap-icon-share-2:before {
  content: "\e13d";
}
.sap-icon-sales-quote:before {
  content: "\e13e";
}
.sap-icon-repost:before {
  content: "\e13f";
}
.sap-icon-provision:before {
  content: "\e140";
}
.sap-icon-projector:before {
  content: "\e141";
}
.sap-icon-add-product:before {
  content: "\e142";
}
.sap-icon-pipeline-analysis:before {
  content: "\e143";
}
.sap-icon-add-photo:before {
  content: "\e144";
}
.sap-icon-palette:before {
  content: "\e145";
}
.sap-icon-nurse:before {
  content: "\e146";
}
.sap-icon-sales-notification:before {
  content: "\e147";
}
.sap-icon-mileage:before {
  content: "\e148";
}
.sap-icon-meeting-room:before {
  content: "\e149";
}
.sap-icon-media-forward:before {
  content: "\e14a";
}
.sap-icon-media-play:before {
  content: "\e14b";
}
.sap-icon-media-pause:before {
  content: "\e14c";
}
.sap-icon-media-reverse:before {
  content: "\e14d";
}
.sap-icon-media-rewind:before {
  content: "\e14e";
}
.sap-icon-measurement-document:before {
  content: "\e14f";
}
.sap-icon-measuring-point:before {
  content: "\e150";
}
.sap-icon-measure:before {
  content: "\e151";
}
.sap-icon-map-3:before {
  content: "\e152";
}
.sap-icon-locked:before {
  content: "\e153";
}
.sap-icon-letter:before {
  content: "\e154";
}
.sap-icon-journey-arrive:before {
  content: "\e155";
}
.sap-icon-journey-change:before {
  content: "\e156";
}
.sap-icon-journey-depart:before {
  content: "\e157";
}
.sap-icon-it-system:before {
  content: "\e158";
}
.sap-icon-it-instance:before {
  content: "\e159";
}
.sap-icon-it-host:before {
  content: "\e15a";
}
.sap-icon-iphone-2:before {
  content: "\e15b";
}
.sap-icon-ipad-2:before {
  content: "\e15c";
}
.sap-icon-inventory:before {
  content: "\e15d";
}
.sap-icon-insurance-house:before {
  content: "\e15e";
}
.sap-icon-insurance-life:before {
  content: "\e15f";
}
.sap-icon-insurance-car:before {
  content: "\e160";
}
.sap-icon-initiative:before {
  content: "\e161";
}
.sap-icon-incident:before {
  content: "\e162";
}
.sap-icon-group-2:before {
  content: "\e163";
}
.sap-icon-goal:before {
  content: "\e164";
}
.sap-icon-functional-location:before {
  content: "\e165";
}
.sap-icon-full-screen:before {
  content: "\e166";
}
.sap-icon-form:before {
  content: "\e167";
}
.sap-icon-fob-watch:before {
  content: "\e168";
}
.sap-icon-blank-tag:before {
  content: "\e169";
}
.sap-icon-family-protection:before {
  content: "\e16a";
}
.sap-icon-folder:before {
  content: "\e16b";
}
.sap-icon-fax-machine:before {
  content: "\e16c";
}
.sap-icon-example:before {
  content: "\e16d";
}
.sap-icon-eraser:before {
  content: "\e16e";
}
.sap-icon-employee-rejections:before {
  content: "\e16f";
}
.sap-icon-drop-down-list:before {
  content: "\e170";
}
.sap-icon-draw-rectangle:before {
  content: "\e171";
}
.sap-icon-document:before {
  content: "\e172";
}
.sap-icon-doctor:before {
  content: "\e173";
}
.sap-icon-discussion-2:before {
  content: "\e174";
}
.sap-icon-discussion:before {
  content: "\e175";
}
.sap-icon-dimension:before {
  content: "\e176";
}
.sap-icon-customer-and-supplier:before {
  content: "\e177";
}
.sap-icon-crop:before {
  content: "\e178";
}
.sap-icon-add-contact:before {
  content: "\e179";
}
.sap-icon-compare-2:before {
  content: "\e17a";
}
.sap-icon-color-fill:before {
  content: "\e17b";
}
.sap-icon-collision:before {
  content: "\e17c";
}
.sap-icon-curriculum:before {
  content: "\e17d";
}
.sap-icon-chart-axis:before {
  content: "\e17e";
}
.sap-icon-full-stacked-chart:before {
  content: "\e17f";
}
.sap-icon-full-stacked-column-chart:before {
  content: "\e180";
}
.sap-icon-vertical-bar-chart-2:before {
  content: "\e181";
}
.sap-icon-horizontal-bar-chart-2:before {
  content: "\e182";
}
.sap-icon-horizontal-stacked-chart:before {
  content: "\e183";
}
.sap-icon-vertical-stacked-chart:before {
  content: "\e184";
}
.sap-icon-choropleth-chart:before {
  content: "\e185";
}
.sap-icon-geographic-bubble-chart:before {
  content: "\e186";
}
.sap-icon-multiple-radar-chart:before {
  content: "\e187";
}
.sap-icon-radar-chart:before {
  content: "\e188";
}
.sap-icon-crossed-line-chart:before {
  content: "\e189";
}
.sap-icon-multiple-line-chart:before {
  content: "\e18a";
}
.sap-icon-multiple-bar-chart:before {
  content: "\e18b";
}
.sap-icon-line-chart:before {
  content: "\e18c";
}
.sap-icon-line-chart-dual-axis:before {
  content: "\e18d";
}
.sap-icon-bubble-chart:before {
  content: "\e18e";
}
.sap-icon-scatter-chart:before {
  content: "\e18f";
}
.sap-icon-multiple-pie-chart:before {
  content: "\e190";
}
.sap-icon-column-chart-dual-axis:before {
  content: "\e191";
}
.sap-icon-tag-cloud-chart:before {
  content: "\e192";
}
.sap-icon-area-chart:before {
  content: "\e193";
}
.sap-icon-cause:before {
  content: "\e194";
}
.sap-icon-cart-3:before {
  content: "\e195";
}
.sap-icon-cart-2:before {
  content: "\e196";
}
.sap-icon-bus-public-transport:before {
  content: "\e197";
}
.sap-icon-burglary:before {
  content: "\e198";
}
.sap-icon-building:before {
  content: "\e199";
}
.sap-icon-border:before {
  content: "\e19a";
}
.sap-icon-bookmark:before {
  content: "\e19b";
}
.sap-icon-badge:before {
  content: "\e19c";
}
.sap-icon-attachment-audio:before {
  content: "\e19d";
}
.sap-icon-attachment-video:before {
  content: "\e19e";
}
.sap-icon-attachment-html:before {
  content: "\e19f";
}
.sap-icon-attachment-photo:before {
  content: "\e1a0";
}
.sap-icon-attachment-e-pub001:before {
  content: "\e1a1";
}
.sap-icon-attachment-zip-file:before {
  content: "\e1a2";
}
.sap-icon-attachment-text-file:before {
  content: "\e1a3";
}
.sap-icon-add-equipment:before {
  content: "\e1a4";
}
.sap-icon-add-activity:before {
  content: "\e1a5";
}
.sap-icon-activity-individual:before {
  content: "\e1a6";
}
.sap-icon-activity-2:before {
  content: "\e1a7";
}
.sap-icon-add-activity-2:before {
  content: "\e1a8";
}
.sap-icon-activity-items:before {
  content: "\e1a9";
}
.sap-icon-activity-assigned-to-goal:before {
  content: "\e1aa";
}
.sap-icon-status-completed:before,
.sap-icon-status-positive:before {
  content: "\e1ab";
}
.sap-icon-status-error:before,
.sap-icon-status-negative:before {
  content: "\e1ac";
}
.sap-icon-status-inactive:before {
  content: "\e1ad";
}
.sap-icon-status-in-process:before,
.sap-icon-status-critical:before {
  content: "\e1ae";
}
.sap-icon-blank-tag-2:before {
  content: "\e1af";
}
.sap-icon-cart-full:before {
  content: "\e1b0";
}
.sap-icon-locate-me:before {
  content: "\e1b1";
}
.sap-icon-paging:before {
  content: "\e1b2";
}
.sap-icon-company-view:before {
  content: "\e1b3";
}
.sap-icon-document-text:before {
  content: "\e1b4";
}
.sap-icon-explorer:before {
  content: "\e1b5";
}
.sap-icon-personnel-view:before {
  content: "\e1b6";
}
.sap-icon-sorting-ranking:before {
  content: "\e1b7";
}
.sap-icon-drill-down:before {
  content: "\e1b8";
}
.sap-icon-drill-up:before {
  content: "\e1b9";
}
.sap-icon-vds-file:before {
  content: "\e1ba";
}
.sap-icon-sap-logo-shape:before {
  content: "\e1bb";
}
.sap-icon-folder-full:before {
  content: "\e1bc";
}
.sap-icon-system-exit:before {
  content: "\e1bd";
}
.sap-icon-system-exit-2:before {
  content: "\e1be";
}
.sap-icon-close-command-field:before {
  content: "\e1bf";
}
.sap-icon-open-command-field:before {
  content: "\e1c0";
}
.sap-icon-sys-enter-2:before {
  content: "\e1c1";
}
.sap-icon-sys-enter:before {
  content: "\e1c2";
}
.sap-icon-sys-help-2:before {
  content: "\e1c3";
}
.sap-icon-sys-help:before {
  content: "\e1c4";
}
.sap-icon-sys-back:before {
  content: "\e1c5";
}
.sap-icon-sys-back-2:before {
  content: "\e1c6";
}
.sap-icon-sys-cancel:before {
  content: "\e1c7";
}
.sap-icon-sys-cancel-2:before {
  content: "\e1c8";
}
.sap-icon-open-folder:before {
  content: "\e1c9";
}
.sap-icon-sys-find-next:before {
  content: "\e1ca";
}
.sap-icon-sys-find:before {
  content: "\e1cb";
}
.sap-icon-sys-monitor:before {
  content: "\e1cc";
}
.sap-icon-sys-prev-page:before {
  content: "\e1cd";
}
.sap-icon-sys-first-page:before {
  content: "\e1ce";
}
.sap-icon-sys-next-page:before {
  content: "\e1cf";
}
.sap-icon-sys-last-page:before {
  content: "\e1d0";
}
.sap-icon-generate-shortcut:before {
  content: "\e1d1";
}
.sap-icon-create-session:before {
  content: "\e1d2";
}
.sap-icon-display-more:before {
  content: "\e1d3";
}
.sap-icon-enter-more:before {
  content: "\e1d4";
}
.sap-icon-zoom-in:before {
  content: "\e1d5";
}
.sap-icon-zoom-out:before {
  content: "\e1d6";
}
.sap-icon-header:before {
  content: "\e1d7";
}
.sap-icon-detail-view:before {
  content: "\e1d8";
}
.sap-icon-collapse:before {
  content: "\e1d9";
}
.sap-icon-expand:before {
  content: "\e1da";
}
.sap-icon-positive:before {
  content: "\e1db";
}
.sap-icon-negative:before {
  content: "\e1dc";
}
.sap-icon-display:before {
  content: "\e1dd";
}
.sap-icon-menu2:before {
  content: "\e1de";
}
.sap-icon-redo:before {
  content: "\e1df";
}
.sap-icon-undo:before {
  content: "\e1e0";
}
.sap-icon-navigation-up-arrow:before {
  content: "\e1e1";
}
.sap-icon-navigation-down-arrow:before {
  content: "\e1e2";
}
.sap-icon-down:before {
  content: "\e1e3";
}
.sap-icon-up:before {
  content: "\e1e4";
}
.sap-icon-shelf:before {
  content: "\e1e5";
}
.sap-icon-background:before {
  content: "\e1e6";
}
.sap-icon-resize:before {
  content: "\e1e7";
}
.sap-icon-move:before {
  content: "\e1e8";
}
.sap-icon-show:before {
  content: "\e1e9";
}
.sap-icon-hide:before {
  content: "\e1ea";
}
.sap-icon-nav-back:before {
  content: "\e1eb";
}
.sap-icon-error:before {
  content: "\e1ec";
}
.sap-icon-slim-arrow-right:before {
  content: "\e1ed";
}
.sap-icon-slim-arrow-left:before {
  content: "\e1ee";
}
.sap-icon-slim-arrow-down:before {
  content: "\e1ef";
}
.sap-icon-slim-arrow-up:before {
  content: "\e1f0";
}
.sap-icon-forward:before {
  content: "\e1f1";
}
.sap-icon-overflow:before {
  content: "\e1f2";
}
.sap-icon-value-help:before {
  content: "\e1f3";
}
.sap-icon-multi-select:before {
  content: "\e1f4";
}
.sap-icon-exit-full-screen:before {
  content: "\e1f5";
}
.sap-icon-sys-add:before {
  content: "\e1f6";
}
.sap-icon-sys-minus:before {
  content: "\e1f7";
}
.sap-icon-dropdown:before {
  content: "\e1f8";
}
.sap-icon-expand-group:before {
  content: "\e1f9";
}
.sap-icon-vertical-grip:before {
  content: "\e1fa";
}
.sap-icon-horizontal-grip:before {
  content: "\e1fb";
}
.sap-icon-sort-descending:before {
  content: "\e1fc";
}
.sap-icon-sort-ascending:before {
  content: "\e1fd";
}
.sap-icon-arrow-down:before {
  content: "\e1fe";
}
.sap-icon-legend:before {
  content: "\e1ff";
}
.sap-icon-collapse-group:before {
  content: "\e200";
}
.sap-icon-message-warning:before {
  content: "\e201";
}
.sap-icon-message-information:before {
  content: "\e202";
}
.sap-icon-message-success:before {
  content: "\e203";
}
.sap-icon-restart:before {
  content: "\e204";
}
.sap-icon-stop:before {
  content: "\e205";
}
.sap-icon-add-process:before {
  content: "\e206";
}
.sap-icon-cancel-maintenance:before {
  content: "\e207";
}
.sap-icon-activate:before {
  content: "\e208";
}
.sap-icon-resize-horizontal:before {
  content: "\e209";
}
.sap-icon-resize-vertical:before {
  content: "\e20a";
}
.sap-icon-connected:before {
  content: "\e20b";
}
.sap-icon-disconnected:before {
  content: "\e20c";
}
.sap-icon-edit-outside:before {
  content: "\e20d";
}
.sap-icon-key:before {
  content: "\e20e";
}
.sap-icon-minimize:before {
  content: "\e20f";
}
.sap-icon-back-to-top:before {
  content: "\e210";
}
.sap-icon-hello-world:before {
  content: "\e211";
}
.sap-icon-outbox:before {
  content: "\e212";
}
.sap-icon-donut-chart:before {
  content: "\e213";
}
.sap-icon-heatmap-chart:before {
  content: "\e214";
}
.sap-icon-horizontal-bullet-chart:before {
  content: "\e215";
}
.sap-icon-vertical-bullet-chart:before {
  content: "\e216";
}
.sap-icon-call:before {
  content: "\e217";
}
.sap-icon-download-from-cloud:before {
  content: "\e218";
}
.sap-icon-upload-to-cloud:before {
  content: "\e219";
}
.sap-icon-jam:before {
  content: "\e21a";
}
.sap-icon-sap-ui5:before {
  content: "\e21b";
}
.sap-icon-message-popup:before {
  content: "\e21c";
}
.sap-icon-cloud:before {
  content: "\e21d";
}
.sap-icon-horizontal-waterfall-chart:before {
  content: "\e21e";
}
.sap-icon-vertical-waterfall-chart:before {
  content: "\e21f";
}
.sap-icon-broken-link:before {
  content: "\e220";
}
.sap-icon-headset:before {
  content: "\e221";
}
.sap-icon-thumb-up:before {
  content: "\e222";
}
.sap-icon-thumb-down:before {
  content: "\e223";
}
.sap-icon-multiselect-all:before {
  content: "\e224";
}
.sap-icon-multiselect-none:before {
  content: "\e225";
}
.sap-icon-scissors:before {
  content: "\e226";
}
.sap-icon-uni000B:before {
  content: "\e227";
}
.sap-icon-sound-loud:before {
  content: "\e228";
}
.sap-icon-sound-off:before {
  content: "\e229";
}
.sap-icon-date-time:before {
  content: "\e22a";
}
.sap-icon-user-settings:before {
  content: "\e22b";
}
.sap-icon-key-user-settings:before {
  content: "\e22c";
}
.sap-icon-developer-settings:before {
  content: "\e22d";
}
.sap-icon-text-formatting:before {
  content: "\e22e";
}
.sap-icon-bold-text:before {
  content: "\e22f";
}
.sap-icon-italic-text:before {
  content: "\e230";
}
.sap-icon-underline-text:before {
  content: "\e231";
}
.sap-icon-text-align-justified:before {
  content: "\e232";
}
.sap-icon-text-align-left:before {
  content: "\e233";
}
.sap-icon-text-align-center:before {
  content: "\e234";
}
.sap-icon-text-align-right:before {
  content: "\e235";
}
.sap-icon-bullet-text:before {
  content: "\e236";
}
.sap-icon-numbered-text:before {
  content: "\e237";
}
.sap-icon-co:before {
  content: "\e238";
}
.sap-icon-ui-notifications:before {
  content: "\e239";
}
.sap-icon-bell:before {
  content: "\e23a";
}
.sap-icon-cancel-share:before {
  content: "\e23b";
}
.sap-icon-write-new-document:before {
  content: "\e23c";
}
.sap-icon-write-new:before {
  content: "\e23d";
}
.sap-icon-cancel:before {
  content: "\e23e";
}
.sap-icon-screen-split-one:before {
  content: "\e23f";
}
.sap-icon-screen-split-two:before {
  content: "\e240";
}
.sap-icon-screen-split-three:before {
  content: "\e241";
}
.sap-icon-customize:before {
  content: "\e242";
}
.sap-icon-user-edit:before {
  content: "\e243";
}
.sap-icon-source-code:before {
  content: "\e244";
}
.sap-icon-copy:before {
  content: "\e245";
}
.sap-icon-paste:before {
  content: "\e246";
}
.sap-icon-line-chart-time-axis:before {
  content: "\e247";
}
.sap-icon-clear-filter:before {
  content: "\e248";
}
.sap-icon-reset:before {
  content: "\e249";
}
.sap-icon-trend-up:before {
  content: "\e24a";
}
.sap-icon-trend-down:before {
  content: "\e24b";
}
.sap-icon-cursor-arrow:before {
  content: "\e24c";
}
.sap-icon-add-document:before {
  content: "\e24d";
}
.sap-icon-create-form:before {
  content: "\e24e";
}
.sap-icon-resize-corner:before {
  content: "\e24f";
}
.sap-icon-chevron-phase:before {
  content: "\e250";
}
.sap-icon-chevron-phase-2:before {
  content: "\e251";
}
.sap-icon-rhombus-milestone:before {
  content: "\e252";
}
.sap-icon-rhombus-milestone-2:before {
  content: "\e253";
}
.sap-icon-circle-task:before {
  content: "\e254";
}
.sap-icon-circle-task-2:before {
  content: "\e255";
}
.sap-icon-project-definition-triangle:before {
  content: "\e256";
}
.sap-icon-project-definition-triangle-2:before {
  content: "\e257";
}
.sap-icon-master-task-triangle:before {
  content: "\e258";
}
.sap-icon-master-task-triangle-2:before {
  content: "\e259";
}
.sap-icon-program-triangles:before {
  content: "\e25a";
}
.sap-icon-program-triangles-2:before {
  content: "\e25b";
}
.sap-icon-mirrored-task-circle:before {
  content: "\e25c";
}
.sap-icon-mirrored-task-circle-2:before {
  content: "\e25d";
}
.sap-icon-checklist-item:before {
  content: "\e25e";
}
.sap-icon-checklist-item-2:before {
  content: "\e25f";
}
.sap-icon-checklist:before {
  content: "\e260";
}
.sap-icon-checklist-2:before {
  content: "\e261";
}
.sap-icon-chart-table-view:before {
  content: "\e262";
}
.icon-attach:before {
  content: "\e04a";
}
/* '' */
.icon-floppy:before {
  content: "\e09a";
}
/* '' */
.icon-user:before,
.fa-user:before {
  content: "\e036";
}
/* '' */
.icon-doc:before {
  content: "\e1b4";
}
/* '' */
.icon-download-alt:before {
  content: "\e03a";
}
/* '' */
.icon-home:before {
  content: "\e070";
}
/* '' */
.icon-phone:before {
  content: "\e217";
}
/* '' */
.icon-basket:before {
  content: "\e043";
}
/* '' */
.icon-search:before {
  content: "\e00d";
}
/* '' */
.icon-floppy-1:before {
  content: "\e09a";
}
/* '' */
.icon-plus-big:before {
  content: "\e058";
}
/* '' */
.icon-minus-big:before {
  content: "\e069";
}
/* '' */
.icon-plus-1:before {
  content: "\e058";
}
/* '' */
.icon-minus-1:before {
  content: "\e069";
}
/* '' */
.icon-up-open:before {
  content: "\e1e1";
}
/* '' */
.icon-down-open:before {
  content: "\e1e2";
}
/* '' */
.icon-left-open:before {
  content: "\e067";
}
/* '' */
.icon-right-open:before {
  content: "\e066";
}
/* '' */
.icon-angle-double-left:before {
  content: "\e1bf";
}
/* '' */
.icon-angle-double-right:before {
  content: "\e1c0";
}
/* '' */
.icon-angle-double-up:before {
  content: "\e200";
}
/* '' */
.icon-angle-double-down:before {
  content: "\e1f9";
}
/* '' */
.icon-angle-left:before {
  content: "\e1ee";
}
/* '' */
.icon-angle-right:before {
  content: "\e1ed";
}
/* '' */
.icon-angle-up:before {
  content: "\e1f0";
}
/* '' */
.icon-angle-down:before {
  content: "\e1ef";
}
/* '' */
.icon-move:before {
  content: "\e1e8";
}
/* '' */
.icon-trash:before {
  content: "\e03d";
}
/* '' */
.icon-cancel:before {
  content: "\e03e";
}
/* '' */
.icon-edit:before {
  content: "\e038";
}
/* '' */
.icon-download:before {
  content: "\e03a";
}
/* '' */
.icon-doc-add:before {
  content: "\e0e6";
}
/* '' */
.icon-cw:before {
  content: "\e010";
}
/* '' */
.icon-trash-1:before {
  content: "\e03d";
}
/* '' */
.icon-eraser:before {
  content: "\e16e";
}
/* '' */
.icon-ok:before {
  content: "\e05b";
}
/* '' */
.icon-cancel-1:before {
  content: "\e03e";
}
/* '' */
.icon-file-pdf:before {
  content: "\e01a";
}
/* '' */
.icon-help-circled:before {
  content: "\e1c3";
}
/* '' */
.icon-upload:before {
  content: "\e12e";
}
/* '' */
.icon-attention-circled:before {
  content: "\e053";
}
/* '' */
.icon-folder-open-empty:before {
  content: "\e1c9";
}
/* '' */
.icon-folder-open:before {
  content: "\e1c9";
}
/* '' */
.icon-file-word:before {
  content: "\e03b";
}
/* '' */
.icon-file-excel:before {
  content: "\e034";
}
/* '' */
.icon-file-powerpoint:before {
  content: "\e013";
}
/* '' */
.icon-doc-text:before {
  content: "\e1a3";
}
/* '' */
.icon-file-image:before {
  content: "\e1a0";
}
/* '' */
.icon-file-archive:before {
  content: "\e1a2";
}
/* '' */
.icon-file-code:before {
  content: "\e19f";
}
/* '' */
.icon-file-video:before {
  content: "\e19e";
}
/* '' */
.icon-file-audio:before {
  content: "\e19d";
}
/* '' */
.icon-docs:before {
  content: "\e07e";
}
/* '' */
.icon-export:before {
  content: "\e1cf";
}
/* '' */
.icon-info-circled:before {
  content: "\e1c3";
}
/* '' */
.icon-attention:before {
  content: "\e053";
}
/* '' */
.icon-level-up:before {
  content: "\e1eb";
}
/* '' */
.icon-spread:before {
  content: "\e0cf";
}
/* '' */
.icon-bullhorn:before {
  content: "\e0b0";
}
/* '' */
.icon-wrench:before {
  content: "\e002";
}
/* '' */
.icon-users:before {
  content: "\e05d";
}
/* '' */
.icon-users-1:before {
  content: "\e05d";
}
/* '' */
.icon-key:before {
  content: "\e20e";
}
/* '' */
.icon-lock-open-alt:before {
  content: "\e12f";
}
/* '' */
.icon-lock:before {
  content: "\e153";
}
/* '' */
.icon-lock-alt:before {
  content: "\e153";
}
/* '' */
.icon-lock-open:before {
  content: "\e12f";
}
/* '' */
.icon-cog:before {
  content: "\e0a6";
}
/* '' */
.icon-mail:before {
  content: "\e037";
}
/* '' */
.icon-email:before {
  content: "\e037";
}
/* '' */
.icon-money:before {
  content: "\e020";
}
/* '' */
.icon-folder-empty:before {
  content: "\e08e";
}
/* '' */
.icon-doc-1:before {
  content: "\e172";
}
/* '' */
.icon-cancel-circled:before {
  content: "\e1c7";
}
/* '' */
.icon-ok-circled:before {
  content: "\e1c2";
}
/* '' */
.icon-plus-circled:before {
  content: "\e1f6";
}
/* '' */
.icon-minus-circled:before {
  content: "\e1f7";
}
/* '' */
.icon-user-1:before {
  content: "\e036";
}
/* '' */
.icon-users-2:before {
  content: "\e05d";
}
/* '' */
.icon-camera:before {
  content: "\e045";
}
/* '' */
.icon-camera-alt:before {
  content: "\e045";
}
/* '' */
.icon-award:before {
  content: "\e040";
}
/* '' */
.icon-megaphone:before {
  content: "\e0b0";
}
/* '' */
.icon-user-add:before {
  content: "\e036";
}
/* '' */
.icon-user-2:before {
  content: "\e036";
}
/* '' */
.icon-zoom-in:before {
  content: "\e1d5";
}
/* '' */
.icon-graduation-cap-1:before {
  content: "\e0fc";
}
/* '' */
.icon-zoom-out:before {
  content: "\e1d6";
}
.icon-sys-back:before {
  content: "\e1c5";
}
.icon-sys-exit:before {
  content: "\e1bd";
}
/* '' */
.icon-spin3:before {
  content: "\e00a";
}
/* '' */
.icon-check:before {
  content: "\e04f";
}
/* '' */
.icon-clipboard:before {
  content: "\e009";
}
/* '' */
.icon-down-dir:before {
  content: "\e1e2";
}
/* '' */
.icon-up-dir:before {
  content: "\e1e1";
}
/* '' */
.icon-right-dir:before {
  content: "\e14b";
}
/* '' */
.icon-left-dir:before {
  content: "\e14d";
}
/* '' */
.icon-article-alt:before {
  content: "\e106";
}
/* '' */
.icon-megaphone-1:before {
  content: "\e0b0";
}
/* '' */
.icon-flow-tree:before {
  content: "\e0d1";
}
/* '' */
.icon-mail-1:before {
  content: "\e037";
}
/* '' */
.icon-resize-vertical:before {
  content: "\e1e8";
}
/* '' */
.icon-pencil-alt:before {
  content: "\e038";
}
/* '' */
.icon-article:before {
  content: "\e1b4";
}
/* '' */
.icon-vcard:before {
  content: "\e08c";
}
/* '' */
.icon-home-1:before {
  content: "\e070";
}
/* '' */
.icon-chat:before {
  content: "\e175";
}
/* '' */
.icon-chat-empty:before {
  content: "\e175";
}
/* '' */
.icon-food:before {
  content: "\e0d5";
}
/* '' */
.icon-reply:before {
  content: "\e1e0";
}
.icon-forward:before {
  content: "\e1df";
}
.icon-clock:before {
  content: "\e168";
}
/* '' */
.icon-credit-card:before {
  content: "\e083";
}
.icon-dashboard2:before {
  content: "\e0d9";
}
.icon-dashboard:before {
  content: "\e129";
}
.icon-chat2:before,
.icon-chat3:before {
  content: "\e0d3";
}
.icon-gears:before {
  content: "\e00c";
}
.icon-calendar3:before {
  content: "\e046";
}
.icon-bin:before {
  content: "\e03d";
}
.icon-person {
  font-family: old-sapui !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  line-height: inherit;
  width: auto;
  margin-right: .2em;
  margin-left: .2em;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-person:before {
  content: "\e0ca";
}
.icon-document-checked,
.icon-spin2,
.icon-star-half-alt,
.icon-birthday,
.icon-signal,
.icon-spin6,
.icon-archive,
.icon-briefcase,
.icon-spin5,
.icon-keyboard,
.icon-bug,
.icon-hammer,
.icon-star-1,
.icon-star-empty,
.icon-star-half,
.icon-food-1,
.icon-quote-right,
.fa-quote-right,
.icon-bold,
.fa-bold,
.icon-italic,
.fa-italic,
.icon-underline,
.fa-underline,
.icon-strike,
.fa-strikethrough,
.icon-list-bullet,
.fa-list-ul,
.icon-list-numbered,
.fa-list-ol,
.icon-ccw,
.fa-undo,
.icon-block,
.fa-ban,
.icon-align-left,
.fa-align-left,
.icon-align-center,
.fa-align-center,
.icon-align-right,
.fa-align-right,
.icon-align-justify,
.fa-align-justify,
.icon-indent-right,
.fa-indent,
.icon-indent-left,
.fa-outdent,
.icon-code,
.fa-code,
.icon-picture,
.fa-picture-o,
.icon-link,
.fa-link,
.icon-youtube-play,
.fa-youtube-play,
.icon-chart-pie-alt,
.icon-chart-bar,
.icon-chart-area,
.icon-chart-line,
.icon-angle-circled-up,
.fa-chevron-circle-up,
.icon-angle-circled-down,
.fa-chevron-circle-down,
.icon-angle-circled-right,
.fa-chevron-circle-right,
.icon-angle-circled-left,
.fa-chevron-circle-left,
.icon-thumbs-up,
.icon-thumbs-down,
.icon-headphones,
.icon-clipboard,
.icon-switch,
.icon-clippy,
.icon-stats,
.icon-dash,
.icon-plus3,
.icon-link2,
.icon-phone-line,
.icon-phone-handset-line,
.icon-book-line,
.icon-cart-line,
.icon-graduation-hat-line,
.icon-license-line,
.icon-nav-arrow-left-last,
.icon-nav-arrow-right-last,
.icon-clock-2,
.icon-translate,
.icon-arrow-loop,
.icon-keyboard-return,
.icon-sort-alpha-asc,
.icon-sort-alpha-desc,
.icon-sort-numeric-asc,
.icon-sort-numeric-desc {
  font-family: "sapui-addon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  line-height: inherit;
  width: auto;
  margin-right: .2em;
  margin-left: .2em;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-keyboard-return:before {
  content: "\e31b";
}
.icon-document-checked:before {
  content: "\e909";
}
.icon-spin2:before {
  content: "\e812";
}
.icon-star-half-alt:before {
  content: "\e822";
}
.icon-birthday:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e83f";
}
.icon-spin6:before {
  content: "\e849";
}
.icon-archive:before {
  content: "\e85c";
}
.icon-briefcase:before {
  content: "\e85d";
}
.icon-spin5:before {
  content: "\e862";
}
.icon-keyboard:before {
  content: "\e869";
}
.icon-bug:before {
  content: "\e86b";
}
.icon-hammer:before {
  content: "\e873";
}
.icon-star-1:before {
  content: "\e877";
}
.icon-star-empty:before {
  content: "\e878";
}
.icon-star-half:before {
  content: "\e879";
}
.icon-food-1:before {
  content: "\e87c";
}
.icon-quote-right:before,
.fa-quote-right:before {
  content: "\e87e";
}
/* '' */
.icon-bold:before,
.fa-bold:before {
  content: "\e87f";
}
/* '' */
.icon-italic:before,
.fa-italic:before {
  content: "\e880";
}
/* '' */
.icon-underline:before,
.fa-underline:before {
  content: "\e881";
}
/* '' */
.icon-strike:before,
.fa-strikethrough:before {
  content: "\e882";
}
/* '' */
.icon-list-bullet:before,
.fa-list-ul:before {
  content: "\e883";
}
/* '' */
.icon-list-numbered:before,
.fa-list-ol:before {
  content: "\e884";
}
/* '' */
.icon-ccw:before,
.fa-undo:before {
  content: "\e885";
}
/* '' */
.icon-block:before,
.fa-ban:before {
  content: "\e886";
}
/* '' */
.icon-align-left:before,
.fa-align-left:before {
  content: "\e887";
}
/* '' */
.icon-align-center:before,
.fa-align-center:before {
  content: "\e888";
}
/* '' */
.icon-align-right:before,
.fa-align-right:before {
  content: "\e889";
}
/* '' */
.icon-align-justify:before,
.fa-align-justify:before {
  content: "\e88a";
}
/* '' */
.icon-indent-right:before,
.fa-indent:before {
  content: "\e88b";
}
/* '' */
.icon-indent-left:before,
.fa-outdent:before {
  content: "\e88c";
}
/* '' */
.icon-code:before,
.fa-code:before {
  content: "\e88d";
}
/* '' */
.icon-picture:before,
.fa-picture-o:before {
  content: "\e88e";
}
/* '' */
.icon-link:before,
.fa-link:before {
  content: "\e88f";
}
/* '' */
.icon-youtube-play:before,
.fa-youtube-play:before {
  content: "\e890";
}
/* '' */
.icon-chart-pie-alt:before {
  content: "\e891";
}
/* '' */
.icon-chart-bar:before {
  content: "\e892";
}
/* '' */
.icon-chart-area:before {
  content: "\e893";
}
/* '' */
.icon-chart-line:before {
  content: "\e894";
}
/* '' */
.icon-angle-circled-up:before,
.fa-chevron-circle-up:before {
  content: "\e895";
}
/* '' */
.icon-angle-circled-down:before,
.fa-chevron-circle-down:before {
  content: "\e896";
}
/* '' */
.icon-angle-circled-right:before,
.fa-chevron-circle-right:before {
  content: "\e897";
}
/* '' */
.icon-angle-circled-left:before,
.fa-chevron-circle-left:before {
  content: "\e898";
}
/* '' */
.icon-thumbs-up:before {
  content: "\e899";
}
.icon-thumbs-down:before {
  content: "\e89a";
}
.icon-headphones:before {
  content: "\e89b";
}
.icon-clipboard:before {
  content: "\e90a";
}
.icon-switch:before {
  content: "\e90c";
}
.icon-clippy:before {
  content: "\e90b";
}
.icon-stats:before {
  content: "\e904";
}
.icon-dash:before {
  content: "\f0ca";
}
.icon-plus3:before {
  content: "\f05d";
}
.icon-link2:before {
  content: "\e905";
}
.icon-phone-line:before {
  content: "\e90d";
}
.icon-phone-handset-line:before {
  content: "\e90f";
}
.icon-book-line:before {
  content: "\e903";
}
.icon-cart-line:before {
  content: "\e906";
}
.icon-graduation-hat-line:before {
  content: "\e907";
}
.icon-license-line:before {
  content: "\e908";
}
.icon-nav-arrow-left-last:before {
  content: "\e901";
}
.icon-nav-arrow-right-last:before {
  content: "\e902";
}
.icon-clock-2:before {
  content: "\e014";
}
.icon-translate:before {
  content: "\e900";
}
.icon-arrow-loop:before {
  content: "\e90e";
}
.icon-sort-alpha-asc:before {
  content: "\ea48";
}
.icon-sort-alpha-desc:before {
  content: "\ea49";
}
.icon-sort-numeric-asc:before {
  content: "\ea4a";
}
.icon-sort-numeric-desc:before {
  content: "\ea4b";
}
.icon-pagebreak,
.icon-hammer,
.icon-stats-bars,
.icon-archive,
.icon-thumbs-up,
.icon-thumbs-down {
  font-family: 'sapui-new' !important;
}
.icon-pagebreak:before {
  content: "\e240";
}
.icon-hammer:before {
  content: "\e222";
}
.icon-stats-bars:before {
  content: "\e049";
}
.icon-archive:before {
  content: "\e097";
}
.icon-thumbs-down:before {
  content: "\e223";
}
.icon-thumbs-up:before {
  content: "\e222";
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  font-family: 'sapui-new' !important;
}
.glyphicon-chevron-left:before {
  content: "\e067";
}
.glyphicon-chevron-right:before {
  content: "\e066";
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
.animate-spin:before {
  margin: 0;
  line-height: 25px;
  color: #006aa1;
}
.btn .animate-spin {
  line-height: 18px;
  height: 18px;
  text-align: center;
  width: 18px;
  margin: 0;
  vertical-align: middle !important;
  position: relative;
  font-size: 12px !important;
  margin-top: -1px;
}
.btn .animate-spin:before {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 3px;
  line-height: 18px;
}
.btn.btn-default .animate-spin:before {
  color: #006aa1;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.popoverNotEditable + .popover {
  display: none !important;
}
.errorMessage {
  margin-top: 60px;
  text-align: center;
}
.errorMessage > h1 {
  color: #0583B3;
}
.inPanel {
  margin-bottom: -2rem;
}
h1 {
  font-size: 1.75rem;
  color: #333333;
  font-family: "Titillium Web", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
}
h1 .btn {
  margin-top: -8px;
}
h2 {
  padding-bottom: 7px;
  font-size: 1.375rem;
  font-family: "Titillium Web", Arial, sans-serif;
  color: #333333;
  margin-bottom: 0px;
  font-weight: normal;
  font-weight: 600;
}
h2 .buttonBlock {
  margin-bottom: 0px;
  float: right;
  margin-top: -5px;
}
h3 {
  font-size: 1.25rem;
  font-family: "Titillium Web", Arial, sans-serif;
  color: #333333;
  font-weight: normal;
}
h4 {
  font-size: 1rem;
  font-weight: normal;
}
.formTitle {
  color: #333333;
  font-size: 1.125rem;
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  margin-bottom: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.formTitle .formTitleItem {
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  border-bottom: 2px solid #CCCCCC;
}
h1.formTitle {
  font-size: 1.75rem;
}
h2.formTitle {
  font-size: 1.125rem;
}
h3.formTitle {
  font-size: 1rem;
}
h4.formTitle {
  font-size: 0.875rem;
}
h5.formTitle {
  font-size: 0.8125rem;
}
h6.formTitle {
  font-size: 0.75rem;
}
.title {
  font-size: 1.25rem;
  color: #333333;
  font-family: "Titillium Web", Arial, sans-serif;
  text-shadow: 0 0.0625rem 0 #ffffff;
  position: relative;
  display: inline-block;
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: text;
  max-width: 100%;
}
p {
  font-size: 0.875rem;
}
.smallF {
  font-size: 0.75rem;
}
.normalF {
  font-size: 0.875rem;
}
.bigF {
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.biggerF {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.bigger2F {
  font-size: 1.75rem;
}
.biggestF {
  font-size: 2rem;
}
.bigTitle {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.dark {
  color: #333;
}
.black {
  color: #000;
}
.list-group .list-group-item {
  border: none;
  border-top: 1px dotted #aaa;
}
.list-group .list-group-item:first-child {
  border: none;
}
.media .media-left .noImage.icon,
.media .media-right .noImage.icon {
  font-size: 30px;
}
.label.rounded {
  border-radius: 100px;
}
.label.label-transparent {
  color: #999;
  font-weight: normal;
  font-size: 0.55em;
  border-left: 1px solid #aaa;
  border-radius: 0;
  vertical-align: baseline;
  padding-bottom: 0;
}
.labelEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.userImg {
  float: left !important;
  width: 145px;
  text-align: center;
  height: 160px;
  background: #F0F0F0;
  margin-right: 15px;
}
.userImg .fa {
  font-size: 60px;
  color: #808080;
  margin-top: 40px;
}
.radio-inline.radioResponsive {
  margin: 0;
  margin-right: 10px;
}
.actionButton {
  padding: 5px;
}
.actionButton .fa {
  font-size: 21px;
}
.actionButton:hover {
  background: #F2F2F2;
}
.actionButton:hover .fa {
  color: #006aa1;
}
.table > thead > tr.subHeaderTr > th {
  border-bottom: 1px solid #ececec;
}
.table > thead > tr > th {
  background: #ffffff;
  position: relative;
  border-bottom: 2px solid #ccd9e0;
  padding: 0.625rem 0.4375rem 0.25rem 0.4375rem;
  vertical-align: bottom;
  font-size: 0.875rem;
  color: #8c8c8c;
  font-weight: normal;
}
.table > thead > tr > th:first-child {
  padding-left: 1rem;
}
.table > thead > tr > th.mainTd {
  width: 18%;
}
.table > thead > tr > th.infoTd {
  width: 30px;
  white-space: nowrap;
  text-align: center;
}
.table > thead > tr > th > .active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #aac1cc;
}
.table > thead > tr > th.popupToolbox {
  width: 28.5px;
}
.table > thead > tr > th.toolBoxTd {
  padding: 0;
  position: relative;
  width: 44px;
}
.table > thead > tr > th.toolBoxTd > .btn {
  margin-left: 2px;
  margin-right: 2px;
}
.table > thead > tr > th.sortable {
  position: relative;
}
.table > thead > tr > th.sortable:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.table > thead > tr > th.sorted {
  position: relative;
}
.table > thead > tr > th.sorted:after {
  background: #bfbfbf;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.table > tbody > tr.active td,
.table > tbody > tr.active th {
  color: #ffffff;
}
.table > tbody > tr.grey-italic > td {
  background: #eee;
  color: #999;
}
.table > tbody > tr > th {
  background: #ffffff;
  font-weight: normal;
  border-right: 1px solid #e5e5e5;
}
.table > tbody > tr > th:first-child {
  padding-left: 1rem;
}
.table > tbody > tr > td {
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #e5e5e5;
  padding: 0.5rem 0.4375rem;
  vertical-align: top;
  font-size: 0.875rem;
  color: #333333;
  font-weight: normal;
}
.table > tbody > tr > td:first-child {
  padding-left: 1rem;
}
.table > tbody > tr > td small {
  color: #999999;
}
.table > tbody > tr > td small.text-danger {
  color: #cc1919;
}
.table > tbody > tr > td .text-danger {
  color: #cc1919;
}
.table > tbody > tr > td.linkTd * {
  color: #444;
}
.table > tbody > tr > td.linkTd:hover * {
  color: #000;
}
.table > tbody > tr > td.tdEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}
.table > tbody > tr > td.infoTd {
  background: #ffffff;
  width: 30px;
  white-space: nowrap;
  text-align: center;
  color: #B0B0B0;
}
.table > tbody > tr > td.infoTd .icon {
  color: #666;
}
.table > thead > tr > th.checkTd,
.table > tbody > tr > th.checkTd,
.table > thead > tr > td.checkTd,
.table > tbody > tr > td.checkTd {
  width: 30px;
}
.table > thead > tr > th.checkTd .checkbox,
.table > tbody > tr > th.checkTd .checkbox,
.table > thead > tr > td.checkTd .checkbox,
.table > tbody > tr > td.checkTd .checkbox {
  margin: 0;
  padding: 0;
}
.table > thead > tr > th.dateTD,
.table > tbody > tr > th.dateTD,
.table > thead > tr > td.dateTD,
.table > tbody > tr > td.dateTD {
  width: 80px;
}
.table > thead > tr.editingTr > th,
.table > tbody > tr.editingTr > th,
.table > thead > tr.editing > th,
.table > tbody > tr.editing > th,
.table > thead > tr.editingTr > td,
.table > tbody > tr.editingTr > td,
.table > thead > tr.editing > td,
.table > tbody > tr.editing > td {
  background: #FDEECF;
}
.table > thead > tr.editingTr > th.toolBoxTd .toolBox,
.table > tbody > tr.editingTr > th.toolBoxTd .toolBox,
.table > thead > tr.editing > th.toolBoxTd .toolBox,
.table > tbody > tr.editing > th.toolBoxTd .toolBox,
.table > thead > tr.editingTr > td.toolBoxTd .toolBox,
.table > tbody > tr.editingTr > td.toolBoxTd .toolBox,
.table > thead > tr.editing > td.toolBoxTd .toolBox,
.table > tbody > tr.editing > td.toolBoxTd .toolBox {
  right: 0;
  display: block;
  padding-left: 5px;
  background: #FDEECF;
}
.table.table.fixedHead {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  border: none;
  z-index: 99;
  border-top: 1px solid #a4b9c1;
}
.table.smallHead > thead > tr > th {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  font-size: 0.75rem;
}
.table.smallBody > tbody > tr > td,
.table.smallBody > tbody > tr > th {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  font-size: 0.8125rem;
  height: 2.5rem;
}
.table.smallBody .icon {
  font-size: 1rem;
}
.table.tableVam > tbody > tr > td,
.table.tableVam > tbody > tr > th {
  vertical-align: middle;
}
.table.listStyle {
  margin-bottom: 0;
}
.table.listStyle .tr:first-child .td,
.table.listStyle tr:first-child .td,
.table.listStyle .tr.first .td,
.table.listStyle tr.first .td,
.table.listStyle .tr:first-child td,
.table.listStyle tr:first-child td,
.table.listStyle .tr.first td,
.table.listStyle tr.first td {
  padding-top: 0;
}
.table.listStyle .tr:last-child .td,
.table.listStyle tr:last-child .td,
.table.listStyle .tr.last .td,
.table.listStyle tr.last .td,
.table.listStyle .tr:last-child td,
.table.listStyle tr:last-child td,
.table.listStyle .tr.last td,
.table.listStyle tr.last td {
  border-bottom: none;
  padding-bottom: 0;
}
.table.listStyle .td,
.table.listStyle td {
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #ECECEC;
}
.table .sectionCell {
  border-bottom: none !important;
  border-top: none !important;
  padding: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #444444;
  width: 3px !important;
  background: #E2E2E2 !important;
  border-right: 1px solid #D4D4D4;
}
.table .imgTd {
  padding: 2px;
  width: 52px;
}
.table .imgTd img {
  height: 50px;
}
.table .inputTd {
  width: 90px;
  text-align: right;
}
.table .inputTd input {
  text-align: right;
}
.table .unitTd {
  width: 100px;
}
.table .unitTd .unit {
  background: none;
  border: none;
  padding: 6px 5px;
}
.table .actionTd {
  background: #F3F5F9;
  width: 20px;
  padding: 0 5px;
  -webkit-box-shadow: inset 3px 0px 5px -3px rgba(0, 0, 0, 0.31);
  box-shadow: inset 3px 0px 5px -3px rgba(0, 0, 0, 0.31);
  border-color: #D2D2D2;
  white-space: nowrap;
}
.table .addTr > td {
  border-top: 1px solid #C5C5C5;
  -webkit-box-shadow: 0px 3px 0px 0px #ededed;
  box-shadow: 0px 3px 0px 0px #ededed;
  background: #FFF3DA;
  padding-top: 8px;
  padding-bottom: 8px;
}
.table .infoTr > td {
  background: #F3F5F9 !important;
  -webkit-box-shadow: inset 0px 4px 5px -4px rgba(0, 0, 0, 0.31);
  box-shadow: inset 0px 4px 5px -4px rgba(0, 0, 0, 0.31);
  border: none;
  border-bottom: 1px solid #CACACA;
}
.table .summaryTr > td {
  background: #ffffff;
  -webkit-box-shadow: inset 0px 4px 5px -4px rgba(0, 0, 0, 0.31);
  box-shadow: inset 0px 4px 5px -4px rgba(0, 0, 0, 0.31);
  border: none;
}
.sortable {
  cursor: pointer;
  white-space: nowrap;
}
.sortable:hover {
  text-decoration: underline;
}
.sortable:hover .icon {
  text-decoration: none;
}
.sortable.active .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sortable .icon {
  opacity: 0.4;
  filter: alpha(opacity=40);
  font-size: 0.75rem !important;
}
.pagination {
  margin: 0;
  display: block;
  float: left;
  padding-top: 8px;
}
.pagination > li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pagination > li.active > a {
  color: #fff;
}
.pagination > li.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pagination > li > a {
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  border: none;
  font-size: 1rem;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 0.125rem;
  overflow: hidden;
}
.pagination > li > a span {
  position: absolute;
  left: -999px;
}
.pagination > li > a.directionButt {
  font-size: 1.1rem;
  color: #8B8686;
  padding: 0;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}
.pagination > li > a.directionButt:hover {
  color: #666666;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
}
.navPagination .paginationGroup {
  float: left;
  padding-top: 8px;
}
.navPagination .paginationGroup .btn-primary {
  color: #8B8686;
  background: #EDEDED;
  border-bottom: 1px solid #ABABAB;
  border: 1px solid #ABABAB;
  box-shadow: none;
}
.navPagination .paginationGroup .btn-primary:before {
  line-height: 28px -1;
}
.navPagination .paginationGroup .btn-primary:hover {
  color: #fff;
  background: #868690;
}
.navPagination .paginationInfo {
  display: block;
  margin-left: 10px;
  margin-top: 0px;
  float: left;
  line-height: 14px;
  font-size: 12px;
}
.navPagination .divider.vertical {
  height: 38px;
  float: left;
  margin-top: -3px;
}
.navPagination .paginationInput {
  display: block;
  float: left;
  width: 90px;
  margin-left: 10px;
  margin-right: 10px;
}
.navPagination .paginationInput input {
  text-align: center;
}
.navPagination .paginationInput .btn {
  padding: 0 7px;
}
.navPagination.navCentered {
  text-align: center;
}
.navPagination.navCentered .pagination,
.navPagination.navCentered .paginationInput,
.navPagination.navCentered .divider,
.navPagination.navCentered .paginationInfo {
  float: none;
  display: inline-block;
}
.navPagination.navCentered .paginationGroup {
  float: none;
  vertical-align: top;
  border-top: 1px solid #CACBCD;
  padding-top: 7px;
  padding-bottom: 6px;
}
.navPagination.navCentered .divider {
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
}
.navPagination.navCentered .paginationInfo {
  vertical-align: top;
  padding-top: 0px;
}
.listBread {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listBread > li {
  display: inline-block;
}
.listBread > li.active a {
  color: #333;
}
.listBread > li + li:before {
  padding: 0 2px;
  color: #999;
  content: "/\00a0";
}
.formTitle {
  color: #333333;
  font-size: 1.25rem;
  border-bottom: 1px solid #d9dddf;
  padding: 0;
  margin-bottom: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.formTitle .formTitleItem {
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  border-bottom: 2px solid #ccc;
}
.formTitle .formTitleItem.dtW1 {
  min-width: 25px;
  text-align: right;
}
.formTitle .formTitleItem.dtW2 {
  min-width: 65px;
  text-align: right;
}
.formTitle .formTitleItem.dtW3 {
  min-width: 105px;
  text-align: right;
}
.formTitle .formTitleItem.dtW4 {
  min-width: 145px;
  text-align: right;
}
.formTitle .formTitleItem.dtW5 {
  min-width: 185px;
  text-align: right;
}
.formTitle .formTitleItem.dtW6 {
  min-width: 225px;
  text-align: right;
}
.formTitle .formTitleItem.dtW7 {
  min-width: 265px;
  text-align: right;
}
.formTitle .formTitleItem.dtW8 {
  min-width: 305px;
  text-align: right;
}
h1.formTitle {
  font-size: 1.75rem;
}
h2.formTitle {
  font-size: 1.125rem;
}
h3.formTitle {
  font-size: 1rem;
}
h4.formTitle {
  font-size: 0.875rem;
}
h5.formTitle {
  font-size: 0.8125rem;
}
h6.formTitle {
  font-size: 0.75rem;
}
.has-error .help-block {
  background: #faeff1;
  margin-top: -8px;
  margin-left: 0px;
  padding: 0px 1px;
  position: absolute;
  font-size: 11px;
  border: 1px solid;
  z-index: 3;
}
.editable {
  border: 1px solid transparent;
  min-height: 19px;
}
.editable:hover {
  border: 1px dashed #999;
}
.editable .editItem:hover {
  border: 1px dashed #999;
}
.inlineEdit .popover .popover-content {
  padding: 0;
}
.checkHelper {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
  z-index: 0;
}
.form-group-offset-1 {
  margin-top: 43px;
}
.form-footer {
  border-top: 1px solid #adadad;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
  -webkit-box-shadow: inset 0px 16px 28px -13px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0px 16px 28px -13px rgba(0, 0, 0, 0.04);
}
.form-footer .form-group {
  margin-bottom: 0;
}
.toggleHeading {
  display: inline-block;
}
.toggleHeading h2 {
  display: inline-block;
  margin-bottom: 0;
}
.toggleHeading a {
  background: #D8D8D8;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  font-size: 21px;
  text-align: center;
  margin-top: -5px;
  margin-left: 10px;
}
.toggleHeading:hover a {
  background: #fff;
}
.oneLine {
  height: 28px;
  line-height: 28px;
  vertical-align: middle;
}
label {
  font-weight: normal;
  margin-bottom: 5px;
}
label.required:before {
  content: '*';
  display: inline-block;
  color: #cc1919;
  font-size: 130%;
  font-weight: bold;
  position: relative;
  line-height: 0;
  margin-right: 2px;
}
.control-label {
  font-size: 0.875rem;
  color: #666666;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 3px;
}
.control-label.required:before {
  content: '*';
  display: inline-block;
  color: #cc1919;
}
.control-labelOffset {
  margin-top: 30px;
}
.input-group .tokenizer {
  padding: 0;
  background: #fff;
  max-width: 300px;
  overflow: hidden;
  cursor: e-resize;
}
.input-group .tokenizer + .form-control {
  border-left: 0;
}
.input-group .tokenizer .tokenizerHelper {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 1px;
  padding-left: 1px;
  vertical-align: top;
}
.input-group .tokenizer .labelToken {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently*/
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0!important;
  margin-bottom: 0!important;
  height: 27.5px;
  line-height: 27.5px;
}
.input-group.btnIn label {
  margin: 0;
}
.input-group.btnIn .form-control {
  padding-right: 28.25px;
}
.input-group.btnIn .input-group-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  display: block;
  z-index: 2;
  width: auto;
  height: 28px;
}
.input-group.btnIn .input-group-btn .btn {
  height: 27.8125px;
  background: #ffffff;
  border: 0;
  vertical-align: top;
  border-radius: 0;
}
.input-group.btnIn .input-group-btn .btn .icon {
  font-size: 1.125rem;
}
.input-group.btnIn .input-group-btn .btn:hover,
.input-group.btnIn .input-group-btn .btn:focus {
  background: #eaeaea;
}
.input-group.btnIn .input-group-btn .btn:active,
.input-group.btnIn .input-group-btn .btn.active {
  background: #006aa1;
  color: #ffffff !important;
}
.input-group.btnIn .input-group-btn .btn:active .icon,
.input-group.btnIn .input-group-btn .btn.active .icon {
  color: #ffffff !important;
}
.input-group.btnIn .input-group-btn .btn:active:hover,
.input-group.btnIn .input-group-btn .btn.active:hover,
.input-group.btnIn .input-group-btn .btn:active:focus,
.input-group.btnIn .input-group-btn .btn.active:focus {
  border-color: #003855;
}
.input-group.btnIn.date {
  min-width: 150px;
}
.input-group.addonIn .input-group-addon {
  position: absolute;
  top: 0.0625rem;
  display: block;
  z-index: 3;
  background: transparent;
  border: 0;
  height: 28px;
  line-height: 28px;
  padding: 0;
  font-size: 0.75rem;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: auto;
}
.input-group.addonIn.addonInLeft .input-group-addon {
  left: 0.0625rem;
  padding-left: 0.5rem;
}
.input-group.addonIn.addonInLeft .input-group-addon .icon {
  margin-left: -0.0625rem;
  font-size: 1.125rem;
}
.input-group.addonIn.addonInLeft .form-control {
  padding-left: 1.875rem;
}
.input-group.addonIn.addonInRight .input-group-addon {
  right: 0.0625rem;
  padding-right: 0.5rem;
}
.input-group.addonIn.addonInRight .input-group-addon .icon {
  margin-right: -0.0625rem;
  font-size: 1.125rem;
}
.input-group.addonIn.addonInRight .form-control {
  padding-right: 1.875rem;
}
.form-control {
  font-size: 0.875rem;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:hover,
.form-control:focus {
  border-color: #007cc0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea.form-control {
  padding: 6px 12px;
  height: auto;
  line-height: 1.2rem;
}
.formBlock {
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  padding: 15px;
  margin: 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 2px 0px -1px #dbdbdb;
  box-shadow: 0px 2px 0px -1px #dbdbdb;
}
.formBlock:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.form-horizontal .control-label {
  padding-top: 0;
}
.form-horizontal small.text-danger {
  color: #F00;
}
.form-horizontal.smallPadding .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
.form-horizontal.smallPadding .form-group small {
  position: absolute;
  bottom: -18px;
  font-size: 11px;
  color: #F00;
}
.form-horizontal.smallPadding .form-group .col-xs-1,
.form-horizontal.smallPadding .form-group .col-sm-1,
.form-horizontal.smallPadding .form-group .col-md-1,
.form-horizontal.smallPadding .form-group .col-lg-1,
.form-horizontal.smallPadding .form-group .col-xs-2,
.form-horizontal.smallPadding .form-group .col-sm-2,
.form-horizontal.smallPadding .form-group .col-md-2,
.form-horizontal.smallPadding .form-group .col-lg-2,
.form-horizontal.smallPadding .form-group .col-xs-3,
.form-horizontal.smallPadding .form-group .col-sm-3,
.form-horizontal.smallPadding .form-group .col-md-3,
.form-horizontal.smallPadding .form-group .col-lg-3,
.form-horizontal.smallPadding .form-group .col-xs-4,
.form-horizontal.smallPadding .form-group .col-sm-4,
.form-horizontal.smallPadding .form-group .col-md-4,
.form-horizontal.smallPadding .form-group .col-lg-4,
.form-horizontal.smallPadding .form-group .col-xs-5,
.form-horizontal.smallPadding .form-group .col-sm-5,
.form-horizontal.smallPadding .form-group .col-md-5,
.form-horizontal.smallPadding .form-group .col-lg-5,
.form-horizontal.smallPadding .form-group .col-xs-6,
.form-horizontal.smallPadding .form-group .col-sm-6,
.form-horizontal.smallPadding .form-group .col-md-6,
.form-horizontal.smallPadding .form-group .col-lg-6,
.form-horizontal.smallPadding .form-group .col-xs-7,
.form-horizontal.smallPadding .form-group .col-sm-7,
.form-horizontal.smallPadding .form-group .col-md-7,
.form-horizontal.smallPadding .form-group .col-lg-7,
.form-horizontal.smallPadding .form-group .col-xs-8,
.form-horizontal.smallPadding .form-group .col-sm-8,
.form-horizontal.smallPadding .form-group .col-md-8,
.form-horizontal.smallPadding .form-group .col-lg-8,
.form-horizontal.smallPadding .form-group .col-xs-9,
.form-horizontal.smallPadding .form-group .col-sm-9,
.form-horizontal.smallPadding .form-group .col-md-9,
.form-horizontal.smallPadding .form-group .col-lg-9,
.form-horizontal.smallPadding .form-group .col-xs-10,
.form-horizontal.smallPadding .form-group .col-sm-10,
.form-horizontal.smallPadding .form-group .col-md-10,
.form-horizontal.smallPadding .form-group .col-lg-10,
.form-horizontal.smallPadding .form-group .col-xs-11,
.form-horizontal.smallPadding .form-group .col-sm-11,
.form-horizontal.smallPadding .form-group .col-md-11,
.form-horizontal.smallPadding .form-group .col-lg-11,
.form-horizontal.smallPadding .form-group .col-xs-12,
.form-horizontal.smallPadding .form-group .col-sm-12,
.form-horizontal.smallPadding .form-group .col-md-12,
.form-horizontal.smallPadding .form-group .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.form-horizontal .control-label,
.form-horizontal .form-inline .control-label {
  text-align: left;
}
.form-horizontal .control-label.text-left {
  text-align: left !important;
}
.form-horizontal small {
  display: block;
  clear: both;
  padding-top: 6px;
  padding-left: 0px;
  color: #777;
}
.form-horizontal .well {
  background-color: rgba(255, 255, 255, 0.63);
  border: none;
  border-top: 1px solid #DBDBDB;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: inset 0 10px 14px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 10px 14px -10px rgba(0, 0, 0, 0.1);
}
.form-inline .control-label {
  margin-right: 5px;
}
input[type=checkbox],
input[type=radio] {
  margin: 2px 0 0;
}
.bigF input[type=checkbox],
.bigF input[type=radio] {
  margin-top: 5px;
}
.radio-inline,
.checkbox-inline {
  margin-left: 0;
  margin-right: 15px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.block-danger {
  border: 3px solid #DB4444;
}
.block-danger.panel-body {
  padding: 12px;
}
.buttonsGroup {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E0E0;
  -webkit-box-shadow: 0px 5px 15px -9px #dedede;
  box-shadow: 0px 5px 15px -9px #dedede;
}
.submitBlock {
  margin-top: 20px;
}
.editing .readOnlyItem {
  display: none;
}
.editing .table tr > th.toolBoxTd,
.editing .table tr > td.toolBoxTd {
  width: 1px;
  padding: 0.125rem !important;
}
.editing .table tr > th.toolBoxTd .btn,
.editing .table tr > td.toolBoxTd .btn {
  display: inline-block;
}
.editing .table tr > th.formTd,
.editing .table tr > td.formTd {
  padding: 0.25rem 0.5rem;
}
.editing .table tr > th.formTd .readOnlyItem,
.editing .table tr > td.formTd .readOnlyItem {
  display: none;
}
.readOnly .editOnlyItem {
  display: none;
}
.readOnly .table > th.formTd .editOnlyItem,
.readOnly .table > td.formTd .editOnlyItem {
  display: none;
}
.flex__form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.flex__form > .flex__form--item {
  flex-basis: 25%;
  flex-grow: 1;
  max-width: 25%;
  padding: 0 15px;
}
.flex__form > .flex__form--item.full__width {
  flex-basis: 100%;
  max-width: 100%;
}
.flex__form > .flex__form--item.small__width {
  flex-basis: 10%;
  max-width: 10%;
}
.flex__form > .flex__form--item.double__width {
  flex-basis: 50%;
  max-width: 50%;
}
.flex__form > .flex__form--item.third__width {
  flex-basis: 33.3%;
  max-width: 33.3%;
}
.flex__form > .flex__form--item.twothird__width {
  flex-basis: 66.6%;
  max-width: 66.6%;
}
.flex__form > .flex__form--item.max10__width {
  flex-basis: 200px;
  max-width: 200px;
}
.flex__form > .flex__form--item.max15__width {
  flex-basis: 300px;
  max-width: 300px;
}
.flex__form > .flex__form--item.max20__width {
  flex-basis: 400px;
  max-width: 400px;
}
.flex__form > .flex__form--item .form-group {
  margin: 0;
  margin-bottom: 15px;
}
.flex__form > .flex__form--item .errMsg {
  font-size: 0.75rem;
  color: #cc1919;
  float: right;
}
.flex__form > .flex__form--item textarea.form-control {
  width: 100%;
}
.flex__form > .flex__form--item .flex__form--readonly {
  display: table;
}
.flex__form > .flex__form--item .flex__form--readonly > label {
  display: table-cell;
  color: #999999;
}
.flex__form > .flex__form--item .flex__form--readonly > span {
  display: table-cell;
  font-weight: bold;
  padding-left: 10px;
}
.flex__form.filter__block > .flex__form--item {
  flex-basis: 20%;
  max-width: 20%;
}
.flex__form.filter__block > .flex__form--item.full__width {
  flex-basis: 100%;
  max-width: 100%;
}
.flex__form.filter__block > .flex__form--item.small__width {
  flex-basis: 10%;
  max-width: 10%;
}
.flex__form.filter__block > .flex__form--item.double__width {
  flex-basis: 50%;
  max-width: 50%;
}
.flex__form.filter__block > .flex__form--item.twice__width {
  flex-basis: 40%;
  max-width: 40%;
}
.flex__form.filter__block > .flex__form--item.max10__width {
  flex-basis: 200px;
  max-width: 200px;
}
.flex__form.filter__block > .flex__form--item.max15__width {
  flex-basis: 300px;
  max-width: 300px;
}
.flex__form.filter__block > .flex__form--item.max20__width {
  flex-basis: 400px;
  max-width: 400px;
}
.input-group.btnIn.date {
  width: 100%;
}
.input-group.btnIn.date .input-group-btn {
  height: 26px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
}
.input-group.btnIn.date .input-group-btn .btn {
  height: 26px;
}
.form-control[type="file"] {
  padding: 3px 5px;
}
.btn-default {
  background: #f7f7f7;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bfbfbf;
  padding: 10px 40px;
}
.btn-default:hover,
.btn-default:focus {
  background: #eaeaea;
  border-color: #bfbfbf;
  color: #333333;
}
.btn-default:active,
.btn-default.active {
  background: #006aa1;
  border-color: #005988;
  color: #ffffff;
}
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus {
  border-color: #00273b;
}
.btn-default:disabled,
.btn-default[disabled] {
  text-shadow: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-primary {
  background: #006aa1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #005988;
  padding: 10px 40px;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #005988;
  border-color: #005988;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active {
  background: #006aa1;
  border-color: #006aa1;
  color: #ffffff;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus {
  border-color: #003855;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  text-shadow: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-success {
  background: #007833;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #005f28;
  padding: 10px 40px;
}
.btn-success:hover,
.btn-success:focus {
  background: #005f28;
  border-color: #005f28;
  color: #ffffff;
}
.btn-success:active,
.btn-success.active {
  background: #00461d;
  border-color: #00461d;
  color: #ffffff;
}
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success:active:focus,
.btn-success.active:focus {
  border-color: #000000;
}
.btn-success:disabled,
.btn-success[disabled] {
  text-shadow: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-info {
  background: #5bc0de;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #46b8da;
  padding: 10px 40px;
}
.btn-info:hover,
.btn-info:focus {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #5bc0de;
}
.btn-info:active,
.btn-info.active {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #5bc0de;
}
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus {
  border-color: #28a1c5;
}
.btn-info:disabled,
.btn-info[disabled] {
  text-shadow: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-warning {
  background: #f0ad4e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #eea236;
  padding: 10px 40px;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.btn-warning:active,
.btn-warning.active {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #f0ad4e;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning:active:focus,
.btn-warning.active:focus {
  border-color: #df8a13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  text-shadow: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-danger {
  background: #cc1919;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #b51616;
  padding: 10px 40px;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #b51616;
  border-color: #b51616;
  color: #ffffff;
}
.btn-danger:active,
.btn-danger.active {
  background: #9e1313;
  border-color: #9e1313;
  color: #ffffff;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger:active:focus,
.btn-danger.active:focus {
  border-color: #5a0b0b;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  text-shadow: none;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn {
  font-size: 0.875rem;
  height: 28px;
  line-height: 28px;
  padding: 0 1.25rem;
  position: relative;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  overflow: hidden;
  border-radius: 0.125rem;
}
.btn:after {
  display: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn:active,
.btn.active {
  background-image: none;
  -webkit-box-shadow: inset -2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset -2px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn.emphasized {
  color: #ffffff !important;
  background-color: #009de0 !important;
  border-color: transparent !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
}
.btn.emphasized:hover {
  background-color: #008bc7 !important;
}
.btn.fileUpload > input {
  display: none;
}
.btn.iconBtn {
  width: 28px;
  height: 28px;
  display: inline-block;
  font-size: 1.375rem;
  padding: 0;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
}
.btn.iconBtn .inline-spinner {
  margin-top: 0.375rem;
}
.btn.iconBtn .label.rounded {
  position: absolute;
  bottom: 0px;
  top: auto;
  right: 0px;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  width: 15px;
  text-align: center;
  padding: 0;
  font-weight: normal;
}
.btn.iconBtn .icon {
  margin: 0;
  color: #666666;
  vertical-align: top;
  font-size: 1.375rem;
}
.btn.iconBtn:hover .icon,
.btn.iconBtn .focus .icon {
  color: #666666;
}
.btn.iconBtn:before {
  line-height: 28px;
}
.btn.iconBtn .icon-zoom-in:before {
  margin-left: 0;
}
.btn.iconBtn .sap-icon-sys-enter-2,
.btn.iconBtn .sap-icon-sys-enter {
  color: #007833 !important;
}
.btn.iconBtn .sap-icon-sys-cancel-2,
.btn.iconBtn .sap-icon-sys-cancel {
  color: #cc1919 !important;
}
.btn.iconBtn.btn-success .icon {
  color: #fff !important;
}
.btn .icon {
  margin-left: -5px;
  vertical-align: bottom;
  font-size: 1.375rem;
}
.btn.btn-lg {
  font-size: 1.5rem;
  line-height: 1.333;
  height: 32rem;
  margin-bottom: 8px;
}
.btn.btn-lg.iconBtn {
  width: 32rem;
  height: 32rem;
  display: inline-block;
  font-size: 1.75rem;
  padding: 0;
  line-height: 28rem;
  text-align: center;
}
.btn.btn-lg.iconBtn:before {
  line-height: 32rem;
}
.btn.btn-default {
  text-shadow: 0 1px 0 #ffffff;
}
.btn.btn-default:active,
.btn.btn-default.active {
  text-shadow: none;
}
.btn.btn-primary {
  box-shadow: 0px 3px 3px -2px rgba(0, 24, 57, 0.52), 0px 3px 8px -2px rgba(0, 125, 192, 0.52);
  position: relative;
}
.btn.btn-primary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.23);
}
.btn.btn-primary .icon {
  color: #fff;
}
.btn.btn-warning {
  box-shadow: 0px 3px 3px -2px rgba(137, 79, 0, 0.52), 0px 3px 8px -2px rgba(198, 127, 8, 0.52);
  position: relative;
}
.btn.btn-warning:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.23);
}
.btn.btn-warning .icon {
  color: #fff;
}
.btn.btn-danger {
  box-shadow: 0px 3px 3px -2px rgba(57, 0, 0, 0.52), 0px 3px 8px -2px rgba(127, 18, 18, 0.52);
  position: relative;
}
.btn.btn-danger:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.23);
}
.btn.btn-danger .icon {
  color: #fff;
}
.btn.btn-success {
  box-shadow: 0px 3px 3px -2px rgba(0, 57, 16, 0.7), 0px 3px 8px -2px rgba(16, 127, 22, 0.52);
  position: relative;
}
.btn.btn-success:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.23);
}
.btn.btn-success .icon {
  color: #fff;
}
.btn-simple {
  font-size: 1rem;
  background: #fff;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-simple.icon-plus,
.btn-simple .icon-plus {
  color: #007833;
}
.btn-simple.iconBtn {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-simple.iconBtn .icon {
  color: #333;
}
.btn-simple.iconBtn.icon-plus {
  color: #007833;
}
.btn-simple:hover {
  background: #006aa1;
  color: #fff !important;
}
.btn-simple:hover .icon {
  color: #fff !important;
}
.btn-simple.active,
.btn-simple:active {
  background: #006aa1;
  color: #fff !important;
  background-image: none;
  -webkit-box-shadow: inset -2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset -2px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn-simple.active .icon,
.btn-simple:active .icon {
  color: #fff !important;
}
.btn-link {
  text-shadow: 0 1px 0 #ffffff;
}
.btn-link.icon-plus,
.btn-link .icon-plus {
  color: #007833;
}
.btn-link.iconBtn.icon-plus {
  color: #007833;
}
.btn-link:hover,
.btn-link:focus {
  background: rgba(0, 0, 0, 0.05);
}
.btn-link.active,
.btn-link:active {
  background: #006aa1;
  color: #fff !important;
}
.btn-link.active .icon,
.btn-link:active .icon {
  color: #fff !important;
}
.input-group-btn .btn {
  height: 28px;
  line-height: 28px;
}
.input-group-btn .btn.iconBtn .sap-icon-decline {
  font-size: 70%!important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.btn-group .btn-default:hover,
.btn-group .btn-default:focus {
  background: #d1dadb;
}
.btn-group .btn-default:active,
.btn-group .btn-default.active {
  background: #006aa1;
  border-color: #005988;
  color: #ffffff;
}
.btn-group .btn-default:active .icon,
.btn-group .btn-default.active .icon {
  color: #ffffff !important;
}
.btn-toolbarGroup > .title {
  float: left;
  line-height: 28px;
  padding: 0!important;
}
.btn-toolbarGroup > .nav-tabs {
  float: left;
}
.btn-toolbarGroup > .form-inline {
  vertical-align: top;
  display: inline-block;
  padding-top: 0.125rem;
  margin-bottom: -0.125rem;
}
.btn-toolbarGroup > .form-inline > * {
  vertical-align: top;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  line-height: 2rem;
  max-height: 2rem;
  height: 2rem;
}
.btn-toolbarGroup > .form-inline > .input-group {
  display: inline-table;
}
.btn-toolbarGroup > .btn-toolbar {
  float: right;
  padding-top: 0.125rem;
  margin-bottom: -0.125rem;
  margin-left: 0;
  white-space: nowrap;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper {
  display: none;
  width: 1.75rem;
  position: relative;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper .btn-toolbar-item-helper-menu {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  left: auto;
  text-align: right;
  background: #f2f3f4;
  padding: 5px 8px;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper .btn-toolbar-item-helper-menu:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
  top: -11px;
  right: 5px;
  border-top-width: 0;
  border-bottom-color: rgba(153, 153, 153, 0.6);
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper .btn-toolbar-item-helper-menu:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
  top: -10px;
  right: 5px;
  border-top-width: 0;
  border-bottom-color: rgba(153, 153, 153, 0.6);
  border-bottom-color: #f2f3f4;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper .btn-toolbar-item-helper-menu .btn-toolbar-item {
  padding: 2px;
  display: inline-block;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper .btn-toolbar-item-helper-menu .btn-toolbar-item:first-child {
  border: 0!important;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper .btn-toolbar-item-helper-menu .btn-toolbar-item.btn-toolbar-item-input {
  width: 100%;
  margin: 0;
  border-top: 1px solid rgba(170, 170, 170, 0.57);
  padding: 8px 0px 0px 0px;
  margin-top: 5px;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper .btn-toolbar-item-helper-menu .btn-toolbar-item > .btn-group {
  float: none;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper .btn-toolbar-item-helper-menu .btn-toolbar-item > .input-group {
  width: 100%;
  margin: 0;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper.active {
  display: inline-block;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper.open .btn-toolbar-item-helper-menu {
  display: block;
}
.btn-toolbarGroup > .btn-toolbar .btn-toolbar-item-helper > .btn {
  width: 1.75rem;
}
.btn-toolbarGroup > .btn-toolbar > .btn-toolbar-item > .btn {
  margin-left: 0;
  line-height: 2rem;
  max-height: 2rem;
  height: 2rem;
  vertical-align: top;
}
.btn-toolbarGroup > .btn-toolbar > .btn-toolbar-item > .btn.iconBtn {
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.375rem;
}
.btn-toolbarGroup > .btn-toolbar > .btn {
  margin-left: 0;
  line-height: 2rem;
  max-height: 2rem;
  height: 2rem;
  vertical-align: top;
}
.btn-toolbarGroup > .btn-toolbar > .btn.iconBtn {
  line-height: 2rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.375rem;
}
.btn-toolbarGroup > .btn-toolbar > * {
  vertical-align: top;
  display: inline-block;
  line-height: 2rem;
  max-height: 2rem;
  height: 2rem;
  float: none;
}
.btn-toolbarGroup > .btn-toolbar > .popover {
  height: auto;
  max-height: inherit;
}
.btn-toolbarGroup > .btn-toolbar > .popoverWrap > .btn {
  vertical-align: top;
}
.buttonBlock {
  margin-bottom: 20px;
  text-align: right;
}
.radio > label > span,
.checkbox > label > span {
  min-height: 12px;
  display: inline-block;
}
@supports (-webkit-appearance:none) {
  .radio input[type="radio"],
  .checkbox input[type="radio"],
  .radio input[type="checkbox"],
  .checkbox input[type="checkbox"] {
    margin-left: -25px;
    opacity: 0;
  }
  .radio label,
  .checkbox label {
    padding-left: 15px;
    padding-right: 15px;
  }
  .radio > label,
  .checkbox > label {
    padding-left: 30px;
    position: relative;
  }
  .radio > label > span,
  .checkbox > label > span {
    font-weight: 500;
  }
  .radio > label > span:before,
  .checkbox > label > span:before {
    left: 0 !important;
  }
  .radio > label small,
  .checkbox > label small {
    padding-left: 0;
  }
  .radio > .panel,
  .checkbox > .panel {
    margin-left: 30px;
    background: #F5F5F5;
  }
  label.radio-inline,
  label.checkbox-inline {
    font-weight: 500;
    padding-left: 25px;
    cursor: pointer;
    margin-right: 20px;
    margin-left: 0;
  }
  label.radio-inline input[type="radio"],
  label.checkbox-inline input[type="radio"],
  label.radio-inline input[type="checkbox"],
  label.checkbox-inline input[type="checkbox"] {
    margin-left: -30px;
    cursor: pointer;
    opacity: 0;
  }
  label.radio-inline > span,
  label.checkbox-inline > span {
    display: inline-block;
    min-height: 16px;
    position: relative;
    left: 0;
    padding-left: 5px;
  }
  label.radio-inline > span:after,
  label.checkbox-inline > span:after {
    left: -24px !important;
  }
  label.radio-inline.standAlone,
  label.checkbox-inline.standAlone {
    margin-right: 0;
  }
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-left: 0;
  }
  .radio input[type="radio"] + span:before,
  .radio-inline input[type="radio"] + span:before {
    content: "";
    display: inline-block;
    margin-top: 0px;
    left: -25px;
    position: absolute;
    background-color: #ffffff;
    height: 1.125rem;
    width: 1.125rem;
    line-height: 19px;
    padding: 0;
    text-align: center;
    border: solid 0.25rem #ffffff;
    -webkit-box-shadow: 0 0 0 2px #bfbfbf;
    box-shadow: 0 0 0 2px #bfbfbf;
    border-radius: 1.375rem;
    -webkit-focus-ring-color: none;
    color: #006aa1;
    border-radius: 100px;
  }
  .radio input[type="radio"] + span:hover:before,
  .radio-inline input[type="radio"] + span:hover:before,
  .radio input[type="radio"] + span:focus:before,
  .radio-inline input[type="radio"] + span:focus:before {
    -webkit-box-shadow: 0 0 0 2px #006aa1;
    box-shadow: 0 0 0 2px #006aa1;
  }
  .radio input[type="radio"]:disabled + span,
  .radio-inline input[type="radio"]:disabled + span,
  .radio input[type="radio"][disabled] + span,
  .radio-inline input[type="radio"][disabled] + span {
    cursor: not-allowed;
    opacity: 0.8;
  }
  .radio input[type="radio"]:disabled + span:before,
  .radio-inline input[type="radio"]:disabled + span:before,
  .radio input[type="radio"][disabled] + span:before,
  .radio-inline input[type="radio"][disabled] + span:before {
    border-color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px #bababa;
    box-shadow: 0 0 0 2px #bababa;
  }
  .radio input[type="radio"]:checked:disabled + span:before,
  .radio-inline input[type="radio"]:checked:disabled + span:before,
  .radio input[type="radio"][checked]:disabled + span:before,
  .radio-inline input[type="radio"][checked]:disabled + span:before,
  .radio input[type="radio"]:checked[disabled] + span:before,
  .radio-inline input[type="radio"]:checked[disabled] + span:before,
  .radio input[type="radio"][checked][disabled] + span:before,
  .radio-inline input[type="radio"][checked][disabled] + span:before {
    background-color: #bababa;
    color: #bababa;
    border-color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px #bababa;
    box-shadow: 0 0 0 2px #bababa;
  }
  .radio input[type="radio"]:checked + span:before,
  .radio-inline input[type="radio"]:checked + span:before,
  .radio input[type="radio"][checked] + span:before,
  .radio-inline input[type="radio"][checked] + span:before {
    background-color: #006aa1;
  }
  .checkbox input[type="checkbox"] + span:before,
  .checkbox-inline input[type="checkbox"] + span:before {
    content: "";
    display: inline-block;
    margin-top: 0px;
    left: -25px;
    position: absolute;
    background-color: #ffffff;
    height: 1.25rem;
    width: 1.25rem;
    line-height: 19px;
    padding: 0;
    text-align: center;
    border: solid 0.125rem #bfbfbf;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    -webkit-focus-ring-color: none;
    font-size: 1rem;
    color: #006aa1;
  }
  .checkbox input[type="checkbox"] + span:hover:before,
  .checkbox-inline input[type="checkbox"] + span:hover:before,
  .checkbox input[type="checkbox"] + span:focus:before,
  .checkbox-inline input[type="checkbox"] + span:focus:before {
    border-color: #006aa1;
  }
  .checkbox input[type="checkbox"]:disabled + span,
  .checkbox-inline input[type="checkbox"]:disabled + span,
  .checkbox input[type="checkbox"][disabled] + span,
  .checkbox-inline input[type="checkbox"][disabled] + span {
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .checkbox input[type="checkbox"]:disabled + span:before,
  .checkbox-inline input[type="checkbox"]:disabled + span:before,
  .checkbox input[type="checkbox"][disabled] + span:before,
  .checkbox-inline input[type="checkbox"][disabled] + span:before {
    border-color: #bababa;
  }
  .checkbox input[type="checkbox"]:checked:disabled + span:before,
  .checkbox-inline input[type="checkbox"]:checked:disabled + span:before,
  .checkbox input[type="checkbox"][checked]:disabled + span:before,
  .checkbox-inline input[type="checkbox"][checked]:disabled + span:before,
  .checkbox input[type="checkbox"]:checked[disabled] + span:before,
  .checkbox-inline input[type="checkbox"]:checked[disabled] + span:before,
  .checkbox input[type="checkbox"][checked][disabled] + span:before,
  .checkbox-inline input[type="checkbox"][checked][disabled] + span:before {
    border-color: #bababa;
    color: #bababa;
  }
  .checkbox input[type="checkbox"]:checked + span:before,
  .checkbox-inline input[type="checkbox"]:checked + span:before,
  .checkbox input[type="checkbox"][checked] + span:before,
  .checkbox-inline input[type="checkbox"][checked] + span:before {
    content: "\e05b";
    font-family: 'sapui-new' !important;
  }
  .checkbox.standAlone,
  .checkbox-inline.standAlone {
    margin-right: 0;
  }
  .checkbox.standAlone label,
  .checkbox-inline.standAlone label {
    padding-right: 0;
    padding-left: 22px;
  }
  .form-horizontal .form-group .checkbox,
  .form-horizontal .form-group .radio {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 10px;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 6px;
}
.dl-horizontal {
  font-size: 0.875rem;
}
.dl-horizontal.labelRight dt {
  text-align: right;
}
.dl-horizontal.dl-left {
  padding-top: 1px;
  margin-top: -19px;
}
.dl-horizontal.dl-left dt {
  width: 80px;
  text-align: left;
  margin-top: 20px;
}
.dl-horizontal.dl-left:last-child {
  margin-bottom: 10px;
}
.dl-horizontal.dl-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.dl-horizontal.dl-table.dtW1 dt {
  width: 40px;
}
.dl-horizontal.dl-table.dtW2 dt {
  width: 80px;
}
.dl-horizontal.dl-table.dtW3 dt {
  width: 120px;
}
.dl-horizontal.dl-table.dtW4 dt {
  width: 160px;
}
.dl-horizontal.dl-table.dtW5 dt {
  width: 200px;
}
.dl-horizontal.dl-table.dtW6 dt {
  width: 240px;
}
.dl-horizontal.dl-table.dtW7 dt {
  width: 280px;
}
.dl-horizontal.dl-table.dtW8 dt {
  width: 320px;
}
.dl-horizontal.dl-table .dl-row {
  display: table-row;
}
.dl-horizontal.dl-table .dl-row.editing.editable dt label {
  line-height: 28px;
}
.dl-horizontal.dl-table .dl-row.editing.editable dd {
  width: 100%;
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
}
.dl-horizontal.dl-table .dl-row.editing.editable dd > div {
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
}
.dl-horizontal.dl-table .dl-row.editing.editable dd .form-group {
  margin-bottom: 0;
}
.dl-horizontal.dl-table .dl-row.editing.editable dd .has-error {
  padding-bottom: 15px;
}
.dl-horizontal.dl-table .dl-row.separator {
  height: 20px;
}
.dl-horizontal.dl-table .dl-row.editable {
  border: 0;
}
.dl-horizontal.dl-table dt {
  display: table-cell;
  text-align: right;
  vertical-align: top;
  width: auto;
  padding-right: 15px;
  padding-bottom: 5px;
  float: none;
  font-weight: normal;
  color: #999;
  padding-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.125rem;
}
.dl-horizontal.dl-table dt label {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.dl-horizontal.dl-table dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-bottom: 7px;
  float: none;
  font-weight: normal;
  color: #000;
  line-height: 1.125rem;
}
.dl-horizontal.dl-table dd:before,
.dl-horizontal.dl-table dd:after {
  display: none;
}
.dl-horizontal.dl-table dd.text-right {
  text-align: right;
}
.dl-horizontal.dl-table dd.text-success {
  color: #1fae62;
}
.dl-horizontal.dl-table dd .label {
  vertical-align: sub;
  margin-bottom: 0.1875rem;
  margin-top: 0.1875rem;
}
.dl-horizontal.dl-table.vam dt,
.dl-horizontal.dl-table.vam dd {
  vertical-align: middle;
}
.dl-horizontal.dl-table.vam .bubble {
  margin: 0;
}
.editing .dl-horizontal.dl-table {
  width: 100%;
}
.editing .dl-horizontal.dl-table .editable dt label {
  line-height: 28px;
}
.editing .dl-horizontal.dl-table .editable dd {
  width: 100%;
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
}
.editing .dl-horizontal.dl-table .editable dd > div {
  overflow: visible;
  text-overflow: initial;
  white-space: normal;
}
.editing .dl-horizontal.dl-table .editable dd .form-group {
  margin-bottom: 0;
}
.editing .dl-horizontal.dl-table .editable dd .has-error {
  padding-bottom: 15px;
}
.content-pseudo {
  content: "";
  display: block;
}
.container-fluid {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.container-fluid:before,
.container-fluid:after {
  display: none;
}
.container-default-md {
  max-width: 900px;
}
.container-default-lg {
  max-width: 1200px;
}
.middle {
  display: table-cell;
  vertical-align: top;
  background: #F7F7F7;
}
.header h1 {
  color: #666;
  margin: 0;
  line-height: 49px;
  padding-left: 45px;
  text-transform: uppercase;
  float: left;
}
.header .headerRight {
  float: right;
  background: #FDFDFD;
}
.header .headerRight .navbar-search {
  float: left;
  width: 250px;
  height: 47px;
  padding: 13px;
  border: 1px solid #F0F0F0;
  border-top: none;
  border-bottom: 0;
}
.header .headerRight .navbar-search .btn {
  font-size: 1.3rem;
  padding: 0 5px;
  line-height: 0;
}
.header .headerRight .loginBlock {
  height: 47px;
  float: left;
  background: #FAFAFA;
  color: #666;
}
.header .headerRight .loginBlock .loginItemList {
  margin: 0;
  padding: 0px 15px;
  line-height: 40px;
  height: 40px;
  margin-top: 10px;
  list-style: none;
  font-size: 15px;
}
.header .headerRight .loginBlock .loginItemList .infoItem > a {
  color: #787878;
  font-weight: bold;
  cursor: pointer;
}
.header .headerRight .loginBlock .loginItemList .infoItem > a:hover {
  color: #000;
}
.header .headerRight .loginBlock .loginItemList .infoItem > a .glyphicon {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.header .headerRight .loginBlock .loginItemList .dropdown-menu {
  padding: 0;
}
.header .headerRight .loginBlock .loginItemList .dropdown-menu .list-group {
  line-height: 14px;
  margin-bottom: 0;
}
.header .headerRight .loginBlock .loginItemList .dropdown-menu .list-group .list-group-item {
  border-radius: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 13px 15px;
}
.header .headerRight .loginBlock .loginItemList .dropdown-menu .list-group .list-group-item .glyphicon {
  font-size: 18px;
  margin-top: -5px;
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
}
.header .headerRight .loginBlock .loginItemList .dropdown-menu .list-group .list-group-item:first-child {
  border-top: 0;
}
.header .headerRight .loginBlock .loginItemList li.logout {
  text-align: right;
}
.header .headerRight .loginBlock .loginItemList li.logout a {
  color: #93D0E8;
}
.content {
  padding: 10px 16px;
  background: #f7f9fa;
}
.portretInputGroup .portretInput > div {
  background: rgba(212, 212, 212, 0.35);
  margin: 0 -15px 0 -10px;
  padding: 10px 15px 10px 10px;
}
.portretInputGroup .portretImg {
  position: absolute;
  right: 0;
  padding: 0;
}
.portretInputGroup .portretImg label {
  padding-left: 15px;
}
.portretInputGroup .portretImg img {
  border: 15px solid rgba(212, 212, 212, 0.35);
  width: 100%;
}
.filterColumn .nav-pills {
  margin-bottom: 20px;
}
.filterColumn .navPagination {
  margin-top: -20px;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0px 5px 7px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 5px 7px -5px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #C5C5C5;
  background: #E6E7E9;
  padding-top: 10px;
}
.filterColumn .navPagination .listBread {
  display: none;
}
.banner {
  display: block;
  margin-bottom: 1rem;
}
.banner img {
  width: 100%;
}
.informationForm label {
  position: relative;
}
.informationForm .form-group .icon-help-circled {
  right: -25px;
  top: 3px;
}
.alerts-popup.popover,
.alerts-popup.popover {
  background: #ffffff;
  border-color: rgba(153, 153, 153, 0.6);
  width: 400px!important;
  max-width: 400px;
  height: auto!important;
  left: -999px;
}
.alerts-popup.popover .selectList,
.alerts-popup.popover .selectList {
  height: 12rem;
}
.alerts-popup.popover .selectList .input-group,
.alerts-popup.popover .selectList .input-group {
  padding-top: 0;
  padding-bottom: 0;
  height: 4rem;
}
.alerts-popup.popover.top-left .arrow,
.alerts-popup.popover.top-left .arrow {
  left: 5px!important;
}
.alerts-popup.popover .alerts-message .icon,
.alerts-popup.popover .alerts-message .icon {
  font-size: 1.375rem;
}
.alerts-popup.popover .alerts-message .listTitle,
.alerts-popup.popover .alerts-message .listTitle {
  white-space: normal;
}
.alerts-popup.popover .alerts-messageTitle,
.alerts-popup.popover .alerts-messageTitle {
  font-size: 0.875rem;
  font-weight: bold;
}
.alerts-popup.popover .alerts-messageDescription,
.alerts-popup.popover .alerts-messageDescription {
  font-size: 0.8125rem;
  line-height: 1rem;
}
.well > .nav-list {
  padding: 0;
}
.nav {
  font-size: 0.875rem;
}
.nav.nav-tabs {
  border: none;
  font-weight: 700;
  box-shadow: inset 0px -6px 4px -5px rgba(0, 16, 28, 0.18039216);
}
.nav.nav-tabs.filterTabs {
  height: 38px;
}
.nav.nav-tabs.filterTabs > li > a {
  box-shadow: inset 0px -6px 4px -5px rgba(0, 16, 28, 0.18039216);
  outline: 0;
}
.nav.nav-tabs.filterTabs > li.active > a {
  background: #d1dbe2;
  box-shadow: none;
}
.nav.nav-tabs.filterTabs > li.active > a:hover,
.nav.nav-tabs.filterTabs > li.active > a:focus {
  background: #d1dbe2;
}
.nav.nav-tabs.filterTabs > li.active:after {
  background: #d1dbe2;
  bottom: -1px;
}
.nav.nav-tabs.nav-justified {
  display: table;
}
.nav.nav-tabs.nav-justified > li {
  display: table-cell;
}
.nav.nav-tabs.nav-justified > li > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: none !important;
  margin: 0;
}
.nav.nav-tabs.nav-justified:before,
.nav.nav-tabs.nav-justified:after {
  display: none;
}
.nav.nav-tabs > li {
  position: relative;
  margin: 0 0.875rem;
}
.nav.nav-tabs > li:first-child {
  margin-left: 0;
}
.nav.nav-tabs > li:after {
  content: '';
  height: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #006aa1;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav.nav-tabs > li:after .hover-state {
  height: 1px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.nav.nav-tabs > li:after .active-state {
  height: 4px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.nav.nav-tabs > li > a {
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.54901961);
  height: 2.5rem;
  line-height: 2.5rem;
}
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #006aa1 !important;
}
.nav.nav-tabs > li:hover:after,
.nav.nav-tabs > li:focus:after {
  height: 1px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus {
  background: transparent;
  border-color: transparent;
  color: #333;
}
.nav.nav-tabs > li.active:after {
  height: 4px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.nav.nav-tabs.navRight {
  text-align: right;
}
.nav.nav-tabs.navRight > li {
  display: inline-block;
  float: none;
}
.nav.objList > li {
  border-bottom: 1px solid #e5e5e5;
}
.nav.objList > li:hover > a,
.nav.objList > li:hover > div {
  background: #f0f0f0;
}
.nav.objList > li.active > a,
.nav.objList > li.selected > a,
.nav.objList > li.active > div,
.nav.objList > li.selected > div {
  background: #a1dfff;
}
.nav.objList > li.active:hover > a,
.nav.objList > li.selected:hover > a,
.nav.objList > li.active:hover > div,
.nav.objList > li.selected:hover > div {
  background: #87d6ff;
}
.nav.objList > li > a,
.nav.objList > li > div {
  padding: 0.5rem 1rem;
  background: #fff;
}
.nav-list {
  padding-right: 0px;
  padding: 0;
  margin-bottom: 0;
}
.nav-list .nav-list {
  padding-left: 15px;
}
.nav-list label {
  margin-bottom: 0;
}
.nav-list .tree-toggler {
  padding-top: 5px;
}
.nav-list .tree-toggler:before {
  margin-right: 5px;
  display: inline-block;
  content: "\e80a";
  font-family: "icomoon";
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 7px;
  font-size: 9px;
  top: 8px;
}
.nav-list .tree-toggler.toggle:before {
  content: "\e80b";
  left: 4px;
}
.nav-list i.tree-toggler {
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-top: 0px;
  line-height: 25px;
  position: absolute;
  z-index: 10;
  border-radius: 3px;
}
.nav-list i.tree-toggler:before {
  margin-right: 0px;
}
.nav-list i.tree-toggler:hover {
  background: #E1E1E1;
}
.nav-list li > a {
  color: #757575;
  padding: 5px 10px 5px 20px;
  display: block;
}
.nav-list li > a strong {
  color: #333;
  font-size: 13px;
}
.nav-list li > a:hover {
  color: #000;
  background-color: #EFEFEF;
}
.nav-list li.active > a {
  color: #000;
  background: #D8D8D8 !important;
}
.nav-list li ul {
  margin: 0;
}
body > [uib-modal-window]:not([modal-render]) {
  display: none;
}
.modal.fade .modal-dialog {
  animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  animation-name: sapMDialogZoomOut;
  -moz-animation-name: sapMDialogZoomOut;
  -webkit-animation-name: sapMDialogZoomOut;
}
.modal.fade .modal-dialog .modal-content {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13);
}
.modal.fade.in .modal-dialog {
  animation-name: sapMDialogZoomIn;
  -moz-animation-name: sapMDialogZoomIn;
  -webkit-animation-name: sapMDialogZoomIn;
}
.modal.fade.in .modal-dialog .modal-content {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.modal-xs {
  max-width: 500px;
}
.modal-dialog {
  cursor: default;
}
.modal-dialog .alerts {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}
.modal-dialog .alerts .alert {
  margin-bottom: 0;
}
.modal-dialog .modal-header {
  background: #f2f2f2;
  color: #666;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 2.5rem;
  height: 2.5rem;
}
.modal-dialog .modal-header .modal-title {
  display: inline-block;
  height: 3rem;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  margin: 0;
  vertical-align: middle;
  font-size: 1rem;
  max-width: 100%;
  line-height: 2.5rem;
  height: 2.5rem;
}
.modal-dialog .modal-header .close {
  font-size: 40.5px;
  position: absolute;
  right: 8px;
  top: 2px;
  font-family: Georgia;
  line-height: 2.5rem;
  height: 2.5rem;
}
.modal-dialog .pageLayout {
  min-height: 280px;
  max-height: 100%;
  max-height: calc(100vh - 2.5rem - 2.5rem - 40px);
  overflow-y: auto;
}
.modal-dialog .modal-body {
  min-height: 280px;
  max-height: 100%;
  max-height: calc(100vh - 2.5rem - 2.5rem - 40px);
  overflow-y: auto;
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.13);
  padding: 15px 25px;
}
.modal-dialog .modal-body h2 {
  color: #000000;
}
.modal-dialog .modal-body .fullWidth {
  margin: -15px -25px;
}
.modal-dialog .modal-body.modal-lightboxBody {
  background: rgba(15, 22, 25, 0.87);
  padding: 0;
  max-height: 100%;
  overflow: auto;
}
.modal-dialog .modal-body.modal-lightboxBody .modal-lightboxBodyImage {
  padding: 15px;
  position: relative;
  text-align: center;
}
.modal-dialog .modal-body.modal-lightboxBody .btn-link {
  text-shadow: none;
}
.modal-dialog .modal-body.modal-lightboxBody .prevImageBtn,
.modal-dialog .modal-body.modal-lightboxBody .nextImageBtn {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 25%;
  z-index: 5;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-dialog .modal-body.modal-lightboxBody .prevImageBtn .icon,
.modal-dialog .modal-body.modal-lightboxBody .nextImageBtn .icon {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: block;
  position: absolute;
  margin-top: -15px;
  top: 50%;
  color: #00adee;
  font-size: 30px;
}
.modal-dialog .modal-body.modal-lightboxBody .prevImageBtn {
  left: 0;
  background: transparent;
  background-image: -webkit-linear-gradient(left, rgba(15, 22, 25, 0.87) 0%, transparent 100%);
  background-image: -o-linear-gradient(left, rgba(15, 22, 25, 0.87) 0%, transparent 100%);
  background-image: linear-gradient(to right, rgba(15, 22, 25, 0.87) 0%, transparent 100%);
  background-repeat: repeat-x;
}
.modal-dialog .modal-body.modal-lightboxBody .prevImageBtn .icon {
  left: 30px;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.modal-dialog .modal-body.modal-lightboxBody .prevImageBtn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-dialog .modal-body.modal-lightboxBody .prevImageBtn:hover .icon {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.modal-dialog .modal-body.modal-lightboxBody .nextImageBtn {
  right: 0;
  background: rgba(15, 22, 25, 0.87);
  background-image: -webkit-linear-gradient(left, transparent 0%, rgba(15, 22, 25, 0.87) 100%);
  background-image: -o-linear-gradient(left, transparent 0%, rgba(15, 22, 25, 0.87) 100%);
  background-image: linear-gradient(to right, transparent 0%, rgba(15, 22, 25, 0.87) 100%);
  background-repeat: repeat-x;
  background-color: transparent;
}
.modal-dialog .modal-body.modal-lightboxBody .nextImageBtn .icon {
  right: 30px;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
.modal-dialog .modal-body.modal-lightboxBody .nextImageBtn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal-dialog .modal-body.modal-lightboxBody .nextImageBtn:hover .icon {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.modal-dialog .modal-body .modal__steps {
  margin-left: -20px;
}
.modal-dialog .modal-body .modal__steps .panel__step {
  padding-bottom: 20px;
  position: relative;
}
.modal-dialog .modal-body .modal__steps .panel__step:before {
  position: absolute;
  content: '';
  top: 0;
  left: 7px;
  bottom: 0;
  border-left: 1px solid #b9c4c9;
}
.modal-dialog .modal-body .modal__steps .panel__step:first-child:before {
  top: 21px;
}
.modal-dialog .modal-body .modal__steps .panel__step:last-of-type:before {
  bottom: auto;
  height: 22px;
}
.modal-dialog .modal-body .modal__steps .panel__step.step__alone:before,
.modal-dialog .modal-body .modal__steps .panel__step.step__alone:after,
.modal-dialog .modal-body .modal__steps .panel__step.step__alone > .panel:before {
  display: none;
}
.modal-dialog .modal-body .modal__steps .panel__step h4 {
  font-weight: bold;
  padding-bottom: 15px;
}
.modal-dialog .modal-body .modal__steps .panel__step .edit__btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-dialog .modal-body .modal__steps .panel__step.next h4 {
  color: #a0a3a3;
  padding-bottom: 0;
}
.modal-dialog .modal-body .modal__steps .panel {
  border: 1px solid #eee;
  margin-left: 20px;
  position: relative;
  border-left: 2px solid #b9c4c9;
}
.modal-dialog .modal-body .modal__steps .panel:before {
  content: '';
  width: 10px;
  border-top: 1px solid #b9c4c9;
  position: absolute;
  top: 20px;
  left: -15px;
}
.modal-dialog .modal-body .modal__steps .panel:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #b9c4c9;
  background: #436979;
}
.modal-dialog .modal-body .detail__list {
  list-style: none;
  padding: 0;
}
.modal-dialog .modal-body .detail__list > li {
  padding-left: 12px;
  position: relative;
}
.modal-dialog .modal-body .detail__list > li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  background: #006aa1;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
.modal-dialog .modal-content {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.19);
}
.modal-dialog .modal-content > .table tr th:first-child,
.modal-dialog .modal-content > .table tr td:first-child {
  padding-left: 15px;
}
.modal-dialog .modal-content > .table tr th:last-child,
.modal-dialog .modal-content > .table tr td:last-child {
  padding-right: 15px;
}
.modal-dialog .modal-content > .table thead th {
  background: #D3D3D3;
  border-bottom: none;
  color: #444;
}
.modal-dialog .modal-footer {
  background: #334048;
  border-color: #1e252a;
}
.modal-dialog .busyLoader {
  position: absolute;
  left: 0;
}
.modal-open {
  position: relative;
}
.modal-open .appBodyContainer .alerts {
  display: none;
}
.well {
  -webkit-box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.03);
  box-shadow: inset -3px 3px 0px rgba(0, 0, 0, 0.03);
}
.well .well__header {
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 10px 0;
  color: #333333;
  text-decoration: underline;
}
html:not(.anonymous) .panel {
  border-top: 1px solid rgba(255, 255, 255, 0.87);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
  font-size: 0.875rem;
}
html:not(.anonymous) .panel.panelFullWidth {
  margin-left: -1rem;
  margin-right: -1rem;
}
html:not(.anonymous) .panel > .panel-body + .table {
  -webkit-box-shadow: inset 0px 4px 17px -14px #000000;
  box-shadow: inset 0px 4px 17px -14px #000000;
  border-top: 1px solid #CBCBCB;
  background: #F5F5F5;
}
html:not(.anonymous) .panel .fullWidth {
  margin: -1rem;
}
html:not(.anonymous) .panel .fullWidth .tab-content {
  padding: 1rem;
}
html:not(.anonymous) .panel .panel-title {
  font-size: 1.125rem;
}
html:not(.anonymous) .panel .panel-title .btn {
  margin-top: -5px;
}
html:not(.anonymous) .panel .panel-title .icon {
  font-size: 0.875rem;
  width: 22px;
}
html:not(.anonymous) .panel .panel-title .icon:before {
  margin: 0;
}
html:not(.anonymous) .panel .panel-body .description {
  border-bottom: 1px solid #ECECEC;
  margin: -15px;
  margin-bottom: 30px;
  padding: 20px;
}
html:not(.anonymous) .panel.panel-default {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
}
html:not(.anonymous) .panel.panel-default.clickable:hover > .panel-main {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.19);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 9px rgba(0, 0, 0, 0.19);
}
html:not(.anonymous) .panel.panel-default.focused .panel-main {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
html:not(.anonymous) .panel.panel-default .panel-main {
  box-shadow: 0 2px 1px -2px rgba(5, 48, 71, 0.17), 0 1px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.13);
  transition: all 0.2s ease-in-out;
}
html:not(.anonymous) .panel.panel-default .panel-main .table,
html:not(.anonymous) .panel.panel-default .panel-main .table-responsive > .table {
  margin-bottom: 0;
}
html:not(.anonymous) .panel.panel-default .labelTitle {
  font-size: 1.25rem;
  height: 36px;
  line-height: 36px;
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
html:not(.anonymous) .panel.panel-default .panel-heading {
  position: relative;
  padding: 0;
  color: #333333;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.29);
  height: 2.5rem;
  line-height: 2.5rem;
}
html:not(.anonymous) .panel.panel-default .panel-heading.fixedHeading {
  padding: 0.3rem 0.5rem 0;
  position: fixed;
  height: 4rem;
  background: #f7f7f7;
  z-index: 100;
  -webkit-transition: padding 150ms ease-out;
  -o-transition: padding 150ms ease-out;
  transition: padding 150ms ease-out;
  border: none;
}
html:not(.anonymous) .panel.panel-default .panel-heading .expandBtn {
  position: absolute;
  top: 0;
  bottom: -1px;
  right: 0;
  width: 40px;
  background: #d9d9d9;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #d0d0d0 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 0%, #d0d0d0 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #d0d0d0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffd0d0d0', GradientType=0);
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html:not(.anonymous) .panel.panel-default .panel-heading .expandBtn.icon-angle-up:before {
  line-height: 35px;
}
html:not(.anonymous) .panel.panel-default .panel-heading .expandBtn:before {
  font-size: 3rem;
  margin: 0;
  line-height: 40px;
}
html:not(.anonymous) .panel.panel-default .panel-heading .expandBtn:hover,
html:not(.anonymous) .panel.panel-default .panel-heading .expandBtn:focus {
  background: #006aa1;
  text-decoration: none;
  color: #fff;
}
html:not(.anonymous) .panel.panel-default .panel-heading > h3 {
  padding: 0;
  margin: 0;
  height: 2.5rem;
  line-height: 2.5rem;
}
html:not(.anonymous) .panel.panel-default .panel-heading > h2 {
  padding: 0;
  margin: 0;
  height: 2.5rem;
  line-height: 2.5rem;
}
html:not(.anonymous) .panel.panel-default .panel-body {
  background: rgba(255, 255, 255, 0.8);
}
html:not(.anonymous) .panel.panel-default .panel-footer {
  background: rgba(93, 93, 93, 0.06);
}
html:not(.anonymous) .panel.panel-default .panel-footer .pagination {
  margin-bottom: -5px;
}
html:not(.anonymous) .panel.panel-simple {
  background: #d1dbe2;
  -webkit-box-shadow: inset 0 -20px 6px -20px rgba(35, 80, 112, 0.2);
  box-shadow: inset 0 -20px 6px -20px rgba(35, 80, 112, 0.2);
  border-bottom: 1px solid #bbcad5;
  color: #666;
  margin-bottom: 0;
}
html:not(.anonymous) .panel.panel-simple .panel-heading {
  position: relative;
  padding: 0;
}
html:not(.anonymous) .panel.panel-simple .panel-heading h3 {
  margin: 0;
  padding: 10px;
  line-height: 1.2;
}
html:not(.anonymous) .panel.panel-simple .panel-heading .expandBtn {
  position: absolute;
  top: 0;
  bottom: -2px;
  right: 0;
  width: 40px;
  background: #d9d9d9;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
html:not(.anonymous) .panel.panel-simple .panel-heading .expandBtn.icon-angle-up:before {
  line-height: 35px;
}
html:not(.anonymous) .panel.panel-simple .panel-heading .expandBtn:before {
  font-size: 3rem;
  margin: 0;
  line-height: 40px;
}
html:not(.anonymous) .panel.panel-simple .panel-heading .expandBtn:hover,
html:not(.anonymous) .panel.panel-simple .panel-heading .expandBtn:focus {
  background: #666;
  text-decoration: none;
  color: #fff;
}
html:not(.anonymous) .panel.panel-simple .panel-body {
  padding: 15px 15px 0px 15px;
}
html:not(.anonymous) .panel.panel-simple .panel-body .form-group .control-label {
  color: #475f69;
  font-weight: bold;
}
html:not(.anonymous) .panel.panel-simple .panel-body .form-group .form-control {
  border-radius: 3px;
}
html:not(.anonymous) .panel.panel-simple .panel-body .form-group .dropdown-toggle {
  color: #475f69;
  font-weight: bold;
  border-radius: 3px;
  text-align: left;
}
html:not(.anonymous) .panel.panel-simple .panel-body .form-group .opened .dropdown-toggle {
  color: #ffffff;
  text-shadow: none;
}
html:not(.anonymous) .panel.panel-simple .panel-footer {
  background: transparent;
  border: none;
  padding: 5px 15px 15px 15px;
}
html:not(.anonymous) .panel.panel-simple .labelTitle {
  font-size: 1.2rem;
  height: 36px;
  line-height: 36px;
  color: #333;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
html:not(.anonymous) .panel.panel-simple .control-label {
  color: #475f69;
  font-weight: bold;
}
html:not(.anonymous) .panel.panel-intro {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
html:not(.anonymous) .panel.panel-intro .panel-body {
  min-height: 65px;
}
html:not(.anonymous) .panel.panel-intro .panel-body h2 {
  margin: 0 !important;
  font-size: 18px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 0;
}
html:not(.anonymous) .panel.panel-intro .panel-body h2 .icon {
  position: absolute;
  left: -3px;
  top: -2px;
}
html:not(.anonymous) .panel.panel-intro .panel-body h1 {
  display: table;
  width: 100%;
  height: 75px;
}
html:not(.anonymous) .panel.panel-intro .panel-body h1 span {
  display: table-cell;
  vertical-align: middle;
}
html:not(.anonymous) .panel.panel-intro .panel-body .icon {
  background-color: #2C89E7;
  border-radius: 50%;
  color: #fff;
  height: 40px;
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
html:not(.anonymous) .panel.panel-intro .panel-body .icon.iconBig {
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 26px;
}
html:not(.anonymous) .panel.panel-intro:hover,
html:not(.anonymous) .panel.panel-intro:focus {
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.19);
}
html:not(.anonymous) .panel.panel-intro:hover .panel-body .icon,
html:not(.anonymous) .panel.panel-intro:focus .panel-body .icon {
  background-color: #0bacf2;
  transform: scale(1.1, 1.1);
}
html:not(.anonymous) .panel.panelFilter {
  margin-bottom: 0;
  animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  position: relative;
  background: #dcdcdc;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.875rem;
}
html:not(.anonymous) .panel.panelFilter .panelDialog {
  background: rgba(58, 58, 58, 0.9);
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 999;
}
html:not(.anonymous) .panel.panelFilter .panelDialog .panelDialogContainer {
  display: table;
  height: 100%;
  min-height: 100%;
  width: 100%;
}
html:not(.anonymous) .panel.panelFilter .panelDialog .panelDialogContainer .panelDialogContent {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
html:not(.anonymous) .panel.panelFilter .panelDialog .panelDialogContainer .panelDialogContent .control-label {
  color: #fff;
}
html:not(.anonymous) .panel.panelFilter .panel-heading {
  padding-left: 15px;
  padding-right: 3px;
  background: #f2f2f2;
}
html:not(.anonymous) .panel.panelFilter .panel-body {
  background: #dcdcdc;
}
.filterResultBlock {
  background: #ffffff;
  padding: 10px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 0.875rem;
  min-height: 35px;
}
.filterResultBlock .label {
  margin: 2px;
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.section__title {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}
.section__title h3 {
  display: inline-block;
  font-weight: bold;
  font-size: 1.0625rem;
  color: #3e3e3e;
  border-bottom: 3px solid #3e3e3e;
}
.section__title.muted h3 {
  color: #999999;
  border-color: #999999;
  font-size: 0.9375rem;
  margin-top: 10px;
}
.dropdown-menu {
  min-width: 200px;
  width: 100%;
}
.dropdown-menu.dropdownArrow {
  border-radius: 0;
  padding: 0;
  line-height: 1.42857143;
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.dropdownArrow:before {
  position: absolute;
  top: -10px;
  left: 10px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.15);
  border-left: 10px solid transparent;
  content: '';
}
.dropdown-menu.dropdownArrow:after {
  position: absolute;
  top: -9px;
  left: 11px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid white;
  border-left: 9px solid transparent;
  content: '';
}
.dropdown-menu.dropdownArrow li {
  border-bottom: 1px solid #f5f5f5;
}
.dropdown-menu.dropdownArrow li a {
  padding: 8px 20px;
}
.dropdown-menu.dropdownArrow li:last-child {
  border: none;
}
.right .dropdown-menu {
  right: 0;
  left: auto;
}
.right .dropdown-menu:before {
  left: auto;
  right: 10px;
}
.right .dropdown-menu:after {
  left: auto;
  right: 11px;
}
.popoverWrap {
  position: relative;
}
.popoverWrap.open .popover {
  display: block;
}
.popoverWrap .popover.left {
  left: -254px;
  top: -4px;
}
.popoverWrap .popover.left > .arrow:after {
  bottom: -14px;
  right: 2px;
}
.popoverWrap .popover.bottom {
  top: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  margin-top: 10px;
}
.popoverWrap .popover.bottom.right {
  right: -5px;
  left: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.popoverWrap .popover.bottom.right > .arrow {
  left: auto;
  right: 5px;
  margin-left: 0;
  border-top-width: 0;
  border-top-color: transparent;
  border-bottom-color: rgba(153, 153, 153, 0.65);
  top: -16px;
  border-right-color: transparent;
  border-left-color: transparent;
  margin-top: 0;
  border-left-width: 16px;
  border-right-width: 16px;
}
.popoverWrap .popover.bottom.right > .arrow:after {
  border-right-color: transparent;
  border-left-color: transparent;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-left: -17px;
}
.popoverWrap .popover.bottom.left {
  left: -2px;
  right: auto;
  margin-left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.popoverWrap .popover.bottom.left > .arrow {
  left: 5px;
  right: auto;
  margin-left: 0;
  border-top-width: 0;
  border-top-color: transparent;
  border-bottom-color: rgba(153, 153, 153, 0.65);
  top: -16px;
  border-right-color: transparent;
  border-left-color: transparent;
  margin-top: 0;
  border-left-width: 16px;
  border-right-width: 16px;
}
.popoverWrap .popover.bottom.left > .arrow:after {
  border-right-color: transparent;
  border-left-color: transparent;
  border-left-width: 16px;
  border-right-width: 16px;
  margin-left: -16px;
  left: 0;
  right: auto;
}
.popover,
.popover {
  padding: 0;
  min-width: 250px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 25px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 25px 2px rgba(0, 0, 0, 0.15);
}
.popover.bottom > .arrow:after,
.popover.bottom > .arrow:after {
  border-bottom-color: #f2f2f2;
}
.popover.top > .arrow:after,
.popover.top > .arrow:after {
  border-top-color: #334048;
}
.popover.top-left,
.popover.top-left,
.popover.top-right,
.popover.top-right {
  margin-top: -15px;
}
.popover.top-left .arrow,
.popover.top-left .arrow,
.popover.top-right .arrow,
.popover.top-right .arrow {
  top: auto;
  margin: 0;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(153, 153, 153, 0.65);
  bottom: -15px;
}
.popover.top-left .arrow:after,
.popover.top-left .arrow:after,
.popover.top-right .arrow:after,
.popover.top-right .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -15px;
  border-bottom-width: 0;
  border-top-color: #334048;
}
.popover.top-left .arrow,
.popover.top-left .arrow {
  right: auto;
}
.popover.top-right .arrow,
.popover.top-right .arrow {
  left: auto;
}
.popover.bottom-left,
.popover.bottom-left,
.popover.bottom-right,
.popover.bottom-right {
  margin-top: 15px;
}
.popover.bottom-left .arrow,
.popover.bottom-left .arrow,
.popover.bottom-right .arrow,
.popover.bottom-right .arrow {
  bottom: auto;
  margin: 0;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(153, 153, 153, 0.65);
  top: -15px;
}
.popover.bottom-left .arrow:after,
.popover.bottom-left .arrow:after,
.popover.bottom-right .arrow:after,
.popover.bottom-right .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -15px;
  border-top-width: 0;
  border-bottom-color: #f2f2f2;
}
.popover.bottom-left .arrow,
.popover.bottom-left .arrow {
  right: auto;
}
.popover.bottom-right .arrow,
.popover.bottom-right .arrow {
  left: auto;
}
.popover.withTitle.bottom > .arrow:after,
.popover.withTitle.bottom > .arrow:after {
  border-bottom-color: #f2f2f2;
}
.popover.withTitle.left > .arrow:after,
.popover.withTitle.left > .arrow:after {
  border-left-color: #f2f2f2;
}
.popover.withoutTitle.bottom > .arrow:after,
.popover.withoutTitle.bottom > .arrow:after,
.popover.withoutTitle.bottom-right > .arrow:after,
.popover.withoutTitle.bottom-right > .arrow:after,
.popover.withoutTitle.bottom-left > .arrow:after,
.popover.withoutTitle.bottom-left > .arrow:after {
  border-bottom-color: #ffffff;
  bottom: 2px;
}
.popover.withoutFooter.top > .arrow:after,
.popover.withoutFooter.top > .arrow:after,
.popover.withoutFooter.top-right > .arrow:after,
.popover.withoutFooter.top-right > .arrow:after,
.popover.withoutFooter.top-left > .arrow:after,
.popover.withoutFooter.top-left > .arrow:after {
  border-top-color: #ffffff;
  bottom: 2px;
}
.popover .popover-title,
.popover .popover-title {
  padding: 0;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  margin: 0;
  vertical-align: middle;
  font-size: 0.875rem;
  max-width: 100%;
  line-height: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
.popover .subBar,
.popover .subBar {
  position: relative;
}
.popover .subBar .searchBlock,
.popover .subBar .searchBlock {
  width: 100%;
  float: none;
}
.popover .popover-content,
.popover .popover-content {
  padding: 12px 14px;
}
.popover .popover-content .popover-contentFullWidth,
.popover .popover-content .popover-contentFullWidth {
  margin: -12px -14px;
}
.popover .bootstrap-datetimepicker-widget,
.popover .bootstrap-datetimepicker-widget {
  height: 302px;
  padding: 5px;
}
.popover .popover-footer,
.popover .popover-footer {
  background: #334048;
  border-color: #1e252a;
}
.footerBar .popover {
  background: #fafafa;
  border-color: #334048;
}
.footerBar .popover .selectList {
  background: #fafafa;
}
.footerBar .popover .selectList li {
  color: #fff;
}
.footerBar .popover .selectList li:last-child .input-group {
  border-bottom: 0;
}
.footerBar .popover .selectList li .input-group {
  border-bottom-color: #283339;
}
.footerBar .popover .selectList li .input-group:hover,
.footerBar .popover .selectList li .input-group.hover {
  background: #42535d;
}
.breadcrumb {
  padding: 0;
}
.breadcrumb > li {
  vertical-align: top;
}
.headerBar .bread {
  font-size: 0.9375rem;
  white-space: nowrap;
}
.headerBar .bread a,
.headerBar .bread span {
  display: inline-block;
  position: relative;
}
.headerBar .bread a {
  padding-right: 10px;
}
.headerBar .bread svg {
  display: inline-block;
  height: 25px;
  width: 15px;
  vertical-align: bottom;
  fill: #7a8692;
  margin-right: 15px;
}
.headerBar .bread a:hover {
  text-decoration: underline;
}
.label {
  font-size: 0.8125rem;
  font-weight: normal;
  border-radius: 0.125rem;
  position: relative;
}
.label .icon {
  font-size: 0.875rem;
}
.label.labelToken {
  padding-right: 25px;
}
.label.labelToken.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.label.labelToken .labelBtn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.label.labelToken .labelBtn .icon {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 22px;
}
.label.label-default {
  border: 1px solid #dedede;
  color: #333333;
}
.label.label-default.inverted {
  background: #fff;
}
.label.label-default:hover {
  background: #eaeaea;
  border: 1px solid #dddddd;
}
.info__block {
  color: #cc1919;
  border: 1px solid #cc1919;
  font-size: 0.75rem;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.row.smallPadding {
  margin: 0 -5px;
}
.row.smallPadding > div {
  padding: 0 5px;
}
.row.bigPadding {
  margin: 0 -30px;
}
.row.bigPadding > div {
  padding: 0 30px;
}
.pageFixedHeader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e4edef+100 */
  background: #e4e7e8;
  /* Old browsers */
  background: -moz-radial-gradient(top, ellipse cover, #ffffff 0%, #e4e7e8 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(top, ellipse cover, #ffffff 0%, #e4e7e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(top, ellipse cover, #ffffff 0%, #e4e7e8 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(top, ellipse cover, #ffffff 0%, #e4e7e8 100%);
  /* IE10 preview */
  background: radial-gradient(ellipse at top, #ffffff 0%, #e4e7e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  top: 25px;
  z-index: 2;
  height: 100px;
  margin: 0;
  left: 0;
  right: 16px;
  -webkit-animation: opacityAnimKF 300ms;
  -moz-animation: opacityAnimKF 300ms;
  -o-animation: opacityAnimKF 300ms;
  animation: opacityAnimKF 300ms;
}
.pageFixedHeader.pageLayout {
  margin: 0;
}
.pageFixedHeader .pageNav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.pageLayout {
  margin: -1rem;
}
.pageLayout.darkPageLayout .pageBody {
  background: rgba(238, 241, 243, 0.6);
}
.pageLayout .pageHeader .pageHeaderBar {
  display: table;
  width: 100%;
}
.pageLayout .pageHeader .pageHeaderBar .pageHeaderBarSection {
  display: table-cell;
  padding-left: 1rem;
  padding-top: 0.875rem;
  vertical-align: top;
}
.pageLayout .pageHeader .pageHeaderBar .title {
  font-size: 1.75rem;
  display: inline;
}
.pageLayout .pageHeader .pageHeaderBar .btn-toolbar {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  padding-right: 1rem;
  padding-left: 0.25rem;
  padding-top: 0.875rem;
}
.pageLayout .pageHeader .pageHeaderBar .btn-toolbar .btn-group {
  margin-left: 0;
  float: none;
  vertical-align: top;
}
.pageLayout .pageHeader .pageHeaderBar .btn-toolbar .btn {
  margin-left: 0;
  float: none;
  vertical-align: top;
  margin-top: 0.25rem;
}
.pageLayout .pageHeader .pageHeaderContainer {
  padding: 1rem;
}
.pageLayout .pageHeader .pageHeaderContainer .pageHeaderContent {
  display: table;
  width: 100%;
}
.pageLayout .pageHeader .pageHeaderContainer .pageHeaderContent .pageHeaderImgWrap {
  display: table-cell;
  width: 1%;
  padding-right: 25px;
}
.pageLayout .pageHeader .pageHeaderContainer .pageHeaderContent .pageHeaderImgWrap .pageHeaderImg {
  border-radius: 200px;
  height: auto;
  width: 7rem;
  border: 4px solid rgba(10, 83, 132, 0.2);
  background: rgba(255, 255, 255, 0.79);
}
.pageLayout .pageHeader .pageHeaderContainer .pageHeaderContent .pageHeaderSection {
  display: table-cell;
  vertical-align: top;
}
.pageLayout .pageNav {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  -webkit-box-shadow: inset 0px -2px rgba(170, 170, 170, 0.43);
  box-shadow: inset 0px -2px rgba(170, 170, 170, 0.43);
}
.pageLayout .pageNav .nav.nav-tabs {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pageLayout .pageNav.iconNav {
  height: 8rem;
  line-height: 8rem;
}
.pageLayout .pageNav.iconNav li:hover:after,
.pageLayout .pageNav.iconNav li.active:after {
  height: 3px;
}
.pageLayout .pageNav.iconNav li:hover .pageNavIcon,
.pageLayout .pageNav.iconNav li.active .pageNavIcon {
  background: #125ccb;
  color: white;
  border-color: transparent;
}
.pageLayout .pageNav.iconNav li .pageNavIcon {
  display: inline-block;
  box-sizing: content-box;
  vertical-align: middle;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 2rem;
  border: 2px solid #006aa1;
  border-radius: 50%;
  color: #006aa1;
  background: #f7f7f7;
  z-index: 2;
  position: relative;
  text-align: center;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.pageLayout .pageNav.iconNav li .pageNavIcon .icon {
  font-size: 1.75rem;
  line-height: 3.5rem;
}
.pageLayout .pageNav.iconNav li .pageNavTextSection {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  text-align: left;
}
.pageLayout .pageNav.iconNav li .pageNavTextSection .pageNavTitle {
  font-weight: bold;
  display: block;
  height: 2rem;
  line-height: 2rem;
}
.pageLayout .pageNav.iconNav li .pageNavTextSection .pageNavText {
  display: block;
  height: 1rem;
  line-height: 1rem;
}
.pageLayout .pageBody {
  background: #edf0f2;
  padding: 1rem;
}
.pageLayout .pageBody .pageSection:before,
.pageLayout .pageBody .pageSection:after {
  content: '';
  display: table;
  clear: both;
}
.page__title {
  color: #6d7377;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 7px;
  font-weight: 600;
}
.wizardHeader {
  height: 4rem;
  border-bottom: 2px solid #e4e4e4;
  background: #ffffff;
}
.wizardHeader .wizardNavList {
  display: table;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 4rem;
}
.wizardHeader .wizardNavList.justified .wizardNavListStep {
  width: auto!important;
}
.wizardHeader .wizardNavList .wizardNavListStep {
  display: table-cell;
  position: relative;
  padding: 0 0.5rem;
  vertical-align: middle;
}
.wizardHeader .wizardNavList .wizardNavListStep.disabled {
  cursor: default;
}
.wizardHeader .wizardNavList .wizardNavListStep.disabled .wizardNavListStepAnchor {
  cursor: default;
}
.wizardHeader .wizardNavList .wizardNavListStep .wizardNavListStepAnchor {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  height: 4rem;
  line-height: 4rem;
}
.wizardHeader .wizardNavList .wizardNavListStep .wizardNavListStepAnchor:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.wizardHeader .wizardNavList .wizardNavListStep .wizardNavListStepAnchor:after {
  content: '';
  height: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #006aa1;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.wizardHeader .wizardNavList .wizardNavListStep .wizardNavListStepAnchor:after .hover-state {
  height: 1px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.wizardHeader .wizardNavList .wizardNavListStep .wizardNavListStepAnchor:after .active-state {
  height: 4px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.wizardHeader .wizardNavList .wizardNavListStep .wizardNavListAnchorTitle {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0 0.5rem;
  max-height: 2rem;
  overflow: hidden;
  overflow-wrap: normal;
  max-width: calc(97%);
  line-height: 1rem;
  background: #ffffff;
  color: #333333;
  z-index: 1;
  position: relative;
}
.wizardHeader .wizardNavList .wizardNavListStep .wizardNavListAnchorCircle {
  display: inline-block;
  box-sizing: content-box;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  color: #666666;
  background: #f7f7f7;
  border-color: #dedede;
  z-index: 2;
  position: relative;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.wizardHeader .wizardNavList .wizardNavListStep.active .wizardNavListAnchorCircle {
  color: #ffffff;
  background: #006aa1;
  border-color: #006aa1;
  -webkit-animation: activeStepKF 500ms;
  -moz-animation: activeStepKF 500ms;
  -o-animation: activeStepKF 500ms;
  animation: activeStepKF 500ms;
}
.wizardHeader .wizardNavList .wizardNavListStep.active .wizardNavListStepAnchor:after {
  height: 4px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.wizardHeader .wizardNavList .wizardNavListStep.checkedStep .wizardNavListAnchorCircle {
  color: #006aa1;
  background: #ffffff;
  border-color: #006aa1;
}
.wizardHeader .wizardNavList .wizardNavListStep.checkedStep:after {
  border-bottom-color: #007cc0;
}
.wizardHeader .wizardNavList .wizardNavListStep.checkedStep:hover .wizardNavListAnchorCircle,
.wizardHeader .wizardNavList .wizardNavListStep.checkedStep:focus .wizardNavListAnchorCircle {
  background: #e8e8e8;
  -webkit-box-shadow: 0px 0px 0px 3px #006aa1;
  box-shadow: 0px 0px 0px 3px #006aa1;
}
.wizardHeader .wizardNavList .wizardNavListStep.checkedStep:hover .wizardNavListStepAnchor:after,
.wizardHeader .wizardNavList .wizardNavListStep.checkedStep:focus .wizardNavListStepAnchor:after {
  height: 1px;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.wizardHeader .wizardNavList .wizardNavListStep.checkedStep:hover .wizardNavListAnchorTitle,
.wizardHeader .wizardNavList .wizardNavListStep.checkedStep:focus .wizardNavListAnchorTitle {
  color: #006aa1;
}
.wizardHeader .wizardNavList .wizardNavListStep.last {
  white-space: nowrap;
  width: 1px;
}
.wizardHeader .wizardNavList .wizardNavListStep.last:after {
  border-bottom-style: dashed;
  right: 3rem;
}
.wizardHeader .wizardNavList .wizardNavListStep:after {
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  left: 3rem;
  right: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dedede;
  display: none;
}
@-webkit-keyframes activeStepKF {
  0% {
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 7px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 7px rgba(0, 106, 161, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
  }
}
@-moz-keyframes activeStepKF {
  0% {
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 7px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 7px rgba(0, 106, 161, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
  }
}
@-o-keyframes activeStepKF {
  0% {
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 7px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 7px rgba(0, 106, 161, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
  }
}
@keyframes activeStepKF {
  0% {
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0px 7px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 7px rgba(0, 106, 161, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
    box-shadow: 0 0 0px 0px rgba(0, 106, 161, 0.5);
  }
}
.selectList {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-size: 0.875rem;
}
.selectList li {
  min-height: 2.5rem;
  padding: 0;
  line-height: 2.5rem;
}
.selectList li:last-child .input-group {
  border-bottom: 0;
}
.selectList li > div {
  padding: 0 1rem 0 1rem;
}
.selectList li .checkbox,
.selectList li .radio {
  margin: 0;
  padding: 0;
}
.selectList li .checkbox > label,
.selectList li .radio > label {
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.selectList li .checkbox > label > span,
.selectList li .radio > label > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  min-height: 2.5rem;
}
.selectList li .checkbox > label > span:before,
.selectList li .radio > label > span:before {
  top: 0.6875rem;
  left: 0;
  margin-left: 10px;
}
.selectList li .input-group {
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  max-width: 100%;
  height: 2.5rem;
  padding: 0;
  margin: 0!important;
  float: none;
}
.selectList li .input-group:empty {
  display: none;
}
.selectList li .input-group:hover,
.selectList li .input-group.hover {
  background: #f0f0f0;
}
.selectList li .input-group.approve {
  background: #e5e5e5;
}
.selectList li .input-group.active,
.selectList li .input-group.selected {
  background: #a1dfff;
  color: #000000;
}
.selectList li .input-group > .checkbox,
.selectList li .input-group > .radio {
  display: table-cell;
  max-width: 0;
}
.selectList li .input-group > .checkbox.standAlone,
.selectList li .input-group > .radio.standAlone {
  max-width: 100%;
  width: 1px;
}
.selectList li .input-group > .checkbox.standAlone label,
.selectList li .input-group > .radio.standAlone label {
  padding-right: 0;
}
.selectList li .input-group > .checkbox.standAlone + .listTitle,
.selectList li .input-group > .radio.standAlone + .listTitle {
  padding-left: 0;
}
.selectList li .input-group > .checkbox label,
.selectList li .input-group > .radio label {
  padding-right: 5px;
}
.selectList li .input-group .listTitle {
  display: table-cell;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
  vertical-align: middle;
}
.selectList li .input-group .listTitle:empty {
  display: none;
}
.selectList li .input-group .listBtn {
  display: table-cell;
  padding-left: 0;
  padding-right: 0;
}
.selectList li .input-group .listBtn .btn {
  width: 100%;
  text-align: left;
  color: #333;
  text-shadow: none;
}
.selectList li .input-group .listBtn .btn .icon {
  width: 1.5rem;
  text-align: center;
  display: inline-block;
  color: #333!important;
}
.selectList li .input-group .listBtn .btn:hover,
.selectList li .input-group .listBtn .btn:focus,
.selectList li .input-group .listBtn .btn:active {
  background: transparent;
  color: #333!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectList li .input-group .input-group-item {
  display: table-cell;
  padding-top: 0.25rem;
  line-height: 2.25rem;
  vertical-align: top;
}
.selectList li .input-group .input-group-item.last {
  padding-right: 1rem;
}
.selectList li .input-group > .input-group {
  border-bottom: 0;
  margin-top: 0.25rem !important;
  line-height: 2.25rem;
}
.selectList li .input-group > .input-group .input-group-btn {
  display: block;
}
.selectList li .input-group .btn-toolbar {
  display: table-cell;
  width: 28px;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
  line-height: 2.25rem;
}
.selectList li .input-group .btn-toolbar .btn.iconBtn {
  vertical-align: top;
}
.selectList li .input-group .btn-toolbar .btn.iconBtn .icon {
  font-size: 0.8125rem;
}
.selectList li .input-group .btn-toolbar .btn-group {
  margin-left: 0;
  float: none;
  vertical-align: top;
}
.selectList li .input-group .btn-toolbar.expandBtn {
  width: 28px;
}
.selectList li .input-group .btn-toolbar.expandBtn .iconBtn {
  background-color: transparent;
}
.selectList li .input-group .btn-toolbar.expandBtn .iconBtn .icon {
  font-size: 0.8125rem;
  color: #666666 !important;
}
.selectList li .input-group .btn-toolbar + .listTitle {
  padding-left: 0;
}
.selectList li .input-group .input-group-btn {
  display: table-cell;
  width: 28px;
}
.selectList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selectList ul li > .input-group {
  padding-left: 1rem;
}
.selectList ul li li > .input-group {
  padding-left: 2rem;
}
.selectList ul li li li > .input-group {
  padding-left: 3rem;
}
.selectList ul li li li li > .input-group {
  padding-left: 4rem;
}
.selectList ul li li li li > .input-group li > .input-group {
  padding-left: 5rem;
}
.selectList ul li:first-child {
  border-top: 0;
}
.selectList ul li:last-child {
  border-bottom: 0;
}
.selectList .selectList li > .input-group {
  padding: 0;
}
.overflowList {
  overflow-y: auto;
  max-height: 100%;
  overflow-x: hidden;
}
.list {
  padding-left: 20px;
}
.list > li {
  padding-bottom: 4px;
}
.objRow {
  display: table;
  width: 100%;
}
.objRow .objTitle {
  display: table-cell;
  vertical-align: top;
  color: #333333;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.125rem;
  padding-top: 2px;
}
.objRow .objNumbers {
  display: table-cell;
  vertical-align: top;
}
.objRow .objNumbers .objNumberMain {
  display: block;
  font-size: 1.375rem;
  font-weight: normal;
  color: #333333;
  padding-left: 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
}
.objRow .objNumbers .objNumberMain .btn {
  height: 1.75rem;
  line-height: 1.75rem;
}
.objRow .objNumbers .objNumberMain .btn.iconBtn {
  margin-top: -0.625rem;
  width: 1.75rem;
}
.objRow .objNumbers .objNumberMain .btn.iconBtn .icon {
  font-size: 1.125rem;
}
.objRow .objNumbers .objNumberUnit {
  display: block;
  font-size: 0.75rem;
  color: #333333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.objAttrRow {
  display: table;
  width: 100%;
  color: #666666;
}
.objAttrRow .objAttributes {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
  vertical-align: top;
  font-size: 0.8125rem;
  padding-top: 0.1875rem;
}
.objAttrRow .objAttributes .objAttribute {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.objAttrRow .objStatuses {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8125rem;
  text-align: right;
  vertical-align: top;
  padding-top: 0.1875rem;
  width: 1%;
}
.objAttrRow .objStatuses .objStatus {
  display: block;
}
.busyLoader {
  background-color: rgba(242, 242, 242, 0.72);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  z-index: 500;
}
.busyLoader.busyLoaderFade {
  opacity: 1;
  filter: alpha(opacity=100);
}
.busyLoader.absolute {
  position: absolute;
}
.busyLoader .busyLoaderIndicator {
  position: absolute;
  width: 3em;
  top: 50%;
  left: 50%;
}
.busyLoader .busyLoaderIndicator > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  display: block;
  float: left;
  margin: 0;
  position: relative;
  top: -0.5em;
  left: -1.5em;
  text-indent: 1px;
  -webkit-animation: busyAnimationStandard 1.8s infinite ease-in-out;
  animation: busyAnimationStandard 1.8s infinite ease-in-out;
}
.busyLoader .busyLoaderIndicator > div:after,
.busyLoader .busyLoaderIndicator > div:before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: "";
  opacity: 1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.busyLoader .busyLoaderIndicator > div:before {
  background: #006aa1;
  -webkit-animation: busyAnimationStandardBackground 1.8s infinite ease-in-out;
  animation: busyAnimationStandardBackground 1.8s infinite ease-in-out;
}
.busyLoader .busyLoaderIndicator > div:after {
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 106, 161, 0.8);
  box-shadow: inset 0 0 2px 1px rgba(0, 106, 161, 0.8);
  -webkit-animation: busyAnimationStandardShadow 1.8s infinite ease-in-out;
  animation: busyAnimationStandardShadow 1.8s infinite ease-in-out;
}
.busyLoader .busyLoaderIndicator > div:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.busyLoader .busyLoaderIndicator > div:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.btn .busyLoader {
  position: absolute;
}
@keyframes busyAnimationStandard {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes busyAnimationStandard {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes busyAnimationStandard {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes busyAnimationStandard {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes busyAnimationStandardBackground {
  0%,
  80%,
  100% {
    opacity: 1;
  }
  40% {
    opacity: 0.1;
  }
}
@-webkit-keyframes busyAnimationStandardBackground {
  0%,
  80%,
  100% {
    opacity: 1;
  }
  40% {
    opacity: 0.1;
  }
}
@-moz-keyframes busyAnimationStandardBackground {
  0%,
  80%,
  100% {
    opacity: 1;
  }
  40% {
    opacity: 0.1;
  }
}
@-ms-keyframes busyAnimationStandardBackground {
  0%,
  80%,
  100% {
    opacity: 1;
  }
  40% {
    opacity: 0.1;
  }
}
@keyframes busyAnimationStandardShadow {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes busyAnimationStandardShadow {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-moz-keyframes busyAnimationStandardShadow {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-ms-keyframes busyAnimationStandardShadow {
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.inlineSpinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate360;
  -moz-animation-name: rotate360;
  animation-name: rotate360;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 10px;
  width: 10px;
  border: 2px solid rgba(0, 0, 0, 0.35);
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.inlineSpinner.inverse {
  border-color: rgba(255, 255, 255, 0.75);
  border-right-color: transparent;
}
.inlineSpinner.inlineSpinner-md {
  height: 14px;
  width: 14px;
  border-width: 3px;
}
/* ————————————————————–
  Tree core styles
*/
.tree {
  margin: 0em 0 0em 1em;
  padding: 0;
  list-style: none;
  /* ————————————————————–
  Tree rows
*/
  /* ————————————————————–
    Tree labels
  */
  /* ————————————————————–
  Tree expanded icon
*/
}
.tree *:before,
.tree *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.tree input ~ ul {
  display: none;
}
.tree input:checked ~ ul {
  display: block;
}
.tree li {
  line-height: 1.2;
  position: relative;
  padding: 0 0 0.3em 1em;
}
.tree li a {
  text-decoration: underline;
  color: #333;
}
.tree li a:hover,
.tree li a:focus {
  text-decoration: none;
}
.tree ul li {
  padding: 0em 0 0 1em;
}
.tree > li:last-child {
  padding-bottom: 0;
}
.tree .tree_item {
  display: table;
  width: 100%;
}
.tree .tree_item:hover,
.tree .tree_item.hover {
  background: #f0f0f0;
}
.tree .tree_item.approve {
  background: #e5e5e5;
}
.tree .tree_item.active,
.tree .tree_item.selected {
  background: #a1dfff;
  color: #000000;
}
.tree .tree_item.active .tree_mainText,
.tree .tree_item.selected .tree_mainText {
  text-decoration: none;
}
.tree .tree_label {
  position: relative;
  display: table-cell;
  margin-bottom: 0;
  vertical-align: top;
  width: 0;
  max-width: 0;
}
.tree .tree_mainText {
  display: table-cell;
  height: 1.5rem;
  line-height: 1.5rem;
  padding-left: 3px;
}
.tree .btn-toolbar {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  white-space: nowrap;
  margin: 0;
  padding-right: 0;
  padding-left: 0.25rem;
  padding-top: 0;
  line-height: 1.25rem;
}
.tree .btn-toolbar .btn.iconBtn {
  vertical-align: top;
}
.tree .btn-toolbar .btn-group {
  margin-left: 0;
  float: none;
  vertical-align: top;
}
.tree label.tree_label {
  cursor: pointer;
}
.tree label.tree_label:before {
  background: #e6e6e6;
  border: 1px solid #bfbfbf;
  color: #000;
  position: relative;
  z-index: 1;
  float: left;
  margin: 0.3em 1em 0 -2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  content: '+';
  text-align: center;
  line-height: .9em;
}
.tree label.tree_label:hover {
  color: #666;
}
.tree :checked ~ .tree_item label.tree_label:before {
  content: '–';
}
/* ————————————————————–
  Tree branches
*/
.tree li:before {
  position: absolute;
  top: 0.3em;
  bottom: -0.3em;
  left: -0.5em;
  display: block;
  width: 0;
  border-left: 1px solid #aaa;
  content: "";
}
.tree_label:after {
  position: absolute;
  top: 0.4em;
  left: -1.5em;
  display: block;
  height: 0.5em;
  width: 1em;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-radius: 0 0 0 .15em;
  content: '';
}
.tree li.first:before {
  top: 0.9em;
}
.tree li.first .tree_label:after {
  border-left: 0;
}
label.tree_label:after {
  border-bottom: 0;
}
:checked ~ .tree_item label.tree_label:after {
  border-radius: 0 .15em 0 0;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 0;
  border-left: 0;
  bottom: -0.3em;
  top: 0.8em;
  height: auto;
}
.tree li:last-child:before {
  height: 0.5em;
  bottom: auto;
}
.tree > li:last-child:before {
  display: none;
}
.tree_custom {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 0.3em;
}
.popupToolbox {
  width: 28.5px;
  padding: 0!important;
  text-align: center;
  position: relative;
}
.popupToolbox .toolBoxWrap .popover.top > .arrow {
  z-index: 1;
}
.popupToolbox .toolBoxWrap .popover.top > .arrow:after {
  border-top-color: #ffffff;
}
.toolBoxTd {
  padding: 0 !important;
  position: relative;
  width: 44px;
  display: table-cell;
}
.toolBoxTd.static {
  vertical-align: middle;
}
.toolBoxTd.static .toolBoxWrap {
  height: auto;
}
.toolBoxTd.static .toggleMenu {
  display: none;
}
.toolBoxTd.static .toolBox {
  display: block;
  right: 0;
  position: relative;
  padding: 0;
  background: none;
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
.toolBoxTd.static .toolBox .btn-toolbar {
  padding-left: 0;
  margin: 0;
  margin-top: 0 !important;
  top: 0;
}
.toolBoxTd .toggleMenu {
  margin-left: 2px;
  margin-right: 2px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}
.toolBoxTd .editingToolBox {
  white-space: nowrap;
  padding: 2px 8px;
}
.toolBoxTd.active {
  background: #fafafb !important;
}
.toolBoxTd.active .toolBox {
  display: block!important;
}
.toolBoxTd .toolBoxWrap {
  height: 100%;
  position: relative;
}
.toolBoxTd .toolBox {
  display: none;
  position: absolute;
  right: 44px;
  top: 0;
  bottom: 0;
  height: auto;
  padding: 0px;
  background-image: -webkit-linear-gradient(left, rgba(240, 240, 240, 0) 0%, #fafafb 40%);
  background-image: -o-linear-gradient(left, rgba(240, 240, 240, 0) 0%, #fafafb 40%);
  background-image: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #fafafb 40%);
  background-repeat: repeat-x;
  white-space: nowrap;
  height: 100%;
}
.toolBoxTd .toolBox .btn-toolbar {
  display: block;
  margin: 0;
  padding: 0px 8px;
  padding-left: 15px;
  vertical-align: middle;
  top: 50%;
  position: relative;
  margin-top: 2px !important;
}
.toolBoxTd .toolBox .btn-toolbar .btn {
  float: none;
}
@media (min-width: 992px) {
  .toolBoxTd {
    width: 1px;
  }
  .toolBoxTd {
    width: 1px;
  }
  .toolBoxTd.active .toolBox {
    display: none!important;
  }
  .toolBoxTd .toolBox {
    right: 0;
  }
  .toolBoxTd .toggleMenu {
    display: none;
  }
  .rowHover .toolBoxTd .toolBox,
  .rowTouched .toolBoxTd .toolBox {
    display: block!important;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .popupToolbox {
    width: 2.1rem;
  }
  .toolBoxTd .toolBox .btn-toolbar {
    margin-top: -0.8rem;
  }
}
#hamburger-menu {
  border: none;
}
#hamburger-menu .hmb-menu {
  stroke: #666666;
  height: 100%;
  width: 100%;
}
#hamburger-menu .line,
#hamburger-menu .arrow {
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#hamburger-menu .arrow {
  transform: translateX(0);
}
#hamburger-menu .line {
  transform: scaleX(0.75);
}
#hamburger-menu .line.center {
  transform: scaleX(0.65);
}
#hamburger-menu.closed .arrow {
  transform: translateX(50px);
}
#hamburger-menu.closed .line {
  transform: scaleX(1);
}
#hamburger-menu.right {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news__item {
  border-bottom: 1px dotted #aaaaaa96;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news__item h4 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}
.news__item p {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 5px;
}
.news__item .siganture {
  color: #aaa;
}
.news__item.last {
  border: 0;
  margin: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'sapui-new';
  font-size: 25px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e067";
}
[dir="rtl"] .slick-prev:before {
  content: "\e066";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e066";
}
[dir="rtl"] .slick-next:before {
  content: "\e067";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: 'sapui-new';
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 0.75;
}
.slidesInfoWrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  width: 100%;
  min-width: 0;
  flex-shrink: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.slidesInfoWrap.slidesInfoHidden {
  display: none;
}
.slidesInfoWrap .slidesInfoCarousel {
  max-width: 1100px;
  z-index: 2;
  width: 100%;
  min-width: 0;
  flex-shrink: 1;
  margin: 25px;
}
.slidesInfoWrap .slidesInfo {
  background: #d9dee1;
  -webkit-box-shadow: 0 1.7px 3.6px rgba(0, 0, 0, 0.056), 0 4.8px 10px rgba(0, 0, 0, 0.08), 0 11.5px 24.1px rgba(0, 0, 0, 0.104), 0 38px 80px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1.7px 3.6px rgba(0, 0, 0, 0.056), 0 4.8px 10px rgba(0, 0, 0, 0.08), 0 11.5px 24.1px rgba(0, 0, 0, 0.104), 0 38px 80px rgba(0, 0, 0, 0.16);
}
.slidesInfoWrap .slidesInfoLayout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  min-width: 0;
  flex-shrink: 1;
  padding: 25px;
}
.slidesInfoWrap .slidesInfoLayout .slidesInfoLayoutLeft {
  width: 40%;
  padding-right: 20px;
}
.slidesInfoWrap .slidesInfoLayout .slidesInfoLayoutRight {
  width: 60%;
}
.slidesInfoWrap .slidesInfoLayout .slidesInfoLayoutRight img {
  width: 100%;
  height: auto;
}
.slidesInfoWrap .slidesInfoLayout .list-unstyled {
  margin-top: 20px;
}
.slidesInfoWrap .slidesInfoLayout .list-unstyled li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 10px;
}
.slidesInfoWrap .slidesInfoLayout .list-unstyled li:before {
  content: '✓';
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  display: block;
  width: 25px;
  color: #017c51;
  font-weight: bold;
  font-size: 20px;
}
.slidesInfoWrap .slidesInfoBg {
  background: rgba(80, 84, 86, 0.92156863);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slidesInfoCarouselClose {
  text-align: right;
  padding-bottom: 10px;
}
.slidesInfoCarouselClose a {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.8;
  display: inline-block;
}
.slidesInfoCarouselClose a:first-child {
  margin-right: 30px;
}
.slidesInfoCarouselClose a:hover {
  opacity: 1;
}
.slidesInfoOpen {
  overflow: hidden;
}
.alert .alert-success {
  background-color: #358B57;
  border-color: #d6e9c6;
  color: #E5FFE6;
  text-align: center;
}
.alertBlock.alert-success {
  background: #ffffff;
  border: 1px solid #388341;
  color: #388341;
}
.alertBlock.alert-warning {
  background: #ffffff;
  border: 1px solid #f2b635;
  color: #f2b635;
}
.alertBlock.alert-danger {
  background: #ffffff;
  border: 1px solid #a13030;
  color: #a13030;
}
.alerts {
  font-size: 17px;
  position: fixed;
  text-align: center;
  bottom: 50px;
  width: 500px;
  overflow: hidden;
  left: 50%;
  margin-left: -200px;
  z-index: 9999;
}
.alerts .alert {
  -webkit-box-shadow: 0px 5px 8px -3px rgba(38, 39, 38, 0.62);
  box-shadow: 0px 5px 8px -3px rgba(38, 39, 38, 0.62);
  border-radius: 0;
  position: relative;
}
.alerts .alert:before {
  display: inline-block;
  font-family: 'sapui-new';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 0px;
  vertical-align: middle;
  margin-right: 10px;
  color: #FFF;
}
.alerts .alert button span {
  background: none !important;
}
.alerts .alert-success {
  background: #388341;
  border-color: #337130;
  color: #ffffff;
}
.alerts .alert-success:before {
  content: "\e203";
  color: #ffffff;
}
.alerts .alert-danger {
  background: #a13030;
  border-color: #8d2a3b;
  color: #ffffff;
}
.alerts .alert-danger:before {
  content: "\e0b1";
  color: #ffffff;
}
.alerts .alert-warning {
  background: #f2b635;
  border-color: #f08a1d;
  color: #ffffff;
}
.alerts .alert-warning:before {
  content: "\e201";
  color: #ffffff;
}
.alerts .alert-info {
  background: #ffffff;
  border-color: transparent;
}
.alerts .alert-info:before {
  content: "\e202";
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 6px;
  color: inherit;
  font-size: 24px;
}
/* Jelly */
.alerts a {
  color: #5699bc;
}
.alerts a:hover,
.alerts a:focus {
  color: #fff;
}
.alerts .alert {
  -webkit-animation-name: animJelly;
  animation-name: animJelly;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.alerts.hide {
  -webkit-animation-name: animFade;
  animation-name: animFade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes animFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
@keyframes animFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
/* Generated with Bounce.js. Edit at http://goo.gl/6iLZu5 */
@-webkit-keyframes animJelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animJelly {
  0% {
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
.commentContainer {
  position: relative;
  margin-top: 20px;
}
.commentContainer .imgContent {
  float: left;
}
.commentContainer .imgContent .letterImg {
  font-size: 50px;
  background-color: lightgray;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
}
.commentContainer .messageContent {
  margin-left: 100px;
}
.commentContainer .messageContent .commentHeader {
  height: 30px;
}
.commentContainer .messageContent .commentBody > p {
  font-size: 1rem;
}
.commentContainer .messageContent .quite {
  color: #959393;
}
.commentContainer .messageContent .smallF {
  font-size: 0.8rem;
}
/*!
 * Datetimepicker for Bootstrap 3
//! version : 4.0.0-beta
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.timePicker .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 100px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
  white-space: normal;
  z-index: 5000;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
  height: auto;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 0.8125rem;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  background: #f2f2f2;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #808080;
  background: transparent;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1em !important;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 4px;
  width: 44px;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span .year {
  width: 50px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #428bca;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ac-container {
  position: absolute;
  top: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 999;
  overflow-y: auto;
  max-height: 350px;
  min-width: 160px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.15);
}
.ac-container .ac-menu {
  list-style: none;
  padding: 0;
  background-color: white;
  margin: 0;
  font-size: 12px;
}
.ac-container .ac-menu .ac-menu-item {
  border-bottom: 1px dotted #ccc;
  margin: 0;
}
.ac-container .ac-menu .ac-menu-item:last-child {
  border-bottom: 0;
}
.ac-container .ac-menu .ac-menu-item:hover {
  background-color: #e0eaff;
}
.ac-container .ac-menu a {
  display: block;
  vertical-align: middle;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  color: inherit;
  text-decoration: none;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ac-container .ac-menu .ac-state-focus {
  outline: none;
  background-color: #e0eaff;
}
.mass-autocomplete {
  position: relative;
}
.multiselect-parent {
  width: 100%;
}
.multiselect-parent .dropdown-toggle {
  width: 100%;
  padding: 0 0.625rem;
}
.multiselect-parent .dropdown-toggle .btnText {
  overflow: hidden;
  display: block;
  margin-right: 10px;
}
.multiselect-parent .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 10px;
}
.multiselect-parent.opened .dropdown-toggle {
  background: #006aa1;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect-parent.opened .dropdown-menu .dropdown-header {
  background: #006aa1;
}
.multiselect-parent.opened .dropdown-menu.right {
  right: 0;
  left: auto;
}
.multiselect-parent.opened .dropdown-menu.top {
  bottom: 100%;
  top: auto;
}
.multiselect-parent.opened .dropdown-menu.top .dropdown-header {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  border-color: #363640;
}
.multiselect-parent.opened .dropdown-menu.top .multiselect-content {
  top: 0;
  bottom: 43px;
}
.multiselect-parent .dropdown-menu {
  width: 300px;
  overflow: none;
  height: 200px;
  padding: 0;
  margin-top: -1px;
  border-top: none;
}
.multiselect-parent .dropdown-menu a {
  color: #666;
}
.multiselect-parent .dropdown-menu .dropdown-header {
  background: #f7f7f7;
  padding: 5px 20px;
  border-bottom: 1px solid #A1A1A1;
  margin: 0 -1px;
}
.multiselect-parent .dropdown-menu .selectAll {
  width: 50%;
  float: left;
}
.multiselect-parent .dropdown-menu .selectAll a {
  padding: 10px 20px;
  display: block;
}
.multiselect-parent .dropdown-menu .selectAll a:hover {
  background: #E5E5E5;
}
.multiselect-parent .dropdown-menu .divider {
  clear: both;
  margin: 0;
}
.multiselect-parent .dropdown-menu .multiselect-content {
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 43px;
  padding-top: 0px;
}
.multiselect-parent .dropdown-menu .multiselect-content li a {
  padding: 8px 20px;
  display: block;
}
.multiselect-parent .dropdown-menu .multiselect-content li a:hover {
  background: #E5E5E5;
}
html {
  scrollbar-face-color: #dfdfdf;
  scrollbar-highlight-color: #dfdfdf;
  scrollbar-shadow-color: #dfdfdf;
  scrollbar-track-color: #f7f7f7;
}
html ::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background-color: #f7f7f7;
}
html ::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
}
html ::-webkit-scrollbar-thumb:hover {
  background-color: #cccccc;
}
html ::-webkit-scrollbar-corner {
  background-color: #f7f7f7;
}
/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac@gmail.com>
 * http://github.com/rzajac/angularjs-slider
 *
 * Licensed under the MIT license
 */
/* Slider colors */
/* Slider size parameters */
rzslider {
  display: inline-block;
  position: relative;
  height: 14px;
  width: 100%;
  margin: 15px 0 30px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
rzslider[disabled] {
  cursor: not-allowed;
}
rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}
rzslider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
rzslider .rz-bar-wrapper {
  left: 0;
  box-sizing: border-box;
  margin-top: -12px;
  padding-top: 12px;
  width: 100%;
  height: 24px;
  z-index: 1;
}
rzslider .rz-bar {
  left: 0;
  width: 100%;
  height: 14px;
  z-index: 1;
  background: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #555555;
}
rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #a3afcb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
rzslider .rz-pointer {
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: -5px;
  background-color: #006aa1;
  z-index: 3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
rzslider .rz-pointer.rz-active {
  background-color: #125ccb;
}
rzslider .rz-bubble {
  cursor: default;
  top: 22px;
  font-weight: bold;
  padding: 1px 3px;
  color: #55637d;
}
rzslider .rz-bubble.rz-selection {
  top: 12px;
}
rzslider .rz-bubble.rz-limit {
  color: #55637d;
}
rzslider .rz-ticks {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  margin: 0;
  padding: 0 7px;
  z-index: 1;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
rzslider .rz-ticks .tick {
  text-align: center;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
rzslider .rz-ticks .tick.selected {
  background: #006aa1;
}
rzslider .rz-ticks .tick .tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27.75px;
  padding: 1px;
  background-color: #C5C5C5;
  border-radius: 100px;
  cursor: pointer;
  margin: 0;
  margin-top: 0.1875rem;
  vertical-align: middle;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: 100%;
  font-size: 10px;
  text-transform: uppercase;
  background: #D5D7D8;
  border-radius: inherit;
  -webkit-box-shadow: inset -2px 3px 1px -1px rgba(194, 194, 194, 0.46);
  box-shadow: inset -2px 3px 1px -1px rgba(194, 194, 194, 0.46);
  -webkit-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  line-height: 1;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  font-family: 'sapui-new';
  font-size: 0.9375rem;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #eb1703;
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #007833;
  -webkit-box-shadow: inset -2px 3px 1px -1px rgba(0, 0, 0, 0.13);
  box-shadow: inset -2px 3px 1px -1px rgba(0, 0, 0, 0.13);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 100px;
  -webkit-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
}
.switch-input:checked ~ .switch-handle {
  left: 29px;
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
.ta-hidden-input {
  width: 1px;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10000px;
  left: -10000px;
  opacity: 0;
  overflow: hidden;
}
/* add generic styling for the editor */
.ta-root.focussed > .ta-scroll-window.form-control {
  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);
  -moz-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);
}
.ta-editor.ta-html,
.ta-scroll-window.form-control {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.ta-editor.ta-html.sizeSm,
.ta-scroll-window.form-control.sizeSm {
  min-height: 200px;
}
.ta-editor.ta-html.sizeSm .ta-bind,
.ta-scroll-window.form-control.sizeSm .ta-bind {
  min-height: 200px;
}
.ta-scroll-window.form-control {
  position: relative;
  padding: 0;
}
.ta-scroll-window > .ta-bind {
  height: auto;
  min-height: 300px;
  padding: 6px 12px;
}
.ta-scroll-window > .ta-bind:focus {
  outline: 0;
}
.ta-editor:focus {
  user-select: text;
}
/* add the styling for the awesomness of the resizer */
.ta-resizer-handle-overlay {
  z-index: 100;
  position: absolute;
  display: none;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-info {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid black;
  background-color: #FFF;
  padding: 0 4px;
  opacity: 0.7;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-background {
  position: absolute;
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
  border: 1px solid black;
  background-color: rgba(0, 0, 0, 0.2);
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner {
  width: 10px;
  height: 10px;
  position: absolute;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl {
  top: 0;
  left: 0;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-tr {
  top: 0;
  right: 0;
  border-right: 1px solid black;
  border-top: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-bl {
  bottom: 0;
  left: 0;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br {
  bottom: 0;
  right: 0;
  border: 1px solid black;
  cursor: se-resize;
  background-color: white;
}
.uib-autocomplete {
  position: relative;
}
.uib-autocomplete.rightDropdown .dropdown-menu {
  left: auto!important;
  right: 0!important;
}
.uib-autocomplete.max-h-sm .dropdown-menu {
  max-height: 150px;
}
.uib-autocomplete.max-h-md .dropdown-menu {
  max-height: 350px;
}
.uib-autocomplete.max-h-lg .dropdown-menu {
  max-height: 450px;
}
.uib-autocomplete.max-w-sm .dropdown-menu {
  width: auto;
  max-width: 300px;
}
.uib-autocomplete.max-w-md .dropdown-menu {
  width: auto;
  max-width: 400px;
}
.uib-autocomplete.max-w-lg .dropdown-menu {
  width: auto;
  max-width: 500px;
}
.uib-autocomplete .dropdown-menu {
  display: block;
  max-height: 250px;
  min-width: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    font-weight: normal;
    margin-bottom: 3px;
  }
  .modal-dialog {
    margin: 20px auto 0px auto;
  }
  .modal-lg {
    width: auto;
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: auto;
    max-width: 90%;
  }
  .table > thead > tr > th.toolBoxTd {
    width: 1%;
  }
  .table > tbody > tr > td.toolBoxTd {
    width: 1px;
  }
  .table > tbody > tr > td.toolBoxTd .toggleMenu {
    display: none;
  }
  .table > tbody > tr:hover > td .toolBox,
  .table > tbody > tr.touched > td .toolBox {
    display: block!important;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    width: auto;
    max-width: 1170px;
  }
}
@media (min-width: 1681px) {
  .container-fluid {
    width: 1681px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 0.99);
    box-shadow: 0px 0px 7px -2px rgba(161, 161, 161, 0.99);
  }
}
@media (max-width: 992px) {
  .form-group-offset-1 {
    margin-top: 83px;
  }
  .dl-horizontal.labelRight dt {
    text-align: left!important;
  }
}
@media (max-width: 768px) {
  .leftSide .nav ul > li .expand-btn {
    top: 3px;
  }
  .leftSide .nav ul > li a {
    padding: 5px 15px 5px 25px;
  }
  .form-group-offset-1 {
    margin-top: 0px;
  }
  label {
    font-weight: normal;
    margin-bottom: 2px;
  }
}
.news {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.87);
  -webkit-box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #DFDFDF;
  background-color: #ffffff;
  border-radius: 3px;
}
.news .title {
  position: relative;
  padding: 0;
  color: #333333;
  background-color: #fff;
  border-bottom: 1px solid #CFCFCF;
  -webkit-box-shadow: inset -1px -3px 6px -6px #7e7e7e;
  box-shadow: inset -1px -3px 6px -6px #7e7e7e;
}
.news .title h2 {
  font-size: 18px;
  margin: 0;
  padding: 10px;
  line-height: 1.2;
}
.news .standLeft {
  float: left;
  margin: 5px 10px 10px 0;
}
.news .contentItem {
  padding: 1rem;
}
.news .contentItem .listItem {
  border-top: 1px solid #DFDFDF;
  padding-bottom: 15px;
}
.news .contentItem .listItem h3 {
  color: #333;
  font-size: 14px;
}
.news .contentItem .listItem .signature {
  font-size: 12px;
  color: #777;
}
.news .contentItem .listItem .signature a {
  color: #777;
}
.news .contentItem .listItem.firstItem {
  border: none;
}
.news .contentItem .listItem.firstItem h3 {
  margin-top: 0;
}
.htmlpart ul {
  list-style: none;
  padding-left: 16px;
}
.htmlpart ul li {
  position: relative;
}
.htmlpart ul li:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 6px;
  width: 0px;
  height: 0px;
  border-left: 4px solid #006aa1;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.htmlpart table {
  background: #fff;
  -webkit-box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.03);
  width: 100%;
  margin-bottom: 20px;
}
.htmlpart table > thead > tr.transTr > th {
  background: #F9F9F9;
  color: #333;
  -webkit-box-shadow: inset 0px -8px 10px -7px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px -8px 10px -7px rgba(0, 0, 0, 0.14);
}
.htmlpart table > thead > tr > th {
  background: #fff;
  color: #666;
  border-bottom: 2px solid #E4E4E4;
  padding: 8px 5px 8px 8px;
}
.htmlpart table > thead > tr > th .divider {
  border-color: #CFCFCF;
}
.htmlpart table tbody td {
  border-right: 1px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
  padding: 5px 10px;
}
.htmlpart table tbody td:last-child {
  border-right: none;
}
.htmlpart table tbody th {
  background: #E6E7E9;
  border-right: 1px solid #CDCDCD;
}
.htmlpart table.table-hover tbody tr:hover th,
.htmlpart table.table-hover tbody tr:focus th,
.htmlpart table.table-hover tbody tr.active th {
  background: #D3D3D3;
}
.myPageLinks {
  margin-bottom: 40px;
}
.myPageLinks .navList,
.grayList {
  background: #F2F2F2;
  padding: 20px 15px;
  margin-top: 7px;
  -webkit-box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid #DBDBDB;
}
.myPageLinks .navList ul,
.grayList ul {
  list-style: none;
  padding-left: 16px;
  margin-bottom: 0;
}
.myPageLinks .navList ul li,
.grayList ul li {
  position: relative;
}
.myPageLinks .navList ul li:before,
.grayList ul li:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 6px;
  width: 0px;
  height: 0px;
  border-left: 4px solid #006aa1;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.wbsTable {
  background: #efefef;
  position: relative;
}
.wbsTable .btn-toolbar .btn {
  margin-left: 0;
}
.wbsTable > .wbsHeader,
.wbsTable .wbsRowsMain {
  padding-left: 75px;
}
.wbsHeader,
.wbsRows {
  clear: both;
  padding-left: 20px;
  margin: 0;
  list-style: none;
}
.wbsHeader > li,
.wbsRows > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: #FDFDFD;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wbsHeader > li .wbsColumnsWrap,
.wbsRows > li .wbsColumnsWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.wbsHeader > li .wbsRows,
.wbsRows > li .wbsRows {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.wbsHeader > li .column,
.wbsRows > li .column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  -ms-flex-basis: 50px;
  flex-basis: 50px;
  min-width: 50px;
  padding: 2px 4px;
}
.wbsHeader > li .column.titleTd .icon,
.wbsRows > li .column.titleTd .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.wbsHeader > li .column.titleTd .icon:before,
.wbsRows > li .column.titleTd .icon:before {
  margin-left: 0;
  text-align: left;
  line-height: 26px;
  height: 26px;
}
.wbsHeader > li .column.smallTd,
.wbsRows > li .column.smallTd {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  min-width: 80px;
  -webkit-flex-basis: 80px;
  -moz-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  -ms-flex-basis: 80px;
  flex-basis: 80px;
}
.wbsHeader > li .column.small2Td,
.wbsRows > li .column.small2Td {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  min-width: 120px;
  -webkit-flex-basis: 120px;
  -moz-flex-basis: 120px;
  -ms-flex-preferred-size: 120px;
  -ms-flex-basis: 120px;
  flex-basis: 120px;
}
.wbsHeader > li .column.middleTd,
.wbsRows > li .column.middleTd {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-box-flex: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.wbsHeader > li .column.dateTd,
.wbsRows > li .column.dateTd {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  min-width: 90px;
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-preferred-size: 90px;
  -ms-flex-basis: 90px;
  flex-basis: 90px;
}
.wbsHeader > li .column.ancestorTd,
.wbsRows > li .column.ancestorTd {
  position: absolute;
  left: 0;
  min-width: 75px;
  min-height: 34px;
  text-align: center;
  width: 75px;
  padding: 0 5px;
}
.wbsHeader > li .column.ancestorTd .ancestorId,
.wbsRows > li .column.ancestorTd .ancestorId,
.wbsHeader > li .column.ancestorTd .actualId,
.wbsRows > li .column.ancestorTd .actualId {
  text-overflow: ellipsis;
  overflow: hidden;
}
.wbsHeader > li .column.moveTd,
.wbsRows > li .column.moveTd {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  min-width: 15px;
  -webkit-flex-basis: 15px;
  -moz-flex-basis: 15px;
  -ms-flex-preferred-size: 15px;
  -ms-flex-basis: 15px;
  flex-basis: 15px;
  cursor: move;
  background: rgba(78, 78, 78, 0.25);
  border-left: 1px solid rgba(145, 145, 145, 0.22);
  position: relative;
  padding: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.wbsHeader > li .column.moveTd .dot,
.wbsRows > li .column.moveTd .dot {
  cursor: move;
  display: block;
  padding: 0;
  background: #aaa;
  height: 4px;
  width: 4px;
  border-radius: 50px;
  margin: 2px auto;
}
.wbsHeader > li .column.milestone:before,
.wbsRows > li .column.milestone:before {
  margin-left: -9px;
}
.wbsHeader > li .column.toggleTd,
.wbsRows > li .column.toggleTd {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  min-width: 37px;
  -webkit-flex-basis: 37px;
  -moz-flex-basis: 37px;
  -ms-flex-preferred-size: 37px;
  -ms-flex-basis: 37px;
  flex-basis: 37px;
}
.wbsHeader > li .column.toggleTd .icon,
.wbsRows > li .column.toggleTd .icon {
  -webkit-transition: transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-block;
}
.wbsHeader > li .column.toggleTd:hover .icon,
.wbsRows > li .column.toggleTd:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wbsHeader > li .column.delayTd,
.wbsRows > li .column.delayTd {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  min-width: 65px;
  -webkit-flex-basis: 65px;
  -moz-flex-basis: 65px;
  -ms-flex-preferred-size: 65px;
  -ms-flex-basis: 65px;
  flex-basis: 65px;
  text-align: center;
}
.wbsHeader > li .column.toolBoxTd,
.wbsRows > li .column.toolBoxTd {
  padding: 0!important;
  position: relative;
  width: 44px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  min-width: 44px;
  -webkit-flex-basis: 44px;
  -moz-flex-basis: 44px;
  -ms-flex-preferred-size: 44px;
  -ms-flex-basis: 44px;
  flex-basis: 44px;
  display: block;
}
.wbsHeader > li .column.toolBoxTd.static .toggleMenu,
.wbsRows > li .column.toolBoxTd.static .toggleMenu {
  display: none;
}
.wbsHeader > li .column.toolBoxTd.static .toolBox,
.wbsRows > li .column.toolBoxTd.static .toolBox {
  display: table;
  right: 0;
  position: relative;
  padding: 0;
  background: none;
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
.wbsHeader > li .column.toolBoxTd .toggleMenu,
.wbsRows > li .column.toolBoxTd .toggleMenu {
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  top: 50%;
  margin-top: -14px;
}
.wbsHeader > li .column.toolBoxTd .editingToolBox,
.wbsRows > li .column.toolBoxTd .editingToolBox {
  white-space: nowrap;
  padding: 2px 8px;
}
.wbsHeader > li .column.toolBoxTd.active,
.wbsRows > li .column.toolBoxTd.active {
  background: #fafafb !important;
}
.wbsHeader > li .column.toolBoxTd.active .toolBox,
.wbsRows > li .column.toolBoxTd.active .toolBox {
  display: table;
}
.wbsHeader > li .column.toolBoxTd .toolBoxWrap,
.wbsRows > li .column.toolBoxTd .toolBoxWrap {
  height: 100%;
  position: relative;
  position: absolute;
  right: 0;
}
.wbsHeader > li .column.toolBoxTd .toolBox,
.wbsRows > li .column.toolBoxTd .toolBox {
  display: none;
  position: absolute;
  right: 44px;
  top: 0;
  bottom: 0;
  height: auto;
  padding: 0px;
  background-image: -webkit-linear-gradient(left, rgba(240, 240, 240, 0) 0%, #fafafb 40%);
  background-image: -o-linear-gradient(left, rgba(240, 240, 240, 0) 0%, #fafafb 40%);
  background-image: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #fafafb 40%);
  background-repeat: repeat-x;
  white-space: nowrap;
  height: 100%;
}
.wbsHeader > li .column.toolBoxTd .toolBox .btn-toolbar,
.wbsRows > li .column.toolBoxTd .toolBox .btn-toolbar {
  display: table-cell;
  margin: 0!important;
  padding: 2px 8px;
  padding-left: 90px;
  vertical-align: middle;
  top: 0;
}
.wbsHeader > li .column.toolBoxTd .toolBox .btn-toolbar .btn.active,
.wbsRows > li .column.toolBoxTd .toolBox .btn-toolbar .btn.active {
  background: #ffeb5e;
}
.wbsHeader > li .column.toolBoxTd .toolBox .btn-toolbar .btn.active .icon,
.wbsRows > li .column.toolBoxTd .toolBox .btn-toolbar .btn.active .icon {
  color: #4f4000!important;
}
.wbsHeader > li .column.toolBoxTd .toolBox .btn-toolbar .btn.active:hover,
.wbsRows > li .column.toolBoxTd .toolBox .btn-toolbar .btn.active:hover {
  background: #0059b5;
}
.wbsHeader > li .column.toolBoxTd .toolBox .btn-toolbar .btn.active:hover .icon,
.wbsRows > li .column.toolBoxTd .toolBox .btn-toolbar .btn.active:hover .icon {
  color: #fff!important;
}
.wbsHeader > li .column.toolBoxTd .toolBox .btn-toolbar .btn.disabled .icon,
.wbsRows > li .column.toolBoxTd .toolBox .btn-toolbar .btn.disabled .icon,
.wbsHeader > li .column.toolBoxTd .toolBox .btn-toolbar .btn[disabled] .icon,
.wbsRows > li .column.toolBoxTd .toolBox .btn-toolbar .btn[disabled] .icon {
  color: #929292;
}
.wbsHeader > li .variableSizeColumns,
.wbsRows > li .variableSizeColumns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  min-width: 0px;
  min-height: 34px;
}
.wbsHeader > li .fixSizeColumns,
.wbsRows > li .fixSizeColumns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 550px;
}
.wbsHeader > li .checkTd,
.wbsRows > li .checkTd {
  position: absolute;
  left: 2px;
  z-index: 0;
  width: 34px;
  min-width: 34px!important;
}
.wbsHeader > li .checkTd .checkbox,
.wbsRows > li .checkTd .checkbox {
  margin: 0;
  margin-top: 6px;
}
.wbsHeader {
  background: #efefef;
  vertical-align: bottom;
  font-size: 0.75rem;
  color: #8c8c8c;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
}
.wbsHeader li {
  background: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wbsHeader li .column {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  padding: 5px 4px;
}
.wbsHeader li .column.nameTd {
  padding-left: 20px;
}
.wbsHeader li .column.ancestorTd {
  background: #efefef !important;
  min-height: 34px;
}
.wbsHeader li .column.sorted {
  position: relative;
}
.wbsHeader li .column.sorted:after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #006aa1;
}
.wbsRows {
  background: #efefef;
  vertical-align: top;
  font-size: 0.75rem;
  color: #333333;
  font-weight: normal;
}
.wbsRows.wbsRowsMain > li:first-child {
  border-top: 0;
}
.wbsRows > li {
  border-top: 1px solid #e5e5e5;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.wbsRows > li.muted {
  color: #b8b8b8;
}
.wbsRows > li.muted li {
  color: #b8b8b8;
}
.wbsRows > li.angular-ui-tree-cut .wbsColumnsWrap {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wbsRows > li.angular-ui-tree-copy .wbsColumnsWrap {
  background: #fffbdf;
}
.wbsRows > li .column.ancestorTd {
  padding: 0 5px;
  font-size: 11px;
  color: #333;
}
.wbsRows > li.danger > .wbsColumnsWrap {
  background: #a13030;
}
.wbsRows > li.danger > .wbsColumnsWrap.ancestorTd {
  background: transparent;
}
.wbsRows > li.danger > .wbsColumnsWrap .column {
  background: #a13030;
}
.wbsRows > li.danger > .wbsColumnsWrap .column.moveTd {
  background: #cc1919;
}
.wbsRows > li.danger > .wbsColumnsWrap .column.moveTd .dot {
  background: rgba(255, 255, 255, 0.5);
}
.wbsRows > li.danger > .wbsColumnsWrap:hover,
.wbsRows > li.danger > .wbsColumnsWrap:focus,
.wbsRows > li.danger > .wbsColumnsWrap.touched,
.wbsRows > li.danger > .wbsColumnsWrap.selected {
  background-color: #8d2a2a;
}
.wbsRows > li.danger > .wbsColumnsWrap:hover .column,
.wbsRows > li.danger > .wbsColumnsWrap:focus .column,
.wbsRows > li.danger > .wbsColumnsWrap.touched .column,
.wbsRows > li.danger > .wbsColumnsWrap.selected .column {
  background-color: #8d2a2a;
}
.wbsRows > li.danger > .wbsColumnsWrap:hover .column.moveTd,
.wbsRows > li.danger > .wbsColumnsWrap:focus .column.moveTd,
.wbsRows > li.danger > .wbsColumnsWrap.touched .column.moveTd,
.wbsRows > li.danger > .wbsColumnsWrap.selected .column.moveTd {
  background: #cc1919;
}
.wbsRows > li.danger > .wbsColumnsWrap:hover .column.moveTd .dot,
.wbsRows > li.danger > .wbsColumnsWrap:focus .column.moveTd .dot,
.wbsRows > li.danger > .wbsColumnsWrap.touched .column.moveTd .dot,
.wbsRows > li.danger > .wbsColumnsWrap.selected .column.moveTd .dot {
  background: #fff;
}
.wbsRows > li.warning > .wbsColumnsWrap {
  background: #fffae8;
}
.wbsRows > li.warning > .wbsColumnsWrap .column {
  background: #fffae8;
}
.wbsRows > li.warning > .wbsColumnsWrap .column.ancestorTd {
  background: transparent;
}
.wbsRows > li.warning > .wbsColumnsWrap .column.moveTd {
  background: #d4d0b4;
}
.wbsRows > li.warning > .wbsColumnsWrap .column.moveTd .dot {
  background: #948b71;
}
.wbsRows > li.warning > .wbsColumnsWrap:hover,
.wbsRows > li.warning > .wbsColumnsWrap:focus,
.wbsRows > li.warning > .wbsColumnsWrap.touched,
.wbsRows > li.warning > .wbsColumnsWrap.selected {
  background-color: #fff6d7;
}
.wbsRows > li.warning > .wbsColumnsWrap:hover .column,
.wbsRows > li.warning > .wbsColumnsWrap:focus .column,
.wbsRows > li.warning > .wbsColumnsWrap.touched .column,
.wbsRows > li.warning > .wbsColumnsWrap.selected .column {
  background-color: #fff6d7;
}
.wbsRows > li.warning > .wbsColumnsWrap:hover .column.moveTd,
.wbsRows > li.warning > .wbsColumnsWrap:focus .column.moveTd,
.wbsRows > li.warning > .wbsColumnsWrap.touched .column.moveTd,
.wbsRows > li.warning > .wbsColumnsWrap.selected .column.moveTd {
  background: #f3df7b;
}
.wbsRows > li.warning > .wbsColumnsWrap:hover .column.moveTd .dot,
.wbsRows > li.warning > .wbsColumnsWrap:focus .column.moveTd .dot,
.wbsRows > li.warning > .wbsColumnsWrap.touched .column.moveTd .dot,
.wbsRows > li.warning > .wbsColumnsWrap.selected .column.moveTd .dot {
  background: #fff;
}
.wbsRows > li.success > .wbsColumnsWrap {
  background: #eaf3eb;
}
.wbsRows > li.success > .wbsColumnsWrap .column {
  background: #eaf3eb;
}
.wbsRows > li.success > .wbsColumnsWrap .column.ancestorTd {
  background: transparent;
}
.wbsRows > li.success > .wbsColumnsWrap .column.moveTd {
  background: #258f22;
}
.wbsRows > li.success > .wbsColumnsWrap .column.moveTd .dot {
  background: rgba(255, 255, 255, 0.5);
}
.wbsRows > li.success > .wbsColumnsWrap:hover,
.wbsRows > li.success > .wbsColumnsWrap:focus,
.wbsRows > li.success > .wbsColumnsWrap.touched,
.wbsRows > li.success > .wbsColumnsWrap.selected {
  background-color: #daeadc;
}
.wbsRows > li.success > .wbsColumnsWrap:hover .column,
.wbsRows > li.success > .wbsColumnsWrap:focus .column,
.wbsRows > li.success > .wbsColumnsWrap.touched .column,
.wbsRows > li.success > .wbsColumnsWrap.selected .column {
  background-color: #daeadc;
}
.wbsRows > li.success > .wbsColumnsWrap:hover .column.moveTd,
.wbsRows > li.success > .wbsColumnsWrap:focus .column.moveTd,
.wbsRows > li.success > .wbsColumnsWrap.touched .column.moveTd,
.wbsRows > li.success > .wbsColumnsWrap.selected .column.moveTd {
  background: #258f22;
}
.wbsRows > li.success > .wbsColumnsWrap:hover .column.moveTd .dot,
.wbsRows > li.success > .wbsColumnsWrap:focus .column.moveTd .dot,
.wbsRows > li.success > .wbsColumnsWrap.touched .column.moveTd .dot,
.wbsRows > li.success > .wbsColumnsWrap.selected .column.moveTd .dot {
  background: #fff;
}
.wbsRows > li.completed > .wbsColumnsWrap {
  background: #eaf3eb;
}
.wbsRows > li.completed > .wbsColumnsWrap .column {
  background: #eaf3eb;
  color: #333333;
}
.wbsRows > li.completed > .wbsColumnsWrap .column.ancestorTd {
  background: transparent;
}
.wbsRows > li.completed > .wbsColumnsWrap .column.moveTd {
  background: #258f22;
}
.wbsRows > li.completed > .wbsColumnsWrap .column.moveTd .dot {
  background: rgba(255, 255, 255, 0.5);
}
.wbsRows > li.completed > .wbsColumnsWrap:hover,
.wbsRows > li.completed > .wbsColumnsWrap:focus,
.wbsRows > li.completed > .wbsColumnsWrap.touched,
.wbsRows > li.completed > .wbsColumnsWrap.selected {
  background-color: #daeadc;
}
.wbsRows > li.completed > .wbsColumnsWrap:hover .column,
.wbsRows > li.completed > .wbsColumnsWrap:focus .column,
.wbsRows > li.completed > .wbsColumnsWrap.touched .column,
.wbsRows > li.completed > .wbsColumnsWrap.selected .column {
  background-color: #daeadc;
}
.wbsRows > li.completed > .wbsColumnsWrap:hover .column.moveTd,
.wbsRows > li.completed > .wbsColumnsWrap:focus .column.moveTd,
.wbsRows > li.completed > .wbsColumnsWrap.touched .column.moveTd,
.wbsRows > li.completed > .wbsColumnsWrap.selected .column.moveTd {
  background: #258f22;
}
.wbsRows > li.completed > .wbsColumnsWrap:hover .column.moveTd .dot,
.wbsRows > li.completed > .wbsColumnsWrap:focus .column.moveTd .dot,
.wbsRows > li.completed > .wbsColumnsWrap.touched .column.moveTd .dot,
.wbsRows > li.completed > .wbsColumnsWrap.selected .column.moveTd .dot {
  background: #fff;
}
.wbsRows > li.muted-row > .wbsColumnsWrap .column {
  color: #888;
}
.wbsRows > li > .wbsColumnsWrap:hover,
.wbsRows > li > .wbsColumnsWrap:focus,
.wbsRows > li > .wbsColumnsWrap.touched,
.wbsRows > li > .wbsColumnsWrap.selected {
  background-color: #f4f5f6;
}
.wbsRows > li > .wbsColumnsWrap:hover .column,
.wbsRows > li > .wbsColumnsWrap:focus .column,
.wbsRows > li > .wbsColumnsWrap.touched .column,
.wbsRows > li > .wbsColumnsWrap.selected .column {
  background-color: #f4f5f6;
}
.wbsRows > li > .wbsColumnsWrap:hover .column.ancestorTd,
.wbsRows > li > .wbsColumnsWrap:focus .column.ancestorTd,
.wbsRows > li > .wbsColumnsWrap.touched .column.ancestorTd,
.wbsRows > li > .wbsColumnsWrap.selected .column.ancestorTd {
  background: #efefef !important;
}
.wbsRows > li > .wbsColumnsWrap:hover .column.moveTd,
.wbsRows > li > .wbsColumnsWrap:focus .column.moveTd,
.wbsRows > li > .wbsColumnsWrap.touched .column.moveTd,
.wbsRows > li > .wbsColumnsWrap.selected .column.moveTd {
  background-color: #aeb5bd;
}
.wbsRows > li > .wbsColumnsWrap:hover .column.moveTd .dot,
.wbsRows > li > .wbsColumnsWrap:focus .column.moveTd .dot,
.wbsRows > li > .wbsColumnsWrap.touched .column.moveTd .dot,
.wbsRows > li > .wbsColumnsWrap.selected .column.moveTd .dot {
  background: rgba(48, 54, 59, 0.5);
}
.wbsRows > li > .wbsColumnsWrap:hover .variableSizeColumns > .column.moveTd,
.wbsRows > li > .wbsColumnsWrap:focus .variableSizeColumns > .column.moveTd,
.wbsRows > li > .wbsColumnsWrap.touched .variableSizeColumns > .column.moveTd,
.wbsRows > li > .wbsColumnsWrap.selected .variableSizeColumns > .column.moveTd {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 992px) {
  .wbsTable .wbsRows > li .column.toolBoxTd {
    width: 0px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    min-width: 0px;
    -webkit-flex-basis: 0px;
    -moz-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    -ms-flex-basis: 0px;
    flex-basis: 0px;
  }
  .wbsTable .wbsRows > li .column.toolBoxTd .toggleMenu {
    display: none;
  }
  .wbsTable .wbsRows > li > .wbsColumnsWrap:hover .toolBox,
  .wbsTable .wbsRows > li > .wbsColumnsWrap:focus .toolBox,
  .wbsTable .wbsRows > li > .wbsColumnsWrap.touched .toolBox,
  .wbsTable .wbsRows > li > .wbsColumnsWrap.selected .toolBox {
    display: table;
    right: 0;
  }
}
.angular-ui-tree-hidden {
  display: none;
}
.angular-ui-tree-placeholder {
  margin: 2px 0;
  padding: 0;
  min-height: 30px;
  background: #eef6fb!important;
  border: 2px dashed #abcbe2!important;
}
.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 500;
  opacity: .8;
}
.angular-ui-tree-drag.wbsRows {
  padding-left: 0px!important;
}
.angular-ui-tree-drag.wbsRows > li .fixSizeColumns {
  width: 340px;
}
.angular-ui-tree-drag .toolBoxTd,
.angular-ui-tree-drag .ancestorTd {
  display: none!important;
}
.screenLayout .mainPage .mainSection.osyseditor {
  padding: 0;
}
.osyseditor {
  padding: 0;
}
.osyseditor .pageLayout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  min-height: 100%;
}
.osyseditor .pageLayout .pageHeader {
  border-bottom: 1px solid #e2e2e2;
}
.osyseditor .pageLayout .pageHeader .pageHeaderContainer {
  padding: 1rem 1rem 0.5rem 1rem;
}
.osyseditor .pageLayout .pageBody {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.osyseditor .wbsTable .wbsHeader > li .fixSizeColumns,
.osyseditor .wbsTable .wbsRows > li .fixSizeColumns {
  width: 180px;
}
.osyseditor .wbsTable .wbsHeader > li .fixSizeColumns .column.dateTd,
.osyseditor .wbsTable .wbsRows > li .fixSizeColumns .column.dateTd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  max-width: 90px;
}
.osyseditor tr.selected-record {
  font-weight: bold;
}
.osyseditor .titleTd .selected-node {
  font-weight: bold;
}
.osyseditor .wbsColumnsWrap.selected-node {
  background-color: #f5f5f5;
}
.osyseditor .detailPlaceholder {
  text-align: center;
  margin-top: 50px;
}
.osysKokpitApp .wbsTable > .wbsHeader,
.osysKokpitApp .wbsTable .wbsRowsMain {
  padding-left: 100px;
}
.osysKokpitApp .wbsTable .wbsHeader.wbsHeader--main {
  height: 45px;
}
.osysKokpitApp .wbsTable .wbsHeader.wbsHeader--main .wbsRow {
  height: 45px;
}
.osysKokpitApp .wbsTable .wbsHeader.wbsHeader--main .wbsRow .ancestorTd {
  height: 45px;
}
.osysKokpitApp .wbsTable .wbsHeader > li .fixSizeColumns {
  width: 68%;
}
.osysKokpitApp .wbsTable .wbsHeader > li .ancestorTd {
  width: 100px;
  min-width: 100px;
  padding-left: 20px;
}
.osysKokpitApp .wbsTable .wbsHeader > li .massBtnWrap {
  background: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  right: -6px;
  text-align: center;
  padding: 3px;
}
.osysKokpitApp .wbsTable .wbsHeader > li .massBtnWrap .massBtn {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0px 5px;
}
.osysKokpitApp .wbsTable .wbsHeader > li .massBtnWrap .massBtn:disabled,
.osysKokpitApp .wbsTable .wbsHeader > li .massBtnWrap .massBtn[disabled] {
  background: #fbfbfb;
  border-color: #bfbfbf;
  background-image: none;
  color: #6b6b6b;
}
.osysKokpitApp .wbsTable .wbsHeader > li .wbsCheckbox {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5px;
  bottom: 4px;
}
.osysKokpitApp .wbsTable .wbsRows > li .fixSizeColumns {
  width: 68%;
}
.osysKokpitApp .wbsTable .wbsRows > li .ancestorTd {
  width: 100px;
  min-width: 100px;
  padding-left: 20px;
}
.osysKokpitApp .wbsTable .wbsRows > li .wbsCheckbox {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5px;
}
.employeeDetail .dl-horizontal.dl-table dt {
  width: 270px!important;
}
.eosmApp .panel-simple .panel-footer {
  display: flex;
  justify-content: space-between;
}
.eosm-modal .table-settings-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  height: 455px;
  overflow-y: auto;
}
.eosm-modal .table-settings-panel .dndDragging {
  opacity: 1;
}
.eosm-modal .table-settings-panel .dndDraggingSource {
  display: none;
}
.eosm-modal .table-settings-panel .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}
.eosm-modal .table-setting-attr-item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  cursor: grab;
}
.eosm-modal .table-setting-attr-item:hover:not(.muted) {
  background-color: #f5f5f5;
}
.eosm-modal .table-setting-attr-item.muted {
  text-align: center;
  cursor: default;
  color: #cccccc;
}
.content .homePage {
  position: relative;
  width: 100%;
}
.content .homePage .mainSection {
  position: relative;
  padding: 0;
}
.content .homePage .mainContent {
  margin-right: 280px;
  padding-bottom: 25px;
}
.content .homePage .rightContent {
  position: absolute;
  width: 240px;
  top: 1rem;
  right: 1rem;
}
.content .homePage .rightContent .panel-default .panel-body {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .content .homePage .mainContent {
    margin-right: 0;
  }
  .content .homePage .rightContent {
    position: relative;
    width: auto;
  }
}
.anonymous {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: auto;
}
.anonymous a {
  color: var(--text-primary-color);
}
.anonymous body {
  background: var(--background-page);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.anonymous body > .container-fluid {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 0;
  width: 100%;
}
.anonymous .result-panel-top-sentinel {
  height: 0;
  width: 100%;
}
.anonymous .resultScroll {
  display: none;
}
.anonymous .resultPanelFixed {
  position: sticky;
  bottom: 0;
  background-color: var(--background-page);
  padding: 8px 16px;
  z-index: 99;
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  margin-left: -16px;
  margin-right: -16px;
}
.anonymous .resultPanelFixed.stuck {
  box-shadow: 0px -1.9px 3.7px -2px rgba(0, 0, 0, 0.05), 0px -4.3px 7.3px -2px rgba(0, 0, 0, 0.05), 0px -7.5px 11.1px -2px rgba(0, 0, 0, 0.05), 0px -12.4px 15.5px -2px rgba(0, 0, 0, 0.05);
}
.anonymous .resultPanelFixed.stuck .resultSort {
  display: none;
}
.anonymous .resultPanelFixed.stuck .resultScroll {
  display: flex;
}
.anonymous .onlyMd {
  display: none !important;
}
@media (min-width: 992px) {
  .anonymous .onlyMd {
    display: flex !important;
  }
}
.anonymous .hideMd {
  display: flex !important;
}
@media (min-width: 992px) {
  .anonymous .hideMd {
    display: none !important;
  }
}
.anonymous .mobileMenu {
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9999;
  justify-content: flex-end;
  border-top: 1px solid var(--color-primary-500);
}
.anonymous .mobileMenuContainer {
  width: 100%;
  max-width: 480px;
  background: #aaa;
  position: relative;
  z-index: 2;
  transform: translateX(100%);
  animation: showMenu 300ms ease-in-out;
  animation-fill-mode: both;
  background: var(--color-primary-600);
  color: var(--text-white);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.anonymous .mobileMenuContainer .loginBlock {
  padding: 0;
}
.anonymous .mobileMenuContainer .mobileMenuList {
  flex-grow: 1;
  margin: 0 -28px;
}
.anonymous .mobileMenuContainer .mobileMenuList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.anonymous .mobileMenuContainer .mobileMenuList ul li {
  padding: 0 28px;
  margin: 0;
  border-bottom: 1px solid var(--color-primary-500);
}
.anonymous .mobileMenuContainer .mobileMenuList ul li a {
  display: flex;
  padding: 16px 0;
  color: var(--text-white);
  font-size: var(--font-size-l);
  font-weight: 600;
  text-decoration: none;
  align-items: center;
}
.anonymous .mobileMenuContainer .mobileMenuList ul li a span {
  flex-grow: 1;
}
.anonymous .mobileMenuBackdrop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 9, 17, 0.9);
  -webkit-animation: opacityAnimKF 400ms;
  -moz-animation: opacityAnimKF 400ms;
  -o-animation: opacityAnimKF 400ms;
  animation: opacityAnimKF 400ms;
}
.anonymous.mobileMenuOpen {
  overflow: hidden;
}
.anonymous.mobileMenuOpen .mobileMenu {
  display: flex;
}
@media (min-width: 992px) {
  .anonymous.mobileMenuOpen {
    overflow: auto;
  }
  .anonymous.mobileMenuOpen .mobileMenu {
    display: none;
  }
}
.anonymous .mobileMenuBtn .closeMenuIcon {
  display: none;
}
.anonymous .mobileMenuBtn.open .openMenuIcon {
  display: none;
}
.anonymous .mobileMenuBtn.open .closeMenuIcon {
  display: inline-flex;
}
.anonymous body > .header {
  background: var(--background-primary);
  height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.anonymous body > .header.scrolled {
  box-shadow: 0px 1.9px 3.7px -2px rgba(0, 0, 0, 0.15), 0px 4.3px 7.3px -2px rgba(0, 0, 0, 0.112), 0px 7.5px 11.1px -2px rgba(0, 0, 0, 0.098), 0px 12.4px 15.5px -2px rgba(0, 0, 0, 0.088), 0px 22.4px 22.6px -2px rgba(0, 0, 0, 0.075), 0px 58px 60px -2px rgba(0, 0, 0, 0.057);
}
.anonymous body > .header .container-fluid {
  gap: 32px;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .anonymous body > .header .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .anonymous body > .header .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.anonymous body > .header .navbar-right {
  margin-left: auto;
}
.anonymous body > .header .loginBlock {
  padding: 0;
  padding-right: 0;
  position: relative;
  color: #ffffff;
}
.anonymous body > .header .loginButton {
  display: flex;
  flex-direction: column;
  line-height: 15px;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
}
.anonymous body > .header .navbar .navbar-header {
  margin: 0;
  flex-shrink: 0;
}
.anonymous body > .header .navbar .navbar-brand {
  width: auto;
  text-indent: 0;
  background: url("../images/gov.png") left no-repeat;
  font-size: var(--font-size-m);
  line-height: var(--height-line-m);
  padding-left: 64px;
  display: flex;
  align-items: center;
  font-weight: bold;
  max-width: 200px;
  margin-right: 0px;
}
.anonymous body > .header .navbar .navbar-brand:hover,
.anonymous body > .header .navbar .navbar-brand:focus {
  color: #d9eeff;
}
.anonymous body > .header .navbar .navbar .navbar-nav .dropdown:hover > a,
.anonymous body > .header .navbar .navbar .navbar-nav .dropdown:focus > a {
  background-color: var(--hover-background, var(--button-solid-primary-hover));
}
.anonymous body > .header .navbar .navbar .navbar-nav ul.dropdown-menu {
  border: var(--hover-background, var(--button-solid-primary-hover));
  border-radius: var(--border-radius, var(--corner-radius-s));
  margin-top: -8px;
  z-index: 9999;
  background-color: var(--hover-background, var(--button-solid-primary-hover));
  overflow: hidden;
}
.anonymous body > .header .navbar .navbar .navbar-nav ul.dropdown-menu > li a {
  padding: 24px;
}
.anonymous body > .header .navbar .navbar-nav > li {
  display: flex;
  align-items: center;
}
.anonymous body > .header .navbar .navbar-nav > li:before {
  margin: 0 8px;
  content: "";
  display: flex;
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.16);
}
.anonymous body > .header .navbar .navbar-nav > li:first-child:before {
  display: none;
}
.anonymous body > .header .navbar .navbar-nav > li > a {
  padding: 0 12px;
  height: 56px;
  line-height: 56px;
  border: 0;
  border-radius: var(--corner-radius-s);
}
.anonymous body > .header .navbar .navbar-nav > li > a:hover,
.anonymous body > .header .navbar .navbar-nav > li > a:focus {
  background-color: var(--hover-background, var(--button-solid-primary-hover));
}
.anonymous body > .header .navbar .navbar-nav > li > a span {
  font-size: var(--font-size-m);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .anonymous body > .header .navbar .navbar-nav > li > a {
    padding: 0 20px;
  }
  .anonymous body > .header .navbar .navbar-nav > li > a span {
    font-size: var(--font-size-l);
    font-weight: 600;
  }
}
.anonymous body > .header .navbar .container-fluid {
  background: none;
  box-shadow: none;
}
.anonymous .headerBar {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 1300px;
  padding: 40px 28px 24px;
}
@media (min-width: 768px) {
  .anonymous .headerBar {
    padding: 56px 36px 24px;
  }
}
@media (min-width: 992px) {
  .anonymous .headerBar {
    padding: 68px 56px 24px;
  }
}
.anonymous .headerBar .bread {
  display: flex;
  align-items: center;
  font-size: var(--font-size-s);
  line-height: var(--height-line-s);
}
.anonymous .headerBar .bread a {
  text-decoration: underline;
}
.anonymous .headerBar .bread a:hover {
  text-decoration: none;
}
.anonymous .headerBar .bread span {
  color: var(--text-primary);
  font-weight: 600;
}
.anonymous .headerBar .bread svg {
  display: inline-block;
  height: 12px;
  width: 15px;
  fill: #505c67;
  margin-right: 8px;
}
.anonymous .headerBar .bread svg path {
  stroke-width: 2px;
  stroke: #505c67;
}
.anonymous .section {
  flex-direction: column;
  display: flex;
  position: relative;
}
.anonymous .section.navSection {
  box-shadow: inset 0px -4px 0px -3px rgba(0, 16, 28, 0.1);
}
.anonymous .section.navSection .nav-tabs {
  padding-top: 24px;
  box-shadow: none;
}
.anonymous .section.sectionGrad {
  background: linear-gradient(360deg, #ffffff, transparent);
}
.anonymous .section .container-fluid {
  flex-direction: column;
  margin: 0 auto;
  background: 0;
  width: 100%;
  padding: 40px 28px;
}
@media (min-width: 768px) {
  .anonymous .section .container-fluid {
    padding: 56px 36px;
  }
}
@media (min-width: 992px) {
  .anonymous .section .container-fluid {
    padding: 68px 56px;
  }
}
.anonymous .section.base {
  background: #fff;
}
.anonymous .section.subtle {
  background: linear-gradient(124deg, var(--color-primary-100) 0%, var(--color-primary-50) 100%);
}
.anonymous .section.primary {
  background: var(--color-primary-700);
}
.anonymous .section.noSpacingTop .container-fluid {
  padding-top: 0;
}
.anonymous .section.noSpacingBottom .container-fluid {
  padding-bottom: 0;
}
.anonymous .mt-section {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .anonymous .mt-section {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  .anonymous .mt-section {
    margin-top: 68px;
  }
}
.anonymous .container-fluid {
  background: var(--background-page);
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  top: 0;
  max-width: 1300px;
}
.anonymous .container-fluid.max-width-full {
  max-width: 100%;
}
.anonymous .container-fluid.containerBody {
  padding: 0;
  padding-top: 84px;
}
.anonymous .container-fluid > .container-default {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.anonymous .container-fluid .header {
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.anonymous .container-fluid .header h1 {
  float: none;
  text-align: center;
  padding-top: 0px;
  color: #000;
  font-size: 25px;
  line-height: 32px;
  padding: 0;
  padding-bottom: 30px;
}
.anonymous .container-fluid .middle {
  align-self: center;
  display: block;
  height: auto;
  background: none;
  max-height: 600px;
}
.anonymous .container-fluid .middle .content {
  padding-bottom: 200px;
  background: none;
}
.anonymous .container-fluid .middle .content .panel-intro {
  background: #ffffff;
}
.anonymous .container-fluid .middle .content .panel-intro .panel-body {
  min-height: 200px;
  padding-top: 35px;
}
.anonymous .container-fluid .middle .content .panel-intro .panel-body .iconBig {
  font-size: 40px;
}
.anonymous .container-fluid .loginPanel {
  max-width: 530px;
  margin: 0 auto;
  -webkit-box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 6px 10px -2px rgba(0, 0, 0, 0.11);
}
.anonymous .container-fluid .loginPanel .panel-heading {
  background-color: #fff;
  text-align: center;
  border-bottom: 3px solid #5D9AD7;
  padding: 15px;
}
.anonymous .container-fluid .loginPanel .panel-heading h1 {
  margin: 0;
}
.anonymous .container-fluid .loginPanel .panel-body {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px;
}
.anonymous .container-fluid .loginPanel .panel-body .input-group {
  width: 100%;
}
.anonymous .container-fluid .loginPanel .panel-body .btnLogin {
  padding-left: 35px;
  padding-right: 35px;
}
.anonymous body > .container-fluid > .container-default.container-default {
  flex-direction: column;
  background: none;
}
.anonymous body > .container-fluid > .container-default.container-default > .content {
  padding: 0;
  min-height: 0;
  border: 0;
  background: none;
}
.anonymous body > .container-fluid > .container-default > .content > .container-default {
  padding: 0;
}
.anonymous .btn {
  height: 48px;
  line-height: 48px;
  border-radius: var(--border-radius, var(--corner-radius-s));
  font-weight: bold;
}
.anonymous .btn.iconBtn {
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
}
.anonymous .btn.btn-lg {
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  padding-left: 48px;
  padding-right: 48px;
}
.anonymous .btn.btn-primary {
  color: #fff;
  box-shadow: none;
  background-color: var(--background, var(--button-solid-primary));
  border-color: var(--background, var(--button-solid-primary));
}
@media not all and (pointer: coarse) {
  .anonymous .btn.btn-primary:hover {
    background-color: var(--hover-background, var(--button-solid-primary-hover));
    border-color: var(--hover-background, var(--button-solid-primary-hover));
  }
  .anonymous .btn.btn-primary:hover:active {
    background-color: var(--active-background, var(--button-solid-primary-active));
    border-color: var(--active-background, var(--button-solid-primary-active));
  }
}
.anonymous .btn.btn-linked {
  height: auto;
  line-height: normal;
  padding: 0;
  color: var(--background, var(--button-solid-primary));
}
.anonymous .btn.btn-linked:active {
  box-shadow: none;
}
@media not all and (pointer: coarse) {
  .anonymous .btn.btn-linked:hover {
    box-shadow: none;
    background-color: transparent;
    color: var(--background, var(--button-solid-primary));
  }
  .anonymous .btn.btn-linked:hover:active {
    box-shadow: none;
    background-color: transparent;
    color: var(--background, var(--button-solid-primary));
  }
}
.anonymous .btn.btn-base {
  box-shadow: none;
  background-color: var(--background, transparent);
  color: var(--background, var(--button-solid-primary));
  border: 0;
}
@media not all and (pointer: coarse) {
  .anonymous .btn.btn-base:hover {
    background-color: var(--hover-background, var(--button-outlined-primary-hover));
  }
  .anonymous .btn.btn-base:hover:active {
    background-color: var(--active-background, var(--button-outlined-primary-active));
  }
}
.anonymous .btn.btn-outlined {
  box-shadow: none;
  background-color: var(--background, transparent);
  color: var(--background, var(--button-solid-primary));
  border-color: var(--background, var(--button-solid-primary));
}
.anonymous .btn.btn-outlined.btn-primary {
  border-color: var(--background, var(--button-solid-primary));
}
@media not all and (pointer: coarse) {
  .anonymous .btn.btn-outlined.btn-primary:hover {
    background-color: rgba(163, 205, 255, 0.27);
  }
  .anonymous .btn.btn-outlined.btn-primary:hover:active {
    background-color: var(--active-background, var(--button-outlined-primary-active));
  }
}
.anonymous .btn.btn-outlined.btn-primary.btn-inverse {
  border-color: var(--color-primary-100);
  color: var(--color-primary-200);
}
@media not all and (pointer: coarse) {
  .anonymous .btn.btn-outlined.btn-primary.btn-inverse:hover {
    color: var(--color-primary-100);
    border-color: var(--hover-background, var(--button-outlined-primary-hover));
  }
  .anonymous .btn.btn-outlined.btn-primary.btn-inverse:hover:active {
    color: var(--background, var(--button-solid-primary));
    border-color: var(--hover-background, var(--button-outlined-primary-active));
  }
}
.anonymous .containerBody.containerBody .control-label {
  font-size: var(--font-size-s);
  line-height: var(--height-line-s);
  letter-spacing: .0109375rem;
  font-weight: 400;
  color: var(--label-color, var(--text-primary));
}
.anonymous .containerBody.containerBody .input-group.btnIn .input-group-btn .btn {
  height: 48px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  padding-right: 8px;
}
.anonymous .containerBody.containerBody .input-group.btnIn .form-control {
  padding-right: 2.5rem;
}
.anonymous .containerBody.containerBody .input-group.btnIn.date .input-group-btn {
  height: 48px;
}
.anonymous .containerBody.containerBody .input-group.btnIn .input-group-btn .btn {
  background-color: transparent;
  height: auto;
}
.anonymous .containerBody.containerBody .input-group.btnIn .input-group-btn .btn .icon {
  color: var(--form-icon-color, var(--icon-on-subtle)) !important;
}
.anonymous .containerBody.containerBody .input-group.btnIn .input-group-btn .btn:hover,
.anonymous .containerBody.containerBody .input-group.btnIn .input-group-btn .btn:active,
.anonymous .containerBody.containerBody .input-group.btnIn .input-group-btn .btn:focus {
  background-color: transparent;
  box-shadow: none;
  color: var(--form-icon-color, var(--icon-on-subtle)) !important;
}
.anonymous .containerBody.containerBody .form-control {
  height: 48px;
  border-radius: var(--border-radius, var(--corner-radius-s));
  background-color: var(--form-bg-color, var(--background-block-primary));
  border: var(--border-width, 0.0625rem) solid var(--form-border-color, var(--border-neutral));
  font-size: var(--font-size-m);
  line-height: var(--height-line-m);
  letter-spacing: .0125rem;
  font-weight: 400;
  min-height: var(--height, var(--height-component-m));
  padding-left: var(--padding-horizontal, var(--spacing-s-nudge));
  padding-bottom: var(--padding-vertical, var(--spacing-multiline-vertical-padding-m));
  padding-top: var(--padding-vertical, var(--spacing-multiline-vertical-padding-m));
  color: var(--form-value-color, var(--text-primary));
}
.anonymous .containerBody.containerBody .form-control:hover {
  background-color: var(--form-hover-color, var(--button-outlined-primary-hover));
}
.anonymous .containerBody.containerBody .form-control:focus {
  border-radius: var(--outline-border-radius, var(--corner-radius-xs-nudge));
  outline: var(--outline-width, 0.125rem) solid var(--status-focus);
  outline-offset: var(--outline-offset, 0.125rem);
}
.anonymous .containerBody.containerBody .dropdown .dropdown-toggle .icon {
  margin-left: 4px;
  margin-right: -4px;
  font-size: 1rem;
}
.anonymous .containerBody.containerBody .dropdown-menu {
  border: var(--border-width, 0.0625rem) solid var(--border, var(--border-subtle));
  border-radius: var(--border-radius, var(--corner-radius-s));
  background: var(--background, var(--background-neutral-white));
}
.anonymous .containerBody.containerBody .multiselect-parent.opened .dropdown-toggle {
  border-radius: var(--outline-border-radius, var(--corner-radius-xs-nudge));
  outline: var(--outline-width, 0.125rem) solid var(--status-focus);
  outline-offset: var(--outline-offset, 0.125rem);
  color: var(--form-value-color, var(--text-terciary));
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-toggle {
  height: 48px;
  border-radius: var(--border-radius, var(--corner-radius-s));
  background-color: var(--form-bg-color, var(--background-block-primary));
  border: var(--border-width, 0.0625rem) solid var(--form-border-color, var(--border-neutral));
  font-size: var(--font-size-m);
  line-height: var(--height-line-m);
  letter-spacing: .0125rem;
  font-weight: 400;
  min-height: var(--height, var(--height-component-m));
  padding-left: var(--padding-horizontal, var(--spacing-s-nudge));
  padding-bottom: var(--padding-vertical, var(--spacing-multiline-vertical-padding-m));
  padding-top: var(--padding-vertical, var(--spacing-multiline-vertical-padding-m));
  color: var(--form-value-color, var(--text-terciary));
  text-align: left;
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-toggle .btnText {
  overflow: hidden;
  margin-right: 24px;
  text-overflow: ellipsis;
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-toggle .icon {
  font-size: 1rem;
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-toggle:hover {
  background-color: var(--form-hover-color, var(--button-outlined-primary-hover));
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-toggle:focus-within {
  border-radius: var(--outline-border-radius, var(--corner-radius-xs-nudge));
  outline: var(--outline-width, 0.125rem) solid var(--status-focus);
  outline-offset: var(--outline-offset, 0.125rem);
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-toggle:active .icon {
  color: var(--form-icon-color, var(--icon-on-subtle)) !important;
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu {
  overflow: hidden;
  margin-top: -4px;
}
@media (max-width: 512px) {
  .anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu {
    width: 100%;
    height: calc(100vh - 300px) !important;
    min-height: 300px !important;
    max-height: 480px;
  }
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu .multiselect-content {
  top: 64px;
}
@media (max-width: 512px) {
  .anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu .multiselect-content {
    display: flex;
    flex-direction: column;
  }
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu .multiselect-content li a {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 512px) {
  .anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu .multiselect-content li a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu.top .multiselect-content {
  top: 0;
  bottom: 64px;
}
@media (max-width: 512px) {
  .anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu.top .multiselect-content {
    justify-content: flex-end;
  }
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu .dropdown-header {
  background: #f7f7f7;
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.anonymous .containerBody.containerBody .multiselect-parent .dropdown-menu .dropdown-header .form-control {
  height: 38px;
}
.anonymous .filterResultBlock {
  background: none;
  border: none;
  padding: 16px 0 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.anonymous .gap-1 {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.anonymous .label.label-default {
  border: 1px solid #dedede;
  color: #333333;
  background: #ffffff;
  border-radius: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: var(--font-size-xs);
  line-height: 18px;
  margin: 0;
  font-family: var(--font-family-primary, var(--font-family));
}
.anonymous .label.label-default .labelBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.anonymous .flex__form.filter__block > .flex__form--item {
  flex-basis: 0;
  max-width: 100%;
  min-width: 240px;
}
@media (min-width: 768px) {
  .anonymous .flex__form.filter__block > .flex__form--item {
    min-width: 49%;
  }
}
@media (min-width: 992px) {
  .anonymous .flex__form.filter__block > .flex__form--item {
    min-width: 33%;
  }
}
.anonymous .flexStack {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 24px;
}
.anonymous .flexStack.flexStack-wrap {
  flex-wrap: wrap;
}
.anonymous .flexStack .sameWidth {
  flex: 1;
}
.anonymous .flexStack.flexStack-direction-column {
  flex-direction: column;
}
.anonymous .flexStack.spacing-xl {
  gap: 48px;
}
.anonymous .flexStack.spacing-lg {
  gap: 32px;
}
.anonymous .flexStack.spacing-md {
  gap: 24px;
}
.anonymous .flexStack.spacing-sm {
  gap: 16px;
}
.anonymous .flexStack.spacing-xs {
  gap: 8px;
}
@media (min-width: 768px) {
  .anonymous .flexStack.flexStack-direction-row-sm {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .anonymous .flexStack.flexStack-direction-row-md {
    flex-direction: row;
  }
}
.anonymous .card {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .anonymous .card {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .anonymous .card {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .anonymous .card.largeIcon {
    padding-right: 160px;
  }
}
.anonymous .card.raised {
  box-shadow: 0px 1.9px 2.7px -2px rgba(0, 0, 0, 0.24), 0px 2.9px 6.7px -2px rgba(0, 0, 0, 0.12), 0px 2.9px 9.7px -2px rgba(0, 0, 0, 0.09);
}
.anonymous .card .card-body {
  position: relative;
  z-index: 1;
}
.anonymous .card.card-subtle {
  background: var(--color-primary-100);
  overflow: hidden;
  position: relative;
}
.anonymous .card .iconCircle {
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  .anonymous .card .iconCircle {
    right: 24px;
    display: flex;
  }
}
@media (min-width: 992px) {
  .anonymous .card .iconCircle {
    right: 32px;
  }
}
.anonymous .card .iconCircle.large {
  right: -8px;
  margin-top: 23px;
}
.anonymous .iconImg {
  width: 56px;
  height: 56px;
}
.anonymous .iconImg.iconImg-contact {
  background: url(../images/contact.png) center center no-repeat;
  background-size: 100%;
}
.anonymous .iconImg.iconImg-study {
  background: url(../images/study.png) center center no-repeat;
  background-size: 100%;
}
.anonymous .iconCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 120px;
  font-size: 40px;
  color: var(--icon-on-subtle);
}
.anonymous .iconCircle .iconCircleShape {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  z-index: 1;
  background: rgba(243, 247, 252, 0.66);
}
.anonymous .iconCircle.large {
  width: 200px;
  height: 200px;
}
.anonymous .iconCircle.large .iconCircleShape {
  width: 200px;
  height: 200px;
}
.anonymous .iconCircle.large .iconImg {
  width: 86px;
  height: 86px;
}
.anonymous .iconCircle:after,
.anonymous .iconCircle:before {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 999px;
  background: var(--color-primary-200);
  opacity: 0.2;
  transform: scale(1.5);
}
.anonymous .iconCircle:before {
  transform: scale(2.2);
}
.anonymous .contentEdge.contentEdge {
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 768px) {
  .anonymous .contentEdge.contentEdge {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 992px) {
  .anonymous .contentEdge.contentEdge {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.anonymous .listTags {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.anonymous .listTagsSeparator {
  background: #e5e5e5;
  border-radius: 6px 6px 0 0;
  padding: 2px 12px;
  display: inline-flex;
  margin: 0 0 -4px 0;
  position: relative;
  z-index: 5;
  background-color: var(--background, var(--background-primary-subtle));
}
.anonymous .listTagsSeparatorGroup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.anonymous .dl-horizontal.dl-table dt {
  color: rgba(0, 0, 0, 0.7);
}
.anonymous .dl-horizontal.dl-table.inverse dd {
  color: #fff;
}
.anonymous .dl-horizontal.dl-table.inverse dt {
  color: rgba(255, 255, 255, 0.7);
}
.anonymous .dl-horizontal.dl-table dd {
  padding-bottom: 24px;
}
.anonymous .dl-horizontal.dl-table dd .flexStack {
  row-gap: 16px;
}
.anonymous .dl-horizontal.dl-table dd .tag {
  margin-top: -7px;
}
@media (max-width: 991px) {
  .anonymous .dl-horizontal.dl-table.breakpoint-sm {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .anonymous .dl-horizontal.dl-table.breakpoint-sm .dl-row {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
  }
  .anonymous .dl-horizontal.dl-table.breakpoint-sm .dl-row dt {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-bottom: 4px;
    text-align: left;
    margin: 0;
  }
  .anonymous .dl-horizontal.dl-table.breakpoint-sm .dl-row dd {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
    margin: 0;
  }
  .anonymous .dl-horizontal.dl-table.breakpoint-sm .dl-row dd .tag {
    margin: 0;
  }
}
.anonymous .tag {
  margin: 0;
  font-family: var(--font-family-primary, var(--font-family));
  box-sizing: border-box;
  min-height: var(--min-height, var(--height-component-s));
  display: inline-flex;
  align-content: center;
  border-radius: var(--border-radius, var(--corner-radius-s));
  font-size: var(--font-size-s);
  line-height: var(--height-line-s);
  letter-spacing: .0125rem;
  font-weight: 600;
  column-gap: var(--gap, var(--spacing-s));
  padding: 3px var(--padding-x, var(--spacing-s-nudge));
  background-color: var(--background, var(--background-primary-subtle));
  color: var(--color, var(--text-primary-color));
  flex-wrap: nowrap;
  align-items: center;
}
.anonymous .tag.tagSmall {
  font-size: var(--font-size-xs);
  line-height: var(--height-line-xs);
  min-height: var(--min-height, var(--height-component-xs));
  font-weight: 500;
}
.anonymous .tag.tagSubtlest {
  background-color: var(--background, var(--background-primary-subtlest));
}
.anonymous .tag.tagNeutral {
  background-color: var(--background, var(--background-neutral-subtle));
  color: var(--color, var(--text-neutral-color));
}
.anonymous .tag.tagSuccess {
  color: var(--color, var(--text-status-success));
  background-color: var(--background, var(--background-status-success-subtle));
}
.anonymous .tag.tagDanger {
  color: var(--color, var(--text-status-error));
  background-color: var(--background, var(--background-status-error-subtle));
}
.anonymous .text-bold {
  font-weight: bold;
}
.anonymous .text-medium {
  font-weight: 600;
}
.anonymous .text-lg {
  font-size: var(--font-size-m);
  line-height: var(--height-line-m);
  font-family: "Roboto", Arial, sans-serif;
}
@media (min-width: 768px) {
  .anonymous .text-lg {
    font-size: var(--font-size-l);
    line-height: var(--height-line-l);
  }
}
.anonymous .text-md {
  font-size: var(--font-size-m);
  line-height: var(--height-line-m);
  font-family: "Roboto", Arial, sans-serif;
}
.anonymous .text-sm {
  font-size: var(--font-size-s);
  line-height: var(--height-line-s);
  font-family: "Roboto", Arial, sans-serif;
}
.anonymous .text-xs {
  font-size: var(--font-size-xs);
  line-height: var(--height-line-xs);
  font-family: "Roboto", Arial, sans-serif;
}
.anonymous .text-primary {
  color: var(--text-primary-color);
}
.anonymous h1,
.anonymous h1 {
  padding: 0;
  font-size: var(--font-size-3xl);
  line-height: 125%;
  font-weight: 600;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
}
@media (min-width: 768px) {
  .anonymous h1,
  .anonymous h1 {
    font-size: var(--font-size-4xl);
  }
}
@media (min-width: 992px) {
  .anonymous h1,
  .anonymous h1 {
    font-size: var(--font-size-5xl);
  }
}
.anonymous h2,
.anonymous .h2 {
  padding: 0;
  margin: 0;
  font-size: var(--font-size-2xl);
  line-height: var(--height-line-2xl);
  font-weight: 600;
  font-family: "Roboto", Arial, sans-serif;
}
@media (min-width: 768px) {
  .anonymous h2,
  .anonymous .h2 {
    font-size: var(--font-size-2xl);
    line-height: var(--height-line-2xl);
  }
}
@media (min-width: 992px) {
  .anonymous h2,
  .anonymous .h2 {
    font-size: var(--font-size-3xl);
    line-height: var(--height-line-3xl);
  }
}
.anonymous h3,
.anonymous .h3 {
  padding: 0;
  margin: 0;
  font-size: var(--font-size-xl);
  line-height: var(--height-line-xl);
  font-weight: 600;
  font-family: "Roboto", Arial, sans-serif;
}
@media (min-width: 768px) {
  .anonymous h3,
  .anonymous .h3 {
    font-size: var(--font-size-xl);
    line-height: var(--height-line-xl);
  }
}
@media (min-width: 992px) {
  .anonymous h3,
  .anonymous .h3 {
    font-size: var(--font-size-2xl);
    line-height: var(--height-line-2xl);
  }
}
.anonymous h4,
.anonymous .h4 {
  padding: 0;
  margin: 0;
  font-size: var(--font-size-l);
  line-height: var(--height-line-l);
  font-weight: 600;
  font-family: "Roboto", Arial, sans-serif;
}
@media (min-width: 768px) {
  .anonymous h4,
  .anonymous .h4 {
    font-size: var(--font-size-l);
    line-height: var(--height-line-l);
  }
}
@media (min-width: 992px) {
  .anonymous h4,
  .anonymous .h4 {
    font-size: var(--font-size-xl);
    line-height: var(--height-line-xl);
  }
}
.anonymous h5,
.anonymous .h5 {
  padding: 0;
  margin: 0;
  font-size: var(--font-size-m);
  line-height: var(--height-line-m);
  font-weight: 600;
  font-family: "Roboto", Arial, sans-serif;
}
@media (min-width: 992px) {
  .anonymous h5,
  .anonymous .h5 {
    font-size: var(--font-size-l);
    line-height: var(--height-line-l);
  }
}
.anonymous h6,
.anonymous .h6 {
  padding: 0;
  margin: 0;
  font-size: var(--font-size-m);
  line-height: var(--height-line-m);
  font-weight: 600;
  font-family: "Roboto", Arial, sans-serif;
}
.anonymous .fullWidth {
  width: 100%;
}
.anonymous .gutterBottom-xs {
  margin-bottom: 4px;
}
.anonymous .gutterBottom-sm {
  margin-bottom: 8px;
}
.anonymous .gutterBottom-md {
  margin-bottom: 16px;
}
.anonymous .gutterBottom-lg {
  margin-bottom: 24px;
}
.anonymous .align-items-center {
  align-items: center;
}
@media (min-width: 992px) {
  .anonymous .align-items-center-md {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .anonymous .align-items-center-sm {
    align-items: center;
  }
}
.anonymous .flex-grow-1 {
  flex-grow: 1;
}
.anonymous .panel {
  border-radius: 16px;
  box-shadow: none;
  border: none;
}
.anonymous .panel.panel-simple {
  background: var(--background-neutral-subtle);
}
.anonymous .panel.panel-primary {
  background: var(--color-primary-700);
}
.anonymous .panel.panel-primary-subtle {
  background: var(--color-primary-100);
}
.anonymous .panel.panel-default {
  background: var(--background-neutral-white);
  box-shadow: 0px 1.9px 3.7px -2px rgba(0, 0, 0, 0.15), 0px 4.3px 7.3px -2px rgba(0, 0, 0, 0.112), 0px 7.5px 11.1px -2px rgba(0, 0, 0, 0.098), 0px 12.4px 15.5px -2px rgba(0, 0, 0, 0.088), 0px 22.4px 22.6px -2px rgba(0, 0, 0, 0.075), 0px 58px 60px -2px rgba(0, 0, 0, 0.057);
}
.anonymous .panel .panel-body {
  padding: 16px;
}
@media (min-width: 768px) {
  .anonymous .panel .panel-body {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .anonymous .panel .panel-body {
    padding: 32px;
  }
}
.anonymous .pageDetailHeader {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.anonymous .pageDetailHeader .pageDetailHeaderAdditionInfo {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .anonymous .pageDetailHeader {
    flex-direction: row-reverse;
  }
}
.anonymous .pt-12 {
  padding-top: 12px;
}
.anonymous .cssGrid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0;
  column-gap: 24px;
}
@media (min-width: 992px) {
  .anonymous .cssGrid {
    grid-template-columns: 1fr 1fr;
  }
}
.anonymous .iconLink {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  font-weight: 300;
}
.anonymous .footer {
  background: var(--color-neutral-700);
  position: relative;
  height: auto;
  border: none;
  color: var(--text-white);
}
.anonymous .footer .container-fluid {
  background: none;
  flex-direction: column;
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 64px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .anonymous .footer .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 992px) {
  .anonymous .footer .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.anonymous .footer .footerBottom {
  margin-top: 40px;
  border-top: 1px solid var(--color-neutral-500);
  padding-top: 16px;
  color: var(--color-neutral-300);
}
.anonymous .footer .iconLink {
  color: var(--color-neutral-100);
}
.anonymous .footer .iconLink:hover {
  text-decoration: underline;
}
.anonymous .footer .footerCols {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (min-width: 992px) {
  .anonymous .footer .footerCols {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .anonymous .footer .footerColInfo {
    min-width: 40%;
  }
}
.anonymous .footerLogo {
  background-image: url(../images/mvcr.png);
  background-repeat: no-repeat;
  background-position: 16px;
  width: 204px;
  display: block;
  height: 56px;
  background-size: 60%;
  text-indent: -999px;
  overflow: hidden;
  margin-top: 14px;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.anonymous .additionalFilters {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
}
.anonymous .additionalFilters.show {
  animation-duration: 0.5s;
  animation-name: maxHeightAnim;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.anonymous .baseColor.baseColor {
  color: var(--text-black-fixed);
}
.anonymous .inverseColor.inverseColor {
  color: var(--text-white);
}
.anonymous .successColor {
  color: var(--color-success-500);
}
.anonymous .iconList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.anonymous .iconList li {
  display: flex;
  align-items: center;
}
.anonymous .iconList i {
  margin-right: 8px;
}
.anonymous .accordion {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  padding: 12px 0;
}
.anonymous .accordion.accordionBorders .accordionItem {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .anonymous .accordion {
    padding: 24px 0;
  }
}
.anonymous .accordion .accordionItem.expanded .accordionBody {
  max-height: 700px;
}
.anonymous .accordion .accordionItem.expanded .accordionHead .expandIcon {
  transform: rotate(180deg);
}
.anonymous .accordion .accordionItem .accordionHead {
  display: flex;
  flex-direction: row;
  padding: 16px 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .anonymous .accordion .accordionItem .accordionHead {
    padding: 16px 24px;
  }
}
@media (min-width: 992px) {
  .anonymous .accordion .accordionItem .accordionHead {
    padding: 16px 32px;
  }
}
.anonymous .accordion .accordionItem .accordionHead .accordionHeadTitle {
  flex-grow: 1;
  font-weight: 500;
}
.anonymous .accordion .accordionItem .accordionHead .expandIcon {
  transition: transform 0.2s ease-in-out;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--text-primary-color);
}
.anonymous .accordion .accordionItem .accordionBody {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 0;
}
.anonymous .accordion .accordionItem .accordionBody .accordionBodyIn {
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  padding: 16px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .anonymous .accordion .accordionItem .accordionBody .accordionBodyIn {
    padding: 24px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .anonymous .accordion .accordionItem .accordionBody .accordionBodyIn {
    padding: 32px;
    padding-top: 0;
  }
}
.anonymous .stepsInfo {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding-top: 24px;
}
@media (min-width: 992px) {
  .anonymous .stepsInfo {
    flex-direction: row;
    justify-content: center;
    padding-top: 60px;
  }
}
.anonymous .stepsInfo .stepsInfoItem {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 32px;
  min-height: 160px;
}
@media (min-width: 992px) {
  .anonymous .stepsInfo .stepsInfoItem {
    max-width: 260px;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    padding-bottom: 0;
    align-items: center;
  }
}
.anonymous .stepsInfo .stepsInfoItem:last-child {
  min-height: 0;
}
.anonymous .stepsInfo .stepsInfoItem:last-child .stepsInfoItemCircleShape {
  color: var(--color-success-500);
  background: linear-gradient(106deg, #d5f0d6, #ffffff);
}
.anonymous .stepsInfo .stepsInfoItem .line {
  position: absolute;
  top: 56px;
  bottom: 32px;
  width: 2px;
  left: 27px;
  background: url(../images/line.png) repeat-y;
}
.anonymous .stepsInfo .stepsInfoItem .line:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #ffffff;
  position: absolute;
  bottom: 0;
  transform: translateX(-6px);
}
@media (min-width: 992px) {
  .anonymous .stepsInfo .stepsInfoItem .line {
    display: none;
  }
}
.anonymous .stepsInfo .stepsInfoArrow {
  display: none;
}
@media (min-width: 992px) {
  .anonymous .stepsInfo .stepsInfoArrow {
    height: 90px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--text-white);
  }
}
@media (min-width: 1200px) {
  .anonymous .stepsInfo .stepsInfoArrow {
    height: 120px;
  }
}
.anonymous .stepsInfo .stepsInfoItemCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  position: relative;
  font-size: 24px;
  color: var(--icon-on-subtle);
}
.anonymous .stepsInfo .stepsInfoItemCircle .stepsInfoItemCircleShape {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 1.9px 3.7px -2px rgba(0, 21, 255, 0.15), 0px 4.3px 7.3px -2px rgba(0, 24, 100, 0.11), 0px 7.5px 11.1px -2px rgba(2, 8, 78, 0.1), 0px 12.4px 15.5px -2px rgba(2, 8, 78, 0.088), 0px 22.4px 22.6px -2px rgba(10, 0, 82, 0.08), 0px 58px 60px -2px rgba(0, 17, 103, 0.06);
  border-radius: 999px;
  z-index: 1;
  background: linear-gradient(106deg, #eef5ff, #ffffff);
}
@media (min-width: 992px) {
  .anonymous .stepsInfo .stepsInfoItemCircle {
    font-size: 32px;
    width: 90px;
    height: 90px;
  }
  .anonymous .stepsInfo .stepsInfoItemCircle .stepsInfoItemCircleShape {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .anonymous .stepsInfo .stepsInfoItemCircle {
    font-size: 40px;
    width: 120px;
    height: 120px;
  }
  .anonymous .stepsInfo .stepsInfoItemCircle .stepsInfoItemCircleShape {
    width: 120px;
    height: 120px;
  }
}
.anonymous .stepsInfo .stepsInfoItemCircle:after,
.anonymous .stepsInfo .stepsInfoItemCircle:before {
  content: "";
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 999px;
  background: var(--color-primary-200);
  opacity: 0.2;
  transform: scale(1.3);
}
.anonymous .stepsInfo .stepsInfoItemCircle:before {
  transform: scale(1.7);
}
.anonymous .stepsInfo .stepsInfoItemBody .stepsInfoItemBody_title {
  color: var(--text-white);
  display: flex;
}
.anonymous .stepsInfo .stepsInfoItemBody .stepsInfoItemBody_text {
  color: var(--color-primary-200);
  font-size: var(--font-size-m);
  line-height: var(--height-line-m);
}
@media (min-width: 992px) {
  .anonymous .stepsInfo .stepsInfoItemBody .stepsInfoItemBody_title {
    text-align: center;
    min-height: 72px;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .anonymous .stepsInfo .stepsInfoItemBody .stepsInfoItemBody_text {
    text-align: center;
  }
}
.anonymous #fixedFooterSectionHelper {
  margin-bottom: 30px;
}
.anonymous .fixedFooterContainer {
  position: relative;
}
.anonymous .fixedFooterSection {
  position: sticky;
  bottom: 0;
  z-index: 90;
  transition: all 200ms ease-in-out;
  margin-top: 70px;
}
.anonymous .fixedFooterSection:before,
.anonymous .fixedFooterSection:after {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 70px;
  width: 100%;
  background: #fff;
  transition: height 200ms ease-in-out;
}
.anonymous .fixedFooterSection:after {
  bottom: 0;
  top: 100%;
  height: 30px;
}
.anonymous .fixedFooterSection .container-fluid {
  padding-top: 24px;
  padding-bottom: 24px;
}
.anonymous .fixedFooterSection .btn {
  white-space: normal;
  height: auto;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.anonymous .fixedFooterSection .mainActionContainerTitleWrap {
  height: 0;
  display: flex;
  align-items: flex-end;
}
.anonymous .fixedFooterSection .mainActionContainerTitle {
  transition: max-height 200ms ease-in-out;
  max-height: 50px;
  overflow: hidden;
  margin-bottom: 24px;
}
.anonymous .fixedFooterSection.is-sticky {
  box-shadow: 0px -1.9px 3.7px -2px rgba(0, 0, 0, 0.05), 0px -4.3px 7.3px -2px rgba(0, 0, 0, 0.05), 0px -7.5px 11.1px -2px rgba(0, 0, 0, 0.05), 0px -12.4px 15.5px -2px rgba(0, 0, 0, 0.05);
}
.anonymous .fixedFooterSection.is-sticky:before,
.anonymous .fixedFooterSection.is-sticky:after {
  height: 0;
}
.anonymous .fixedFooterSection.is-sticky .mainActionContainerTitle {
  max-height: 0;
}
.anonymous .fixedFooterSection .mainActionContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.anonymous .info__block {
  color: #675a42;
  border: 1px solid #ffe7c3;
  font-size: 0.75rem;
  padding: 10px 15px;
  margin-bottom: 0;
  border-radius: 8px;
  background: #ffe7c3;
}
.anonymous .nav.nav-tabs > li.active:hover a {
  color: var(--text-primary-color) !important;
}
.anonymous .nav.nav-tabs > li > a {
  text-transform: none;
  color: var(--text-primary-color);
  font-size: var(--font-size-m);
  font-weight: 600;
  height: 3.2rem;
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  .anonymous .nav.nav-tabs > li > a {
    font-size: var(--font-size-xl);
  }
}
@media (min-width: 992px) {
  .anonymous .nav.nav-tabs > li > a {
    font-size: var(--font-size-2xl);
  }
}
.anonymous .nav.nav-tabs > li > a:hover {
  color: var(--text-primary-color) !important;
}
.anonymous .nav.nav-tabs > li:hover:after,
.anonymous .nav.nav-tabs > li:focus:after {
  height: 2px;
  background: var(--text-primary-color);
}
.anonymous .nav.nav-tabs > li.active:after {
  height: 3px;
  background: var(--text-primary-color);
}
.anonymous .nav.nav-tabs > li.active:hover:after,
.anonymous .nav.nav-tabs > li.active:focus:after {
  height: 3px;
  background: var(--text-primary-color);
}
.anonymous .mr4 {
  margin-right: 4px;
}
.anonymous .mr8 {
  margin-right: 8px;
}
.anonymous .selectListLike > li > a {
  padding: 12px 20px;
}
.anonymous .empty {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 40px 24px;
  border-radius: 8px;
}
.anonymous .empty td {
  display: flex;
}
.anonymous .notes {
  border-top: 1px solid #aaaaaa91;
  padding-top: 24px;
  margin-top: 24px;
}
@keyframes maxHeightAnim {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  99% {
    max-height: 100%;
    overflow: hidden;
  }
  100% {
    max-height: 100%;
    overflow: inherit;
  }
}
.anonymous.homePage .headerBar {
  display: none;
}
.anonymous.homePage .searchWidget {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 16px 0 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .anonymous.homePage .searchWidget h1 {
    font-size: var(--font-size-xl);
  }
}
@media (min-width: 992px) {
  .anonymous.homePage .searchWidget .flex__form.filter__block > .flex__form--item {
    min-width: 33%;
  }
}
.anonymous.homePage .motive {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.anonymous.homePage .motive.motiveLeft:before {
  transform: scaleX(-1);
  left: -140px;
  right: auto;
}
@media (min-width: 768px) {
  .anonymous.homePage .motive.motiveLeft:before {
    left: -64px;
  }
}
.anonymous.homePage .motive:before {
  content: "";
  position: absolute;
  left: auto;
  width: 400px;
  right: -140px;
  bottom: 0;
  top: 0;
  background-image: url(../images/lion.png);
  background-position: center 40px;
  background-size: 400px;
  background-repeat: no-repeat;
  opacity: 0.2;
}
@media (min-width: 768px) {
  .anonymous.homePage .motive:before {
    right: -64px;
  }
}
.anonymous.homePage .motive.faqMotive:before {
  background-image: url(../images/faq.png);
}
.anonymous.homePage .heroSection {
  background: linear-gradient(to bottom, #0e3260 0%, var(--color-primary-600) 100%);
  color: var(--text-white);
  position: relative;
}
.anonymous.homePage .video {
  aspect-ratio: 1.77777778;
  width: 100%;
  border-radius: 16px;
  background: #d4d4d4;
  overflow: hidden;
}
.anonymous.homePage .video iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .anonymous.homePage .video {
    width: 50%;
  }
}
.anonymous.faqPage .heroSection {
  background: linear-gradient(to bottom, #b0d3f7 0%, #e6f5ff 100%);
  color: var(--text-primary);
}
.anonymous.faqPage .searchWidget {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 16px 0 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .anonymous.faqPage .searchWidget .flex__form.filter__block > .flex__form--item {
    min-width: 100%;
  }
}
.anonymous.faqPage .faqList + .faqList {
  margin-top: 40px;
}
.anonymous .redactionHtml h1 {
  color: var(--text-primary-color);
  margin-bottom: 24px;
}
.anonymous .redactionHtml h2 {
  color: var(--text-primary-color);
  margin-bottom: 16px;
}
.anonymous .redactionHtml .navList {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 32px;
}
.anonymous .redactionHtml .navList ul {
  list-style: none;
  padding: 4px 0;
  margin: 0;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.anonymous .redactionHtml .navList ul li {
  font-size: 18px;
}
.anonymous .redactionHtml ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.anonymous .redactionHtml ul li {
  position: relative;
  padding-left: 1rem;
}
.anonymous .redactionHtml ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 4px;
  height: 4px;
  background-color: var(--text-primary-color);
  border-radius: 50%;
}
.anonymous .redactionHtml .grayList {
  padding: 0;
  background: none;
  box-shadow: none;
  border: 0;
  margin-bottom: 32px;
}
.anonymous .redactionHtml .fileList {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 8px;
}
.anonymous .redactionHtml .grayList ul li {
  background: var(--color-primary-100);
  padding: 16px;
  border-radius: 12px;
  padding-left: 56px;
}
.anonymous .redactionHtml .grayList ul li:before {
  border: 0;
  content: "\F38A";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 24px;
  width: 24px;
  font-size: 24px;
  color: var(--text-primary-color);
}
.anonymous .redactionHtml .grayList ul li a:hover {
  text-decoration: underline;
}
/* Funkční hack na správné zobrazení barevného pozadí při tisku */
@page {
  size: auto;
  margin: 0;
  
  /* auto is the initial value */
  /* this affects the margin in the printer settings */
}
@media print {
  * {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    font-family: 'Arial' !important;
  }
  a[href]:after {
    content: none !important;
  }
  .messagesContainer {
    display: none!important;
  }
  html {
    font-size: 12px;
  }
  body > .container-fluid {
    top: 0;
    box-shadow: none;
  }
  .screenLayout .headerBar {
    display: none!important;
  }
  body {
    background: #fff;
  }
  body > .container-fluid {
    top: 0;
    box-shadow: none;
    position: relative;
  }
  body > .container-fluid > .container-default {
    position: relative;
    background: #fff;
  }
  body > .container-fluid > .container-default > .content {
    top: 0;
    border: 0;
    position: relative;
    background: #fff;
  }
  body > .container-fluid > .container-default > .content > .container-default {
    height: auto;
    padding: 0;
  }
  .screenLayout .mainPage {
    height: auto;
    position: relative;
    overflow-y: auto;
  }
  .screenLayout .footerBar {
    display: none!important;
  }
  .screenLayout.isFooterBar .mainPage .mainSection {
    bottom: 0;
    overflow-x: hidden;
    position: relative;
  }
  .splitScreenLayout {
    position: relative;
  }
  .splitScreenLayout .masterSection {
    display: none;
  }
  .splitScreenLayout .mainPage {
    margin: 0;
  }
  .header {
    display: none!important;
  }
  .toolBoxTd .toolBoxWrap {
    display: none!important;
  }
  .mainContent {
    float: left;
    width: 1170px;
  }
  .mainContent .centerBlock {
    padding: 50px 40px 50px 40px;
  }
  .notPrintedContent > * {
    display: none!important;
  }
  .notPrintedContent > .printOnly {
    display: block!important;
  }
  .modal-open {
    overflow: auto!important;
  }
  .modal-open > .container-fluid {
    display: none!important;
  }
  .modal-dialog {
    min-width: 0!important;
    width: 100%!important;
    max-width: 100%;
    margin: 0;
  }
  .modal-dialog .modal-content {
    background: #fff;
  }
  .modal-dialog .modal-header .close {
    display: none!important;
  }
  .modal-dialog .modal-body {
    max-height: none!important;
    height: auto!important;
    min-height: 0!important;
    overflow: hidden;
  }
  .modal-dialog .modal-footer {
    display: none;
  }
  .dl-horizontal.dl-table.dtW1 dt {
    width: 40px;
  }
  .dl-horizontal.dl-table.dtW2 dt {
    width: 80px;
  }
  .dl-horizontal.dl-table.dtW3 dt {
    width: 120px;
  }
  .dl-horizontal.dl-table.dtW4 dt {
    width: 160px;
  }
  .dl-horizontal.dl-table.dtW5 dt {
    width: 200px;
  }
  .dl-horizontal.dl-table.dtW6 dt {
    width: 200px;
  }
  .dl-horizontal.dl-table.dtW7 dt {
    width: 200px;
  }
  .dl-horizontal.dl-table.dtW8 dt {
    width: 200px;
  }
  .modal-backdrop {
    background: #fff!important;
    opacity: 1!important;
  }
  .modal {
    position: relative;
  }
  .table > thead > tr > th {
    font-weight: bold;
    padding-bottom: 8px;
  }
  .printOnly {
    display: block!important;
  }
  .col-sm-12 {
    width: 100%!important;
  }
  .col-sm-11 {
    width: 91.66666667%!important;
  }
  .col-sm-10 {
    width: 83.33333333%!important;
  }
  .col-sm-9 {
    width: 75%!important;
  }
  .col-sm-8 {
    width: 66.66666667%!important;
  }
  .col-sm-7 {
    width: 58.33333333%!important;
  }
  .col-sm-6 {
    width: 50%!important;
  }
  .col-sm-5 {
    width: 41.66666667%!important;
  }
  .col-sm-4 {
    width: 33.33333333%!important;
  }
  .col-sm-3 {
    width: 25%!important;
  }
  .col-sm-2 {
    width: 16.66666667%!important;
  }
  .col-sm-1 {
    width: 8.33333333%!important;
  }
  .leftSide,
  .headerNav {
    display: none!important;
  }
  .mainIn {
    margin-left: 0!important;
  }
  #messages {
    display: none!important;
  }
}
/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("../fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-chevron-up::before {
  content: "\f286";
}
.bi-chevron-right::before {
  content: "\f285";
}
.bi-chevron-left::before {
  content: "\f284";
}
.bi-chevron-down::before {
  content: "\f282";
}
.bi-chevron-expand::before {
  content: "\f283";
}
.bi-piggy-bank-fill::before {
  content: "\f649";
}
.bi-hand-thumbs-up::before {
  content: "\f407";
}
.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}
.bi-hand-thumbs-down::before {
  content: "\f405";
}
.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}
.bi-geo-alt::before {
  content: "\f3e8";
}
.bi-geo-alt-fill::before {
  content: "\f3e7";
}
.bi-list::before {
  content: "\F479";
}
.bi-briefcase::before {
  content: "\f1cc";
}
.bi-briefcase-fill::before {
  content: "\f1cb";
}
.bi-database-fill::before {
  content: "\f8be";
}
.bi-hourglass-split::before {
  content: "\f41f";
}
.bi-clock-fill::before {
  content: "\f291";
}
.bi-calendar-event-fill::before {
  content: "\f1e7";
}
.bi-envelope-fill::before {
  content: "\f32c";
}
.bi-box-arrow-up-right::before {
  content: "\f1c5";
}
.bi-telephone-fill::before {
  content: "\f5b4";
}
.bi-x-lg::before {
  content: "\f659";
}
.bi-arrow-right::before {
  content: "\f138";
}
.bi-ui-checks::before {
  content: "\F5F9";
}
.bi-chat-right-text-fill::before {
  content: "\F25B";
}
.bi-file-earmark-text-fill::before {
  content: "\F38A";
}
.bi-person-fill::before {
  content: "\F4DA";
}
