@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.force-font-italic {
  font-style: italic !important;
}

.highlight-text-italic {
  font-style: italic;
}

.force-font-bold {
  font-weight: bold !important;
}

.reset-font-weight {
  font-weight: inherit !important;
}

.highlight-text-bold {
  font-weight: bold;
}

.force-font-normal {
  font-weight: normal !important;
}

.text-right {
  text-align: right;
}

.force-text-right {
  text-align: right !important;
}

.text-center {
  text-align: center;
}

.force-text-center {
  text-align: center !important;
}

.text-left {
  text-align: left;
}

.force-text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify;
}

.force-text-justify {
  text-align: justify !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.element-centered {
  margin: 0 auto;
}

.pos-relative {
  position: relative;
}

.dir-rtl {
  direction: rtl !important;
}

.dir-ltr {
  direction: ltr !important;
}

.dspl-inbl {
  display: inline-block;
}

.force-dspl-inbl {
  display: inline-block !important;
}

.dspl-block {
  display: block;
}

.force-dspl-block {
  display: block !important;
}

.vert-align-top {
  vertical-align: top;
}

.vert-align-middle {
  vertical-align: middle;
}

.vert-align-bottom {
  vertical-align: bottom;
}

.overflow-hidden {
  overflow: hidden;
}

.clear-float {
  clear: both;
  visibility: hidden;
  margin: 0;
}

.no-wrap-link {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is-hoverable {
  cursor: pointer;
}

.full-width {
  width: 100%;
}

.full-width div.md-resize-wrapper {
  width: 100%;
}

.full-height {
  height: 100%;
}

.bottom-sep {
  border-bottom: 1px solid white;
}

.space-top-0 {
  margin-top: 0px;
}

.space-right-0 {
  margin-right: 0px;
}

.space-bottom-0 {
  margin-bottom: 0px;
}

.space-left-0 {
  margin-left: 0px;
}

.force-space-top-0 {
  margin-top: 0px !important;
}

.force-space-right-0 {
  margin-right: 0px !important;
}

.force-space-bottom-0 {
  margin-bottom: 0px !important;
}

.force-space-left-0 {
  margin-left: 0px !important;
}

.space-top-1 {
  margin-top: 1px;
}

.space-right-1 {
  margin-right: 1px;
}

.space-bottom-1 {
  margin-bottom: 1px;
}

.space-left-1 {
  margin-left: 1px;
}

.force-space-top-1 {
  margin-top: 1px !important;
}

.force-space-right-1 {
  margin-right: 1px !important;
}

.force-space-bottom-1 {
  margin-bottom: 1px !important;
}

.force-space-left-1 {
  margin-left: 1px !important;
}

.space-top-5 {
  margin-top: 5px;
}

.space-right-5 {
  margin-right: 5px;
}

.space-bottom-5 {
  margin-bottom: 5px;
}

.space-left-5 {
  margin-left: 5px;
}

.force-space-top-5 {
  margin-top: 5px !important;
}

.force-space-right-5 {
  margin-right: 5px !important;
}

.force-space-bottom-5 {
  margin-bottom: 5px !important;
}

.force-space-left-5 {
  margin-left: 5px !important;
}

.space-top-10 {
  margin-top: 10px;
}

.space-right-10 {
  margin-right: 10px;
}

.space-bottom-10 {
  margin-bottom: 10px;
}

.space-left-10 {
  margin-left: 10px;
}

.force-space-top-10 {
  margin-top: 10px !important;
}

.force-space-right-10 {
  margin-right: 10px !important;
}

.force-space-bottom-10 {
  margin-bottom: 10px !important;
}

.force-space-left-10 {
  margin-left: 10px !important;
}

.space-top-15 {
  margin-top: 15px;
}

.space-right-15 {
  margin-right: 15px;
}

.space-bottom-15 {
  margin-bottom: 15px;
}

.space-left-15 {
  margin-left: 15px;
}

.force-space-top-15 {
  margin-top: 15px !important;
}

.force-space-right-15 {
  margin-right: 15px !important;
}

.force-space-bottom-15 {
  margin-bottom: 15px !important;
}

.force-space-left-15 {
  margin-left: 15px !important;
}

.space-top-20 {
  margin-top: 20px;
}

.space-right-20 {
  margin-right: 20px;
}

.space-bottom-20 {
  margin-bottom: 20px;
}

.space-left-20 {
  margin-left: 20px;
}

.force-space-top-20 {
  margin-top: 20px !important;
}

.force-space-right-20 {
  margin-right: 20px !important;
}

.force-space-bottom-20 {
  margin-bottom: 20px !important;
}

.force-space-left-20 {
  margin-left: 20px !important;
}

.space-top-25 {
  margin-top: 25px;
}

.space-right-25 {
  margin-right: 25px;
}

.space-bottom-25 {
  margin-bottom: 25px;
}

.space-left-25 {
  margin-left: 25px;
}

.force-space-top-25 {
  margin-top: 25px !important;
}

.force-space-right-25 {
  margin-right: 25px !important;
}

.force-space-bottom-25 {
  margin-bottom: 25px !important;
}

.force-space-left-25 {
  margin-left: 25px !important;
}

.space-top-30 {
  margin-top: 30px;
}

.space-right-30 {
  margin-right: 30px;
}

.space-bottom-30 {
  margin-bottom: 30px;
}

.space-left-30 {
  margin-left: 30px;
}

.force-space-top-30 {
  margin-top: 30px !important;
}

.force-space-right-30 {
  margin-right: 30px !important;
}

.force-space-bottom-30 {
  margin-bottom: 30px !important;
}

.force-space-left-30 {
  margin-left: 30px !important;
}

.space-top-35 {
  margin-top: 35px;
}

.space-right-35 {
  margin-right: 35px;
}

.space-bottom-35 {
  margin-bottom: 35px;
}

.space-left-35 {
  margin-left: 35px;
}

.force-space-top-35 {
  margin-top: 35px !important;
}

.force-space-right-35 {
  margin-right: 35px !important;
}

.force-space-bottom-35 {
  margin-bottom: 35px !important;
}

.force-space-left-35 {
  margin-left: 35px !important;
}

.space-top-40 {
  margin-top: 40px;
}

.space-right-40 {
  margin-right: 40px;
}

.space-bottom-40 {
  margin-bottom: 40px;
}

.space-left-40 {
  margin-left: 40px;
}

.force-space-top-40 {
  margin-top: 40px !important;
}

.force-space-right-40 {
  margin-right: 40px !important;
}

.force-space-bottom-40 {
  margin-bottom: 40px !important;
}

.force-space-left-40 {
  margin-left: 40px !important;
}

.space-top-45 {
  margin-top: 45px;
}

.space-right-45 {
  margin-right: 45px;
}

.space-bottom-45 {
  margin-bottom: 45px;
}

.space-left-45 {
  margin-left: 45px;
}

.force-space-top-45 {
  margin-top: 45px !important;
}

.force-space-right-45 {
  margin-right: 45px !important;
}

.force-space-bottom-45 {
  margin-bottom: 45px !important;
}

.force-space-left-45 {
  margin-left: 45px !important;
}

.space-top-50 {
  margin-top: 50px;
}

.space-right-50 {
  margin-right: 50px;
}

.space-bottom-50 {
  margin-bottom: 50px;
}

.space-left-50 {
  margin-left: 50px;
}

.force-space-top-50 {
  margin-top: 50px !important;
}

.force-space-right-50 {
  margin-right: 50px !important;
}

.force-space-bottom-50 {
  margin-bottom: 50px !important;
}

.force-space-left-50 {
  margin-left: 50px !important;
}

.space-top-55 {
  margin-top: 55px;
}

.space-right-55 {
  margin-right: 55px;
}

.space-bottom-55 {
  margin-bottom: 55px;
}

.space-left-55 {
  margin-left: 55px;
}

.force-space-top-55 {
  margin-top: 55px !important;
}

.force-space-right-55 {
  margin-right: 55px !important;
}

.force-space-bottom-55 {
  margin-bottom: 55px !important;
}

.force-space-left-55 {
  margin-left: 55px !important;
}

.space-top-60 {
  margin-top: 60px;
}

.space-right-60 {
  margin-right: 60px;
}

.space-bottom-60 {
  margin-bottom: 60px;
}

.space-left-60 {
  margin-left: 60px;
}

.force-space-top-60 {
  margin-top: 60px !important;
}

.force-space-right-60 {
  margin-right: 60px !important;
}

.force-space-bottom-60 {
  margin-bottom: 60px !important;
}

.force-space-left-60 {
  margin-left: 60px !important;
}

.inner-space-top-0 {
  padding-top: 0px;
}

.inner-space-right-0 {
  padding-right: 0px;
}

.inner-space-bottom-0 {
  padding-bottom: 0px;
}

.inner-space-left-0 {
  padding-left: 0px;
}

.force-inner-space-top-0 {
  padding-top: 0px !important;
}

.force-inner-space-right-0 {
  padding-right: 0px !important;
}

.force-inner-space-bottom-0 {
  padding-bottom: 0px !important;
}

.force-inner-space-left-0 {
  padding-left: 0px !important;
}

.inner-space-top-1 {
  padding-top: 1px;
}

.inner-space-right-1 {
  padding-right: 1px;
}

.inner-space-bottom-1 {
  padding-bottom: 1px;
}

.inner-space-left-1 {
  padding-left: 1px;
}

.force-inner-space-top-1 {
  padding-top: 1px !important;
}

.force-inner-space-right-1 {
  padding-right: 1px !important;
}

.force-inner-space-bottom-1 {
  padding-bottom: 1px !important;
}

.force-inner-space-left-1 {
  padding-left: 1px !important;
}

.inner-space-top-5 {
  padding-top: 5px;
}

.inner-space-right-5 {
  padding-right: 5px;
}

.inner-space-bottom-5 {
  padding-bottom: 5px;
}

.inner-space-left-5 {
  padding-left: 5px;
}

.force-inner-space-top-5 {
  padding-top: 5px !important;
}

.force-inner-space-right-5 {
  padding-right: 5px !important;
}

.force-inner-space-bottom-5 {
  padding-bottom: 5px !important;
}

.force-inner-space-left-5 {
  padding-left: 5px !important;
}

.inner-space-top-10 {
  padding-top: 10px;
}

.inner-space-right-10 {
  padding-right: 10px;
}

.inner-space-bottom-10 {
  padding-bottom: 10px;
}

.inner-space-left-10 {
  padding-left: 10px;
}

.force-inner-space-top-10 {
  padding-top: 10px !important;
}

.force-inner-space-right-10 {
  padding-right: 10px !important;
}

.force-inner-space-bottom-10 {
  padding-bottom: 10px !important;
}

.force-inner-space-left-10 {
  padding-left: 10px !important;
}

.inner-space-top-15 {
  padding-top: 15px;
}

.inner-space-right-15 {
  padding-right: 15px;
}

.inner-space-bottom-15 {
  padding-bottom: 15px;
}

.inner-space-left-15 {
  padding-left: 15px;
}

.force-inner-space-top-15 {
  padding-top: 15px !important;
}

.force-inner-space-right-15 {
  padding-right: 15px !important;
}

.force-inner-space-bottom-15 {
  padding-bottom: 15px !important;
}

.force-inner-space-left-15 {
  padding-left: 15px !important;
}

.inner-space-top-20 {
  padding-top: 20px;
}

.inner-space-right-20 {
  padding-right: 20px;
}

.inner-space-bottom-20 {
  padding-bottom: 20px;
}

.inner-space-left-20 {
  padding-left: 20px;
}

.force-inner-space-top-20 {
  padding-top: 20px !important;
}

.force-inner-space-right-20 {
  padding-right: 20px !important;
}

.force-inner-space-bottom-20 {
  padding-bottom: 20px !important;
}

.force-inner-space-left-20 {
  padding-left: 20px !important;
}

.inner-space-top-25 {
  padding-top: 25px;
}

.inner-space-right-25 {
  padding-right: 25px;
}

.inner-space-bottom-25 {
  padding-bottom: 25px;
}

.inner-space-left-25 {
  padding-left: 25px;
}

.force-inner-space-top-25 {
  padding-top: 25px !important;
}

.force-inner-space-right-25 {
  padding-right: 25px !important;
}

.force-inner-space-bottom-25 {
  padding-bottom: 25px !important;
}

.force-inner-space-left-25 {
  padding-left: 25px !important;
}

.inner-space-top-30 {
  padding-top: 30px;
}

.inner-space-right-30 {
  padding-right: 30px;
}

.inner-space-bottom-30 {
  padding-bottom: 30px;
}

.inner-space-left-30 {
  padding-left: 30px;
}

.force-inner-space-top-30 {
  padding-top: 30px !important;
}

.force-inner-space-right-30 {
  padding-right: 30px !important;
}

.force-inner-space-bottom-30 {
  padding-bottom: 30px !important;
}

.force-inner-space-left-30 {
  padding-left: 30px !important;
}

.inner-space-top-35 {
  padding-top: 35px;
}

.inner-space-right-35 {
  padding-right: 35px;
}

.inner-space-bottom-35 {
  padding-bottom: 35px;
}

.inner-space-left-35 {
  padding-left: 35px;
}

.force-inner-space-top-35 {
  padding-top: 35px !important;
}

.force-inner-space-right-35 {
  padding-right: 35px !important;
}

.force-inner-space-bottom-35 {
  padding-bottom: 35px !important;
}

.force-inner-space-left-35 {
  padding-left: 35px !important;
}

.inner-space-top-40 {
  padding-top: 40px;
}

.inner-space-right-40 {
  padding-right: 40px;
}

.inner-space-bottom-40 {
  padding-bottom: 40px;
}

.inner-space-left-40 {
  padding-left: 40px;
}

.force-inner-space-top-40 {
  padding-top: 40px !important;
}

.force-inner-space-right-40 {
  padding-right: 40px !important;
}

.force-inner-space-bottom-40 {
  padding-bottom: 40px !important;
}

.force-inner-space-left-40 {
  padding-left: 40px !important;
}

.inner-space-top-45 {
  padding-top: 45px;
}

.inner-space-right-45 {
  padding-right: 45px;
}

.inner-space-bottom-45 {
  padding-bottom: 45px;
}

.inner-space-left-45 {
  padding-left: 45px;
}

.force-inner-space-top-45 {
  padding-top: 45px !important;
}

.force-inner-space-right-45 {
  padding-right: 45px !important;
}

.force-inner-space-bottom-45 {
  padding-bottom: 45px !important;
}

.force-inner-space-left-45 {
  padding-left: 45px !important;
}

.inner-space-top-50 {
  padding-top: 50px;
}

.inner-space-right-50 {
  padding-right: 50px;
}

.inner-space-bottom-50 {
  padding-bottom: 50px;
}

.inner-space-left-50 {
  padding-left: 50px;
}

.force-inner-space-top-50 {
  padding-top: 50px !important;
}

.force-inner-space-right-50 {
  padding-right: 50px !important;
}

.force-inner-space-bottom-50 {
  padding-bottom: 50px !important;
}

.force-inner-space-left-50 {
  padding-left: 50px !important;
}

.inner-space-top-55 {
  padding-top: 55px;
}

.inner-space-right-55 {
  padding-right: 55px;
}

.inner-space-bottom-55 {
  padding-bottom: 55px;
}

.inner-space-left-55 {
  padding-left: 55px;
}

.force-inner-space-top-55 {
  padding-top: 55px !important;
}

.force-inner-space-right-55 {
  padding-right: 55px !important;
}

.force-inner-space-bottom-55 {
  padding-bottom: 55px !important;
}

.force-inner-space-left-55 {
  padding-left: 55px !important;
}

.inner-space-top-60 {
  padding-top: 60px;
}

.inner-space-right-60 {
  padding-right: 60px;
}

.inner-space-bottom-60 {
  padding-bottom: 60px;
}

.inner-space-left-60 {
  padding-left: 60px;
}

.force-inner-space-top-60 {
  padding-top: 60px !important;
}

.force-inner-space-right-60 {
  padding-right: 60px !important;
}

.force-inner-space-bottom-60 {
  padding-bottom: 60px !important;
}

.force-inner-space-left-60 {
  padding-left: 60px !important;
}

.min-width-25 {
  min-width: 25px;
}

.min-width-50 {
  min-width: 50px;
}

.min-width-75 {
  min-width: 75px;
}

.min-width-100 {
  min-width: 100px;
}

.min-width-125 {
  min-width: 125px;
}

.min-width-150 {
  min-width: 150px;
}

.min-width-175 {
  min-width: 175px;
}

.min-width-200 {
  min-width: 200px;
}

.min-width-225 {
  min-width: 225px;
}

.min-width-250 {
  min-width: 250px;
}

.min-width-275 {
  min-width: 275px;
}

.min-width-300 {
  min-width: 300px;
}

.max-width-25 {
  max-width: 25px;
}

.max-width-50 {
  max-width: 50px;
}

.max-width-75 {
  max-width: 75px;
}

.max-width-100 {
  max-width: 100px;
}

.max-width-125 {
  max-width: 125px;
}

.max-width-150 {
  max-width: 150px;
}

.max-width-175 {
  max-width: 175px;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-225 {
  max-width: 225px;
}

.max-width-250 {
  max-width: 250px;
}

.max-width-275 {
  max-width: 275px;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-325 {
  max-width: 325px;
}

.max-width-350 {
  max-width: 350px;
}

.max-width-375 {
  max-width: 375px;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-425 {
  max-width: 425px;
}

.max-width-450 {
  max-width: 450px;
}

.max-width-475 {
  max-width: 475px;
}

.max-width-500 {
  max-width: 500px;
}

.min-height-25 {
  min-height: 25px;
}

.min-height-50 {
  min-height: 50px;
}

.min-height-75 {
  min-height: 75px;
}

.min-height-100 {
  min-height: 100px;
}

.min-height-125 {
  min-height: 125px;
}

.min-height-150 {
  min-height: 150px;
}

.min-height-175 {
  min-height: 175px;
}

.min-height-200 {
  min-height: 200px;
}

.min-height-225 {
  min-height: 225px;
}

.min-height-250 {
  min-height: 250px;
}

.min-height-275 {
  min-height: 275px;
}

.min-height-300 {
  min-height: 300px;
}

.max-height-25 {
  max-height: 25px;
}

.max-height-50 {
  max-height: 50px;
}

.max-height-75 {
  max-height: 75px;
}

.max-height-100 {
  max-height: 100px;
}

.max-height-125 {
  max-height: 125px;
}

.max-height-150 {
  max-height: 150px;
}

.max-height-175 {
  max-height: 175px;
}

.max-height-200 {
  max-height: 200px;
}

.max-height-225 {
  max-height: 225px;
}

.max-height-250 {
  max-height: 250px;
}

.max-height-275 {
  max-height: 275px;
}

.max-height-300 {
  max-height: 300px;
}

.max-height-325 {
  max-height: 325px;
}

.max-height-350 {
  max-height: 350px;
}

.max-height-375 {
  max-height: 375px;
}

.max-height-400 {
  max-height: 400px;
}

.max-height-425 {
  max-height: 425px;
}

.max-height-450 {
  max-height: 450px;
}

.max-height-475 {
  max-height: 475px;
}

.max-height-500 {
  max-height: 500px;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.no-margin {
  margin: 0;
}

sorted-choices,
tags-picker,
md-dialog-content {
  display: block;
}

@keyframes revealAnimate {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes hideAnimate {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.header .user-identity {
  padding-top: 7px;
}

.header-logo {
  position: relative;
  height: 60px;
  width: 100px;
}

.header-logo .logo-mention {
  position: absolute;
  right: -5px;
  top: 20px;
  font-size: 8px;
  font-weight: bold;
}

.header-logo .header-logo-powered {
  display: block;
  position: absolute;
  right: 7px;
  bottom: 0;
  height: 34px;
  width: 34px;
}

.header-logo svg {
  width: 35px;
  opacity: 0.8;
}

.header-logo .fill {
  fill: white;
}

.header-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header-toggle-menu {
  position: relative;
  text-align: center;
  cursor: pointer;
  outline: none;
  margin-left: 30px;
}

.header-toggle-menu:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 1px;
  background-color: white;
}

.header-toggle-menu-label {
  font-size: 12px;
}

.header-title {
  position: relative;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-title:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 1px;
  background-color: white;
}

.header-http-request-indicator {
  position: relative;
  min-width: 30px;
  margin-left: 20px;
}

.header-actions {
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  white-space: nowrap;
}

.header-actions .fill {
  fill: white;
}

.header-user {
  position: relative;
  color: white;
  cursor: pointer;
}

.header-user-name {
  font-size: 16px;
  outline: none;
}

.header-user-role {
  font-size: 12px;
}

.header-user.header-client {
  position: relative;
  text-align: right;
  margin-right: 15px;
}

.header-user.header-client:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: -7.5px;
  background-color: white;
}

/*.app-content {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100%;
}

.app-content > div {
  flex: 1;
}*/

.app-content app {
  height: calc(100vh - 64px);
}

form {
  padding-bottom: 5px;
}

.clickable {
  cursor: pointer;
}

.small-line-height {
  line-height: 1.4;
}

.spacer {
  display: block;
  margin-bottom: 8px;
}

.underlined {
  text-decoration: underline !important;
}

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 10px;
  table-layout: auto;
  border-spacing: 0;
}

table caption {
  background: transparent;
  color: #222222;
  font-size: 14px;
  font-weight: bold;
}

table thead,
table thead tr:nth-child(even) {
  background: #F5F5F5;
}

table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 4px 4px;
}

table thead tr th:not(.fluid-th) {
  height: 37px;
}

table tfoot {
  background: #F5F5F5;
}

table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 4px 4px;
}

table tr th,
table tr td {
  color: #222222;
  font-size: 14px;
  padding: 6px 4px 4px;
  text-align: left;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #F9F9F9;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 16px;
}

.start-page-by-create-button-container {
  position: relative;
  margin-top: 10px;
}

.start-page-by-create-button-container button {
  position: absolute;
  right: -5px;
  bottom: -25px;
}

.end-page-by-create-button-container {
  position: relative;
}

.end-page-by-create-button-container button {
  position: absolute;
  right: -5px;
  top: 5px;
}

.text-primary {
  color: #2C3E50;
}

.green {
  color: green;
}

.orange {
  color: orange;
}

.red {
  color: red;
}

.high-risk {
  color: #f44336;
}

.moderate-risk {
  color: #f4ae1d;
}

.low-risk {
  color: #106CC1;
}

.small-text {
  font-size: 12px;
}

.pointer {
  cursor: pointer;
}

numeric-input {
  width: 100%;
}

.validation-error {
  color: #c93535;
}

md-chips,
default,
overloaded {
  display: block;
}

.navigation-menu {
  padding-bottom: 30px;
}

.navigation-menu > .icon-bar {
  width: 100%;
}

.spacer {
  padding-top: 15px;
}

.folders {
  height: 700px;
}

.tile-list-content {
  overflow: visible;
}

.tile-text-content {
  color: white;
  font-size: calc(16px + 24 * (100vw - 320px) / 1120);
  font-weight: bold;
}

.tile {
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  cursor: pointer;
  transition: 340ms;
  overflow: hidden;
}

.tile:active {
  transition: 340ms;
  -ms-transform: scale(0.96);
  transform: scale(0.96);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.08);
}

.tile:hover .tile-btn-access {
  transition: 340ms;
  width: 84px;
}

.tile:hover .tile-btn-access .label {
  transition: 340ms;
  left: -6px !important;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
}

.tile figure {
  padding: 8px 24px;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-align: left;
  align-items: left;
}

.tile .tile-title {
  color: #56799C;
}

.tile .tile-btn-access {
  transition: 340ms;
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: block;
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background-color: #dfe5e9;
  color: #a2b4c0;
  white-space: nowrap;
  overflow: hidden;
}

.tile .tile-btn-access i {
  display: inline-block;
  vertical-align: middle;
}

.tile .tile-btn-access .label {
  transition: 340ms;
  position: relative;
  left: -10px !important;
  top: 1px;
  font-weight: bold;
  opacity: 0;
}

.tile img {
  position: absolute;
  bottom: 0;
  right: -24px;
  height: 50%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tile img {
    height: 80%;
  }
}

.tile.white {
  background: white;
}

.tile.gray {
  background: #f5f5f5;
}

.tile.green {
  background: #b9f6ca;
}

.tile.yellow {
  background: #ffff8d;
}

.tile.blue {
  background: #84ffff;
}

.tile.darkBlue {
  background: #80d8ff;
}

.tile.deepBlue {
  background: #448aff;
}

.tile.purple {
  background: #b388ff;
}

.tile.lightPurple {
  background: #8c9eff;
}

.tile.red {
  background: #ff8a80;
}

.tile.pink {
  background: #ff80ab;
}

.tile.orange {
  background: orange;
}

.tile.accent {
  background: #579dd9;
}

.tile.darkBlue {
  background: #2C3E50;
}

.tile.gold {
  background: #FFBF16;
}

@media screen and (min-width: 0\0) {
  .slideshow-content-item {
    position: absolute;
    top: calc(50% - 50px);
    left: 50%;
    color: white;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .slideshow-content-item:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ff8a80;
    content: '';
    z-index: -1;
  }
}

@supports (-ms-ime-align: auto) {
  .slideshow-content-item {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    color: white;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .slideshow-content-item:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ff8a80;
    content: '';
    z-index: -1;
  }
}

@supports (-ms-ime-align: auto) {
  .tile .slideshow {
    height: calc(100% - 54px);
  }
}

@supports (-ms-ime-align: auto) {
  .tile .slideshow .slideshow-core {
    height: 100%;
    padding-top: 64px;
  }
}

.illu {
  position: relative;
  display: block;
  margin: 15px auto;
}

.illu img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.illu.small {
  height: 80px;
  width: 80px;
}

.illu.medium {
  height: 140px;
  width: 140px;
}

.illu.large {
  height: 200px;
  width: 200px;
}

app {
  height: 100%;
}

.folders-list > table {
  width: 100%;
}

.sorted-choices .action-button {
  cursor: pointer;
  margin: auto;
  width: 25px;
}

.sorted-choices span.action-button {
  display: inline-block;
  vertical-align: middle;
}

.drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 170px;
  text-align: center;
  padding: 30px 10px;
  margin-left: 10px;
}

.background-sidenav {
  background-color: #579dd9;
  height: 100%;
}

.background-sidenav md-divider {
  border-top-color: white;
}

.section-title {
  min-height: 50px;
}

.section-title .md-toolbar-tools {
  height: 50px;
  max-height: 50px;
}

.section-subtitle {
  background-color: white !important;
  border-bottom: 1px solid #2C3E50;
  margin-bottom: 15px;
  font-size: 16px;
}

.section-subtitle ._md-subheader-inner {
  padding: 12px 5px 6px 4px;
}

.in-subheader-button {
  float: right;
  margin-top: -20px;
  margin-bottom: 0;
}

.detail-indicator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: 0.99;
  border-radius: 0 0 3px 0;
  overflow: hidden;
  z-index: 42;
}

.detail-indicator:after {
  position: absolute;
  content: '';
  width: 200%;
  height: 200%;
  right: -50px;
  bottom: -50px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: #2C3E50;
}

.detail-indicator:before {
  position: absolute;
  content: '';
  width: 200%;
  height: 200%;
  right: -45px;
  bottom: -50px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  -ms-transform-origin: center center;
  transform-origin: center center;
  background-color: white;
}

.detail-indicator .material-icons {
  position: absolute;
  bottom: 2px;
  right: 4px;
  font-size: 16px;
  color: white;
}

.blobs-picker {
  border: darkgrey 1px solid;
  padding: 5px;
}

.blobs-picker .drop-box {
  cursor: pointer;
}

.blobs-picker.blobs-picker-disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: rgba(0, 0, 0, 0.12);
}

.blobs-picker.blobs-picker-disabled .drop-box {
  cursor: not-allowed;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}

.blobs-picker.blobs-picker-disabled .drop-box md-icon {
  color: rgba(0, 0, 0, 0.15);
}

.with-small-picker .drop-box {
  padding-top: 0;
  padding-bottom: 0;
}

.with-small-picker .blobs-picker md-list {
  max-height: 100px;
  overflow-y: auto;
}

.with-small-picker .blobs-picker md-list-item {
  min-height: 28px;
}

.comments-list,
.document-picker-list {
  min-height: 34px;
  overflow-y: auto;
}

.comments-list.scroll-after-2-lines,
.document-picker-list.scroll-after-2-lines {
  max-height: 68px;
}

.comments-list.scroll-after-3-lines,
.document-picker-list.scroll-after-3-lines {
  max-height: 103px;
}

.comments-list.scroll-after-4-lines,
.document-picker-list.scroll-after-4-lines {
  max-height: 136px;
}

.comments-list.scroll-after-5-lines,
.document-picker-list.scroll-after-5-lines {
  max-height: 170px;
}

.comments-list-item,
.document-picker-list-item {
  height: 32px;
  margin-bottom: 2px;
}

.signer-validate,
.status-check_circle,
.status-check_box {
  color: #b8ec89;
  text-align: center;
  padding-top: 10px;
}

.signer-validate i,
.status-check_circle i,
.status-check_box i {
  font-size: 52px;
}

.colored-card-title {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 15px;
  border-radius: 2px 2px 0 0;
}

.colored-card-title md-card-title-text {
  min-height: 48px;
}

.colored-card-title .md-headline {
  font-size: 20px;
}

.colored-card-title.accent {
  color: white;
  background-color: #215f94;
}

.title-in-sidenav {
  color: #2C3E50;
  font-weight: bold;
}

.customer-change-in-sidenav {
  font-size: 14px;
  color: white !important;
}

.customer-change-in-sidenav:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

[md-data-filter] {
  display: inline;
}

.person-editor-table table {
  margin-bottom: 0;
}

.person-editor-table md-input-container {
  margin-top: 0;
  margin-bottom: -15px;
  width: 100%;
}

information-sheet-parent {
  height: 100%;
}

#information-sheet-parent-content {
  height: 100%;
}

#information-sheet-view {
  overflow: auto;
}

.sidenav-sub-menu {
  margin: 0;
  padding: 0;
}

.sidenav-sub-menu.sidenav-submenu-close {
  display: none;
}

.sidenav-menu-container {
  padding: 20px 18px;
}

.sidenav-menu-container .sidenav-menu-item-divider {
  color: white;
  margin-top: -1px;
}

.sidenav-menu-container .sidenav-menu-item-divider:first-child .label-divider {
  border-top: 0;
}

.sidenav-menu-container .sidenav-menu-item-divider:last-child .label-divider {
  border-bottom: 0;
}

.sidenav-menu-container .sidenav-menu-item-divider .label-divider {
  display: block;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.sidenav-menu {
  padding: 0 0 0 10px;
  margin: 0;
}

.sidenav-menu.sidenav-close-section {
  display: none;
}

.sidenav-menu .label-collapse {
  display: block;
  position: relative;
  padding: 10px 10px 10px 28px;
  cursor: pointer;
}

.sidenav-menu .label-collapse .arrow-collapse {
  position: absolute;
  top: 50%;
  left: -5px;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  color: white;
  text-align: left;
}

.sidenav-menu-item {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}

.sidenav-menu-titleLink {
  display: block;
  height: 100%;
  color: white !important;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.25s;
}

.sidenav-menu-link {
  padding: 8px;
  display: block;
  height: 100%;
  color: white !important;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.25s;
}

.sidenav-menu-link:hover,
.sidenav-menu-link.selected {
  background-color: rgba(255, 255, 255, 0.2);
}

.label-data {
  font-size: 16px;
  padding-top: 4px;
}

.label-progress {
  font-weight: bold;
}

.result-financial {
  display: block;
  width: 100%;
  border: 2px solid white;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  padding: 7px 10px 5px 10px;
  color: white;
}

.tile.main-light-color {
  background-color: #579dd9;
}

.dropdown,
.link,
.link-hover {
  display: inline-block;
}

.link-hover {
  margin-right: 8px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 64px;
  top: 54px;
}

.dropdown:hover .dropdown-content {
  display: block;
  border: 1px solid #dedfdf;
  box-shadow: 3px 2px 10px #dedfdf;
}

.dropdown-content .link {
  display: block;
}

.link {
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  background: white;
  color: #929494 !important;
  outline: none;
  padding: 15px;
  min-width: 200px;
  transition: background 0.5s;
}

.link:hover {
  background: #106CC1;
  color: white !important;
  outline-style: none;
}

.link:hover span {
  outline: none;
}

.link:active,
.link-hover:active {
  background: #2C3E50;
  outline: none;
  font-weight: bold;
}

.link-hover:hover {
  display: block;
  cursor: pointer;
  color: white;
  margin-right: 8px;
  width: 48px;
  height: 48px;
  background: #106CC1;
  border-radius: 100%;
}

/*LET THE STYLING END :(*/

md-icon {
  margin-top: 0;
}

.drop-zone {
  display: table;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 3px dashed #525252;
  border-radius: 10px;
}

.drop-zone .text-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.label-nb {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #579dd9;
  margin: 0 3px;
  padding: 3px 8px 2px 8px;
  color: #579dd9;
  border-radius: 2px;
  font-weight: bold;
}

.material-icons.list {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
}

signature {
  margin-right: 20px;
}

.signature-pad-footer .description {
  margin: 16px 0;
}

.switch-width {
  width: 100px;
}

.label {
  display: inline-block;
  vertical-align: middle;
}

.label.primary {
  background-color: #2C3E50;
  color: white;
}

.label.primary.hollow {
  background-color: transparent;
  color: #2C3E50;
  font-weight: 600;
}

.label.primary.dotted:before {
  content: '\2022';
  margin-right: 3px;
}

.label.secondary {
  background-color: #D0D9DF;
  color: #31312f;
}

.label.secondary.hollow {
  background-color: transparent;
  color: #D0D9DF;
  font-weight: 600;
}

.label.secondary.dotted:before {
  content: '\2022';
  margin-right: 3px;
}

.label.dark {
  background-color: #31312f;
  color: white;
}

.label.dark.hollow {
  background-color: transparent;
  color: #31312f;
  font-weight: 600;
}

.label.dark.dotted:before {
  content: '\2022';
  margin-right: 3px;
}

.label.success {
  background-color: #b8ec89;
  color: #31312f;
}

.label.success.hollow {
  background-color: transparent;
  color: #b8ec89;
  font-weight: 600;
}

.label.success.dotted:before {
  content: '\2022';
  margin-right: 3px;
}

.label.warning {
  background-color: #ffae11;
  color: white;
}

.label.warning.hollow {
  background-color: transparent;
  color: #ffae11;
  font-weight: 600;
}

.label.warning.dotted:before {
  content: '\2022';
  margin-right: 3px;
}

.label.alert {
  background-color: #c93535;
  color: white;
}

.label.alert.hollow {
  background-color: transparent;
  color: #c93535;
  font-weight: 600;
}

.label.alert.dotted:before {
  content: '\2022';
  margin-right: 3px;
}

.label.accent {
  background-color: #579dd9;
  color: white;
}

.label.accent.hollow {
  background-color: transparent;
  color: #579dd9;
  font-weight: 600;
}

.label.accent.dotted:before {
  content: '\2022';
  margin-right: 3px;
}

.label.lightgrey {
  background-color: #E6E6E6;
  color: #31312f;
}

.label.lightgrey.hollow {
  background-color: transparent;
  color: #E6E6E6;
  font-weight: 600;
}

.label.lightgrey.dotted:before {
  content: '\2022';
  margin-right: 3px;
}

.label.tiny {
  padding: 3px 4px 2px 4px;
  font-size: 9px;
  line-height: 11px;
}

.label.tiny.hollow {
  padding-left: 0;
  padding-right: 0;
}

.label.tiny.dotted:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 24px;
}

.label.small {
  padding: 3px 4px 4px 4px;
  font-size: 10px;
  line-height: 12px;
}

.label.small.hollow {
  padding-left: 0;
  padding-right: 0;
}

.label.small.dotted:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 25px;
}

.label.medium,
.label {
  padding: 4px 5px 5px 5px;
  font-size: 12px;
  line-height: 14px;
}

.label.medium.hollow,
.hollow.label {
  padding-left: 0;
  padding-right: 0;
}

.label.medium.dotted:before,
.dotted.label:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 27px;
  line-height: 27px;
}

.label.large {
  padding: 7px 7px 6px 7px;
  font-size: 16px;
  line-height: 18px;
}

.label.large.hollow {
  padding-left: 0;
  padding-right: 0;
}

.label.large.dotted:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 31px;
  line-height: 31px;
}

.label.xlarge {
  padding: 8px 7px 6px 7px;
  font-size: 18px;
  line-height: 20px;
}

.label.xlarge.hollow {
  padding-left: 0;
  padding-right: 0;
}

.label.xlarge.dotted:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 33px;
  line-height: 33px;
}

.label.radius {
  border-radius: 3px;
}

md-input-container {
  padding-bottom: 0;
  padding-right: 24px;
}

.md-input-focused label {
  overflow: visible !important;
}

numeric-input-with-label md-icon,
md-input-container md-icon {
  position: relative;
  left: -20px;
}

numeric-input-with-label md-icon.md-datepicker-calendar-icon,
md-input-container md-icon.md-datepicker-calendar-icon {
  position: relative;
  left: 0 !important;
}

a.md-default-theme:not(.md-button),
a:not(.md-button) {
  color: #579dd9;
}

.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background-color: #579dd9;
}

.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator,
.md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border-color: #579dd9;
}

.md-default-theme .md-datepicker-open .md-datepicker-calendar-icon,
.md-datepicker-open .md-datepicker-calendar-icon {
  fill: #579dd9;
}

.md-default-theme .md-datepicker-input-container.md-datepicker-focused,
.md-datepicker-input-container.md-datepicker-focused {
  border-bottom-color: #579dd9;
}

md-content {
  background-color: white;
}

md-checkbox.md-default-theme.md-checked ._md-icon:after,
md-checkbox.md-checked ._md-icon:after {
  border-color: white !important;
}

md-progress-circular {
  position: absolute !important;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

.no-margin-input-container {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  md-sidenav {
    max-width: 400px !important;
    min-width: 320px !important;
  }
}

.date-picker-container-fix-form-align {
  position: relative;
  height: 66px;
  top: -18px;
  padding-right: 3px;
}

.date-picker-container-fix-form-align.bar-searh {
  top: 15px;
}

.date-picker-container-fix-form-align label {
  display: block;
  position: relative;
  left: 28px;
}

.align-icon-with-text {
  vertical-align: bottom;
}

.label-like-md-label {
  transform: translate3d(0, 8px, 0) scale(0.75);
  -ms-transform-origin: left top;
  transform-origin: left top;
  color: rgba(0, 0, 0, 0.54);
}

.switch-in-form-fix-align {
  position: relative;
  top: -7px;
  padding-right: 7px;
}

.switch-in-form-fix-align .label-like-md-label {
  position: relative;
  top: -2px;
}

md-input-container.md-default-theme .md-input[disabled],
md-input-container .md-input[disabled],
md-input-container.md-default-theme .md-input [disabled],
md-input-container .md-input [disabled] {
  color: rgba(0, 0, 0, 0.97);
}

[disabled] + .md-errors-spacer {
  min-height: 20px;
  height: 20px;
}

.md-button.md-responsive {
  padding: 9px 16px;
  white-space: normal;
  line-height: 1.5;
}

.md-button.md-fab.md-mini.fix-line-height {
  line-height: 56px !important;
}

th[flex],
td[flex] {
  display: block;
}

.adjust-checkbox-list-spacing {
  padding-left: 4px;
  padding-right: 4px;
}

.adjust-checkbox-list-spacing label {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.54);
}

.signs-label {
  display: -ms-inline-grid;
  display: inline-grid;
  width: 100%;
  text-transform: uppercase;
}

.dashboard-progress {
  padding-bottom: 30px;
}

@media screen and (max-width: 1279px) {
  .dashboard-progress {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    padding-bottom: 51px;
  }
}

md-dialog > div[style] {
  max-width: 100%;
}

.fix-md-card-align {
  margin: 8px !important;
}

.force-tab-content-height md-tab-content {
  height: 450px;
  overflow: auto !important;
}

.fix-tooltip-overflow {
  overflow: visible;
}

.fix-tooltip-overflow [md-table] {
  overflow: visible;
}

.fix-tooltip-overflow .ordered-table tr td {
  padding-top: inherit !important;
  padding-bottom: inherit !important;
}

md-grid-tile-footer figcaption {
  max-width: 100%;
}

md-select md-select-value {
  -ms-flex-pack: justify;
}

md-sidenav + .section-content,
md-sidenav + md-content {
  overflow: auto;
}

md-dialog.md-content-overflow .md-actions,
md-dialog.md-content-overflow md-dialog-actions {
  border-top-color: white !important;
}

table.md-table th.md-column md-icon {
  min-width: 16px;
  min-height: 16px;
}

label.md-required {
  color: #c93535;
}

.label-like-md-label.invalid {
  color: #c93535;
}

input[required]:not(.ng-valid-required),
textarea[required]:not(.ng-valid-required) {
  border-bottom-color: #c93535;
}

md-select[required]:not(.ng-valid-required) md-select-value {
  color: #c93535;
  border-bottom-color: #c93535;
}

beclm-datepicker[required]:not(.ng-valid-required) md-datepicker input {
  color: #c93535;
  border-bottom-color: #c93535;
}

beclm-datepicker[required]:not(.ng-valid-required) md-datepicker md-icon {
  color: #c93535;
  border-bottom-color: #c93535;
}

.numeric-input-container label {
  padding-right: 20px !important;
}

.numeric-input-container input {
  text-align: right;
}

table .small-error .md-errors-spacer {
  min-height: 0;
  height: auto;
}

numeric-input-with-label md-icon.material-icons {
  padding-left: 3px;
  padding-top: 10px !important;
  font-size: 18px !important;
}

numeric-input-with-label.fix-addon-pos md-icon {
  padding-top: 21px !important;
}

.section-content {
  padding: 10px;
}

.section-infos {
  position: relative;
  margin: 8px 0 34px 0;
  padding: 16px 20px 16px 0px;
  line-height: 1.4;
  font-size: 14px;
  overflow: hidden;
  z-index: 1;
}

.section-infos:after {
  font-family: 'Material Icons';
  position: absolute;
  right: -30px;
  top: -50px;
  font-size: 134px;
  color: #D0D9DF;
  content: "\E88F";
  z-index: -1;
  opacity: 0.5;
}

.section-infos p {
  margin: 2px 0;
}

.operation-step md-input-container,
.compact-form md-input-container {
  margin-top: 5px;
  margin-bottom: 5px;
}

.indicator {
  text-align: center;
}

.indicator-value {
  font-size: 60px;
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
  .indicator-value {
    font-size: 40px;
  }
}

.indicator-label {
  font-size: 20px;
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
  .indicator-label {
    font-size: 16px;
  }
}

.status-button.toggled {
  border: black 3px solid;
}

.risk-badge {
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  line-height: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 12px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.risk-badge-label {
  display: none;
  background-color: #E6E6E6;
}

.risk-badge-value {
  color: white;
  background-color: #383838;
  -ms-flex: 1;
  flex: 1;
  padding: 4px;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.risk-badge[class$="risk"] .risk-badge-label {
  -ms-flex: 2;
  flex: 2;
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.risk-badge[class$="risk"] .risk-badge-value {
  border-radius: 0 3px 3px 0;
}

.risk-badge.low-risk .risk-badge-value {
  background-color: #106CC1;
}

.risk-badge.moderate-risk .risk-badge-value {
  background-color: #f4ae1d;
}

.risk-badge.high-risk .risk-badge-value {
  background-color: #f44336;
}

.status-badge {
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  line-height: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 12px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.status-badge-label {
  display: none;
  color: white;
  background-color: #383838;
  border-radius: 3px;
}

.status-badge .status-badge-label {
  -ms-flex: 2;
  flex: 2;
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.status-badge.low-risk .status-badge-label {
  background-color: #106CC1;
}

.status-badge.moderate-risk .status-badge-label {
  background-color: #f4ae1d;
}

.status-badge.high-risk .status-badge-label {
  background-color: #f44336;
}

.status-badge.unknown-risk .status-badge-label {
  color: #383838;
  background-color: white;
}

.status-badge.no-risk .status-badge-label {
  background-color: #b8ec89;
}

.status-badge.success .status-badge-label {
  background-color: #b8ec89;
}

.status-badge.error .status-badge-label {
  background-color: #c93535;
}

.status-badge.not-applicable .status-badge-label {
  color: #383838;
  background-color: white;
}

.blacklist-search-form md-input-container {
  margin-top: 0;
  margin-bottom: 0;
}

.risk-folder .login {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.risk-folder-details md-tab-content {
  height: 230px;
}

.rasterized-viewver {
  margin: 8px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.rasterized-viewver-thumbs {
  max-height: calc(100vh - 160px);
  font-size: 10px;
  color: white;
  border-radius: 3px 0 0 3px;
  background-color: #31312f;
  overflow-y: auto;
}

.rasterized-viewver-thumb {
  cursor: pointer;
  padding: 6px;
  outline: none;
}

.rasterized-viewver-thumb:hover {
  background-color: #464643;
}

.rasterized-viewver-pages {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  border-radius: 0 3px 3px 0;
}

.button-group {
  display: -ms-flexbox;
  display: flex;
  min-height: 36px;
  line-height: 36px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 12px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.button-group-item {
  color: rgba(255, 255, 255, 0.87);
  background-color: #2C3E50;
  border: 1px solid #2C3E50;
  min-width: 88px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.010em;
  outline: none;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.button-group-item:first-child {
  border-radius: 3px 0 0 3px;
}

.button-group-item:last-child {
  border-radius: 0 3px 3px 0;
}

.button-group-item.only-one-choice {
  border-radius: 3px;
}

.button-group-item.button-active {
  background-color: #579dd9;
  box-shadow: 0 2px 5px 0 rgba(44, 62, 80, 0.2) inset;
}

.button-group-item.button-active.high-risk {
  background-color: #f44336;
}

.button-group-item.button-active.moderate-risk {
  background-color: #f4ae1d;
}

.button-group-item.button-active.low-risk {
  background-color: #106CC1;
}

.button-group-item.button-active.unknown-risk {
  color: #383838;
  background-color: white;
}

.button-group-item.button-active.no-risk {
  background-color: #b8ec89;
}

.button-group[disabled] .button-group-item {
  cursor: default;
  background-color: #525252;
}

.button-group[disabled] .button-group-item.button-active {
  background-color: #579dd9;
}

.button-scoring {
  position: relative;
  padding-right: 45px !important;
}

.button-scoring-value {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 10px 0;
  background-color: white;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
}

.button-scoring.md-accent .button-scoring-value {
  color: #579dd9;
}

.button-scoring.md-primary .button-scoring-value {
  color: #2C3E50;
}

.button-label {
  display: inline-block;
  padding-right: 45px;
}

.fixed-header {
  position: relative;
  width: 100%;
  padding-top: 37px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
}

.fixed-header thead th {
  height: 0 !important;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent !important;
  border: none;
  white-space: nowrap;
}

.fixed-header thead th div {
  position: absolute;
  top: 0;
  color: #222222;
  padding: 6px 4px 4px;
  margin-left: -8px;
  background-color: transparent;
  line-height: 23px;
}

.fixed-header table {
  width: 100%;
  margin-bottom: 0;
  border: none;
}

.fixed-header table button {
  margin: 0;
}

.fixed-container {
  overflow-y: auto;
}

.fixed-container.small-height {
  max-height: 208px;
}

.fixed-container.medium-height {
  max-height: 450px;
}

.fixed-container.large-height {
  max-height: 600px;
}

.table-scoring {
  width: 100%;
  table-layout: fixed;
}

.table-scoring-ref-col {
  margin: 0;
  height: 200px !important;
  width: 55px;
  text-align: center;
  white-space: nowrap;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.table-scoring-score-col {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-scoring-linking-col {
  width: 75px;
  color: #579dd9;
  text-align: center;
}

.table-scoring-left-col {
  text-align: right;
}

.table-scoring-right-col {
  text-align: left;
}

.table-scoring input {
  width: 100%;
}

.ordered-table thead > tr {
  height: auto !important;
}

.ordered-table thead > tr th {
  color: #222222 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  padding: 6px 4px 4px !important;
}

.ordered-table thead + thead > tr th {
  padding: 0 !important;
  height: 0;
}

.ordered-table tr th,
.ordered-table tr td {
  font-size: 14px !important;
  padding: 6px 4px 4px !important;
  text-align: left !important;
}

*[md-data-filter] md-datepicker input {
  color: white;
}

*[md-data-filter] md-datepicker md-icon {
  color: white;
}

.numeric {
  text-align: right;
}

thead .numeric {
  padding-right: 26px;
}

table md-icon {
  line-height: inherit !important;
  padding-top: 0 !important;
}

.col-fix-100 {
  min-width: 100px;
}

.break-word-table th,
.break-word-table td {
  word-break: break-word;
}

@media screen and (min-width: 0\0) {
  .break-word-table th,
  .break-word-table td {
    word-break: break-all;
    overflow-wrap: break-word;
  }
}

.ellipsis-table th,
.ellipsis-table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.signature-block {
  border: 1px solid #2C3E50;
  padding: 6px;
  min-height: 80px !important;
}

.signature-block-date {
  font-size: 14px;
}

.signature-block-name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.signature-block-phone {
  font-size: 12px;
  font-style: italic;
}

.signature-pad .signature-pad-body {
  border: 1px solid #31312f;
}

.signature-column {
  width: 350px;
}

.doc-container {
  height: calc(100vh - 10vh);
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.doc-paraph-preview {
  margin: 0 auto !important;
  padding-bottom: 160px !important;
  padding-top: 20px !important;
}

.doc-paraph-preview img {
  width: 80%;
  max-width: 720px;
}

.compliance-report-progress-container {
  width: 250px;
  height: 250px;
  padding: 8px 0;
  box-sizing: content-box;
}

.compliance-report-customer-name {
  font-size: 20px;
  font-weight: bold;
}

.compliance-report-customer-folder {
  font-size: 16px;
  font-weight: bold;
}

.compliance-report-customer-operation {
  font-size: 12px;
  font-weight: normal;
}

.compliance-report-motor-version {
  font-size: 12px;
}

.compliance-report-results {
  margin-top: 10px;
}

.compliance-report md-card {
  margin-right: 0;
}

.badge {
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  line-height: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 12px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.badge-label {
  display: none;
  color: white;
  background-color: #383838;
  border-radius: 3px;
}

.badge .badge-label {
  -ms-flex: 2;
  flex: 2;
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.badge.split .badge-label {
  border-radius: 3px 0 0 3px;
}

.badge.split .badge-label + .badge-label {
  border-radius: 0 3px 3px 0;
}

.badge.with-separator .badge-label {
  border-right: 1px solid;
}

.badge.with-separator .badge-label + .badge-label {
  border-right: none;
}

.badge.primary > .badge-label {
  color: white;
  background-color: #2C3E50;
}

.badge.primary.split .badge-label {
  border-right-color: #233240;
}

.badge.split .badge-label.primary {
  color: white;
  background-color: #2C3E50;
}

.badge.secondary > .badge-label {
  color: #2C3E50;
  background-color: #D0D9DF;
}

.badge.secondary.split .badge-label {
  border-right-color: #9db0bc;
}

.badge.split .badge-label.secondary {
  color: #2C3E50;
  background-color: #D0D9DF;
}

.badge.dark > .badge-label {
  color: white;
  background-color: #31312f;
}

.badge.dark.split .badge-label {
  border-right-color: #272726;
}

.badge.split .badge-label.dark {
  color: white;
  background-color: #31312f;
}

.badge.success > .badge-label {
  color: #2C3E50;
  background-color: #b8ec89;
}

.badge.success.split .badge-label {
  border-right-color: #91e249;
}

.badge.split .badge-label.success {
  color: #2C3E50;
  background-color: #b8ec89;
}

.badge.warning > .badge-label {
  color: white;
  background-color: #ffae11;
}

.badge.warning.split .badge-label {
  border-right-color: #da9000;
}

.badge.split .badge-label.warning {
  color: white;
  background-color: #ffae11;
}

.badge.alert > .badge-label {
  color: white;
  background-color: #c93535;
}

.badge.alert.split .badge-label {
  border-right-color: #a12a2a;
}

.badge.split .badge-label.alert {
  color: white;
  background-color: #c93535;
}

.badge.accent > .badge-label {
  color: white;
  background-color: #579dd9;
}

.badge.accent.split .badge-label {
  border-right-color: #2d80c6;
}

.badge.split .badge-label.accent {
  color: white;
  background-color: #579dd9;
}

.badge.lightgrey > .badge-label {
  color: #2C3E50;
  background-color: #E6E6E6;
}

.badge.lightgrey.split .badge-label {
  border-right-color: #b8b8b8;
}

.badge.split .badge-label.lightgrey {
  color: #2C3E50;
  background-color: #E6E6E6;
}

.risk-badge {
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  line-height: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 12px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.risk-badge-label {
  display: none;
  background-color: #E6E6E6;
}

.risk-badge-value {
  color: white;
  background-color: #383838;
  -ms-flex: 1;
  flex: 1;
  padding: 4px;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.risk-badge[class$="risk"] .risk-badge-label {
  -ms-flex: 2;
  flex: 2;
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.risk-badge[class$="risk"] .risk-badge-value {
  border-radius: 0 3px 3px 0;
  word-break: normal;
}

.risk-badge.low-risk .risk-badge-value {
  background-color: #106CC1;
}

.risk-badge.moderate-risk .risk-badge-value {
  background-color: #f4ae1d;
}

.risk-badge.high-risk .risk-badge-value {
  background-color: #f44336;
}

.status-badge {
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  line-height: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  font-size: 12px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.status-badge-label {
  display: none;
  color: white;
  background-color: #383838;
  border-radius: 3px;
}

.status-badge .status-badge-label {
  -ms-flex: 2;
  flex: 2;
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.status-badge.low-risk .status-badge-label {
  background-color: #106CC1;
}

.status-badge.moderate-risk .status-badge-label {
  background-color: #f4ae1d;
}

.status-badge.high-risk .status-badge-label {
  background-color: #f44336;
}

.status-badge.unknown-risk .status-badge-label {
  color: #383838;
  background-color: white;
}

.status-badge.no-risk .status-badge-label {
  background-color: #b8ec89;
}

.status-badge.success .status-badge-label {
  background-color: #b8ec89;
}

.status-badge.error .status-badge-label {
  background-color: #c93535;
}

.status-badge.not-applicable .status-badge-label {
  color: #383838;
  background-color: white;
}

.had-tooltip {
  position: relative;
}

.had-tooltip:hover tooltip,
.had-tooltip.isOpen tooltip {
  display: block;
  animation: revealAnimate 0.50s;
}

tooltip {
  display: none;
  animation: hideAnimate 0.50s;
  position: absolute;
  bottom: -1px;
  right: 100%;
  margin-right: 10px;
  padding: 4px 6px;
  font-size: 13px;
  color: white;
  border: 1px solid #2C3E50;
  background-color: rgba(44, 62, 80, 0.8);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 3px;
  z-index: 1000;
  white-space: nowrap;
}

tooltip:after {
  content: '\25BA';
  position: absolute;
  bottom: 0;
  left: 100%;
  font-size: 8px;
  color: #2C3E50;
}

tooltip[position="bottomLeft"] {
  bottom: -100px;
  right: 100%;
  margin-right: 10px;
}

tooltip[position="bottomLeft"]:after {
  content: '\25BA';
  bottom: 100px;
  left: 100%;
}

tooltip[position="bottomRight"] {
  bottom: -1px;
  right: auto;
  left: 100%;
  margin-right: 10px;
}

tooltip[position="bottomRight"]:after {
  content: '\25C4';
  bottom: 0;
  left: auto;
  right: 100%;
}

tooltip[position="upperTopLeft"] {
  bottom: 30px;
  left: -10px;
  right: auto;
  margin-right: 10px;
}

tooltip[position="upperTopLeft"]:after {
  content: '\25BC';
  bottom: -13px;
  left: 10px;
}

.underlined-section-title {
  display: block;
  width: auto;
  margin-bottom: 10px;
  padding: 6px 3px;
  border-bottom: 1px solid;
}

.underlined-section-title.primary {
  color: #2C3E50;
  border-bottom-color: #2C3E50;
}

.underlined-section-title.secondary {
  color: #D0D9DF;
  border-bottom-color: #D0D9DF;
}

.underlined-section-title.dark {
  color: #31312f;
  border-bottom-color: #31312f;
}

.underlined-section-title.success {
  color: #b8ec89;
  border-bottom-color: #b8ec89;
}

.underlined-section-title.warning {
  color: #ffae11;
  border-bottom-color: #ffae11;
}

.underlined-section-title.alert {
  color: #c93535;
  border-bottom-color: #c93535;
}

.underlined-section-title.accent {
  color: #579dd9;
  border-bottom-color: #579dd9;
}

.underlined-section-title.lightgrey {
  color: #E6E6E6;
  border-bottom-color: #E6E6E6;
}

.md-body-2.main-title-color {
  color: #579dd9;
  font-weight: bold;
}

.col-title-infos {
  margin: 16px 0 0 0;
  padding: 8px 16px;
  background-color: #2C3E50;
  color: white;
  -ms-flex-line-pack: center;
  align-content: center;
  border-right: 1px solid white;
  font-weight: bold;
}

.col-breadcrumbs-table {
  position: relative;
  margin: 16px 0 0 0;
  padding: 8px 16px 8px 24px;
  background-color: white;
  color: #2C3E50;
  border: none !important;
  text-align: center;
}

.col-breadcrumbs-table.last-child:before {
  display: none;
}

.col-breadcrumbs-table.last-child:after {
  display: none;
}

.col-breadcrumbs-table:before {
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: white;
  content: '';
}

.col-breadcrumbs-table:after {
  position: absolute;
  right: -44px;
  top: 60%;
  -ms-transform: translate(-50%, -50%) scaleX(0.4);
  transform: translate(-50%, -50%) scaleX(0.4);
  content: '>';
  height: 98px;
  color: #c31f3e;
  font-size: 64px;
  z-index: 1;
}

.col-primary-infos {
  margin: 16px 0;
  padding: 8px 16px;
  background-color: #579dd9;
  color: white;
  -ms-flex-line-pack: center;
  align-content: center;
  border-right: 1px solid white;
  font-weight: bold;
}

.col-secondary-infos {
  margin: 16px 0;
  padding: 8px 16px;
  background-color: #D0D9DF;
  color: black;
  -ms-flex-line-pack: center;
  align-content: center;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  font-weight: bold;
}

.col-primary-infos.no-margin {
  margin: 0px;
}

.col-secondary-infos.no-margin {
  margin: 0px;
}

.col-secondary-infos.border-bottom {
  margin: 0px;
}

.slideshow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slideshow-core {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.slideshow-prev-button,
.slideshow-next-button {
  cursor: pointer;
  outline: none;
}

.slideshow-prev-button.slideshow-button-disabled,
.slideshow-next-button.slideshow-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.slideshow-prev-button .material-icons,
.slideshow-next-button .material-icons {
  font-size: 50px;
}

.slideshow-content {
  -ms-flex: 2;
  flex: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.slideshow-content-item {
  display: block;
  max-width: 100%;
  color: white !important;
  text-decoration: none;
}

.slideshow-pagination {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  z-index: 1000;
}

.slideshow-pagination-item {
  width: 12px;
  height: 12px;
  border: 2px solid white;
  background: transparent;
  border-radius: 12px;
  margin: 0 5px;
  cursor: pointer;
  outline: none;
  transition: background 0.35s;
}

.slideshow-pagination-item.active {
  background-color: white;
  cursor: default;
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
  .slideshow-pagination {
    margin-top: 10px;
  }
}

.control-list-record pre {
  white-space: pre-wrap;
}

.pep-record-enricher-popup md-dialog-content {
  min-width: 1000px;
}

broker-identity {
  position: absolute;
  right: 0;
  top: 100%;
  display: block;
  width: 500px;
  margin-top: 16px;
  padding: 16px;
  color: #383838;
  background: white;
  border-bottom: 3px solid #579dd9;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.15);
}

broker-identity::after {
  content: '';
  position: absolute;
  top: -8px;
  right: 16px;
  width: 20px;
  height: 20px;
  background: white;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.broker-identity-container {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.broker-identity-picture {
  -ms-flex: 1 0 125px;
  flex: 1 0 125px;
  width: 125px;
  height: 160px;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-size: cover;
  border-radius: 10px;
  border: 3px solid #D0D9DF;
}

.broker-identity-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.broker-identity-name {
  font-size: 24px;
  color: #2C3E50;
  font-weight: lighter;
}

.broker-identity-title {
  font-size: 14px;
  color: #579dd9;
  font-weight: bold;
  margin-bottom: 8px;
}

.broker-identity-code {
  font-size: 14px;
  font-weight: bold;
  color: #56799C;
  margin-top: 8px;
}

orias-certification-icon {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

orias-certification-icon .isCheck .fill {
  fill: #b8ec89;
}

orias-certification-icon .isUncheck .fill {
  fill: #c93535;
}

orias-certification-icon .isPending .fill {
  fill: #D0D9DF;
}

.batchResults-item {
  cursor: help;
}

.batchResults-value {
  min-width: 32px;
  text-align: right;
}

@media screen and (min-width: 0\0) {
  .fix-height-batchResults {
    height: 68px;
  }
}

numeric-input-with-label {
  display: inline-block;
}

comments-thread {
  display: block;
}

.ignored-score {
  text-decoration: line-through;
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJhcHAtY2E5NjcxNzQ2ZDU0ZDUwZjkwMmUuY3NzIiwic291cmNlUm9vdCI6IiJ9*/