@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * 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; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-ms-viewport {
  width: device-width; }

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

[tabindex="-1"]:focus {
  outline: none !important; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -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: transparent; }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #616161;
  background-color: #fff; }

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

a {
  color: #003675;
  text-decoration: none; }
  a:hover, a:focus {
    color: #001329;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #d2d2d2; }

.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,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #bdbdbd; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 2.28571rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.71429rem; }

h4, .h4 {
  font-size: 1.42857rem; }

h5, .h5 {
  font-size: 1.14286rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin: 0 0 10.5px; }

.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  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, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #bdbdbd; }

.text-primary {
  color: #003675; }

a.text-primary:hover,
a.text-primary:focus {
  color: #001e42; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #003675; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #001e42; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #d2d2d2; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px; }
  ul ul,
  ul ol,
  ol ul,
  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: 21px; }

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@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 #bdbdbd; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #d2d2d2; }
  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.5;
    color: #bdbdbd; }
    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 #d2d2d2;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  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: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #616161;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @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; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bdbdbd;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #616161;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #9e9e9e; }

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #9e9e9e;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #d2d2d2;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 21px;
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 43.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 26px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a1a1a1; }

@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: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.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: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #003675;
  border-color: #002a5c; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #001e42;
    border-color: black; }
  .btn-primary:hover {
    color: #fff;
    background-color: #001e42;
    border-color: #000e1e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001e42;
    border-color: #000e1e; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #000e1e;
      border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #003675;
    border-color: #002a5c; }
  .btn-primary .badge {
    color: #003675;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #43a047;
  border-color: #3b8e3f; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #347c37;
    border-color: #163417; }
  .btn-success:hover {
    color: #fff;
    background-color: #347c37;
    border-color: #29632c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #347c37;
    border-color: #29632c; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #29632c;
      border-color: #163417; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #43a047;
    border-color: #3b8e3f; }
  .btn-success .badge {
    color: #43a047;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #039be5;
  border-color: #038acc; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0279b3;
    border-color: #01354e; }
  .btn-info:hover {
    color: #fff;
    background-color: #0279b3;
    border-color: #02618f; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0279b3;
    border-color: #02618f; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #02618f;
      border-color: #01354e; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #039be5;
    border-color: #038acc; }
  .btn-info .badge {
    color: #039be5;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #fb8c00;
  border-color: #e27e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #c87000;
    border-color: #623700; }
  .btn-warning:hover {
    color: #fff;
    background-color: #c87000;
    border-color: #a45c00; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c87000;
    border-color: #a45c00; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #a45c00;
      border-color: #623700; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #fb8c00;
    border-color: #e27e00; }
  .btn-warning .badge {
    color: #fb8c00;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e53935;
  border-color: #e2231e; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #cd1e1a;
    border-color: #72110f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #cd1e1a;
    border-color: #ad1a16; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cd1e1a;
    border-color: #ad1a16; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ad1a16;
      border-color: #72110f; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #e53935;
    border-color: #e2231e; }
  .btn-danger .badge {
    color: #e53935;
    background-color: #fff; }

.btn-link {
  color: #003675;
  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: #001329;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #bdbdbd;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #616161;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #545454;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #003675; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #bdbdbd; }

.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: 12px;
  line-height: 1.5;
  color: #bdbdbd;
  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 dashed;
  border-bottom: 4px solid \9;
  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 {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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 .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #9e9e9e;
  text-align: center;
  background-color: #d2d2d2;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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 {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #d2d2d2; }
    .nav > li.disabled > a {
      color: #bdbdbd; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #bdbdbd;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #d2d2d2;
    border-color: #003675; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.5;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #d2d2d2 #d2d2d2 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #9e9e9e;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #003675; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@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:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .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: 14.5px 15px;
  font-size: 20px;
  line-height: 21px;
  height: 50px; }
  .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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.25px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @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: 21px; }
        .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: 14.5px;
          padding-bottom: 14.5px; } }

.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: 7.5px;
  margin-bottom: 7.5px; }
  @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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px; }
  @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: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #e3e3e3; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #e3e3e3; }
  .navbar-inverse .navbar-nav > li > a {
    color: #e3e3e3; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #e3e3e3; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #e3e3e3; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #e3e3e3; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #bdbdbd; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.5;
      text-decoration: none;
      color: #003675;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #001329;
    background-color: #d2d2d2;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #003675;
    border-color: #003675;
    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: #bdbdbd;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #d2d2d2; }
  .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: #bdbdbd;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #bdbdbd; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #a4a4a4; }

.label-primary {
  background-color: #003675; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #001e42; }

.label-success {
  background-color: #43a047; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #347c37; }

.label-info {
  background-color: #039be5; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #0279b3; }

.label-warning {
  background-color: #fb8c00; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #c87000; }

.label-danger {
  background-color: #e53935; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #cd1e1a; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bdbdbd;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #003675;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #d2d2d2; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #b9b9b9; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #616161; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #003675; }

.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #003675;
  -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: #43a047; }
  .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: #039be5; }
  .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: #fb8c00; }
  .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: #e53935; }
  .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-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #d2d2d2;
  color: #bdbdbd;
  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: #bdbdbd; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #003675;
  border-color: #003675; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    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: #4299ff; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .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 > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 21px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #616161;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #616161; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #003675; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #003675;
    border-color: #003675; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #003675; }
    .panel-primary > .panel-heading .badge {
      color: #003675;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #003675; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    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 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -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 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .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: 600px;
    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: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.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 {
      display: block;
      max-width: 100%;
      height: auto;
      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: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .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: #fff;
    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%;
    margin-top: -10px;
    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;
    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 #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix: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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.label, label {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }

.fa-2x {
  font-size: 2rem; }

.fa-3x {
  font-size: 3rem; }

optgroup, strong {
  font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }

input, select, textarea, .form-control,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button,
.button em {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: black;
  font-size: 1rem; }

.ui-widget {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  color: black;
  font-size: 1em; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif;
  color: #9e9e9e !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif;
  color: #9e9e9e !important; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e !important; }

input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif;
  color: #9e9e9e !important; }

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif;
  color: #9e9e9e !important; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif;
  color: #9e9e9e !important; }

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e !important; }

textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif;
  color: #9e9e9e !important; }

/* On iOS, the placeholder doesn't disapear on focus */
:focus::-webkit-input-placeholder {
  color: transparent !important; }

:focus::-ms-input-placeholder {
  color: transparent !important; }

:focus::-moz-placeholder {
  color: transparent !important; }

i fa,
span fa {
  color: #004494; }

a {
  color: #004494;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

ul {
  margin-bottom: 0;
  padding: 0; }
  ul li {
    list-style: none; }

ul.square li {
  list-style-type: square; }

p {
  margin-top: 1rem; }

table {
  border: 0 transparent; }

:focus {
  outline: 0; }

a:focus {
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: #004494; }

html {
  text-rendering: optimizeLegibility;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  font-feature-settings: 'liga';
  font-size: 14px;
  height: 100%; }
  html.compact {
    font-size: 13px; }
  html.font-size-small {
    font-size: 13px; }
  html.font-size-smaller {
    font-size: 12px; }
  html.font-size-big {
    font-size: 15px; }
  html.font-size-bigger {
    font-size: 16px; }

body {
  color: #333;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  height: 100%;
  overflow-x: hidden;
  background-color: #424242;
  line-height: 1.25; }
  body.modal-open-keep-scroll {
    overflow-y: auto; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: inherit;
  font-weight: normal; }

h1,
.h1 {
  font-size: 2.28571rem; }

h2,
.h2 {
  font-size: 2rem; }

h3,
.h3 {
  font-size: 1.71429rem; }

h4,
.h4 {
  font-size: 1.42857rem; }

h5,
.h5 {
  font-size: 1.14286rem; }

h6,
.h6 {
  font-size: 1rem; }

.small,
.h7 {
  font-size: 0.85714rem; }

.smaller,
.h8 {
  font-size: 0.71429rem; }

.ux-o-work-in-progress {
  background: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/common/work-in-progress.png) no-repeat 0 0;
  background-size: cover;
  height: 355px;
  width: 426px;
  max-width: 100%;
  max-height: 100%; }

/* stylelint-disable */
.fx {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .fx.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* basic fadeIn */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fx.fadeIn {
  -webkit-animation: fadeIn 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeIn 1s;
  /* Firefox < 16 */
  -ms-animation: fadeIn 1s;
  /* Internet Explorer */
  -o-animation: fadeIn 1s;
  /* Opera < 12.1 */
  animation: fadeIn 1s; }

.fx.fadeIn:hover {
  -webkit-animation: fadeIn 0.5s;
  -ms-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s; }

/* Pulse - originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes fx-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-moz-keyframes fx-pulse {
  from {
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes fx-pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.fx.pulse {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.fx.pulse:hover {
  -webkit-animation-name: 'fx-pulse';
  -moz-animation-name: 'fx-pulse';
  animation-name: 'fx-pulse'; }

/* flipIn vertical */
@-webkit-keyframes fx-flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@-moz-keyframes fx-flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes fx-flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.fx.flipInY,
.fx.flipInY:hover {
  /* Used for user profile menu */
  -webkit-animation-name: 'fx-flipInY';
  -moz-animation-name: 'fx-flipInY';
  animation-name: 'fx-flipInY';
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes pulsate {
  30% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  35% {
    opacity: 1.0; }
  40% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@keyframes pulsate {
  30% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0.0; }
  35% {
    opacity: 1.0; }
  40% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

.pulse-ring {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 1px solid white;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -8px;
  right: -4px;
  animation: pulsate 10s ease-out;
  animation-iteration-count: infinite;
  opacity: 0; }
  .pulse-ring.connect {
    right: -16px; }
  .pulse-ring.red {
    border: 1px solid red; }
  .pulse-ring.green {
    border: 1px solid green; }
  .pulse-ring.blue {
    border: 1px solid blue; }

.pulse-aura {
  position: absolute;
  top: -2px;
  right: -8px;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: pulse 0.75s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 0.75s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 0.75s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 0.75s infinite cubic-bezier(0.66, 0, 0, 1); }
  .pulse-aura:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none; }

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0); } }

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0); } }

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0); } }

@keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0); } }

/* stylelint-enable */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  #loader-wrapper #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top-color: #ffa726;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */ }
    #loader-wrapper #loader:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      right: 5px;
      bottom: 5px;
      border-radius: 50%;
      border: 10px solid transparent;
      border-top-color: #ef5350;
      -webkit-animation: spin 2s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 2s linear infinite;
      /* Chrome, Firefox 16+, IE 10+, Opera */ }
    #loader-wrapper #loader:after {
      content: "";
      position: absolute;
      top: 15px;
      left: 15px;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      border: 10px solid transparent;
      border-top-color: #0052b3;
      -webkit-animation: spin 1s linear infinite;
      /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1s linear infinite;
      /* Chrome, Firefox 16+, IE 10+, Opera */ }

.section-title:before, .section-title:after {
  content: " ";
  display: table; }

.section-title:after {
  clear: both; }

h1.section-title,
.section-title.big {
  font-size: 2.28571rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 3rem 0 2rem;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 1rem;
  color: #004494; }
  h1.section-title.first,
  .section-title.big.first {
    margin-top: 1rem; }

h4.section-title,
h5.section-title,
.section-title {
  font-size: 1.71429rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 4rem 0 1rem;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 0.5rem;
  color: #004494; }
  h4.section-title.first,
  h5.section-title.first,
  .section-title.first {
    margin-top: 1rem; }

h6.section-title,
.section-title.small {
  font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.14286rem;
  margin: 3rem 0 1rem;
  padding-bottom: 0.5rem;
  color: #757575;
  display: inline-block;
  width: auto; }
  h6.section-title.first,
  .section-title.small.first {
    margin-top: 1rem; }

.loading {
  position: fixed;
  z-index: 9999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.loading:not(:required):after {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -100px 0 0 -100px;
  content: "";
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 10px solid transparent;
  border-top-color: #0052b3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

.flex-container {
  display: flex;
  align-items: center;
  width: 100%; }
  .flex-container--align-top {
    align-items: flex-start; }

input,
select,
textarea,
.form-control,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  color: #424242 !important;
  border: 1px solid #d2d2d2;
  padding: 0.5rem 0.75rem; }
  input:focus,
  select:focus,
  textarea:focus,
  .form-control:focus,
  .ui-widget input:focus,
  .ui-widget select:focus,
  .ui-widget textarea:focus {
    border: 1px solid #757575; }

.has-danger input,
.has-danger select,
.has-danger textarea,
.has-danger .form-control,
.has-danger .ui-widget input,
.has-danger .ui-widget select,
.has-danger .ui-widget textarea {
  border: 1px solid #ef9a9a; }
  .has-danger input:focus,
  .has-danger select:focus,
  .has-danger textarea:focus,
  .has-danger .form-control:focus,
  .has-danger .ui-widget input:focus,
  .has-danger .ui-widget select:focus,
  .has-danger .ui-widget textarea:focus {
    background-color: #ffe7e9;
    border: 1px solid #ef5350; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.4rem); }

label {
  font-size: 13px; }

.form-control.ng-dirty.ng-invalid,
p-calendar.ng-dirty.ng-invalid .ui-inputtext {
  color: #b71c1c;
  border: 1px solid #e57373;
  background-color: #fff5f7; }

.compact .form-control {
  padding: 0.5rem; }

.compact .btn {
  padding: 0.5rem; }

.compact .input-group-addon {
  padding: 0.5rem; }

.compact select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem); }

.input-maxlength {
  position: absolute;
  padding: 1px 3px;
  background-color: #eeeeee;
  font-size: 0.71429rem;
  color: #757575; }
  .input-maxlength.error {
    background-color: #e53935;
    color: #fff; }

fieldset {
  background-color: #fff;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  margin-bottom: 1rem; }
  fieldset h4,
  fieldset h5 {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 1rem 1rem 0;
    padding-bottom: 1rem; }
    fieldset h4 .tag,
    fieldset h5 .tag {
      min-width: 3rem;
      margin-right: 1rem; }

.compact fieldset {
  padding: 0.5rem;
  margin-bottom: 0.5rem; }
  .compact fieldset h4,
  .compact fieldset h5 {
    margin: 0 0.5rem 0.5rem 0; }

button,
.btn {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  border: 0; }

button:focus,
.btn:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.btn-primary:focus,
.btn-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  background-color: #0052b3;
  color: white; }

.btn-info:focus,
.btn-info:hover,
.btn-outline-info:focus,
.btn-outline-info:hover {
  background-color: #29b6f6;
  color: white; }

.btn-success:focus,
.btn-success:hover,
.btn-outline-success:focus,
.btn-outline-success:hover {
  background-color: #66bb6a;
  color: white; }

.btn-warning:focus,
.btn-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  background-color: #ffa726;
  color: white; }

.btn-danger:focus,
.btn-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
  background-color: #ef5350;
  color: white; }

.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active,
.btn-primary.active {
  background-color: #ffeb3b;
  color: #333; }

.fixed-action-btn {
  position: fixed;
  right: 25px;
  bottom: 50px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #4caf50;
  border-radius: 50%;
  transition: .3s;
  vertical-align: middle;
  margin: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .btn-floating:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .btn-floating i,
  .btn-floating .fa,
  .btn-floating .icon {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.71429rem;
    line-height: 37px; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px; }
    .btn-floating.btn-large i,
    .btn-floating.btn-large .fa,
    .btn-floating.btn-large .icon {
      line-height: 58px; }

.alert {
  padding: 1rem;
  background-position: 0.5rem;
  background-repeat: no-repeat;
  position: relative; }
  .alert:before, .alert:after {
    content: " ";
    display: table; }
  .alert:after {
    clear: both; }
  .alert.alert-info, .alert.alert-success, .alert.alert-danger, .alert.alert-warning {
    border-left-width: 3.5rem;
    border-left-style: solid; }
  .alert::before {
    content: '';
    font-family: 'fontawesome';
    color: white;
    width: 3.5rem;
    left: -3.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.2rem; }
  .alert.alert-info {
    border-left-color: #29b6f6; }
    .alert.alert-info::before {
      content: '\f129'; }
  .alert.alert-success {
    border-left-color: #66bb6a; }
    .alert.alert-success::before {
      content: '\f00c'; }
  .alert.alert-danger {
    border-left-color: #ef5350; }
    .alert.alert-danger::before {
      content: '\f00d'; }
  .alert.alert-warning {
    border-left-color: #ffa726; }
    .alert.alert-warning::before {
      content: '\f071'; }
  .alert.muted {
    border-left-width: 1px;
    border-left-color: transparent; }
    .alert.muted::before {
      display: none; }
    .alert.muted.alert-info {
      border-left-color: #b3e5fc; }
    .alert.muted.alert-success {
      border-left-color: #c8e6c9; }
    .alert.muted.alert-warning {
      border-left-color: #fff3e0; }
    .alert.muted.alert-danger {
      border-left-color: #ffcdd2; }
  .alert .fa.icon {
    float: left;
    margin-right: 1rem;
    font-size: 2.5rem; }
  .alert .text.with-icon {
    float: left;
    line-height: 2.5rem; }

.alert p {
  display: block;
  margin: 0; }
  .alert p:before, .alert p:after {
    content: " ";
    display: table; }
  .alert p:after {
    clear: both; }

.badge {
  font-weight: normal;
  font-size: 0.85714rem;
  padding: 0.5rem 0.5rem; }
  .badge--small {
    font-size: 0.71429rem;
    padding: 0.25rem 0.5rem; }
  .badge--large {
    font-size: 1rem;
    padding: 1rem 1.5rem; }

.ux-loading-indicator {
  display: inline-block;
  vertical-align: middle; }
  .ux-loading-indicator > div {
    width: 0.5rem;
    height: 0.5rem;
    background-color: black;
    border-radius: 100%;
    display: inline-block;
    animation: ux-loading-indicator-bouncedelay 1.0s infinite ease-in-out both;
    margin: 0.25rem; }
    .ux-loading-indicator > div:nth-child(1) {
      animation-delay: -0.40s; }
    .ux-loading-indicator > div:nth-child(2) {
      animation-delay: -0.20s; }

@keyframes ux-loading-indicator-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0) rotate(0.02deg);
    opacity: 0; }
  40% {
    transform: scale(1) rotate(0.02deg);
    opacity: 1; } }

#app-wrapper {
  height: 100%; }
  #app-wrapper.sidebar-active.sidebar-always-visible #main {
    margin-left: 250px; }
  #app-wrapper.sidebar-active.sidebar-always-visible.sidebar-collapsible.sidebar-state-close #main {
    margin-left: 0; }
  #app-wrapper.sidebar-active.sidebar-always-visible.sidebar-collapsible.sidebar-state-close.sidebar-state-close-with-icons #main {
    margin-left: 5rem; }
  #app-wrapper.sidebar-active.sidebar-always-visible.sidebar-collapsible.sidebar-state-open #main {
    margin-left: 250px; }
  #app-wrapper.sidebar-inner-active #main-content {
    margin-left: 250px; }
  #app-wrapper.sidebar-inner-active.sidebar-state-close #main-content {
    margin-left: 0; }
  #app-wrapper.sidebar-inner-active.sidebar-state-close-with-icons #main-content {
    margin-left: 5rem; }
  #app-wrapper.sidebar-inner-active.sidebar-state-open #main-content {
    margin-left: 250px; }
  #app-wrapper.shrink-header-active #main #app-header {
    height: 0;
    margin-bottom: 50px; }
  #app-wrapper.shrink-header-active #main #nav-bar {
    top: 0;
    position: fixed; }
    #app-wrapper.shrink-header-active #main #nav-bar .right-actions {
      position: fixed;
      right: 1rem; }

@media screen and (max-width: 767px) {
  #app-wrapper {
    /*
        &.sidebar-active.sidebar-always-visible {
            #main {
                margin-left: $ux-layout-sidebar-mobile-width !important;
            }
            &.sidebar-collapsible.sidebar-state-close {
                #main {
                    margin-left: 0 !important;
                }
            }
            &.sidebar-collapsible.sidebar-state-open {
                #main {
                    margin-left: $ux-layout-sidebar-mobile-width !important;
                }
            }
            &.sidebar-collapsible.sidebar-state-open.sidebar-state-close-with-icons {
                #main {
                    margin-left: 0 !important;
                }
                #main-content {
                    margin-left: 5rem !important;
                }
                .sidebar {
                    width: 4.75rem;
                    .sidebar-toggle {
                        left: 5rem;
                    }
                    .header,
                    .filter {
                        display: none;
                    }
                    .sidebar-inner {
                        display: block;
                        .title {
                            display: none;
                        }
                        .sidebar-item__header-label-wrapper {
                            display: none;
                        }
                    }
                }
            }
        }
        &.sidebar-inner-active {
            #main-content {
                margin-left: 0 !important;
            }
        }
        &.shrink-header-active {
            #main {
                #app-header {
                    .logo {
                        position: fixed;
                        left: $ux-spacer-small;
                    }
                    h1 {
                        position: fixed;
                    }
                }
                #nav-bar {
                    top: 0;
                    position: fixed;
                    .right-actions {
                        position: fixed;
                    }
                }
            }
        }
        &.sidebar-active.shrink-header-active {
            #main {
                #app-header {
                    .logo {
                        left: $ux-layout-sidebar-mobile-width + 8px;
                    }
                    h1 {
                        left: $ux-layout-sidebar-mobile-width + 100px;
                    }
                }
            }
        }
        */ }
    #app-wrapper #main {
      margin-left: 0 !important; }
    #app-wrapper #main-content {
      margin-left: 0 !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #app-wrapper.sidebar-active.sidebar-always-visible #main {
    margin-left: 200px !important; }
  #app-wrapper.sidebar-active.sidebar-always-visible.sidebar-collapsible.sidebar-state-close #main {
    margin-left: 0 !important; }
  #app-wrapper.sidebar-active.sidebar-always-visible.sidebar-collapsible.sidebar-state-open #main {
    margin-left: 200px !important; }
  #app-wrapper.sidebar-active.sidebar-always-visible.sidebar-collapsible.sidebar-state-open.sidebar-state-close-with-icons #main {
    margin-left: 0 !important; }
  #app-wrapper.sidebar-inner-active #main-content {
    margin-left: 200px !important; }
  #app-wrapper.sidebar-state-close-with-icons #main-content {
    margin-left: 5rem !important; }
  #app-wrapper.sidebar-state-close-with-icons .sidebar {
    width: 4.75rem; }
    #app-wrapper.sidebar-state-close-with-icons .sidebar .sidebar-toggle {
      left: 5rem; }
    #app-wrapper.sidebar-state-close-with-icons .sidebar .header,
    #app-wrapper.sidebar-state-close-with-icons .sidebar .filter {
      display: none; }
    #app-wrapper.sidebar-state-close-with-icons .sidebar .sidebar-inner {
      display: block; }
      #app-wrapper.sidebar-state-close-with-icons .sidebar .sidebar-inner .title {
        display: none; }
      #app-wrapper.sidebar-state-close-with-icons .sidebar .sidebar-inner .sidebar-item__header-label-wrapper {
        display: none; } }

@media screen and (min-width: 992px) {
  #app-wrapper.fixed-width {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto; }
    #app-wrapper.fixed-width:before, #app-wrapper.fixed-width:after {
      content: " ";
      display: table; }
    #app-wrapper.fixed-width:after {
      clear: both; }
  #app-wrapper.fixed-width.shrink-header-active #nav-bar {
    width: 1400px; } }

#main {
  background-color: whitesmoke;
  min-height: 100%;
  position: relative; }
  #main:before, #main:after {
    content: " ";
    display: table; }
  #main:after {
    clear: both; }

#main-content {
  padding: 1rem 1rem 6rem 1rem; }
  #main-content:before, #main-content:after {
    content: " ";
    display: table; }
  #main-content:after {
    clear: both; }
  #main-content.no-padding {
    padding: 0 0 6rem 0; }

@media screen and (max-width: 767px) {
  #main-content {
    padding: 60px 0.5rem 0 0.5rem; } }

@media screen and (min-width: 992px) {
  .contract #main-content {
    padding: 1.25rem 10% 7rem 10%; }
  .contract-half #main-content {
    padding: 1.25rem 5% 7rem 5%; }
  .contract-quarter #main-content {
    padding: 1.25rem 2.5% 7rem 2.5%; } }

#page-title {
  padding: 0.5rem 0 1rem 0; }
  #page-title:before, #page-title:after {
    content: " ";
    display: table; }
  #page-title:after {
    clear: both; }
  #page-title .left-content {
    float: left; }
  #page-title .middle-content {
    margin-left: 30%;
    position: absolute;
    float: left;
    margin-top: 1rem; }
  #page-title .right-content {
    float: right;
    position: absolute;
    right: 1.5rem; }
  #page-title h2 {
    font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 2.28571rem;
    color: #000000; }

@media screen and (max-width: 767px) {
  #page-title {
    padding-top: 0.75rem;
    padding-bottom: 0.5rem; }
    #page-title h2 {
      font-size: 1.71429rem; } }

#app-header {
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 90px;
  padding: 0 14px;
  margin-top: -1px; }
  #app-header .logo {
    float: left;
    background-image: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/logos/logo-ce-horizontal-en-quadri-hr-medium.png);
    background-size: cover;
    z-index: 1000;
    width: 230px;
    height: 60px;
    margin-top: 12px;
    cursor: pointer; }
  #app-header .env {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    font-size: 28px;
    margin-top: 20px;
    margin-left: -15px;
    color: #ffffff;
    background-color: #f44336;
    width: auto;
    text-align: center;
    opacity: 0.6; }
  #app-header .title {
    float: left;
    padding-top: 7px; }
    #app-header .title h1 {
      font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif;
      color: #9e9e9e;
      font-size: 36px;
      margin-top: 32px;
      margin-left: 20px; }
      #app-header .title h1.no-margin-left {
        margin-left: 0; }
      #app-header .title h1.short {
        display: none; }
      #app-header .title h1.full {
        display: block; }
      #app-header .title h1.with-subtitle {
        margin-top: 5px;
        position: absolute; }
    #app-header .title h2 {
      font-size: 16px;
      margin-top: 50px;
      margin-left: 20px;
      color: #9e9e9e;
      font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: normal;
      position: absolute; }
  #app-header .user-wrapper {
    float: left;
    margin-left: 40px;
    margin-top: 30px;
    cursor: pointer; }
    #app-header .user-wrapper .user-infos {
      font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: normal;
      color: #004494; }
    #app-header .user-wrapper .job-infos {
      padding-top: 8px;
      float: left; }
      #app-header .user-wrapper .job-infos .job-selected {
        font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
        color: #004494; }
    #app-header .user-wrapper .select-box {
      float: left;
      margin-left: 42px;
      margin-top: -14px; }
  #app-header .right-content {
    float: right;
    margin-top: 15px; }
    #app-header .right-content .profile-wrapper {
      display: flex;
      align-items: center;
      position: relative;
      font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif; }
      #app-header .right-content .profile-wrapper:before, #app-header .right-content .profile-wrapper:after {
        content: " ";
        display: table; }
      #app-header .right-content .profile-wrapper:after {
        clear: both; }
      #app-header .right-content .profile-wrapper .left-panel .user-infos {
        font-size: 1.25rem;
        text-align: right; }
        #app-header .right-content .profile-wrapper .left-panel .user-infos strong {
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
      #app-header .right-content .profile-wrapper .left-panel .time-wrapper {
        text-align: right;
        color: #9e9e9e; }
        #app-header .right-content .profile-wrapper .left-panel .time-wrapper:before, #app-header .right-content .profile-wrapper .left-panel .time-wrapper:after {
          content: " ";
          display: table; }
        #app-header .right-content .profile-wrapper .left-panel .time-wrapper:after {
          clear: both; }
        #app-header .right-content .profile-wrapper .left-panel .time-wrapper .current-time {
          font-size: 1rem; }
          #app-header .right-content .profile-wrapper .left-panel .time-wrapper .current-time .fa {
            margin-right: 0.5rem; }
      #app-header .right-content .profile-wrapper .right-panel {
        margin-left: 1rem;
        position: relative; }
        #app-header .right-content .profile-wrapper .right-panel .picture {
          cursor: pointer;
          width: 60px;
          height: 60px;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.3);
          position: relative;
          background: url("https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/common/profile-avatar.png") no-repeat 0 0;
          border-radius: 100%;
          background-size: cover; }
          #app-header .right-content .profile-wrapper .right-panel .picture .connected-state {
            position: absolute;
            top: 0;
            right: -2px; }
            #app-header .right-content .profile-wrapper .right-panel .picture .connected-state .icon {
              font-size: 16px; }
            #app-header .right-content .profile-wrapper .right-panel .picture .connected-state .pulse-ring {
              margin-top: -5px;
              margin-right: 2px; }
          #app-header .right-content .profile-wrapper .right-panel .picture .available-state {
            position: absolute;
            bottom: 0;
            right: -2px; }
            #app-header .right-content .profile-wrapper .right-panel .picture .available-state .icon {
              font-size: 16px;
              border: 1px solid white;
              border-radius: 100%; }
        #app-header .right-content .profile-wrapper .right-panel .profile-toggle {
          display: none;
          position: absolute;
          bottom: -18px;
          left: 25px;
          font-size: 16px;
          color: black;
          cursor: pointer; }
        #app-header .right-content .profile-wrapper .right-panel:hover .profile-toggle {
          display: block; }
      #app-header .right-content .profile-wrapper .profile-dropdown {
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
        position: fixed;
        top: 86px;
        right: 0.5rem;
        background-color: white;
        z-index: 1040;
        height: auto;
        min-width: 200px;
        border-top: 1px solid #eeeeee; }
        #app-header .right-content .profile-wrapper .profile-dropdown:after, #app-header .right-content .profile-wrapper .profile-dropdown:before {
          bottom: 100%;
          left: 82%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        #app-header .right-content .profile-wrapper .profile-dropdown:after {
          border-color: rgba(255, 255, 255, 0);
          border-bottom-color: #ffffff;
          border-width: 8px;
          margin-left: -8px; }
        #app-header .right-content .profile-wrapper .profile-dropdown:before {
          border-color: rgba(238, 238, 238, 0);
          border-bottom-color: #eeeeee;
          border-width: 10px;
          margin-left: -10px; }
        #app-header .right-content .profile-wrapper .profile-dropdown ul li {
          padding: 0.5rem 1rem;
          border-bottom: 1px solid #bdbdbd; }
          #app-header .right-content .profile-wrapper .profile-dropdown ul li:last-child {
            border-bottom: 0; }
          #app-header .right-content .profile-wrapper .profile-dropdown ul li a {
            text-decoration: none;
            color: #333; }
          #app-header .right-content .profile-wrapper .profile-dropdown ul li .icon {
            padding: 0.25rem;
            margin-right: 1rem; }
          #app-header .right-content .profile-wrapper .profile-dropdown ul li:hover {
            background-color: #eeeeee;
            cursor: pointer; }
  #app-header .right-links {
    text-align: right;
    padding-top: 15px;
    float: right;
    right: 0; }
    #app-header .right-links .user-infos {
      padding-top: 12px;
      font-size: 14px; }
      #app-header .right-links .user-infos button {
        margin-top: -4px;
        margin-left: 8px; }

@media screen and (max-width: 767px) {
  #app-header {
    position: fixed;
    border-bottom: 1px solid #003675;
    background-color: #004494;
    height: 50px;
    z-index: 100; }
    #app-header .logo {
      background-image: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/logos/logo-ce-mobile-inverted.png);
      width: 79px;
      height: 41px;
      top: -8px;
      left: 0.5rem;
      position: absolute;
      opacity: 0.75; }
    #app-header .env {
      margin-top: 10px; }
    #app-header .title h1 {
      position: absolute;
      top: 14px;
      z-index: 1000;
      float: none;
      margin: 0;
      left: 100px;
      font-size: 2rem;
      color: #ffffff; }
      #app-header .title h1.short {
        display: block; }
      #app-header .title h1.full {
        display: none; }
    #app-header .title h2 {
      display: none; }
    #app-header .right-content {
      display: none; }
    #app-header .right-links {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #app-header .logo {
    background-image: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/logos/logo-ce-horizontal-en-quadri-hr-medium-muted.png);
    width: 148px; }
  #app-header .env {
    width: 100%; }
  #app-header .title h1 {
    margin-left: 0.25rem; }
  #app-header .title h2 {
    margin-left: 0.25rem; } }

@media screen and (min-width: 992px) {
  .contract #app-header {
    padding-right: 10%;
    padding-left: 10%; }
  .contract-half #app-header {
    padding-right: 5%;
    padding-left: 5%; }
  .contract-quarter #app-header {
    padding-right: 2.5%;
    padding-left: 2.5%; } }

#breadcrumbs {
  background-color: #d2d2d2;
  padding: 0.5rem 0 0.5rem 1rem;
  color: #bdbdbd;
  border: 1px solid #bdbdbd; }
  #breadcrumbs ul:before, #breadcrumbs ul:after {
    content: " ";
    display: table; }
  #breadcrumbs ul:after {
    clear: both; }
  #breadcrumbs ul li {
    float: left;
    padding: 0.25rem 0.25rem;
    color: #9e9e9e; }
    #breadcrumbs ul li:first-child {
      padding-left: 0; }
    #breadcrumbs ul li:hover a {
      color: #004494;
      text-decoration: underline; }
    #breadcrumbs ul li.active a {
      color: #004494; }
    #breadcrumbs ul li span.fa {
      margin-right: 0.5rem; }
    #breadcrumbs ul li a {
      color: #9e9e9e; }

@media screen and (max-width: 767px) {
  #breadcrumbs {
    display: none; } }

@media screen and (min-width: 992px) {
  .contract #breadcrumbs {
    padding-right: 10%;
    padding-left: 10%; } }

#nav-bar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  background-color: #004494;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #003675;
  padding: 0 0.5rem 0 1rem;
  z-index: 10; }
  #nav-bar:before, #nav-bar:after {
    content: " ";
    display: table; }
  #nav-bar:after {
    clear: both; }
  #nav-bar .logo {
    float: left;
    background-size: cover;
    background-image: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/logos/logo-ce-mobile-inverted.png);
    width: 79px;
    height: 41px;
    margin-top: 0.25rem;
    left: 0.5rem; }
  #nav-bar .title {
    float: left;
    padding-top: 1rem;
    padding-left: 1rem; }
    #nav-bar .title h1 {
      font-family: "eui-light", "Helvetica Neue", Helvetica, sans-serif;
      color: #fff;
      font-size: 2rem; }
  #nav-bar .right-actions {
    float: right; }
    #nav-bar .right-actions > ul {
      float: left; }
      #nav-bar .right-actions > ul li.action-item {
        float: left;
        margin-left: 0.5rem;
        line-height: 50px;
        padding: 0 1rem;
        position: relative;
        color: #ffffff;
        cursor: pointer; }
        #nav-bar .right-actions > ul li.action-item.app-menu {
          display: none; }
        #nav-bar .right-actions > ul li.action-item.selected, #nav-bar .right-actions > ul li.action-item:hover {
          background-color: #003675; }
        #nav-bar .right-actions > ul li.action-item .fa {
          font-size: 1.14286rem;
          color: #fff; }
        #nav-bar .right-actions > ul li.action-item .tag {
          background-color: #f44336;
          border-radius: 16px;
          font-size: 0.71429rem;
          font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
          font-weight: normal;
          position: absolute;
          top: 5px;
          right: 2px;
          padding: 1px 5px;
          height: 14px;
          min-width: 18px;
          color: white; }
          #nav-bar .right-actions > ul li.action-item .tag.warning {
            background-color: #ff9800; }
          #nav-bar .right-actions > ul li.action-item .tag.success {
            background-color: #4caf50; }
          #nav-bar .right-actions > ul li.action-item .tag.primary {
            background-color: #004494; }
  #nav-bar .right-elements {
    float: right; }
    #nav-bar .right-elements > ul {
      float: left; }
      #nav-bar .right-elements > ul li.element-item {
        float: left;
        margin-left: 0.5rem;
        line-height: 50px;
        padding: 0 1rem;
        position: relative;
        color: #ffffff;
        cursor: pointer; }
  #nav-bar .left-actions {
    float: left; }
    #nav-bar .left-actions > ul {
      float: left; }
      #nav-bar .left-actions > ul li.left-action-item {
        float: left;
        margin: 0 1rem;
        padding: 0 1rem;
        line-height: 50px;
        position: relative;
        color: #ffffff;
        cursor: pointer;
        font-size: 1.42857rem; }
        #nav-bar .left-actions > ul li.left-action-item:first-child {
          margin-left: -0.25rem; }
        #nav-bar .left-actions > ul li.left-action-item .fa {
          color: #fff; }
        #nav-bar .left-actions > ul li.left-action-item.selected, #nav-bar .left-actions > ul li.left-action-item:hover {
          background-color: #003675; }
        #nav-bar .left-actions > ul li.left-action-item--static:hover {
          background-color: transparent; }
  #nav-bar.muted {
    height: 0; }

#nav-bar.white {
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2; }
  #nav-bar.white .right-actions > ul li.action-item {
    color: #616161; }
    #nav-bar.white .right-actions > ul li.action-item.selected, #nav-bar.white .right-actions > ul li.action-item:hover {
      background-color: #d2d2d2; }
    #nav-bar.white .right-actions > ul li.action-item .fa {
      color: #424242; }

@media screen and (max-width: 767px) {
  #nav-bar {
    position: fixed;
    z-index: 101;
    height: 50px !important;
    background: transparent; }
    #nav-bar .right-actions {
      position: fixed;
      right: 0; }
      #nav-bar .right-actions > ul {
        float: right; }
        #nav-bar .right-actions > ul li.action-item {
          width: 40px;
          padding: 0;
          margin-left: 0;
          text-align: center; }
          #nav-bar .right-actions > ul li.action-item.app-menu {
            display: block; }
          #nav-bar .right-actions > ul li.action-item .fa {
            font-size: 1.14286rem; }
    #nav-bar .right-elements {
      display: none; }
    #nav-bar .left-actions {
      display: none; }
    #nav-bar #top-menu {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #nav-bar .right-actions ul li.action-item.app-menu {
    display: block; }
  #nav-bar .right-elements {
    display: none; }
  #nav-bar .left-actions {
    display: none; }
  #nav-bar #top-menu {
    display: none; } }

@media screen and (min-width: 992px) {
  .contract #nav-bar {
    padding-right: 10%;
    padding-left: 10%; }
  .contract-half #nav-bar {
    padding-right: 5%;
    padding-left: 5%; }
  .contract-quarter #nav-bar {
    padding-right: 2.5%;
    padding-left: 2.5%; } }

#top-menu {
  float: left; }
  #top-menu ul,
  #top-menu ul li,
  #top-menu ul li a {
    color: #ffffff !important;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 27px;
    display: block;
    position: relative;
    text-decoration: none; }
  #top-menu ul li.icon-menu-item {
    min-width: 60px; }
    #top-menu ul li.icon-menu-item a {
      line-height: 20px; }
    #top-menu ul li.icon-menu-item .fa {
      font-size: 28px;
      line-height: 24px; }
  #top-menu:after,
  #top-menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #top-menu > ul > li {
    float: left;
    min-width: 100px; }
  #top-menu > ul > li > a {
    padding: 13px 15px 10px 15px;
    -webkit-transition: color 0s linear, background-color 300ms linear;
    transition: color 0s, background-color 300ms;
    text-transform: uppercase; }
    #top-menu > ul > li > a:hover, #top-menu > ul > li > a:focus {
      border-color: #EBEBEB !important; }
  #top-menu > ul > li.selected > a,
  #top-menu > ul > li:hover > a {
    color: black !important;
    background-color: #ffeb3b;
    border-bottom: 5px solid #fbc02d; }
  #top-menu > ul > li.has-sub > a {
    padding-right: 35px; }
  #top-menu > ul > li.has-sub > a::after {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
    width: 9px;
    height: 9px;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: none;
    transform: none; }
  #top-menu ul ul {
    position: absolute;
    left: -9999px; }
  #top-menu li:hover > ul {
    left: auto; }
  #top-menu ul ul ul {
    margin-left: 100%;
    top: 0; }
  #top-menu ul ul li {
    height: 0;
    transition: height .2s ease-in-out; }
  #top-menu ul li:hover > ul > li {
    height: 30px; }
  #top-menu ul ul li a,
  #top-menu ul ul li h2 {
    margin-top: 0;
    padding: 0.25rem 0.75rem;
    min-width: 260px;
    background: #003675;
    text-decoration: none;
    color: #d2d2d2;
    transition: color .2s ease-in-out; }
  #top-menu ul ul li h2 {
    font-size: 1rem;
    color: #ffeb3b;
    padding-top: 0.75rem;
    padding-left: 0.25rem; }
  #top-menu ul ul li:hover > a,
  #top-menu ul ul li a:hover {
    color: #ffeb3b !important;
    border-left: 3px solid #ffeb3b; }
  #top-menu ul ul li.has-sub > a::after {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    content: "";
    transform: rotate(-45deg); }
  #top-menu ul ul li a.disabled {
    color: #9e9e9e !important;
    cursor: default; }
    #top-menu ul ul li a.disabled:hover {
      border-left: 0; }
  #top-menu > ul > li > a {
    padding: 10px;
    text-align: center; }

.inner-content {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  min-width: 400px;
  position: absolute;
  margin-top: 50px;
  right: 0;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-top: 0;
  border-radius: 3px; }
  .inner-content.auto-width {
    min-width: inherit;
    width: auto; }
  .inner-content .header,
  .inner-content .footer {
    padding: 0.5rem;
    color: #fff;
    text-align: center;
    color: #333; }
    .inner-content .header a,
    .inner-content .footer a {
      color: #333;
      text-decoration: underline; }
  .inner-content .inner {
    padding: 0.5rem; }
    .inner-content .inner:before, .inner-content .inner:after {
      content: " ";
      display: table; }
    .inner-content .inner:after {
      clear: both; }
    .inner-content .inner h6.title {
      color: #333; }
    .inner-content .inner button.plus .fa {
      color: #4caf50; }
    .inner-content .inner button.minus .fa {
      color: #f44336; }
  .inner-content > ul {
    float: left;
    width: 50%;
    padding: 0.5rem; }
    .inner-content > ul > li {
      width: 100%;
      margin: 0 !important; }
      .inner-content > ul > li:not(:last-child) {
        border-bottom: 1px solid #9e9e9e; }
      .inner-content > ul > li:hover {
        background-color: #d2d2d2 !important; }
        .inner-content > ul > li:hover a {
          color: #000000; }
      .inner-content > ul > li a {
        display: block;
        line-height: 2rem; }
  .inner-content.search-bar {
    width: 600px; }
    .inner-content.search-bar .search-input {
      margin-top: 0px;
      float: left;
      width: 550px;
      margin-left: 16px; }
    .inner-content.search-bar .search-button {
      float: left;
      width: 46px;
      margin-top: 4px; }

@media screen and (max-width: 767px) {
  .inner-content {
    min-width: 250px;
    margin-top: 50px !important; }
    .inner-content > ul {
      padding-top: 0;
      padding-bottom: 0;
      float: none;
      width: 100%; }
      .inner-content > ul > li {
        border-bottom: 0; }
        .inner-content > ul > li:not(:last-child) {
          border-bottom: 0; }
    .inner-content.search-bar {
      width: 250px; }
      .inner-content.search-bar .search-input {
        width: 200px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .inner-content.search-bar {
    width: 400px; }
    .inner-content.search-bar .search-input {
      width: 350px; } }

.overlay-panel {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  top: 0;
  right: 0;
  z-index: 1001;
  background: #fff;
  border-right: 1px solid #9e9e9e;
  border-left: 1px solid #9e9e9e;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden; }
  .overlay-panel .overlay-panel-toggle {
    position: fixed;
    background-color: #fff;
    color: #000;
    margin-right: -1px;
    border-bottom: 1px solid #9e9e9e;
    border-left: 1px solid #9e9e9e; }
    .overlay-panel .overlay-panel-toggle:hover {
      background-color: whitesmoke; }
    .overlay-panel .overlay-panel-toggle a {
      color: #000;
      line-height: 2rem;
      padding: 0.25rem;
      transition: padding 0.1s ease-in-out; }
      .overlay-panel .overlay-panel-toggle a span.fa {
        font-size: 1rem; }
  .overlay-panel .header {
    text-align: center;
    padding: 1rem;
    color: white; }
    .overlay-panel .header:before, .overlay-panel .header:after {
      content: " ";
      display: table; }
    .overlay-panel .header:after {
      clear: both; }
    .overlay-panel .header .profile {
      display: none; }
  .overlay-panel .overlay-inner h1 {
    font-size: 1.42857rem;
    padding: 1rem 0;
    text-align: center;
    color: #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 2rem; }
  .overlay-panel .overlay-inner h5 {
    display: block;
    font-size: 1rem;
    border-bottom: 1px solid #757575;
    color: #616161;
    margin: 1rem 0 0.5rem 0;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal; }
  .overlay-panel .overlay-inner ul {
    padding: 0.25rem 0; }
    .overlay-panel .overlay-inner ul:before, .overlay-panel .overlay-inner ul:after {
      content: " ";
      display: table; }
    .overlay-panel .overlay-inner ul:after {
      clear: both; }
    .overlay-panel .overlay-inner ul li {
      width: 100%;
      margin-left: 0;
      padding: 0; }
      .overlay-panel .overlay-inner ul li a {
        color: #000;
        display: block;
        padding: 0.25rem 1rem;
        border-left: 3px solid transparent;
        line-height: 1.3;
        text-decoration: none; }
        .overlay-panel .overlay-inner ul li a .fa {
          font-size: 1.42857rem;
          margin-right: 0.75rem; }
        .overlay-panel .overlay-inner ul li a .label {
          margin-right: 1rem;
          float: right;
          background-color: #0052b3;
          border-radius: 0.5rem;
          min-width: 2rem;
          color: #ffffff;
          text-align: center;
          font-size: 0.85714rem; }
          .overlay-panel .overlay-inner ul li a .label.muted {
            background-color: #616161; }
        .overlay-panel .overlay-inner ul li a.disabled {
          cursor: default; }
      .overlay-panel .overlay-inner ul li:hover {
        background-color: #d2d2d2 !important; }
      .overlay-panel .overlay-inner ul li:hover a.disabled {
        background-color: #fff;
        color: #000; }
      .overlay-panel .overlay-inner ul li.active a {
        border-left: 0.25rem solid #004494;
        background-color: #eeeeee;
        font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2; }
      .overlay-panel .overlay-inner ul li.item-title {
        color: #333;
        border-bottom: 1px solid #d2d2d2; }
  .overlay-panel.state-open {
    width: 250px; }
    .overlay-panel.state-open .overlay-panel-toggle {
      left: 250px;
      margin-left: -20px; }
      .overlay-panel.state-open .overlay-panel-toggle a {
        padding: 0.75rem; }
      .overlay-panel.state-open .overlay-panel-toggle .label-open {
        display: none; }
    .overlay-panel.state-open .sidebar-inner {
      display: block; }
  .overlay-panel.state-close {
    width: 0.5rem; }
    .overlay-panel.state-close .overlay-panel-toggle:hover a {
      padding: 1.5rem; }
    .overlay-panel.state-close .overlay-panel-toggle .label-close {
      display: none; }
    .overlay-panel.state-close .sidebar-inner {
      display: none; }

@media screen and (max-width: 767px) {
  .overlay-panel {
    width: 250px; }
    .overlay-panel.state-open {
      width: 250px; }
      .overlay-panel.state-open .overlay-panel-toggle {
        left: 250px; }
    .overlay-panel.state-close {
      width: 0.25rem; }
      .overlay-panel.state-close .overlay-panel-toggle {
        left: 0; }
    .overlay-panel .overlay-panel-toggle {
      left: 250px; }
    .overlay-panel .header {
      padding: 1rem 0; }
      .overlay-panel .header .profile {
        display: block; }
        .overlay-panel .header .profile .ux-language-selector a.language-toggle .language-label {
          color: #004494 !important; }
        .overlay-panel .header .profile .infos {
          margin-bottom: 1rem;
          color: #004494;
          text-align: center; }
    .overlay-panel .sidebar-inner h1 {
      font-size: 1.42857rem; }
    .overlay-panel .sidebar-inner h5 {
      margin-bottom: 0.25rem;
      margin-top: 0.75rem; }
    .overlay-panel .sidebar-inner ul li a {
      padding: 0.25rem;
      font-size: 0.85714rem; }
      .overlay-panel .sidebar-inner ul li a i {
        display: none; }
    .overlay-panel.inner-sidebar {
      width: 250px !important; }
    .overlay-panel.right-position {
      width: 45%; }
      .overlay-panel.right-position .overlay-panel-toggle {
        right: 45%;
        left: inherit; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-panel {
    width: 200px; }
    .overlay-panel.state-open {
      width: 200px; }
      .overlay-panel.state-open .overlay-panel-toggle {
        left: 200px; }
    .overlay-panel.state-close {
      width: 0.25rem; }
      .overlay-panel.state-close .overlay-panel-toggle {
        left: 0; }
    .overlay-panel .overlay-panel-toggle {
      left: 200px; }
    .overlay-panel.inner-sidebar {
      width: 250px !important; }
    .overlay-panel.right-position {
      width: 30%; }
      .overlay-panel.right-position .overlay-panel-toggle {
        right: 30%;
        left: inherit; } }

#app-footer {
  text-align: center;
  color: #333;
  width: 100%;
  padding: 0.5rem;
  background: #eeeeee;
  border-top: 1px solid #bdbdbd;
  height: 6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1039; }
  #app-footer.compact {
    padding: 1rem;
    height: 3rem; }
  #app-footer .links {
    float: left;
    width: 50%; }
    #app-footer .links ul {
      float: left;
      width: 50%;
      padding: 0 1rem; }
      #app-footer .links ul li {
        padding: 0.25rem 1rem; }
        #app-footer .links ul li:not(:last-child) {
          border-bottom: 1px solid #bdbdbd; }
        #app-footer .links ul li:hover {
          background-color: #bdbdbd; }
        #app-footer .links ul li a {
          display: block;
          width: 100%;
          line-height: 1.5rem;
          color: #333; }
  #app-footer.inverse {
    background: #004494;
    color: #fff; }
    #app-footer.inverse ul li:not(:last-child) {
      border-bottom: 1px solid #0060d1; }
    #app-footer.inverse ul li:hover {
      background-color: #003675; }
    #app-footer.inverse ul li a {
      color: #fff;
      text-decoration: underline; }
  #app-footer .app-infos {
    float: left;
    width: 50%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column; }

@media screen and (max-width: 767px) {
  #app-footer {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #app-footer .links ul {
    padding: 0; } }

@media screen and (min-width: 992px) {
  .contract #app-footer {
    padding-right: 10%;
    padding-left: 10%; } }

.sidebar {
  top: 0;
  z-index: 1001;
  background: #424242;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden; }
  .sidebar .sidebar-toggle {
    position: fixed;
    background-color: #424242;
    color: #ffffff; }
    .sidebar .sidebar-toggle a {
      color: #ffffff;
      line-height: 2rem;
      padding: 0.25rem;
      transition: padding 0.1s ease-in-out; }
      .sidebar .sidebar-toggle a span.fa {
        font-size: 1rem; }
    .sidebar .sidebar-toggle:hover {
      background-color: #212121; }
  .sidebar .logo-wrapper {
    margin-bottom: 4px;
    padding-left: 1.5rem;
    height: 89px;
    background-color: white; }
    .sidebar .logo-wrapper .logo {
      background-image: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/logos/logo-ce-horizontal-en-quadri-hr-medium.png);
      background-size: cover;
      z-index: 1000;
      width: 230px;
      height: 60px;
      cursor: pointer;
      top: 12px;
      position: absolute; }
  .sidebar .header {
    text-align: center;
    padding: 0.5rem 1rem 1.5rem 1rem;
    color: #ffffff; }
    .sidebar .header:before, .sidebar .header:after {
      content: " ";
      display: table; }
    .sidebar .header:after {
      clear: both; }
    .sidebar .header input {
      height: 100%;
      width: 100%;
      padding: 0.5rem; }
    .sidebar .header .profile:before, .sidebar .header .profile:after {
      content: " ";
      display: table; }
    .sidebar .header .profile:after {
      clear: both; }
    .sidebar .header .profile .picture {
      float: left;
      margin: 0 auto;
      font-size: 40px;
      margin-top: 0.5rem;
      border-radius: 100%;
      height: 60px;
      width: 60px;
      background-color: #616161;
      padding: 0.5rem; }
    .sidebar .header .profile .infos {
      float: left;
      margin-top: 1.5rem;
      padding-left: 1rem; }
      .sidebar .header .profile .infos .profile-subtitle {
        padding-top: 0.25rem;
        text-align: left;
        color: #9e9e9e; }
        .sidebar .header .profile .infos .profile-subtitle .fa {
          margin-right: 0.25rem;
          font-size: 0.85714rem; }
  .sidebar .footer {
    text-align: center;
    height: auto;
    padding: 1rem; }
    .sidebar .footer a {
      color: #ffffff; }
  .sidebar--large-items .sidebar-item__header-label-wrapper {
    padding: 1rem 0.5rem; }
  .sidebar--large-items .sidebar-item__header-icon-wrapper {
    margin-left: 0.5rem; }
  .sidebar--large-items .sidebar-item__header-icon-wrapper-icon {
    font-size: 22px; }

.sidebar-inner .title {
  font-size: 1.42857rem;
  padding: 1rem 0;
  text-align: center;
  color: #d2d2d2;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #bdbdbd; }

.sidebar-inner .filter {
  padding: 1rem; }
  .sidebar-inner .filter:before, .sidebar-inner .filter:after {
    content: " ";
    display: table; }
  .sidebar-inner .filter:after {
    clear: both; }
  .sidebar-inner .filter input {
    width: 100%;
    float: left;
    background-color: #616161;
    border: 1px solid #616161;
    color: #fff !important; }
    .sidebar-inner .filter input:focus {
      border: 1px solid #9e9e9e; }
  .sidebar-inner .filter .fa {
    position: absolute;
    font-size: 18px;
    margin-left: -2rem;
    margin-top: 8px;
    color: #9e9e9e; }

.sidebar.inner-sidebar {
  top: 140px;
  left: 0;
  height: 100%;
  background-color: #002857; }
  .sidebar.inner-sidebar .sidebar-item__header--large {
    border-bottom: 1px solid #004494; }

.sidebar-item .sidebar-item {
  padding-left: 0.5rem;
  background-color: #212121; }
  .sidebar-item .sidebar-item .sidebar-item__header-label-wrapper {
    margin: 0; }
  .sidebar-item .sidebar-item .sidebar-item__header--title .sidebar-item__header-label-wrapper {
    border-bottom: transparent; }
  .sidebar-item .sidebar-item .sidebar-item {
    padding-left: 0;
    margin-left: -0.5rem;
    background-color: #141414; }
    .sidebar-item .sidebar-item .sidebar-item .sidebar-item__header:hover {
      background-color: #424242; }

.sidebar-item__header {
  display: flex;
  align-items: center;
  color: #fff;
  border-left: 3px solid transparent; }
  .sidebar-item__header:hover {
    background-color: #757575;
    cursor: pointer; }
  .sidebar-item__header:focus {
    border-left: 3px solid #ffeb3b; }
  .sidebar-item__header--active {
    background-color: #ffeb3b;
    color: #333; }
    .sidebar-item__header--active:focus {
      color: #333; }
  .sidebar-item__header--title .sidebar-item__header-label-wrapper {
    border-bottom: 1px solid #616161;
    margin-bottom: 0.25rem;
    margin-top: 1rem;
    color: #bdbdbd;
    text-transform: uppercase; }
  .sidebar-item__header--title:hover {
    background-color: transparent;
    cursor: default; }
  .sidebar-item__header--title:focus {
    border-left: 3px solid transparent; }
  .sidebar-item__header--large {
    border-bottom: none; }
  .sidebar-item__header--large .sidebar-item__header-label-wrapper {
    padding: 1rem 0.5rem; }
  .sidebar-item__header--large .sidebar-item__header-icon-wrapper {
    margin-left: 0.5rem;
    padding: 1rem 0.5rem; }
  .sidebar-item__header--large .sidebar-item__header-icon-wrapper-icon {
    font-size: 22px; }
  .sidebar-item__header-icon-wrapper {
    margin-left: 0.25rem;
    padding: 0.25rem; }
  .sidebar-item__header-icon-wrapper-icon {
    font-size: 16px; }
  .sidebar-item__header-label-wrapper {
    flex: 1;
    padding: 0.25rem; }
  .sidebar-item__header-label-wrapper-sub-label {
    color: #9e9e9e; }
  .sidebar-item__header-expand-toggle {
    padding: 0.25rem;
    width: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 1.42857rem; }
    .sidebar-item__header-expand-toggle:hover {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

@media screen and (max-width: 767px) {
  .sidebar {
    display: none;
    /*
        width: $ux-layout-sidebar-mobile-width;

        .header {
            padding: $ux-spacer 0;

            .profile {
                display: block;

                img {
                    display: block;
                    margin: 0 auto;
                    width: 100px;
                    margin-top: $ux-spacer;
                }

                .infos {
                    margin-top: $ux-spacer;
                    color: $ux-color-primary;
                    text-align: center;
                }
            }
        }

        .sidebar-inner {
            .title {
                font-size: $ux-font-size-h5;
            }

            .sidebar-item__header-label-wrapper {
                padding: $ux-spacer-tinier;
            }

            .sidebar-item__header-label-wrapper-label {
                font-size: $ux-font-size-h7;
            }
        }
        */ }
  .sidebar.inner-sidebar {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    width: 200px; } }

.sidebar.state-open {
  width: 250px; }
  .sidebar.state-open .sidebar-toggle {
    left: 250px;
    margin-left: -20px; }
    .sidebar.state-open .sidebar-toggle a {
      padding: 0.75rem; }
  .sidebar.state-open .sidebar-inner {
    display: block; }

.sidebar.state-close {
  width: 0.5rem; }
  .sidebar.state-close .sidebar-toggle:hover a {
    padding: 1.5rem; }
  .sidebar.state-close .sidebar-inner {
    display: none; }
  .sidebar.state-close.state-close-with-icons {
    width: 4.75rem; }
    .sidebar.state-close.state-close-with-icons .sidebar-toggle {
      left: 5rem; }
    .sidebar.state-close.state-close-with-icons .header,
    .sidebar.state-close.state-close-with-icons .filter {
      display: none; }
    .sidebar.state-close.state-close-with-icons .sidebar-inner {
      display: block; }
      .sidebar.state-close.state-close-with-icons .sidebar-inner .sidebar-item__header-label-wrapper {
        display: none; }

@media screen and (max-width: 767px) {
  .sidebar {
    display: none; }
  /*
    .sidebar.state-open {
        width: $ux-layout-sidebar-mobile-width;

        .sidebar-toggle {
            left: $ux-layout-sidebar-mobile-width;
        }
    }

    .sidebar.state-close {
        width: $ux-spacer-tiny;

        .sidebar-toggle {
            left: 0;
        }
    }
    */ }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar.state-open {
    width: 200px; }
    .sidebar.state-open .sidebar-toggle {
      left: 200px; }
  .sidebar.state-close {
    width: 0.25rem; }
    .sidebar.state-close .sidebar-toggle {
      left: 0; } }

.ux-top-message {
  padding: 0.75rem 1rem;
  background-color: #f44336;
  color: #fff; }
  .ux-top-message--primary {
    background-color: #004494; }
  .ux-top-message--info {
    background-color: #03a9f4; }
  .ux-top-message--success {
    background-color: #4caf50; }
  .ux-top-message--warning {
    background-color: #ff9800; }
  .ux-top-message--danger {
    background-color: #f44336; }

.ux-layout-banner {
  background-color: #ebebeb;
  padding: 1.5rem; }
  .ux-layout-banner__block-title {
    font-size: 1.71429rem;
    margin-bottom: 1rem; }
  .ux-layout-banner__item {
    display: flex;
    align-items: center;
    margin-right: 1.5rem; }
    .ux-layout-banner__item-icon-box {
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      flex: 0 0 8rem;
      height: 9rem;
      background-color: #004494;
      text-align: center;
      color: white;
      padding: 0.5rem;
      margin-right: 1rem; }
    .ux-layout-banner__item-icon-box-icon {
      font-size: 4rem; }
    .ux-layout-banner__item-icon-box-label {
      font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: normal;
      text-transform: uppercase; }

.ux-layout-banner-top-wrapper .ux-layout-banner {
  margin-bottom: 1rem; }

.ux-layout-banner-bottom-wrapper .ux-layout-banner {
  margin-top: 1.5rem;
  padding-bottom: 8rem; }

.ux-a-icon {
  padding: 0.5rem;
  margin: 0 0.25rem; }
  .ux-a-icon__icon {
    font-size: 1.42857rem;
    padding-left: 3px; }
  .ux-a-icon__label-wrapper {
    color: #333;
    margin-top: 1rem; }
  .ux-a-icon--tiny {
    padding: 0.25rem; }
  .ux-a-icon--large {
    padding: 1rem; }
  .ux-a-icon--large .ux-a-icon__icon {
    font-size: 2rem; }
  .ux-a-icon--rounded {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: white;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    background-color: #757575; }
  .ux-a-icon--rounded .ux-a-icon__icon {
    margin: 0.15rem; }
  .ux-a-icon--rounded-large {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: white;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    background-color: #757575; }
  .ux-a-icon--rounded-large .ux-a-icon__icon {
    margin: 0.5rem 0.6rem;
    font-size: 2rem; }
  .ux-a-icon--primary .ux-a-icon__icon {
    color: #004494; }
  .ux-a-icon--info .ux-a-icon__icon {
    color: #0288d1; }
  .ux-a-icon--success .ux-a-icon__icon {
    color: #4caf50; }
  .ux-a-icon--warning .ux-a-icon__icon {
    color: #f57c00; }
  .ux-a-icon--danger .ux-a-icon__icon {
    color: #f44336; }

.ux-a-icon--rounded.ux-a-icon--primary {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  background-color: #9ecbff; }

.ux-a-icon--rounded.ux-a-icon--info {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  background-color: #b3e5fc; }

.ux-a-icon--rounded.ux-a-icon--success {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  background-color: #c8e6c9; }

.ux-a-icon--rounded.ux-a-icon--warning {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  background-color: #ffcc80; }

.ux-a-icon--rounded.ux-a-icon--danger {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  background-color: #ffcdd2; }

.ux-a-icon--rounded-large.ux-a-icon--primary {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  background-color: #9ecbff; }

.ux-a-icon--rounded-large.ux-a-icon--info {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  background-color: #b3e5fc; }

.ux-a-icon--rounded-large.ux-a-icon--success {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  background-color: #c8e6c9; }

.ux-a-icon--rounded-large.ux-a-icon--warning {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  background-color: #ffcc80; }

.ux-a-icon--rounded-large.ux-a-icon--danger {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  background-color: #ffcdd2; }

.ux-a-date-tag {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100px;
  margin: 0 1rem;
  padding: 0.5rem;
  text-align: center;
  font-weight: bold; }
  .ux-a-date-tag--vertical {
    background: #d2d2d2;
    border-bottom: 4px solid #fdd835; }
  .ux-a-date-tag--vertical .ux-a-date-tag__d {
    font-size: 1.14286rem;
    font-weight: normal; }
  .ux-a-date-tag--vertical .ux-a-date-tag__m {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold; }
  .ux-a-date-tag--vertical .ux-a-date-tag__y {
    font-size: 0.85714rem; }
  .ux-a-date-tag--tiny {
    padding: 0.25rem; }
  .ux-a-date-tag--big {
    padding: 1rem; }
  .ux-a-date-tag--primary {
    color: #003675; }
  .ux-a-date-tag--info {
    color: #039be5; }
  .ux-a-date-tag--success {
    color: #43a047; }
  .ux-a-date-tag--warning {
    color: #fb8c00; }
  .ux-a-date-tag--danger {
    color: #e53935; }
  .ux-a-date-tag--vertical--primary {
    background: #003675;
    border-bottom-color: #000c1a;
    color: #fff; }
  .ux-a-date-tag--vertical--info {
    background: #039be5;
    border-bottom-color: #01579b;
    color: #fff; }
  .ux-a-date-tag--vertical--success {
    background: #43a047;
    border-bottom-color: #1b5e20;
    color: #fff; }
  .ux-a-date-tag--vertical--warning {
    background: #fb8c00;
    border-bottom-color: #e65100;
    color: #fff; }
  .ux-a-date-tag--vertical--danger {
    background: #e53935;
    border-bottom-color: #b71c1c;
    color: #fff; }

.ux-a-marker {
  padding: 0.5rem;
  margin: 0 0.25rem; }
  .ux-a-marker__icon {
    font-size: 14px;
    color: #757575; }
  .ux-a-marker--large {
    padding: 0.25rem; }
  .ux-a-marker--large {
    padding: 1rem; }
  .ux-a-marker--primary .ux-a-marker__icon {
    color: #004494; }
  .ux-a-marker--info .ux-a-marker__icon {
    color: #03a9f4; }
  .ux-a-marker--success .ux-a-marker__icon {
    color: #4caf50; }
  .ux-a-marker--warning .ux-a-marker__icon {
    color: #ff9800; }
  .ux-a-marker--danger .ux-a-marker__icon {
    color: #f44336; }

.ux-a-label {
  padding: 0.5rem;
  margin: 0 0.25rem; }
  .ux-a-label--tiny {
    padding: 0.25rem; }
  .ux-a-label--large {
    padding: 1rem; }
  .ux-a-label__marker {
    padding-left: 0;
    padding-right: 0.25rem;
    margin-left: 0; }
  .ux-a-label__label {
    font-size: 1.14286rem;
    font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    color: #616161; }
  .ux-a-label__label-icon {
    cursor: pointer; }
    .ux-a-label__label-icon:hover {
      color: #004494; }
  .ux-a-label__sub-label {
    color: #757575;
    margin-top: 0.25rem; }

.ux-a-tag {
  color: white;
  margin: 0 1rem;
  display: flex;
  width: 100%;
  padding: 0; }
  .ux-a-tag__label {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #9e9e9e;
    padding: 0.5rem 1rem; }
  .ux-a-tag__sub-label {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #757575;
    padding: 0.5rem 1rem; }
  .ux-a-tag--tiny {
    margin: 0 0.25rem; }
  .ux-a-tag--large {
    margin: 0 1rem; }
  .ux-a-tag--tiny .ux-a-tag__label {
    padding: 0.25rem 0.5rem; }
  .ux-a-tag--tiny .ux-a-tag__sub-label {
    padding: 0.25rem 0.5rem; }
  .ux-a-tag--large .ux-a-tag__label {
    padding: 1rem 1.5rem; }
  .ux-a-tag--large .ux-a-tag__sub-label {
    padding: 1rem 1.5rem; }
  .ux-a-tag--pull-right {
    margin-left: auto; }
  .ux-a-tag--primary .ux-a-tag__label {
    background-color: #004494; }
  .ux-a-tag--info .ux-a-tag__label {
    background-color: #03a9f4; }
  .ux-a-tag--success .ux-a-tag__label {
    background-color: #4caf50; }
  .ux-a-tag--warning .ux-a-tag__label {
    background-color: #ff9800; }
  .ux-a-tag--danger .ux-a-tag__label {
    background-color: #f44336; }
  .ux-a-tag--primary .ux-a-tag__sub-label {
    background-color: #003675; }
  .ux-a-tag--info .ux-a-tag__sub-label {
    background-color: #039be5; }
  .ux-a-tag--success .ux-a-tag__sub-label {
    background-color: #43a047; }
  .ux-a-tag--warning .ux-a-tag__sub-label {
    background-color: #fb8c00; }
  .ux-a-tag--danger .ux-a-tag__sub-label {
    background-color: #e53935; }
  .ux-a-tag--rounded .ux-a-tag__label {
    border-radius: 10rem; }

.ux-a-toolbar-filter {
  padding: 0.5rem;
  background-color: whitesmoke;
  border-bottom: 1px solid #d2d2d2; }
  .ux-a-toolbar-filter-trigger-wrapper {
    margin-left: 1rem; }
  .ux-a-toolbar-filter-trigger {
    margin-right: 0.25rem; }
  .ux-a-toolbar-filter-filter {
    position: relative;
    width: 100%; }
  .ux-a-toolbar-filter-filter-input {
    width: 100%; }
  .ux-a-toolbar-filter-filter-input-search-icon {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }

.ux-action-box__content {
  flex: 1 1; }

.ux-action-box__actions {
  flex: 0 0 250px;
  margin-left: 1rem; }
  .ux-action-box__actions--collapsed {
    flex: 0 0 60px; }

.ux-action-box__icon-toggle {
  cursor: pointer;
  margin-left: auto;
  font-size: 1.42857rem; }

.ux-action-box--collapsed .ux-action-box__icon-toggle {
  width: 100%;
  margin-left: -35px; }

.ux-action-box--collapsed .ux-action-box__label {
  display: none; }

.ux-action-box--collapsed .ux-list-items-title {
  display: none; }

.box-wrapper > .box, .box {
  border: 1px solid #dedede;
  margin: 0 0 1rem 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  background-color: #fff; }
  .box-wrapper > .box:before, .box-wrapper > .box:after, .box:before, .box:after {
    content: " ";
    display: table; }
  .box-wrapper > .box:after, .box:after {
    clear: both; }
  .box-wrapper > .box ul.nav.nav-tabs,
  .box-wrapper > .box .ui-tabview.ui-tabview-top > .ui-tabview-nav, .box ul.nav.nav-tabs,
  .box .ui-tabview.ui-tabview-top > .ui-tabview-nav {
    background-color: #efefef;
    padding-top: 0; }
  .box-wrapper > .box .tab-content, .box .tab-content {
    padding: 2rem 1rem 1rem 1rem;
    margin-bottom: 1rem; }
  .box-wrapper > .box .header, .box .header {
    background-color: #eeeeee;
    height: 2.5rem;
    border-bottom: 1px solid #d2d2d2; }
    .box-wrapper > .box .header.white, .box .header.white {
      background-color: #ffffff; }
    .box-wrapper > .box .header .icon, .box .header .icon {
      float: left;
      padding: 1rem;
      font-size: 1.42857rem; }
    .box-wrapper > .box .header h2, .box-wrapper > .box .header .title, .box .header h2, .box .header .title {
      font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: normal;
      padding: 0.65rem 0 0 1rem;
      float: left;
      font-size: 1.14286rem;
      color: #616161; }
      .box-wrapper > .box .header h2.with-subtitle, .box-wrapper > .box .header .title.with-subtitle, .box .header h2.with-subtitle, .box .header .title.with-subtitle {
        padding-top: 0.5rem;
        display: block;
        float: none; }
    .box-wrapper > .box .header .subtitle, .box .header .subtitle {
      float: left;
      display: block;
      text-align: left;
      color: #bdbdbd; }
    .box-wrapper > .box .header button, .box .header button {
      margin-top: 0.5rem;
      margin-right: 0.5rem;
      float: right; }
    .box-wrapper > .box .header .fa.pull-right, .box .header .fa.pull-right {
      margin-top: 0.75rem;
      margin-right: 1rem;
      font-size: 1.42857rem;
      color: #616161;
      cursor: pointer; }
      .box-wrapper > .box .header .fa.pull-right:hover, .box .header .fa.pull-right:hover {
        color: #333; }
  .box-wrapper > .box .content, .box .content {
    padding: 1rem;
    background: #ffffff; }
    .box-wrapper > .box .content:before, .box-wrapper > .box .content:after, .box .content:before, .box .content:after {
      content: " ";
      display: table; }
    .box-wrapper > .box .content:after, .box .content:after {
      clear: both; }
    .box-wrapper > .box .content > .row, .box .content > .row {
      margin: 0; }
    .box-wrapper > .box .content > table, .box .content > table {
      margin: 0; }
    .box-wrapper > .box .content.no-pad, .box .content.no-pad {
      padding: 0; }
    .box-wrapper > .box .content.inner-card, .box .content.inner-card {
      padding: 0.5rem;
      margin-bottom: 0;
      border: 0;
      display: flex;
      align-items: center;
      min-height: 100px; }
      .box-wrapper > .box .content.inner-card .image, .box .content.inner-card .image {
        justify-content: center;
        display: flex;
        width: 30%;
        height: 100%; }
        .box-wrapper > .box .content.inner-card .image img, .box .content.inner-card .image img {
          margin: 0 auto; }
      .box-wrapper > .box .content.inner-card .description, .box .content.inner-card .description {
        justify-content: center;
        width: 70%;
        height: 100%; }
        .box-wrapper > .box .content.inner-card .description .title, .box .content.inner-card .description .title {
          font-size: 1.14286rem;
          font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
          font-weight: normal; }
        .box-wrapper > .box .content.inner-card .description .subtitle, .box .content.inner-card .description .subtitle {
          padding-top: 0.5rem;
          font-size: 0.85714rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
  .box-wrapper > .box.no-header .header, .box.no-header .header {
    height: 0; }
  .box-wrapper > .box.no-padding .content, .box.no-padding .content {
    padding: 0; }
  .box-wrapper > .box.red .header h2, .box-wrapper > .box.red .header .title, .box-wrapper > .box.danger .header h2, .box-wrapper > .box.danger .header .title, .box.red .header h2, .box.red .header .title, .box.danger .header h2, .box.danger .header .title {
    color: #e53935; }
  .box-wrapper > .box.red .content, .box-wrapper > .box.danger .content, .box.red .content, .box.danger .content {
    background-color: #ffcdd2; }
  .box-wrapper > .box.green .header h2, .box-wrapper > .box.green .header .title, .box-wrapper > .box.success .header h2, .box-wrapper > .box.success .header .title, .box.green .header h2, .box.green .header .title, .box.success .header h2, .box.success .header .title {
    color: #43a047; }
  .box-wrapper > .box.green .content, .box-wrapper > .box.success .content, .box.green .content, .box.success .content {
    background-color: #c8e6c9; }
  .box-wrapper > .box.blue .header h2, .box-wrapper > .box.blue .header .title, .box-wrapper > .box.info .header h2, .box-wrapper > .box.info .header .title, .box.blue .header h2, .box.blue .header .title, .box.info .header h2, .box.info .header .title {
    color: #0277bd; }
  .box-wrapper > .box.blue .content, .box-wrapper > .box.info .content, .box.blue .content, .box.info .content {
    background-color: #e1f5fe; }
  .box-wrapper > .box.orange .header h2, .box-wrapper > .box.orange .header .title, .box-wrapper > .box.warning .header h2, .box-wrapper > .box.warning .header .title, .box.orange .header h2, .box.orange .header .title, .box.warning .header h2, .box.warning .header .title {
    color: #fb8c00; }
  .box-wrapper > .box.orange .content, .box-wrapper > .box.warning .content, .box.orange .content, .box.warning .content {
    background-color: #fff3e0; }
  .box-wrapper > .box.accordion-box, .box.accordion-box {
    margin-bottom: 0.25rem; }
    .box-wrapper > .box.accordion-box .header, .box.accordion-box .header {
      cursor: pointer; }
    .box-wrapper > .box.accordion-box .content, .box.accordion-box .content {
      display: none; }
    .box-wrapper > .box.accordion-box.expanded .header h2, .box-wrapper > .box.accordion-box.expanded .header .title, .box.accordion-box.expanded .header h2, .box.accordion-box.expanded .header .title {
      color: #004494; }
    .box-wrapper > .box.accordion-box.expanded .content, .box.accordion-box.expanded .content {
      display: block; }

@media screen and (max-width: 767px) {
  .box .header {
    height: 2.5rem; }
    .box .header h2,
    .box .header .title {
      padding: 0.75rem 0 0 0.5rem;
      font-size: 1rem; }
    .box .header button {
      margin-top: 0.25rem;
      margin-right: 0.25rem;
      float: right; }
  .box .content {
    padding: 0.5rem; } }

.ux-button__icon {
  margin-right: 0.5rem; }

.ux-carousel-items__arrow {
  cursor: pointer; }
  .ux-carousel-items__arrow--inactive {
    color: #d2d2d2; }

.ux-carousel-items__summary-indicators {
  margin-top: 1rem; }

.ux-carousel-items__summary-indicators-item {
  padding: 0.25rem 0.5rem;
  margin: 0 0.25rem;
  cursor: pointer;
  font-size: 1.25rem;
  color: #bdbdbd; }

.ux-c-control-feedback {
  color: #bdbdbd;
  line-height: 1; }
  .ux-c-control-feedback__message {
    font-size: 0.85rem; }

.ux-dashboard-buttons {
  margin: 0;
  padding: 0; }
  .ux-dashboard-buttons:before, .ux-dashboard-buttons:after {
    content: " ";
    display: table; }
  .ux-dashboard-buttons:after {
    clear: both; }

.ux-dashboard-button {
  float: left;
  width: 7rem;
  border: 1px solid #ddd;
  background-color: whitesmoke;
  margin-right: 1rem;
  cursor: pointer; }
  .ux-dashboard-button:hover, .ux-dashboard-button:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #eeeeee;
    outline: 0; }
  .ux-dashboard-button__content-main-label, .ux-dashboard-button__content-main-icon {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: block;
    font-size: 4rem;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 1rem; }
  .ux-dashboard-button__content-main-icon-dashboard {
    display: block;
    height: 48px;
    width: 48px;
    margin: 0 auto;
    margin-bottom: 0.25rem;
    margin-top: 1.25rem;
    background-repeat: no-repeat; }
  .ux-dashboard-button__content-title {
    text-align: center;
    padding-top: 0.75rem;
    margin: 0; }
  .ux-dashboard-button__content-sub-title {
    color: #757575;
    font-size: 0.85714rem;
    text-align: center;
    margin-top: 0.5rem; }

.ux-dropdown-button__menu-item:focus {
  color: #333; }

.ux-dashboard-button--rounded {
  padding: 0.5rem 0;
  border: 0;
  background-color: transparent; }

.ux-dashboard-button--rounded .ux-dashboard-button__content-main-label,
.ux-dashboard-button--rounded .ux-dashboard-button__content-main-icon {
  font-size: 2.28571rem;
  background-color: #bdbdbd;
  color: #fff;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  padding-top: 1rem; }

.ux-dashboard-button--rounded .ux-dashboard-button__content-sub-title {
  color: #757575;
  font-size: 0.85714rem;
  text-align: center;
  margin-top: 0.5rem; }

.ux-dashboard-button--large {
  width: 10rem; }

.ux-dashboard-button--large .ux-dashboard-button__content-main-icon,
.ux-dashboard-button--large .ux-dashboard-button__content-main-label {
  margin: 0 auto;
  text-align: center;
  padding-top: 1.25rem;
  font-size: 4rem;
  width: 8rem;
  height: 8rem; }

.ux-dashboard-button--large .ux-dashboard-button__content-title {
  font-size: 1.14286rem; }

.ux-dashboard-button--large .ux-dashboard-button__contet-sub-title {
  font-size: 1rem; }

.ux-dashboard-button--full-width {
  width: 100%; }

.ux-dashboard-button--primary .ux-dashboard-button__content-main-label,
.ux-dashboard-button--primary .ux-dashboard-button__content-main-icon {
  background-color: #004494; }

.ux-dashboard-button--info .ux-dashboard-button__content-main-label,
.ux-dashboard-button--info .ux-dashboard-button__content-main-icon {
  background-color: #03a9f4; }

.ux-dashboard-button--success .ux-dashboard-button__content-main-label,
.ux-dashboard-button--success .ux-dashboard-button__content-main-icon {
  background-color: #4caf50; }

.ux-dashboard-button--warning .ux-dashboard-button__content-main-label,
.ux-dashboard-button--warning .ux-dashboard-button__content-main-icon {
  background-color: #ff9800; }

.ux-dashboard-button--danger .ux-dashboard-button__content-main-label,
.ux-dashboard-button--danger .ux-dashboard-button__content-main-icon {
  background-color: #f44336; }

.ux-dashboard-card {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 1rem;
  background-color: white;
  padding: 1rem;
  width: 100%;
  border-radius: 3px; }
  .ux-dashboard-card__image-wrapper {
    padding: 1rem;
    width: 6rem;
    height: 6rem;
    margin: 1rem auto 1rem auto; }
  .ux-dashboard-card__icon-wrapper {
    background-color: #d2d2d2;
    padding: 1rem;
    width: 8rem;
    height: 8rem;
    margin: 1rem auto 1rem auto;
    border-radius: 4rem;
    border: 1px solid #bdbdbd; }
  .ux-dashboard-card__icon-wrapper-icon {
    margin: 1rem auto;
    font-size: 4rem;
    width: 100%; }
  .ux-dashboard-card__content-wrapper {
    display: flex;
    align-items: center; }
  .ux-dashboard-card__content {
    text-align: center;
    width: 100%; }
  .ux-dashboard-card__content-label {
    font-size: 1.42857rem;
    margin-bottom: 0.5rem; }
  .ux-dashboard-card__content-sub-label {
    color: #757575;
    margin-bottom: 0.5rem; }
  .ux-dashboard-card__content-link {
    margin-top: 1rem; }
  .ux-dashboard-card--horizontal .ux-dashboard-card__content {
    border-left: 2px solid #eeeeee;
    padding-left: 1rem;
    margin-left: 1rem; }
  .ux-dashboard-card--horizontal .ux-dashboard-card__icon-wrapper {
    margin: 1rem auto 1rem auto; }
  .ux-dashboard-card--horizontal--icon-compact .ux-dashboard-card__icon-wrapper {
    margin: 1rem auto 1rem auto; }
  .ux-dashboard-card--icon-compact .ux-dashboard-card__icon-wrapper {
    padding: 0.5rem;
    width: 5rem;
    height: 5rem; }
  .ux-dashboard-card--icon-compact .ux-dashboard-card__icon-wrapper-icon {
    margin: 0.5rem auto;
    font-size: 2.5rem; }
  .ux-dashboard-card--clickable {
    cursor: pointer; }
    .ux-dashboard-card--clickable:focus, .ux-dashboard-card--clickable:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      cursor: pointer;
      outline: 0; }
  .ux-dashboard-card--primary {
    border-left: 0.5rem solid #004494; }
  .ux-dashboard-card--info {
    border-left: 0.5rem solid #03a9f4; }
  .ux-dashboard-card--warning {
    border-left: 0.5rem solid #ff9800; }
  .ux-dashboard-card--success {
    border-left: 0.5rem solid #4caf50; }
  .ux-dashboard-card--danger {
    border-left: 0.5rem solid #f44336; }

.ux-dropdown-button {
  display: inline-flex; }
  .ux-dropdown-button__toggle:hover {
    text-decoration: none; }
  .ux-dropdown-button__toggle--icon-toggle {
    color: #333;
    padding: 0.25rem; }
    .ux-dropdown-button__toggle--icon-toggle::after {
      margin-top: -3px;
      margin-left: 0; }
    .ux-dropdown-button__toggle--icon-toggle:focus {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      cursor: pointer;
      text-decoration: none; }
  .ux-dropdown-button__toggle--icon-toggle .ux-dropdown-button__toggle-icon {
    font-size: 17px; }
  .ux-dropdown-button__toggle-label--with-icon {
    margin-left: 0.5rem; }
  .ux-dropdown-button__menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .ux-dropdown-button__menu-item {
    padding: 0.5rem; }
    .ux-dropdown-button__menu-item:focus {
      background-color: #d2d2d2;
      box-shadow: none; }

.ux-field {
  margin-bottom: 1rem; }
  .ux-field__label-wrapper {
    position: relative; }
  .ux-field__label {
    margin-right: 0.5rem; }
  .ux-field__required-indicator {
    position: absolute;
    right: -2px; }
  .ux-field__read-only {
    padding: 0.35rem 0.75rem 0.35rem 0;
    font-weight: bold;
    color: #616161; }
  .ux-field--vertical .ux-field__required-indicator {
    top: 0; }

@media screen and (max-width: 991px) {
  .ux-field__label {
    margin-right: 0.25rem; }
  .ux-field__required-indicator {
    position: relative;
    right: auto; } }

.ux-language-selector {
  display: inline;
  line-height: 20px !important; }
  .ux-language-selector:before, .ux-language-selector:after {
    content: " ";
    display: table; }
  .ux-language-selector:after {
    clear: both; }
  .ux-language-selector a.language-toggle {
    background: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/nexteuropa/language/bubble-lgg.png) 100% 4px no-repeat;
    padding: 5px !important;
    float: right; }
    .ux-language-selector a.language-toggle:hover, .ux-language-selector a.language-toggle:focus {
      background-color: #d2d2d2;
      color: #004494; }
    .ux-language-selector a.language-toggle .language-label {
      float: left;
      font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: normal;
      font-size: 14px;
      margin-right: 10px !important;
      margin-top: -2px; }
    .ux-language-selector a.language-toggle .language-code {
      float: left;
      font-size: 14px;
      background-color: transparent !important;
      color: #fff;
      margin-right: -3px;
      margin-top: -4px;
      padding: 0.15rem; }
  .ux-language-selector .dropdown-menu {
    left: -2rem; }

#nav-bar .ux-language-selector {
  height: 50px;
  display: block; }
  #nav-bar .ux-language-selector a.language-toggle {
    margin-top: 10px;
    background-image: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/nexteuropa/language/bubble-lgg-inverse.png); }
    #nav-bar .ux-language-selector a.language-toggle .language-label {
      color: #fff; }
    #nav-bar .ux-language-selector a.language-toggle:hover, #nav-bar .ux-language-selector a.language-toggle:focus {
      background-color: #003675;
      color: #ffeb3b; }
    #nav-bar .ux-language-selector a.language-toggle .language-code {
      color: #004494; }

.ux-language-selector {
  line-height: 2rem;
  display: inline; }
  .ux-language-selector a.language-toggle .language-label {
    margin-right: 0.25rem; }
  .ux-language-selector a.language-toggle .language-code {
    background-color: #dedede;
    padding: 0.15rem; }

.ux-language-selector-modal .modal-dialog .row .col-md-3 {
  padding: 10px;
  text-align: center; }
  .ux-language-selector-modal .modal-dialog .row .col-md-3 button.btn {
    width: 100%;
    padding: 6px; }
    .ux-language-selector-modal .modal-dialog .row .col-md-3 button.btn label {
      margin: 0; }

.dropdown-menu {
  margin-top: 0; }

.ux-fieldset__label {
  font-size: 0.9rem;
  font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }

.ux-fieldset--first {
  margin-top: 0.5rem; }

.ux-growl {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 20em;
  z-index: 9999; }

.ux-growl-item-container {
  position: relative;
  margin: 0 0 10px 0;
  opacity: 0.95;
  filter: alpha(opacity=95);
  color: white; }

.ux-growl-item {
  position: relative;
  display: block;
  padding: 0.5em 1em; }

.ux-growl-item-message-detail {
  padding: 0;
  margin: 0; }

.ux-growl-item-close {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer; }

.ux-growl-item-message-title {
  font-weight: bold;
  padding: 0 0 .5em 0;
  display: block; }

.ux-growl-item-image {
  position: absolute;
  display: inline-block;
  left: .5em;
  top: 0.25em;
  padding: 0; }

.ux-growl-item-message {
  padding: 0 0 .25em 0;
  margin-left: 2.5em; }

.ux-growl-item-container--info {
  background-color: #03a9f4;
  border-bottom: 4px solid #0277bd; }

.ux-growl-item-container--warning {
  background-color: #ff9800;
  border-bottom: 4px solid #ef6c00; }

.ux-growl-item-container--success {
  background-color: #4caf50;
  border-bottom: 4px solid #2e7d32; }

.ux-growl-item-container--danger {
  background-color: #f44336;
  border-bottom: 4px solid #c62828; }

.ux-list-items {
  width: 100%; }

.ux-list-items-title {
  color: #757575;
  margin-top: 1rem; }
  .ux-list-items-title--first {
    margin-top: 0; }

.ux-list-item-wrapper {
  display: block;
  position: relative; }

.ux-list-item {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
  background-color: white;
  margin-bottom: 0.25rem; }
  .ux-list-item__right-content {
    margin-left: auto;
    display: flex;
    align-items: center; }

uxListItemContent {
  display: flex;
  align-items: center;
  width: 100%; }
  uxListItemContent .ux-a-tag {
    padding-right: 1rem; }

.ux-list-item:hover:not(.ux-list-item--hovered) {
  background-color: #eeeeee;
  cursor: pointer; }

.ux-list-item__right-content {
  margin-left: auto;
  display: flex;
  align-items: center; }

.ux-list-item--small {
  padding: 0.5rem 0.25rem; }

.ux-list-item--hovered {
  background: #424242;
  cursor: pointer; }
  .ux-list-item--hovered .ux-a-icon__icon {
    color: white; }

.ux-list-item--collapsed {
  border-bottom: 0; }
  .ux-list-item--collapsed .ux-a-icon {
    text-align: center;
    width: 100%;
    padding-bottom: 0.5rem; }
  .ux-list-item--collapsed .ux-a-label {
    display: none; }

.ux-list-item--primary {
  border-left: 5px solid #004494; }

.ux-list-item--info {
  border-left: 5px solid #03a9f4; }

.ux-list-item--success {
  border-left: 5px solid #4caf50; }

.ux-list-item--warning {
  border-left: 5px solid #ff9800; }

.ux-list-item--danger {
  border-left: 5px solid #f44336; }

.ux-list-item-hover-content {
  position: absolute;
  width: 250px;
  top: 0;
  right: 100%;
  background-color: #424242;
  height: 100%;
  padding: 0 0.5rem;
  z-index: 1020; }
  .ux-list-item-hover-content .ux-a-label__label {
    color: white; }
  .ux-list-item-hover-content .ux-a-label__sub-label {
    color: #bdbdbd; }

.ux-modal__content {
  width: 640px; }

.ux-modal__dialog {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  max-width: 640px; }

.ux-modal__header-title {
  line-height: 2;
  font-size: 1.14286rem; }

.ux-modal__body {
  padding: 1.5rem; }

.ux-modal__footer {
  padding: 1.5rem; }

.ux-modal__header-close {
  box-shadow: none; }
  .ux-modal__header-close:focus {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    outline: 0; }

.ux-modal--small .ux-modal__content {
  width: 500px; }

.ux-modal--small .ux-modal__dialog {
  max-width: 500px; }

.ux-modal--big .ux-modal__content {
  width: 768px; }

.ux-modal--big .ux-modal__dialog {
  width: 768px;
  max-width: 768px; }

.ux-modal--full-screen .ux-modal__content {
  width: 100%; }

.ux-modal--full-screen .ux-modal__dialog {
  width: 100%;
  max-width: 100%; }

.ux-modal--full-height {
  max-height: 95%; }

.ux-modal--full-height .ux-modal__dialog {
  height: 95%; }

.ux-modal--full-height .ux-modal__content {
  height: 100%; }

.ux-modal--full-height .ux-modal__body {
  overflow-y: auto;
  overflow-x: hidden; }

@media screen and (max-width: 991px) {
  .ux-modal__content, .ux-modal__content[style],
  .ux-modal--small .ux-modal__content,
  .ux-modal--big .ux-modal__content,
  .ux-modal--full-screen .ux-modal__content {
    width: 100% !important; }
  .ux-modal__dialog, .ux-modal__dialog[style],
  .ux-modal--small .ux-modal__dialog,
  .ux-modal--big .ux-modal__dialog,
  .ux-modal--full-screen .ux-modal__dialog {
    max-width: 100% !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem; } }

.ux-panel-items {
  margin-bottom: 1rem; }

.ux-panel-item {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-top: 1px solid #ddd;
  margin-bottom: 1rem;
  border-radius: 3px;
  position: relative; }
  .ux-panel-item:before, .ux-panel-item:after {
    content: " ";
    display: table; }
  .ux-panel-item:after {
    clear: both; }
  .ux-panel-item--has-tabs > .ux-panel-header {
    display: none; }
  .ux-panel-item--has-tabs > .ux-panel-content {
    padding: 0; }
  .ux-panel-item--has-tabs .nav-tabs {
    background-color: whitesmoke; }
  .ux-panel-item--has-tabs .tab-content {
    padding: 2rem 1rem 1rem;
    margin-bottom: 0; }
  .ux-panel-item--no-header .ux-panel-header {
    display: none; }
  .ux-panel-item--warning .ux-panel-header {
    background-color: #f57c00; }
    .ux-panel-item--warning .ux-panel-header .ux-a-label__label,
    .ux-panel-item--warning .ux-panel-header .ux-a-label__sub-label {
      color: white; }
  .ux-panel-item--warning .ux-panel-header__status-indicator-wrapper-label {
    color: #ef6c00; }
  .ux-panel-item--danger .ux-panel-header {
    background-color: #d32f2f; }
    .ux-panel-item--danger .ux-panel-header .ux-a-label__label,
    .ux-panel-item--danger .ux-panel-header .ux-a-label__sub-label {
      color: white; }
  .ux-panel-item--danger .ux-panel-header__status-indicator-wrapper-label {
    color: #c62828; }
  .ux-panel-item--info .ux-panel-header {
    background-color: #0288d1; }
    .ux-panel-item--info .ux-panel-header .ux-a-label__label,
    .ux-panel-item--info .ux-panel-header .ux-a-label__sub-label {
      color: white; }
  .ux-panel-item--info .ux-panel-header__status-indicator-wrapper-label {
    color: #01579b; }
  .ux-panel-item--success .ux-panel-header {
    background-color: #388e3c; }
    .ux-panel-item--success .ux-panel-header .ux-a-label__label,
    .ux-panel-item--success .ux-panel-header .ux-a-label__sub-label {
      color: white; }
  .ux-panel-item--success .ux-panel-header__status-indicator-wrapper-label {
    color: #1b5e20; }
  .ux-panel-item__status-indicator-icon-wrapper {
    position: absolute;
    background-color: #fb8c00;
    color: white;
    padding: 0.15rem 0.25rem;
    border-radius: 100%;
    top: -6px;
    left: -6px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center; }
    .ux-panel-item__status-indicator-icon-wrapper-icon {
      margin-top: 2px; }

.ux-panel-header {
  display: flex;
  align-items: center;
  background-color: #eeeeee;
  padding: 1rem 1rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom: 1px solid #d2d2d2; }
  .ux-panel-header__icon {
    margin-right: 1rem;
    margin-left: 0;
    padding: 0 0.25rem; }
  .ux-panel-header__right-content {
    margin-left: auto;
    display: flex;
    align-items: center; }
  .ux-panel-header__tag {
    margin-right: 1rem; }
  .ux-panel-header__expand-toggle {
    margin-right: 0.5rem;
    margin-left: 1rem;
    cursor: pointer;
    font-size: 1.42857rem; }
  .ux-panel-header__status-indicator-wrapper {
    padding: 1rem 1rem;
    border-bottom: 1px solid #d2d2d2; }
    .ux-panel-header__status-indicator-wrapper-toggle {
      padding: 0.25rem 0.5rem; }
      .ux-panel-header__status-indicator-wrapper-toggle:focus {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        cursor: pointer; }
  .ux-panel-header__status-indicator-content {
    padding: 0.5rem 1rem 0 1rem;
    border-bottom: 1px solid #d2d2d2; }
  .ux-panel-header .ux-a-icon {
    padding: 0;
    margin-right: 1rem;
    margin-left: 0;
    height: 1rem; }
  .ux-panel-header .ux-a-icon--rounded {
    padding: 0.5rem;
    height: auto; }
  .ux-panel-header .ux-a-label {
    margin-left: 0;
    padding: 0; }

.ux-panel-item--flat {
  background-color: white; }
  .ux-panel-item--flat .ux-panel-header {
    background-color: white;
    margin: 0 1rem;
    padding-left: 0; }
    .ux-panel-item--flat .ux-panel-header--large {
      margin-bottom: 0.5rem; }
    .ux-panel-item--flat .ux-panel-header--large .ux-a-label {
      padding: 1rem 0 0.5rem 0; }
    .ux-panel-item--flat .ux-panel-header--large .ux-a-label__label {
      font-size: 1.71429rem; }

.ux-panel-header--expandable {
  cursor: pointer; }

.ux-panel-header--accordion-expanded {
  background-color: #004494; }
  .ux-panel-header--accordion-expanded .ux-a-label__label {
    color: white; }

.ux-panel-header--has-light-label .ux-a-label__label {
  font-weight: normal; }

.ux-panel-header--accordion-expanded .ux-panel-header__expand-toggle {
  color: white; }

.ux-panel-content {
  background-color: white;
  padding: 1rem;
  position: relative; }
  .ux-panel-content:before, .ux-panel-content:after {
    content: " ";
    display: table; }
  .ux-panel-content:after {
    clear: both; }
  .ux-panel-content--no-padding {
    padding: 0; }
  .ux-panel-content--blocked {
    z-index: 0; }
  .ux-panel-content__blocked-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #bdbdbd;
    opacity: 0.5; }
    .ux-panel-content__blocked-overlay:after {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100px;
      height: 100px;
      margin: -50px 0 0 -50px;
      content: "";
      border-radius: 50%;
      border: 10px solid transparent;
      border-top-color: #0052b3;
      -webkit-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite; }
  .ux-panel-content--fixed-height {
    overflow: hidden; }

.ux-panel-footer {
  padding: 0.5rem;
  text-align: center;
  border-top: 1px solid #ddd;
  background-color: whitesmoke; }

.ux-panel-toolbar {
  background-color: white;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd; }
  .ux-panel-toolbar:before, .ux-panel-toolbar:after {
    content: " ";
    display: table; }
  .ux-panel-toolbar:after {
    clear: both; }
  .ux-panel-toolbar__trigger {
    margin-right: 1.5rem;
    position: relative;
    color: #333; }
  .ux-panel-toolbar__trigger-icon {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .ux-panel-toolbar__filter {
    float: right;
    position: relative; }
  .ux-panel-toolbar__filter-input {
    min-width: 200px; }
  .ux-panel-toolbar__filter-input-search-icon {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }

.ux-progress-circle-wrapper {
  position: relative; }

.ux-progress-circle {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 1rem;
  position: relative;
  padding: 0;
  width: 6rem;
  height: 6rem;
  background-color: #F2E9E1;
  border-radius: 100%;
  line-height: 6rem; }
  .ux-progress-circle:after {
    border: none;
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    background-color: white;
    content: " "; }
  .ux-progress-circle__label {
    position: absolute;
    line-height: 6rem;
    width: 6rem;
    text-align: center;
    display: block;
    z-index: 2;
    font-size: 1.33333rem; }
  .ux-progress-circle__left-half-clipper {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    position: absolute;
    clip: rect(0, 6rem, 6rem, 3rem); }
  .ux-progress-circle__value-bar {
    position: absolute;
    clip: rect(0, 3rem, 6rem, 0);
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: 0.78947rem solid #004494;
    box-sizing: border-box; }
  .ux-progress-circle--over50 .ux-progress-circle__left-half-clipper {
    clip: rect(auto, auto, auto, auto); }
  .ux-progress-circle--over50 .ux-progress-circle__first50-bar {
    position: absolute;
    clip: rect(0, 6rem, 6rem, 3rem);
    background-color: #004494;
    border-radius: 50%;
    width: 6rem;
    height: 6rem; }
  .ux-progress-circle:not(.ux-progress-circle--over50) .ux-progress-circle__first50-bar {
    display: none; }

.ux-progress-circle.p0 .ux-progress-circle__value-bar {
  display: none; }

.ux-progress-circle.p1 .ux-progress-circle__value-bar {
  transform: rotate(3.6deg); }

.ux-progress-circle.p2 .ux-progress-circle__value-bar {
  transform: rotate(7.2deg); }

.ux-progress-circle.p3 .ux-progress-circle__value-bar {
  transform: rotate(10.8deg); }

.ux-progress-circle.p4 .ux-progress-circle__value-bar {
  transform: rotate(14.4deg); }

.ux-progress-circle.p5 .ux-progress-circle__value-bar {
  transform: rotate(18deg); }

.ux-progress-circle.p6 .ux-progress-circle__value-bar {
  transform: rotate(21.6deg); }

.ux-progress-circle.p7 .ux-progress-circle__value-bar {
  transform: rotate(25.2deg); }

.ux-progress-circle.p8 .ux-progress-circle__value-bar {
  transform: rotate(28.8deg); }

.ux-progress-circle.p9 .ux-progress-circle__value-bar {
  transform: rotate(32.4deg); }

.ux-progress-circle.p10 .ux-progress-circle__value-bar {
  transform: rotate(36deg); }

.ux-progress-circle.p11 .ux-progress-circle__value-bar {
  transform: rotate(39.6deg); }

.ux-progress-circle.p12 .ux-progress-circle__value-bar {
  transform: rotate(43.2deg); }

.ux-progress-circle.p13 .ux-progress-circle__value-bar {
  transform: rotate(46.8deg); }

.ux-progress-circle.p14 .ux-progress-circle__value-bar {
  transform: rotate(50.4deg); }

.ux-progress-circle.p15 .ux-progress-circle__value-bar {
  transform: rotate(54deg); }

.ux-progress-circle.p16 .ux-progress-circle__value-bar {
  transform: rotate(57.6deg); }

.ux-progress-circle.p17 .ux-progress-circle__value-bar {
  transform: rotate(61.2deg); }

.ux-progress-circle.p18 .ux-progress-circle__value-bar {
  transform: rotate(64.8deg); }

.ux-progress-circle.p19 .ux-progress-circle__value-bar {
  transform: rotate(68.4deg); }

.ux-progress-circle.p20 .ux-progress-circle__value-bar {
  transform: rotate(72deg); }

.ux-progress-circle.p21 .ux-progress-circle__value-bar {
  transform: rotate(75.6deg); }

.ux-progress-circle.p22 .ux-progress-circle__value-bar {
  transform: rotate(79.2deg); }

.ux-progress-circle.p23 .ux-progress-circle__value-bar {
  transform: rotate(82.8deg); }

.ux-progress-circle.p24 .ux-progress-circle__value-bar {
  transform: rotate(86.4deg); }

.ux-progress-circle.p25 .ux-progress-circle__value-bar {
  transform: rotate(90deg); }

.ux-progress-circle.p26 .ux-progress-circle__value-bar {
  transform: rotate(93.6deg); }

.ux-progress-circle.p27 .ux-progress-circle__value-bar {
  transform: rotate(97.2deg); }

.ux-progress-circle.p28 .ux-progress-circle__value-bar {
  transform: rotate(100.8deg); }

.ux-progress-circle.p29 .ux-progress-circle__value-bar {
  transform: rotate(104.4deg); }

.ux-progress-circle.p30 .ux-progress-circle__value-bar {
  transform: rotate(108deg); }

.ux-progress-circle.p31 .ux-progress-circle__value-bar {
  transform: rotate(111.6deg); }

.ux-progress-circle.p32 .ux-progress-circle__value-bar {
  transform: rotate(115.2deg); }

.ux-progress-circle.p33 .ux-progress-circle__value-bar {
  transform: rotate(118.8deg); }

.ux-progress-circle.p34 .ux-progress-circle__value-bar {
  transform: rotate(122.4deg); }

.ux-progress-circle.p35 .ux-progress-circle__value-bar {
  transform: rotate(126deg); }

.ux-progress-circle.p36 .ux-progress-circle__value-bar {
  transform: rotate(129.6deg); }

.ux-progress-circle.p37 .ux-progress-circle__value-bar {
  transform: rotate(133.2deg); }

.ux-progress-circle.p38 .ux-progress-circle__value-bar {
  transform: rotate(136.8deg); }

.ux-progress-circle.p39 .ux-progress-circle__value-bar {
  transform: rotate(140.4deg); }

.ux-progress-circle.p40 .ux-progress-circle__value-bar {
  transform: rotate(144deg); }

.ux-progress-circle.p41 .ux-progress-circle__value-bar {
  transform: rotate(147.6deg); }

.ux-progress-circle.p42 .ux-progress-circle__value-bar {
  transform: rotate(151.2deg); }

.ux-progress-circle.p43 .ux-progress-circle__value-bar {
  transform: rotate(154.8deg); }

.ux-progress-circle.p44 .ux-progress-circle__value-bar {
  transform: rotate(158.4deg); }

.ux-progress-circle.p45 .ux-progress-circle__value-bar {
  transform: rotate(162deg); }

.ux-progress-circle.p46 .ux-progress-circle__value-bar {
  transform: rotate(165.6deg); }

.ux-progress-circle.p47 .ux-progress-circle__value-bar {
  transform: rotate(169.2deg); }

.ux-progress-circle.p48 .ux-progress-circle__value-bar {
  transform: rotate(172.8deg); }

.ux-progress-circle.p49 .ux-progress-circle__value-bar {
  transform: rotate(176.4deg); }

.ux-progress-circle.p50 .ux-progress-circle__value-bar {
  transform: rotate(180deg); }

.ux-progress-circle.p51 .ux-progress-circle__value-bar {
  transform: rotate(183.6deg); }

.ux-progress-circle.p52 .ux-progress-circle__value-bar {
  transform: rotate(187.2deg); }

.ux-progress-circle.p53 .ux-progress-circle__value-bar {
  transform: rotate(190.8deg); }

.ux-progress-circle.p54 .ux-progress-circle__value-bar {
  transform: rotate(194.4deg); }

.ux-progress-circle.p55 .ux-progress-circle__value-bar {
  transform: rotate(198deg); }

.ux-progress-circle.p56 .ux-progress-circle__value-bar {
  transform: rotate(201.6deg); }

.ux-progress-circle.p57 .ux-progress-circle__value-bar {
  transform: rotate(205.2deg); }

.ux-progress-circle.p58 .ux-progress-circle__value-bar {
  transform: rotate(208.8deg); }

.ux-progress-circle.p59 .ux-progress-circle__value-bar {
  transform: rotate(212.4deg); }

.ux-progress-circle.p60 .ux-progress-circle__value-bar {
  transform: rotate(216deg); }

.ux-progress-circle.p61 .ux-progress-circle__value-bar {
  transform: rotate(219.6deg); }

.ux-progress-circle.p62 .ux-progress-circle__value-bar {
  transform: rotate(223.2deg); }

.ux-progress-circle.p63 .ux-progress-circle__value-bar {
  transform: rotate(226.8deg); }

.ux-progress-circle.p64 .ux-progress-circle__value-bar {
  transform: rotate(230.4deg); }

.ux-progress-circle.p65 .ux-progress-circle__value-bar {
  transform: rotate(234deg); }

.ux-progress-circle.p66 .ux-progress-circle__value-bar {
  transform: rotate(237.6deg); }

.ux-progress-circle.p67 .ux-progress-circle__value-bar {
  transform: rotate(241.2deg); }

.ux-progress-circle.p68 .ux-progress-circle__value-bar {
  transform: rotate(244.8deg); }

.ux-progress-circle.p69 .ux-progress-circle__value-bar {
  transform: rotate(248.4deg); }

.ux-progress-circle.p70 .ux-progress-circle__value-bar {
  transform: rotate(252deg); }

.ux-progress-circle.p71 .ux-progress-circle__value-bar {
  transform: rotate(255.6deg); }

.ux-progress-circle.p72 .ux-progress-circle__value-bar {
  transform: rotate(259.2deg); }

.ux-progress-circle.p73 .ux-progress-circle__value-bar {
  transform: rotate(262.8deg); }

.ux-progress-circle.p74 .ux-progress-circle__value-bar {
  transform: rotate(266.4deg); }

.ux-progress-circle.p75 .ux-progress-circle__value-bar {
  transform: rotate(270deg); }

.ux-progress-circle.p76 .ux-progress-circle__value-bar {
  transform: rotate(273.6deg); }

.ux-progress-circle.p77 .ux-progress-circle__value-bar {
  transform: rotate(277.2deg); }

.ux-progress-circle.p78 .ux-progress-circle__value-bar {
  transform: rotate(280.8deg); }

.ux-progress-circle.p79 .ux-progress-circle__value-bar {
  transform: rotate(284.4deg); }

.ux-progress-circle.p80 .ux-progress-circle__value-bar {
  transform: rotate(288deg); }

.ux-progress-circle.p81 .ux-progress-circle__value-bar {
  transform: rotate(291.6deg); }

.ux-progress-circle.p82 .ux-progress-circle__value-bar {
  transform: rotate(295.2deg); }

.ux-progress-circle.p83 .ux-progress-circle__value-bar {
  transform: rotate(298.8deg); }

.ux-progress-circle.p84 .ux-progress-circle__value-bar {
  transform: rotate(302.4deg); }

.ux-progress-circle.p85 .ux-progress-circle__value-bar {
  transform: rotate(306deg); }

.ux-progress-circle.p86 .ux-progress-circle__value-bar {
  transform: rotate(309.6deg); }

.ux-progress-circle.p87 .ux-progress-circle__value-bar {
  transform: rotate(313.2deg); }

.ux-progress-circle.p88 .ux-progress-circle__value-bar {
  transform: rotate(316.8deg); }

.ux-progress-circle.p89 .ux-progress-circle__value-bar {
  transform: rotate(320.4deg); }

.ux-progress-circle.p90 .ux-progress-circle__value-bar {
  transform: rotate(324deg); }

.ux-progress-circle.p91 .ux-progress-circle__value-bar {
  transform: rotate(327.6deg); }

.ux-progress-circle.p92 .ux-progress-circle__value-bar {
  transform: rotate(331.2deg); }

.ux-progress-circle.p93 .ux-progress-circle__value-bar {
  transform: rotate(334.8deg); }

.ux-progress-circle.p94 .ux-progress-circle__value-bar {
  transform: rotate(338.4deg); }

.ux-progress-circle.p95 .ux-progress-circle__value-bar {
  transform: rotate(342deg); }

.ux-progress-circle.p96 .ux-progress-circle__value-bar {
  transform: rotate(345.6deg); }

.ux-progress-circle.p97 .ux-progress-circle__value-bar {
  transform: rotate(349.2deg); }

.ux-progress-circle.p98 .ux-progress-circle__value-bar {
  transform: rotate(352.8deg); }

.ux-progress-circle.p99 .ux-progress-circle__value-bar {
  transform: rotate(356.4deg); }

.ux-progress-circle.p100 .ux-progress-circle__value-bar {
  transform: rotate(360deg); }

.ux-progress-circle--small {
  margin: 0.5rem;
  transform: scale(0.75); }

.ux-progress-circle--large {
  margin: 1rem 3rem;
  transform: scale(1.5); }

.ux-progress-circle__icon-label {
  top: -7px;
  right: -10px;
  position: absolute;
  font-size: 26px; }

.ux-progress-circle__icon-label--small {
  top: -5px;
  right: 5px;
  position: absolute;
  font-size: 20px; }

.ux-progress-circle__icon-label--large {
  top: -10px;
  right: -15px;
  position: absolute;
  font-size: 32px; }

.ux-progress-circle--info .ux-progress-circle__value-bar {
  border-color: #03a9f4; }

.ux-progress-circle--info.ux-progress-circle--over50 .ux-progress-circle__first50-bar {
  background-color: #03a9f4; }

.ux-progress-circle--success .ux-progress-circle__value-bar {
  border-color: #4caf50; }

.ux-progress-circle--success.ux-progress-circle--over50 .ux-progress-circle__first50-bar {
  background-color: #4caf50; }

.ux-progress-circle--warning .ux-progress-circle__value-bar {
  border-color: #ff9800; }

.ux-progress-circle--warning.ux-progress-circle--over50 .ux-progress-circle__first50-bar {
  background-color: #ff9800; }

.ux-progress-circle--danger .ux-progress-circle__value-bar {
  border-color: #f44336; }

.ux-progress-circle--danger.ux-progress-circle--over50 .ux-progress-circle__first50-bar {
  background-color: #f44336; }

.ux-search-input-container {
  position: relative;
  padding: 3px; }
  .ux-search-input-container input {
    padding-right: 4.5rem; }
  .ux-search-input-container .dropdown-menu-container {
    position: relative; }
    .ux-search-input-container .dropdown-menu-container .dropdown-menu {
      display: block;
      left: auto;
      top: auto;
      width: 100%; }
      .ux-search-input-container .dropdown-menu-container .dropdown-menu .dropdown-item {
        cursor: default; }
        .ux-search-input-container .dropdown-menu-container .dropdown-menu .dropdown-item.historical svg {
          width: 1rem;
          height: 1rem;
          margin-right: 0.33rem;
          position: relative;
          top: -0.1rem;
          vertical-align: middle; }
          .ux-search-input-container .dropdown-menu-container .dropdown-menu .dropdown-item.historical svg.inverted {
            display: none; }
        .ux-search-input-container .dropdown-menu-container .dropdown-menu .dropdown-item.historical.active svg {
          display: none; }
          .ux-search-input-container .dropdown-menu-container .dropdown-menu .dropdown-item.historical.active svg.inverted {
            display: inline-block; }
        .ux-search-input-container .dropdown-menu-container .dropdown-menu .dropdown-item.empty {
          font-style: italic;
          color: gray;
          cursor: default;
          font-size: 0.8rem;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          .ux-search-input-container .dropdown-menu-container .dropdown-menu .dropdown-item.empty:hover {
            background-color: transparent; }
  .ux-search-input-container .spinner {
    width: 3rem;
    text-align: center;
    position: absolute;
    z-index: 2;
    right: 1rem;
    margin-top: -1.65rem; }
    .ux-search-input-container .spinner > div {
      width: 0.5rem;
      height: 0.5rem;
      background-color: black;
      border-radius: 100%;
      display: inline-block;
      animation: sk-bouncedelay 1.0s infinite ease-in-out both;
      margin: 0.25rem; }
      .ux-search-input-container .spinner > div:nth-child(1) {
        animation-delay: -0.40s; }
      .ux-search-input-container .spinner > div:nth-child(2) {
        animation-delay: -0.20s; }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0) rotate(0.02deg);
    opacity: 0; }
  40% {
    transform: scale(1) rotate(0.02deg);
    opacity: 1; } }

.ux-autocomplete-tag {
  position: relative; }
  .ux-autocomplete-tag__tags {
    margin-bottom: 0.5rem; }
    .ux-autocomplete-tag__tags:before, .ux-autocomplete-tag__tags:after {
      content: " ";
      display: table; }
    .ux-autocomplete-tag__tags:after {
      clear: both; }
  .ux-autocomplete-tag__tags-item {
    float: left;
    margin-right: 0.25rem; }
  .ux-autocomplete-tag__tags-item-close {
    color: white;
    margin-left: 0.5rem;
    cursor: pointer;
    vertical-align: middle; }
    .ux-autocomplete-tag__tags-item-close:hover {
      color: #ffeb3b; }
  .ux-autocomplete-tag__dropdown-list {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    height: auto;
    margin-top: 0;
    max-height: 200px;
    overflow-x: hidden;
    width: 100%; }
  .ux-autocomplete-tag__dropdown-list-item {
    cursor: pointer;
    padding: 0.5rem;
    color: #616161;
    margin-top: 1px;
    border-bottom: 1px solid #ddd; }
    .ux-autocomplete-tag__dropdown-list-item--selected {
      background-color: #d2d2d2; }
    .ux-autocomplete-tag__dropdown-list-item--primary {
      border-left: 5px solid #004494; }
    .ux-autocomplete-tag__dropdown-list-item--info {
      border-left: 5px solid #03a9f4; }
    .ux-autocomplete-tag__dropdown-list-item--success {
      border-left: 5px solid #4caf50; }
    .ux-autocomplete-tag__dropdown-list-item--warning {
      border-left: 5px solid #ff9800; }
    .ux-autocomplete-tag__dropdown-list-item--danger {
      border-left: 5px solid #f44336; }

/*
.selected {
    display: inline-block;
    margin: 0.2rem;
	padding:0.$ux-spacer 0.3rem;
}

.selected a {
    color: #FFF;
	cursor:pointer;
	font-weight:bold;
}

.selectedList {
    overflow: hidden;
}

.field-container {
    position:relative;
}

.field-container .caret {
    bottom:14px;
    position:absolute;
    right:10px;
}

.ui-select-choices {
    height: auto;
    margin-top: 0;
    max-height: 200px;
    overflow-x: hidden;
    width: 100%;
}

.ui-select-choices-row > a {
    clear: both;
    display: block;
    font-weight: 400;
    line-height: 1.2;
    padding: $ux-spacer-tiny 1.5rem;
    white-space: nowrap;
}

.ui-select-choices-row:hover {
    background-color: #428BCA;
    color: #FFF;
    text-decoration: none;
    outline: 0;
}


.ui-select-choices-row:hover > a {
    background-color: #428BCA;
    color: #FFF;
    text-decoration: none;
    outline: 0;
}
*/
.ux-c-switch {
  font-size: 1rem;
  background: #fff;
  border: 1px solid #d2d2d2;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  transition: 0.3s ease-out all;
  vertical-align: middle;
  user-select: none;
  background-clip: content-box;
  width: 2.0625em;
  height: 1.25em;
  border-radius: 1.25em; }
  .ux-c-switch--large {
    font-size: 2rem; }
  .ux-c-switch--small {
    font-size: 0.75rem; }
  .ux-c-switch--checked {
    background: #66bb6a;
    border-color: #66bb6a; }
  .ux-c-switch--checked .ux-c-switch__handle {
    left: 0.8125em; }
  .ux-c-switch--disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .ux-c-switch__handle {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-size: 1em;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-out all;
    background-color: #fff;
    width: 1.25em;
    height: 1.25em; }

.material-switch > input[type="checkbox"] {
  display: none; }

.material-switch > label {
  cursor: pointer !important;
  height: 0px;
  position: relative !important;
  width: 40px; }

.material-switch > label::before {
  background: black;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px; }

.material-switch > label::after {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px; }

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5; }

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px; }

ul.nav.nav-tabs,
.ui-tabview.ui-tabview-top > .ui-tabview-nav {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #bdbdbd;
  position: relative; }
  ul.nav.nav-tabs li,
  .ui-tabview.ui-tabview-top > .ui-tabview-nav li {
    float: left;
    border: none;
    padding: 1rem;
    background-color: inherit;
    cursor: pointer; }
    ul.nav.nav-tabs li:after,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li:after {
      content: "";
      border-right: 1px solid #bdbdbd;
      height: 25px;
      margin-top: -2px;
      margin-right: -1rem;
      float: right; }
    ul.nav.nav-tabs li.active, ul.nav.nav-tabs li:hover, ul.nav.nav-tabs li.ui-state-default.ui-state-active,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li.active,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li:hover,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li.ui-state-default.ui-state-active {
      border-bottom: 3px solid #0052b3;
      transition: border 0.1s ease-in;
      background-color: #eeeeee; }
      ul.nav.nav-tabs li.active a, ul.nav.nav-tabs li:hover a, ul.nav.nav-tabs li.ui-state-default.ui-state-active a,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.active a,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li:hover a,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.ui-state-default.ui-state-active a {
        color: #004494; }
    ul.nav.nav-tabs li.ui-state-disabled, ul.nav.nav-tabs li.disabled,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li.ui-state-disabled,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li.disabled {
      border-bottom: none; }
      ul.nav.nav-tabs li.ui-state-disabled a .fa, ul.nav.nav-tabs li.disabled a .fa,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.ui-state-disabled a .fa,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.disabled a .fa {
        color: #bdbdbd; }
      ul.nav.nav-tabs li.ui-state-disabled a .label-wrapper .label, ul.nav.nav-tabs li.ui-state-disabled a .label-wrapper .sub-label, ul.nav.nav-tabs li.disabled a .label-wrapper .label, ul.nav.nav-tabs li.disabled a .label-wrapper .sub-label,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.ui-state-disabled a .label-wrapper .label,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.ui-state-disabled a .label-wrapper .sub-label,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.disabled a .label-wrapper .label,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.disabled a .label-wrapper .sub-label {
        color: #bdbdbd; }
    ul.nav.nav-tabs li.has-icon a,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li.has-icon a {
      padding: 0 0.25rem; }
      ul.nav.nav-tabs li.has-icon a .label-wrapper,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.has-icon a .label-wrapper {
        margin-top: 0.125rem; }
    ul.nav.nav-tabs li.has-icon.has-sub-label a .label-wrapper,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li.has-icon.has-sub-label a .label-wrapper {
      margin-top: 0rem; }
    ul.nav.nav-tabs li.has-sub-label,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li.has-sub-label {
      padding: 1rem; }
      ul.nav.nav-tabs li.has-sub-label a .fa,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.has-sub-label a .fa {
        margin-top: 8px; }
      ul.nav.nav-tabs li.has-sub-label .marker,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li.has-sub-label .marker {
        margin-top: 10px; }
    ul.nav.nav-tabs li.has-sub-label:after,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li.has-sub-label:after {
      margin-top: 5px; }
    ul.nav.nav-tabs li a,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li a {
      float: left;
      display: block;
      padding: 0rem 1.5rem;
      color: #333;
      position: relative;
      text-decoration: none; }
      ul.nav.nav-tabs li a:before, ul.nav.nav-tabs li a:after,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li a:before,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li a:after {
        content: " ";
        display: table; }
      ul.nav.nav-tabs li a:after,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li a:after {
        clear: both; }
      ul.nav.nav-tabs li a .fa,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .fa {
        float: left;
        font-size: 1.71429rem;
        margin-right: 0.5rem;
        color: #424242; }
      ul.nav.nav-tabs li a .label-wrapper,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .label-wrapper {
        float: left; }
        ul.nav.nav-tabs li a .label-wrapper .label,
        .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .label-wrapper .label {
          display: block;
          font-size: 1rem;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          color: black; }
        ul.nav.nav-tabs li a .label-wrapper .sub-label,
        .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .label-wrapper .sub-label {
          display: block;
          font-size: 0.85714rem;
          color: #9e9e9e; }
      ul.nav.nav-tabs li a .tag,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .tag {
        border-radius: 1rem;
        background-color: #757575;
        color: #ffffff;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        padding: 0.2rem;
        position: absolute;
        right: -0.5rem;
        top: -0.75rem;
        font-size: 0.85714rem; }
        ul.nav.nav-tabs li a .tag.primary,
        .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .tag.primary {
          background-color: #004494; }
        ul.nav.nav-tabs li a .tag.info,
        .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .tag.info {
          background-color: #03a9f4; }
        ul.nav.nav-tabs li a .tag.warning,
        .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .tag.warning {
          background-color: #ff9800; }
        ul.nav.nav-tabs li a .tag.danger,
        .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .tag.danger {
          background-color: #f44336; }
        ul.nav.nav-tabs li a .tag.success,
        .ui-tabview.ui-tabview-top > .ui-tabview-nav li a .tag.success {
          background-color: #4caf50; }
    ul.nav.nav-tabs li .marker,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li .marker {
      float: left;
      margin-top: 4px;
      margin-left: 0.5rem; }
      ul.nav.nav-tabs li .marker.fa,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li .marker.fa {
        font-size: 10px;
        color: #000; }
      ul.nav.nav-tabs li .marker.primary,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li .marker.primary {
        color: #004494; }
      ul.nav.nav-tabs li .marker.info,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li .marker.info {
        color: #03a9f4; }
      ul.nav.nav-tabs li .marker.warning,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li .marker.warning {
        color: #ff9800; }
      ul.nav.nav-tabs li .marker.danger,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li .marker.danger {
        color: #f44336; }
      ul.nav.nav-tabs li .marker.success,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li .marker.success {
        color: #4caf50; }
    ul.nav.nav-tabs li .close-toggle,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav li .close-toggle {
      font-size: 1.14286rem;
      float: left;
      color: #616161;
      margin-left: 0.5rem;
      margin-top: -0.5rem; }
      ul.nav.nav-tabs li .close-toggle:hover,
      .ui-tabview.ui-tabview-top > .ui-tabview-nav li .close-toggle:hover {
        color: #000; }
  ul.nav.nav-tabs.sub-tabs li,
  .ui-tabview.ui-tabview-top > .ui-tabview-nav.sub-tabs li {
    padding: 0.5rem 1rem; }
    ul.nav.nav-tabs.sub-tabs li.active, ul.nav.nav-tabs.sub-tabs li:hover,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav.sub-tabs li.active,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav.sub-tabs li:hover {
      border-bottom: 2px solid #2ec779; }
    ul.nav.nav-tabs.sub-tabs li a,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav.sub-tabs li a {
      padding: 0 1rem; }
  ul.nav.nav-tabs.white,
  .ui-tabview.ui-tabview-top > .ui-tabview-nav.white {
    background-color: #fff; }
    ul.nav.nav-tabs.white li.active, ul.nav.nav-tabs.white li:hover, ul.nav.nav-tabs.white li.ui-state-default.ui-state-active,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav.white li.active,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav.white li:hover,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav.white li.ui-state-default.ui-state-active {
      background-color: transparent; }
  ul.nav.nav-tabs.compact li,
  .ui-tabview.ui-tabview-top > .ui-tabview-nav.compact li {
    padding: 0.25rem 1rem; }
    ul.nav.nav-tabs.compact li a,
    .ui-tabview.ui-tabview-top > .ui-tabview-nav.compact li a {
      padding: 0 1rem; }

.tab-content {
  padding: 1rem 0; }

.ux-timebar {
  padding: 5px;
  margin: 4rem;
  border-bottom: 2px solid #9e9e9e;
  position: relative; }

.ux-timebar__step {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 7px solid #003675;
  border-radius: 16px; }
  .ux-timebar__step.hint--top:before, .ux-timebar__step.hint--top:after {
    opacity: 0.6;
    bottom: 10px;
    z-index: 1 !important; }

.ux-timebar__step--with-current-date-marker.hint--top:before, .ux-timebar__step--with-current-date-marker.hint--top:after {
  bottom: 25px; }

.ux-timebar__current-progress {
  position: absolute;
  padding-top: 5px;
  border-bottom: 3px solid #004494; }

.ux-timebar__current-date-marker {
  position: absolute;
  color: #f44336;
  margin-top: -22px;
  font-size: 1.42857rem;
  margin-left: -2px; }

.ux-timebar__current-date-marker-step {
  position: absolute;
  color: #f44336;
  font-size: 0.71429rem; }

.ux-timebar__start-label,
.ux-timebar__end-label {
  font-size: 0.85714rem;
  font-weight: bold;
  padding-top: 10px; }

.ux-timebar__start-label {
  text-align: right; }

.ux-timebar__step--info {
  border-color: #039be5; }

.ux-timebar__step--success {
  border-color: #43a047; }

.ux-timebar__step--warning {
  border-color: #fb8c00; }

.ux-timebar__step--danger {
  border-color: #e53935; }

.ux-timebar__step-label {
  margin-top: 1rem;
  text-align: center;
  width: 50px;
  margin-left: -25px; }

.ux-timebar__legend {
  margin-left: 53px; }

.ux-timebar__legend-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.25rem 0.25rem 0.25rem 0; }

.ux-timebar__legend-item-icon {
  width: 40px;
  color: #004494;
  font-size: 16px; }

.ux-timebar__legend-item-label {
  flex: 1; }

.ux-timebar__legend-item-icon--info {
  color: #039be5; }

.ux-timebar__legend-item-icon--success {
  color: #43a047; }

.ux-timebar__legend-item-icon--warning {
  color: #fb8c00; }

.ux-timebar__legend-item-icon--danger {
  color: #e53935; }

.ux-timebar__legend-item-index-wrapper {
  padding: 0.25rem 0.5rem;
  background-color: #004494;
  color: white;
  margin-right: 1rem;
  border-radius: 100%; }

ul.timeline {
  padding: 0;
  position: relative;
  margin-bottom: 2rem; }
  ul.timeline:before {
    position: absolute;
    top: -0.5rem;
    left: 120px;
    bottom: 0;
    display: block;
    width: 2px;
    content: "";
    background-color: #bdbdbd;
    z-index: 1; }
  ul.timeline.left-aligned:before {
    left: 1rem; }
  ul.timeline.left-aligned li .icon {
    left: 5px;
    color: #333; }
  ul.timeline.left-aligned li .content {
    padding-left: 3rem; }
    ul.timeline.left-aligned li .content > .date {
      position: relative;
      text-align: left;
      margin-left: 0;
      padding-left: 0; }
  ul.timeline li {
    cursor: pointer;
    position: relative; }
    ul.timeline li:last-child {
      padding-bottom: 0; }
    ul.timeline li:hover .content {
      background-color: #eeeeee; }
    ul.timeline li a {
      text-decoration: none; }
    ul.timeline li .date {
      position: absolute;
      margin: 0 -20px;
      padding: 10px 20px 10px 40px;
      text-align: right;
      color: #757575; }
    ul.timeline li .icon {
      position: absolute;
      border-radius: 10px;
      text-align: center;
      top: 10px;
      left: 111px;
      width: 20px;
      z-index: 2;
      color: #fdd835;
      font-size: 1.42857rem;
      background-color: #fff; }
    ul.timeline li .content {
      padding-top: 7px;
      padding-left: 150px; }
      ul.timeline li .content .title {
        font-size: 1.14286rem;
        font-family: "eui-bold", "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
        color: #616161;
        padding-bottom: 0.5rem; }
      ul.timeline li .content .sub {
        color: #757575; }
    ul.timeline li.primary .icon, ul.timeline li.primary .content {
      color: #004494; }
    ul.timeline li.info .icon, ul.timeline li.info .content {
      color: #03a9f4; }
    ul.timeline li.warning .icon, ul.timeline li.warning .content {
      color: #f57c00; }
    ul.timeline li.success .icon, ul.timeline li.success .content {
      color: #388e3c; }
    ul.timeline li.danger .icon, ul.timeline li.danger .content {
      color: #d32f2f; }

@media screen and (max-width: 767px) {
  ul.timeline:before {
    left: 10px; }
  ul.timeline li {
    padding-bottom: 1rem; }
    ul.timeline li .date {
      padding: 0 0 0 2rem;
      margin: 0 0 1rem;
      position: relative;
      text-align: left; }
    ul.timeline li span.icon {
      left: 0;
      top: -3px; }
    ul.timeline li .content {
      padding-top: 0;
      padding-left: 2rem; } }

.ux-tree-list {
  padding: 0; }
  .ux-tree-list .ux-tree-list {
    padding-left: 1.5rem;
    border-left: 1px solid #bdbdbd; }
  .ux-tree-list .ux-tree-list .ux-tree-list {
    border-left: none;
    padding-left: 0;
    background-color: #fff;
    border-top: 1px solid #bdbdbd; }

.ux-tree-list-item {
  position: relative; }
  .ux-tree-list-item .ux-tree-list-item {
    background-color: whitesmoke; }
    .ux-tree-list-item .ux-tree-list-item .ux-tree-list-item-header__details-content {
      border-top: 1px solid #d2d2d2; }
  .ux-tree-list-item .ux-tree-list-item .ux-tree-list-item {
    background-color: #fff; }
    .ux-tree-list-item .ux-tree-list-item .ux-tree-list-item .ux-tree-list-item-header {
      padding: 0.25rem 0.5rem;
      /*
            &::before {
                content: '\25BA';
                position: absolute;
                font-size: 8px;
                top: 40%;
            }
            */ }
      .ux-tree-list-item .ux-tree-list-item .ux-tree-list-item .ux-tree-list-item-header .ux-a-label__label {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 0.85714rem; }

.ux-tree-list-item-header {
  border-left: 3px solid transparent;
  text-decoration: none;
  border-bottom: 1px solid #bdbdbd;
  color: #333;
  display: block; }
  .ux-tree-list-item-header:hover, .ux-tree-list-item-header:focus {
    text-decoration: none; }
  .ux-tree-list-item-header--primary {
    border-left: 5px solid #004494; }
  .ux-tree-list-item-header--info {
    border-left: 5px solid #03a9f4; }
  .ux-tree-list-item-header--success {
    border-left: 5px solid #4caf50; }
  .ux-tree-list-item-header--warning {
    border-left: 5px solid #ff9800; }
  .ux-tree-list-item-header--danger {
    border-left: 5px solid #f44336; }
  .ux-tree-list-item-header__content {
    display: flex;
    align-items: center;
    padding: 0.25rem; }
    .ux-tree-list-item-header__content-icon {
      font-size: 1.14286rem; }
    .ux-tree-list-item-header__content-right-content {
      margin-left: auto;
      display: flex;
      align-items: center; }
    .ux-tree-list-item-header__content-right-content-sub {
      margin-right: 0; }
    .ux-tree-list-item-header__content-expand-toggle {
      padding: 0.25rem;
      width: 35px;
      text-align: center;
      cursor: pointer;
      font-size: 1.42857rem;
      color: #333; }
      .ux-tree-list-item-header__content-expand-toggle:hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    .ux-tree-list-item-header__content .ux-a-label__label {
      font-size: 1rem; }
      .ux-tree-list-item-header__content .ux-a-label__label:hover {
        color: #004494; }
  .ux-tree-list-item-header__details-content {
    padding: 0.5rem 1rem;
    border-top: 1px solid #eeeeee; }

.ux-tree-list-item__hover-content {
  position: fixed;
  left: 250px;
  top: 139px;
  height: 100%;
  background-color: #003675;
  width: 250px; }

.ux-tree {
  position: relative; }
  .ux-tree__nodes {
    padding: 0 1.5rem;
    position: relative; }
  .ux-tree__node {
    display: flex;
    align-items: center;
    color: #333;
    position: relative; }
    .ux-tree__node:focus, .ux-tree__node:hover {
      color: #004494;
      text-decoration: none; }
    .ux-tree__node:focus .ux-tree__node-item-label {
      text-decoration: underline; }
    .ux-tree__node:focus .ux-tree__node-item-label-wrapped {
      text-decoration: underline; }
  .ux-tree__node-toggle-icon {
    color: #004494; }
  .ux-tree__node-parent {
    margin: 1rem 0 0.5rem 0; }
    .ux-tree__node-parent:before {
      content: "";
      border-bottom: 1px solid #bdbdbd;
      position: absolute;
      width: 10px;
      top: 10px;
      left: -12px; }
  .ux-tree__node-child {
    padding-top: 5px;
    padding-left: 1rem; }
    .ux-tree__node-child:before {
      content: "";
      border-bottom: 1px solid #bdbdbd;
      position: absolute;
      width: 20px;
      top: 15px;
      left: -14px; }
  .ux-tree__node-child-root {
    padding-top: 5px;
    padding-left: 1rem; }
  .ux-tree__node-child-icon {
    position: absolute;
    font-size: 5px;
    margin-left: -8px;
    top: 13px;
    color: #757575; }
  .ux-tree__node-sub-node {
    position: relative;
    margin-bottom: 6px; }
    .ux-tree__node-sub-node:before {
      position: absolute;
      top: -8px;
      left: -14px;
      bottom: -8px;
      display: block;
      width: 1px;
      content: "";
      background-color: #bdbdbd;
      z-index: 1; }
  .ux-tree__node-sub-node:last-child:before {
    bottom: 6px; }
  .ux-tree__node-sub-node.with-type:last-child:before {
    bottom: 12px; }
  .ux-tree__node-item-wrapper {
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .ux-tree__node-item-type {
    margin-left: 0.5rem;
    padding: 3px 0.5rem;
    background-color: #757575;
    color: white;
    font-size: 0.85714rem;
    text-decoration: none; }
  .ux-tree__node-item-icon {
    background-color: #d2d2d2;
    padding: 2px 0.5rem 1px;
    border-left: 1px solid white;
    color: #333; }
  .ux-tree__node-item-type--primary {
    background-color: #004494; }
  .ux-tree__node-item-type--info {
    background-color: #03a9f4; }
  .ux-tree__node-item-type--success {
    background-color: #4caf50; }
  .ux-tree__node-item-type--warning {
    background-color: #ff9800; }
  .ux-tree__node-item-type--danger {
    background-color: #f44336; }
  .ux-tree__node-item-label {
    margin-left: 8px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ux-tree__node-item-label-wrapped {
    margin-left: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ux-tree__node-toggle-icon {
    font-size: 1.42857rem; }

.ux-tree__toolbar {
  margin-bottom: 1rem; }
  .ux-tree__toolbar:before, .ux-tree__toolbar:after {
    content: " ";
    display: table; }
  .ux-tree__toolbar:after {
    clear: both; }
  .ux-tree__toolbar-trigger {
    float: left;
    margin-right: 0.25rem; }
  .ux-tree__toolbar-filter {
    float: left;
    position: relative; }
  .ux-tree__toolbar-filter-input {
    min-width: 100px; }
  .ux-tree__toolbar-filter-input-search-icon {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }

.ux-wizard-steps {
  display: flex;
  margin: 3rem 0 2rem; }

.ux-wizard-step {
  flex: 1;
  text-align: center;
  width: auto;
  position: relative;
  /*
    &:focus &__label-wrapper-label {
        @include ux-box-shadow-hover;
    }
    */ }
  .ux-wizard-step__current-marker {
    margin-top: -21px;
    color: #f44336;
    font-size: 17px; }
  .ux-wizard-step__indicator-wrapper {
    margin-bottom: 0.5rem; }
    .ux-wizard-step__indicator-wrapper::before {
      content: "";
      display: block;
      position: absolute;
      border-bottom: 3px solid #bdbdbd;
      width: 100%;
      top: 0.5rem; }
    .ux-wizard-step__indicator-wrapper-item {
      position: absolute;
      background-color: #9e9e9e;
      height: 18px;
      width: 18px;
      border-radius: 9px;
      margin-left: -9px; }
  .ux-wizard-step:first-child .ux-wizard-step__indicator-wrapper::before {
    width: 50%;
    margin-left: 50%; }
  .ux-wizard-step:last-child .ux-wizard-step__indicator-wrapper::before {
    width: 50%;
    margin-right: 50%; }
  .ux-wizard-step--completed .ux-wizard-step__indicator-wrapper-item {
    background-color: #43a047; }
  .ux-wizard-step--completed .ux-wizard-step__indicator-wrapper::before {
    border-bottom-color: #43a047; }
  .ux-wizard-step--active .ux-wizard-step__indicator-wrapper-item {
    background-color: #004494; }
  .ux-wizard-step--active .ux-wizard-step__indicator-wrapper::before {
    border-bottom-color: #004494; }
  .ux-wizard-step:hover {
    cursor: pointer; }
  .ux-wizard-step__label-wrapper {
    margin-top: 2rem; }
    .ux-wizard-step__label-wrapper-label {
      font-weight: bold; }

.ux-c-block-content.ux-is-active {
  position: relative; }
  .ux-c-block-content.ux-is-active::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    content: "";
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: #004494;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    z-index: 10000; }
  .ux-c-block-content.ux-is-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6); }

.ux-u-border-l-primary {
  border-left: 0.5rem solid #004494 !important; }

.ux-u-border-l-info {
  border-left: 0.5rem solid #03a9f4 !important; }

.ux-u-border-l-warning {
  border-left: 0.5rem solid #ff9800 !important; }

.ux-u-border-l-success {
  border-left: 0.5rem solid #4caf50 !important; }

.ux-u-border-l-danger {
  border-left: 0.5rem solid #f44336 !important; }

.ux-u-display-print-only {
  display: none !important; }

.ux-u-display-hidden,
.hidden {
  display: none !important; }

.ux-u-display-visible,
.visible {
  display: block !important; }

.ux-u-display-inline {
  display: inline; }

.ux-u-display-inline-block {
  display: inline-block; }

.ux-u-width-1 {
  width: 1rem !important; }

.ux-u-width-2 {
  width: 2rem !important; }

.ux-u-width-3 {
  width: 3rem !important; }

.ux-u-width-4 {
  width: 4rem !important; }

.ux-u-width-5 {
  width: 5rem !important; }

.ux-u-width-6 {
  width: 6rem !important; }

.ux-u-width-7 {
  width: 7rem !important; }

.ux-u-width-8 {
  width: 8rem !important; }

.ux-u-width-9 {
  width: 9rem !important; }

.ux-u-width-10 {
  width: 10rem !important; }

.ux-u-width-11 {
  width: 11rem !important; }

.ux-u-width-12 {
  width: 12rem !important; }

.ux-u-width-13 {
  width: 13rem !important; }

.ux-u-width-14 {
  width: 14rem !important; }

.ux-u-width-15 {
  width: 15rem !important; }

.ux-u-color-white, .white {
  color: #ffffff !important; }

.ux-u-color-black, .black {
  color: #000000 !important; }

.ux-u-bg-color-white, .bg-white {
  background-color: #ffffff !important; }

.ux-u-bg-color-black, .bg-black {
  background-color: #000000 !important; }

.ux-u-color-grey {
  color: #9e9e9e !important; }

.ux-u-bg-color-grey {
  background-color: #9e9e9e !important; }

.ux-u-color-primary {
  color: #004494 !important; }

.ux-u-bg-color-primary {
  background-color: #004494 !important; }

.ux-u-color-primary-dark {
  color: #003675 !important; }

.ux-u-bg-color-primary-dark {
  background-color: #003675 !important; }

.ux-u-color-primary-darker {
  color: #002857 !important; }

.ux-u-bg-color-primary-darker {
  background-color: #002857 !important; }

.ux-u-color-primary-darkest {
  color: #001a38 !important; }

.ux-u-bg-color-primary-darkest {
  background-color: #001a38 !important; }

.ux-u-color-primary-darkester {
  color: #000c1a !important; }

.ux-u-bg-color-primary-darkester {
  background-color: #000c1a !important; }

.ux-u-color-primary-light {
  color: #0052b3 !important; }

.ux-u-bg-color-primary-light {
  background-color: #0052b3 !important; }

.ux-u-color-primary-lighter {
  color: #0060d1 !important; }

.ux-u-bg-color-primary-lighter {
  background-color: #0060d1 !important; }

.ux-u-color-primary-lightest {
  color: #1a83ff !important; }

.ux-u-bg-color-primary-lightest {
  background-color: #1a83ff !important; }

.ux-u-color-primary-lightester {
  color: #52a1ff !important; }

.ux-u-bg-color-primary-lightester {
  background-color: #52a1ff !important; }

.ux-u-color-accent {
  color: #ffeb3b !important; }

.ux-u-bg-color-accent {
  background-color: #ffeb3b !important; }

.ux-u-color-accent-dark {
  color: #fdd835 !important; }

.ux-u-bg-color-accent-dark {
  background-color: #fdd835 !important; }

.ux-u-color-accent-darker {
  color: #fbc02d !important; }

.ux-u-bg-color-accent-darker {
  background-color: #fbc02d !important; }

.ux-u-color-accent-darkest {
  color: #f9a825 !important; }

.ux-u-bg-color-accent-darkest {
  background-color: #f9a825 !important; }

.ux-u-color-accent-darkester {
  color: #f57f17 !important; }

.ux-u-bg-color-accent-darkester {
  background-color: #f57f17 !important; }

.ux-u-color-accent-light {
  color: #ffee58 !important; }

.ux-u-bg-color-accent-light {
  background-color: #ffee58 !important; }

.ux-u-color-accent-lighter {
  color: #fff176 !important; }

.ux-u-bg-color-accent-lighter {
  background-color: #fff176 !important; }

.ux-u-color-accent-lightest {
  color: #fff59d !important; }

.ux-u-bg-color-accent-lightest {
  background-color: #fff59d !important; }

.ux-u-color-accent-lightester {
  color: #fff9c4 !important; }

.ux-u-bg-color-accent-lightester {
  background-color: #fff9c4 !important; }

.ux-u-color-info {
  color: #03a9f4 !important; }

.ux-u-bg-color-info {
  background-color: #03a9f4 !important; }

.ux-u-color-info-dark {
  color: #039be5 !important; }

.ux-u-bg-color-info-dark {
  background-color: #039be5 !important; }

.ux-u-color-info-darker {
  color: #0288d1 !important; }

.ux-u-bg-color-info-darker {
  background-color: #0288d1 !important; }

.ux-u-color-info-darkest {
  color: #0277bd !important; }

.ux-u-bg-color-info-darkest {
  background-color: #0277bd !important; }

.ux-u-color-info-darkester {
  color: #01579b !important; }

.ux-u-bg-color-info-darkester {
  background-color: #01579b !important; }

.ux-u-color-info-light {
  color: #29b6f6 !important; }

.ux-u-bg-color-info-light {
  background-color: #29b6f6 !important; }

.ux-u-color-info-lighter {
  color: #4fc3f7 !important; }

.ux-u-bg-color-info-lighter {
  background-color: #4fc3f7 !important; }

.ux-u-color-info-lightest {
  color: #81d4fa !important; }

.ux-u-bg-color-info-lightest {
  background-color: #81d4fa !important; }

.ux-u-color-info-lightester {
  color: #b3e5fc !important; }

.ux-u-bg-color-info-lightester {
  background-color: #b3e5fc !important; }

.ux-u-color-success {
  color: #4caf50 !important; }

.ux-u-bg-color-success {
  background-color: #4caf50 !important; }

.ux-u-color-success-dark {
  color: #43a047 !important; }

.ux-u-bg-color-success-dark {
  background-color: #43a047 !important; }

.ux-u-color-success-darker {
  color: #388e3c !important; }

.ux-u-bg-color-success-darker {
  background-color: #388e3c !important; }

.ux-u-color-success-darkest {
  color: #2e7d32 !important; }

.ux-u-bg-color-success-darkest {
  background-color: #2e7d32 !important; }

.ux-u-color-success-darkester {
  color: #1b5e20 !important; }

.ux-u-bg-color-success-darkester {
  background-color: #1b5e20 !important; }

.ux-u-color-success-light {
  color: #66bb6a !important; }

.ux-u-bg-color-success-light {
  background-color: #66bb6a !important; }

.ux-u-color-success-lighter {
  color: #81c784 !important; }

.ux-u-bg-color-success-lighter {
  background-color: #81c784 !important; }

.ux-u-color-success-lightest {
  color: #a5d6a7 !important; }

.ux-u-bg-color-success-lightest {
  background-color: #a5d6a7 !important; }

.ux-u-color-success-lightester {
  color: #c8e6c9 !important; }

.ux-u-bg-color-success-lightester {
  background-color: #c8e6c9 !important; }

.ux-u-color-warning {
  color: #ff9800 !important; }

.ux-u-bg-color-warning {
  background-color: #ff9800 !important; }

.ux-u-color-warning-dark {
  color: #fb8c00 !important; }

.ux-u-bg-color-warning-dark {
  background-color: #fb8c00 !important; }

.ux-u-color-warning-darker {
  color: #f57c00 !important; }

.ux-u-bg-color-warning-darker {
  background-color: #f57c00 !important; }

.ux-u-color-warning-darkest {
  color: #ef6c00 !important; }

.ux-u-bg-color-warning-darkest {
  background-color: #ef6c00 !important; }

.ux-u-color-warning-darkester {
  color: #e65100 !important; }

.ux-u-bg-color-warning-darkester {
  background-color: #e65100 !important; }

.ux-u-color-warning-light {
  color: #ffa726 !important; }

.ux-u-bg-color-warning-light {
  background-color: #ffa726 !important; }

.ux-u-color-warning-lighter {
  color: #ffb74d !important; }

.ux-u-bg-color-warning-lighter {
  background-color: #ffb74d !important; }

.ux-u-color-warning-lightest {
  color: #ffcc80 !important; }

.ux-u-bg-color-warning-lightest {
  background-color: #ffcc80 !important; }

.ux-u-color-warning-lightester {
  color: #fff3e0 !important; }

.ux-u-bg-color-warning-lightester {
  background-color: #fff3e0 !important; }

.ux-u-color-danger {
  color: #f44336 !important; }

.ux-u-bg-color-danger {
  background-color: #f44336 !important; }

.ux-u-color-danger-dark {
  color: #e53935 !important; }

.ux-u-bg-color-danger-dark {
  background-color: #e53935 !important; }

.ux-u-color-danger-darker {
  color: #d32f2f !important; }

.ux-u-bg-color-danger-darker {
  background-color: #d32f2f !important; }

.ux-u-color-danger-darkest {
  color: #c62828 !important; }

.ux-u-bg-color-danger-darkest {
  background-color: #c62828 !important; }

.ux-u-color-danger-darkester {
  color: #b71c1c !important; }

.ux-u-bg-color-danger-darkester {
  background-color: #b71c1c !important; }

.ux-u-color-danger-light {
  color: #ef5350 !important; }

.ux-u-bg-color-danger-light {
  background-color: #ef5350 !important; }

.ux-u-color-danger-lighter {
  color: #e57373 !important; }

.ux-u-bg-color-danger-lighter {
  background-color: #e57373 !important; }

.ux-u-color-danger-lightest {
  color: #ef9a9a !important; }

.ux-u-bg-color-danger-lightest {
  background-color: #ef9a9a !important; }

.ux-u-color-danger-lightester {
  color: #ffcdd2 !important; }

.ux-u-bg-color-danger-lightester {
  background-color: #ffcdd2 !important; }

.ux-u-z-depth-1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.ux-u-z-depth-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

.ux-u-z-depth-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.ux-u-z-depth-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.ux-u-z-depth-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.no-margin-top {
  margin-top: 0 !important; }

.no-padding {
  padding: 0 !important; }

.center {
  text-align: center; }

.cl {
  clear: both; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.fl-space {
  float: left;
  margin-right: 5px; }

.fr-space {
  float: right;
  margin-left: 5px; }

.fl-space2 {
  float: left;
  margin-right: 10px; }

.fr-space2 {
  float: right;
  margin-left: 10px; }

.no-fl {
  float: none !important; }

.center {
  text-align: center !important;
  margin: auto !important; }

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

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

.middle {
  vertical-align: middle !important; }

.top {
  vertical-align: top !important; }

.bottom {
  vertical-align: bottom !important; }

.pos-fixed {
  position: fixed !important; }

.auto-width {
  width: auto !important;
  padding-left: 2px !important;
  padding-right: 2px !important; }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: 0 none !important; }

.no-ml {
  margin-left: 0 !important; }

.no-mr {
  margin-right: 0 !important; }

.no-mt {
  margin-top: 0 !important; }

.no-mb {
  margin-bottom: 0 !important; }

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

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

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

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

small {
  line-height: 14px;
  display: block; }

.rule {
  padding-top: 12px;
  padding-bottom: 0;
  background: url(data:image/gif;base64,R0lGODlhHgACAJEAAAAAAP///8TExAAAACwAAAAAHgACAAACCpSPqWvhD6OcrgAAOw==) 0 10px repeat-x;
  width: 90%;
  margin: 8px auto; }

.hr, hr {
  clear: both;
  padding: 0;
  margin-bottom: 5px !important;
  margin-top: 3px !important;
  height: 5px;
  background: transparent url(data:image/gif;base64,R0lGODlhBQAFAJECANbX2P3+/v///wAAACH5BAEAAAIALAAAAAAFAAUAAAIHlA2Zwe1nCgA7) repeat-x 0 0; }

.hr.no-margin {
  margin: 0 !important; }

.cr-help {
  cursor: help; }

.cr-pointer {
  cursor: pointer !important; }

.cr-default {
  cursor: default !important; }

.section-title-bullet .button {
  margin-top: -6px;
  margin-right: 0;
  margin-left: 5px; }

br {
  clear: both; }

.page p {
  margin: 0;
  padding-bottom: 5px;
  line-height: 16px; }

.page p.description {
  margin: 0;
  padding-bottom: 5px;
  padding-top: 0;
  line-height: 14px; }

.code {
  background-color: #FAFAFA;
  color: #004494;
  font-family: "Courier New",Courier,monospace,sans-serif;
  padding: 2px 5px 3px 5px;
  margin-bottom: 5px;
  border-left: 3px solid #dedede;
  margin-top: 6px; }

.code .highlight {
  color: #ff001c; }

pre {
  border: 0 none;
  background: transparent; }

ul.standard {
  list-style-type: square;
  padding: 10px 0 10px 16px; }

ul.standard ul {
  list-style-type: square;
  padding: 5px 0 5px 16px; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0; }

.alert p {
  margin-top: 0; }

a.button-link {
  float: left;
  cursor: pointer; }

a.button-link.full-width {
  width: 95%;
  margin-bottom: 3px !important; }

a.button-link:hover {
  text-decoration: none !important;
  vertical-align: middle; }

div.button-link:hover {
  text-decoration: none !important;
  vertical-align: middle; }

.button.disabled em {
  color: #c1c0c0; }

.button.disabled:hover {
  color: #c1c0c0; }

a.button-link.full-width em {
  width: 100% !important;
  padding: 0 !important;
  text-align: center; }

a.button-link.full-width b {
  margin-left: 8px;
  margin-right: -15px; }

a.button-link.full-width .button {
  width: 100%; }

.button {
  display: block;
  background-repeat: repeat-x;
  line-height: 29px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin: 0 8px 0 0;
  color: #374050;
  padding: 0 8px;
  background-color: #E2E2E2;
  border: 1px solid #ADADAD;
  background-image: none;
  border-radius: 3px; }

.button:hover {
  background-color: #D2D2D2;
  border: 1px solid #999; }

.button.small {
  line-height: 20px;
  padding: 0 4px; }

.button.big {
  line-height: 40px;
  padding: 0 15px; }

.button.last-right {
  margin-right: 0 !important; }

.button em {
  display: block;
  padding: 0 0 0 23px;
  margin: 0 !important;
  text-align: center !important;
  width: auto !important; }

.button.no-icon em {
  padding: 0; }

.button.no-label em {
  padding-left: 12px; }

.button.no-label .icon-button {
  margin-left: 3px;
  width: 20px; }

.button.no-label.big .icon-button {
  margin-top: 6px;
  margin-left: 2px; }

.button.no-label.big .fa.icon-button {
  margin-top: 3px;
  margin-left: 2px; }

a.button-secondary-link {
  margin-top: 10px; }

.button.blue_button {
  background-color: #004494;
  border: 1px solid #ADADAD;
  background-image: none;
  border-radius: 3px;
  color: #fff; }

.button.blue_button:hover {
  background-color: #003675;
  border: 1px solid #002857; }

.button.blue_button em {
  color: white; }

.button.green_button {
  background-color: #4caf50;
  border: 1px solid #ADADAD;
  background-image: none;
  border-radius: 3px;
  color: #fff; }

.button.green_button:hover {
  background-color: #66bb6a;
  border: 1px solid #43a047; }

.button.green_button em {
  color: white; }

.button.red_button {
  background-color: #f44336;
  border: 1px solid #ADADAD;
  background-image: none;
  border-radius: 3px;
  color: #fff; }

.button.red_button:hover {
  background-color: #ef5350;
  border: 1px solid #e53935; }

.button.red_button em {
  color: white; }

.button.orange_button {
  background-color: #ff9800;
  border: 1px solid #ADADAD; }

.button.orange_button:hover {
  background-color: #ffa726;
  border: 1px solid #fb8c00; }

.button.orange_button em {
  color: white; }

.button.black_button {
  background-color: #434343;
  border: 1px solid #ADADAD;
  background-image: none;
  border-radius: 3px;
  color: #fff; }

.button.black_button:hover {
  background-color: #363636;
  border: 1px solid #999; }

.button.black_button em {
  color: white; }

.icon-button {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  margin-top: 6px;
  float: left; }

.fa.icon-button {
  font-size: 16px; }

.button.small .fa.icon-button {
  font-size: 14px;
  margin-left: 3px; }

.button.small .icon-button {
  margin-top: 3px; }

.button.big .fa.icon-button {
  font-size: 20px;
  margin-left: -3px;
  margin-top: 10px; }

.button.big .icon-button {
  margin-top: 11px;
  margin-left: -2px; }

.button.no-label {
  height: 28px; }

.button.small.no-label {
  height: 21px; }

.button.no-label em {
  display: none; }

.box > .header > .header-right > a.button-link {
  top: 4px; }

.box > .header > .header-right > a.button-link > .button.alternate {
  top: -4px; }

.columns {
  width: 100%; }

.columns .box-wrapper, .columns .box {
  margin-right: 15px; }

.col-20 {
  width: 19.7%;
  float: left;
  margin-right: 0; }

.col-25 {
  width: 24.7%;
  float: left;
  margin-right: 0; }

.col-33 {
  width: 32.9%;
  float: left;
  margin-right: 0; }

.col-50 {
  width: 49.4%;
  float: left;
  margin-right: 0; }

.col-66 {
  width: 66.4%;
  float: left;
  margin-right: 0; }

.col-75 {
  width: 74.3%;
  float: left;
  margin-right: 0; }

.col-80 {
  width: 79.2%;
  float: left;
  margin-right: 0; }

.col1-5 {
  width: 19.7%;
  float: left;
  margin-right: 0; }

.col1-4 {
  width: 24.7%;
  float: left;
  margin-right: 0; }

.col1-3 {
  width: 32.9%;
  float: left;
  margin-right: 0; }

.col1-2 {
  width: 49.4%;
  float: left;
  margin-right: 0; }

.col3-4 {
  width: 74.3%;
  float: left;
  margin-right: 0; }

.col4-5 {
  width: 78.5%;
  float: left;
  margin-right: 0; }

.lastcol {
  margin-right: 0; }

.col-20.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col-25.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col-33.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col-50.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col-66.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col-75.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col-80.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col1-5.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col1-4.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col1-3.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col1-2.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col3-4.lastcol .box-wrapper {
  margin-right: 0 !important; }

.col4-5.lastcol .box-wrapper {
  margin-right: 0 !important; }

@media screen and (max-width: 767px) {
  .col-20 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col-25 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col-33 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col-50 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col-75 {
    width: 100% !important;
    float: left;
    margin-right: 5px; }
  .col-80 {
    width: 100% !important;
    float: left;
    margin-right: 5px; }
  .col1-5 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col1-4 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col1-3 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col1-2 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col3-4 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col4-5 {
    width: 100%;
    float: left;
    margin-right: 5px; }
  .col-20.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col-25.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col-33.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col-50.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col-66.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col-75.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col-80.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col1-5.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col1-4.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col1-3.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col1-2.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col3-4.lastcol .box-wrapper {
    margin-right: 5px !important; }
  .col4-5.lastcol .box-wrapper {
    margin-right: 5px !important; } }

ul#dashboard-buttons {
  padding-top: 0; }

ul#dashboard-buttons.JS_center {
  float: left !important; }

ul#dashboard-buttons.big {
  padding-top: 8px; }

ul#dashboard-buttons li {
  float: left;
  margin: 5px;
  border: 1px solid white; }

ul#dashboard-buttons li a {
  display: block;
  width: 108px;
  padding: 10px 2px 6px 8px;
  height: 110px;
  text-align: center;
  background-color: #FAFAFA;
  border: #dedede solid 1px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  font-size: 0.85714rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

ul#dashboard-buttons.big li a {
  width: 125px; }

ul#dashboard-buttons li a span.icon-dashboard {
  display: block;
  height: 48px;
  width: 48px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-repeat: no-repeat; }

ul#dashboard-buttons.big li a span.icon-dashboard {
  margin-left: 30px; }

ul#dashboard-buttons li a.counter-box {
  padding-top: 10px;
  height: 65px;
  width: 120px; }

ul#dashboard-buttons li a div.item-title {
  padding-top: 5px; }

ul#dashboard-buttons li a:hover {
  background-color: #efefef;
  border-color: #d0d0d0;
  color: #000; }

.bw ul#dashboard-buttons li a:hover {
  border-color: #000;
  color: #000; }

ul#dashboard-buttons li a i.icon {
  color: #8B8B8B;
  font-size: 44px !important; }

ul#dashboard-buttons li a:hover i.icon {
  color: #004494 !important; }

ul#dashboard-buttons li a:active {
  border: #004494 1px solid; }

.bw ul#dashboard-buttons li a:active {
  border-color: #333; }

ul#dashboard-buttons li .button-notification {
  border: 0 none;
  position: absolute;
  width: 37px;
  height: 37px;
  display: block;
  text-align: center;
  margin-top: -16px;
  margin-left: 75px;
  padding-top: 10px; }

ul#dashboard-buttons.big li .button-notification {
  margin-left: 100px; }

ul#dashboard-buttons li .button-notification.with-items {
  color: #ffffff;
  background: transparent url("https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/integration/bg_notification.png") no-repeat center; }

ul#dashboard-buttons li .button-notification.with-items-info {
  color: #ffffff;
  background: transparent url("https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/integration/bg_notification_blue.png") no-repeat center !important; }

ul#dashboard-buttons li .button-notification.without-items {
  color: #ffffff;
  background: transparent url("https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/integration/bg_notification_grey.png") no-repeat center !important; }

ul#dashboard-buttons li.red a {
  border: #FF7979 solid 1px;
  background-color: #FFE3E3; }

ul#dashboard-buttons li.red a:hover {
  border: #FF0000 solid 1px;
  background-color: #FFBBBB;
  color: #ff0000; }

ul#dashboard-buttons li.red a i.icon {
  color: #FC6B6B; }

ul#dashboard-buttons li.red a:hover i.icon {
  color: #ff0000 !important; }

ul#dashboard-buttons li.red a div.item-counter {
  color: #ff4040; }

ul#dashboard-buttons li.red a:hover div.item-counter {
  color: #ff0000; }

ul#dashboard-buttons li.green a {
  border: #78E995  solid 1px;
  background-color: #e3ffea; }

ul#dashboard-buttons li.green a:hover {
  background-color: #baffcc; }

ul#dashboard-buttons li.blue a {
  border: #8BCFFF  solid 1px;
  background-color: #C8EBFF; }

ul#dashboard-buttons li.blue a:hover {
  background-color: rgba(67, 170, 231, 0.44); }

ul#dashboard-buttons li.yellow a {
  border: #DFE1A2   solid 1px;
  background-color: #F8F9E8; }

ul#dashboard-buttons li.yellow a:hover {
  background-color: #E6E8C1; }

ul#dashboard-buttons li.orange a {
  border: #FFD7AF solid 1px;
  background-color: #FFF5EA; }

ul#dashboard-buttons li.orange a:hover {
  background-color: #FFD9B1; }

ul#dashboard-buttons li a span.icon-dashboard {
  font-size: 48px;
  display: block;
  height: 48px;
  width: 48px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-repeat: no-repeat; }

ul#dashboard-buttons li a span.icon-dashboard.fa {
  margin-left: 20px;
  margin-top: 5px;
  color: #555; }

ul#dashboard-buttons li:hover a span.icon-dashboard.fa {
  color: #333; }

ul#dashboard-buttons li a.disabled {
  opacity: 0.5;
  background-color: #f2f2f2;
  border: #fff solid 1px;
  color: #999;
  cursor: default; }

ul#dashboard-buttons li a.disabled:hover {
  background-color: #f2f2f2; }

ul.dashboard-tiles {
  margin: 0;
  padding: 0; }
  ul.dashboard-tiles:before, ul.dashboard-tiles:after {
    content: " ";
    display: table; }
  ul.dashboard-tiles:after {
    clear: both; }
  ul.dashboard-tiles li {
    height: 6rem;
    width: 100%;
    border: 1px solid #bdbdbd;
    background-color: #eeeeee;
    float: left;
    margin: 1px; }
    ul.dashboard-tiles li a {
      position: relative; }
      ul.dashboard-tiles li a i {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 4em;
        float: left;
        width: 40%;
        height: 100%;
        text-align: center; }
      ul.dashboard-tiles li a .description {
        display: flex;
        justify-content: center;
        flex-direction: column;
        float: left;
        width: 60%;
        height: 100%; }
        ul.dashboard-tiles li a .description .title {
          font-size: 1.14286rem;
          font-weight: bold; }
        ul.dashboard-tiles li a .description .subtitle {
          font-size: 0.85714rem;
          padding-top: 0.25rem; }
    ul.dashboard-tiles li:hover {
      background-color: #d2d2d2; }
    ul.dashboard-tiles li.success a i {
      color: #4caf50; }
    ul.dashboard-tiles li.warning a i {
      color: #ff9800; }
    ul.dashboard-tiles li.danger a i {
      color: #f44336; }
    ul.dashboard-tiles li:hover a i {
      color: #4caf50; }

ul.dashboard-tiles .col-xs-1, ul.dashboard-tiles .col-xs-2, ul.dashboard-tiles .col-xs-3, ul.dashboard-tiles .col-xs-4, ul.dashboard-tiles .col-xs-5, ul.dashboard-tiles .col-xs-6, ul.dashboard-tiles .col-xs-7, ul.dashboard-tiles .col-xs-8, ul.dashboard-tiles .col-xs-9, ul.dashboard-tiles .col-xs-10, ul.dashboard-tiles .col-xs-11, ul.dashboard-tiles .col-xs-12, ul.dashboard-tiles .col-sm-1, ul.dashboard-tiles .col-sm-2, ul.dashboard-tiles .col-sm-3, ul.dashboard-tiles .col-sm-4, ul.dashboard-tiles .col-sm-5, ul.dashboard-tiles .col-sm-6, ul.dashboard-tiles .col-sm-7, ul.dashboard-tiles .col-sm-8, ul.dashboard-tiles .col-sm-9, ul.dashboard-tiles .col-sm-10, ul.dashboard-tiles .col-sm-11, ul.dashboard-tiles .col-sm-12, ul.dashboard-tiles .col-md-1, ul.dashboard-tiles .col-md-2, ul.dashboard-tiles .col-md-3, ul.dashboard-tiles .col-md-4, ul.dashboard-tiles .col-md-5, ul.dashboard-tiles .col-md-6, ul.dashboard-tiles .col-md-7, ul.dashboard-tiles .col-md-8, ul.dashboard-tiles .col-md-9, ul.dashboard-tiles .col-md-10, ul.dashboard-tiles .col-md-11, ul.dashboard-tiles .col-md-12, ul.dashboard-tiles .col-lg-1, ul.dashboard-tiles .col-lg-2, ul.dashboard-tiles .col-lg-3, ul.dashboard-tiles .col-lg-4, ul.dashboard-tiles .col-lg-5, ul.dashboard-tiles .col-lg-6, ul.dashboard-tiles .col-lg-7, ul.dashboard-tiles .col-lg-8, ul.dashboard-tiles .col-lg-9, ul.dashboard-tiles .col-lg-10, ul.dashboard-tiles .col-lg-11, ul.dashboard-tiles .col-lg-12, ul.dashboard-tiles .col-xl-1, ul.dashboard-tiles .col-xl-2, ul.dashboard-tiles .col-xl-3, ul.dashboard-tiles .col-xl-4, ul.dashboard-tiles .col-xl-5, ul.dashboard-tiles .col-xl-6, ul.dashboard-tiles .col-xl-7, ul.dashboard-tiles .col-xl-8, ul.dashboard-tiles .col-xl-9, ul.dashboard-tiles .col-xl-10, ul.dashboard-tiles .col-xl-11, ul.dashboard-tiles .col-xl-12, ul.dashboard-tiles .col-xxl-1, ul.dashboard-tiles .col-xxl-2, ul.dashboard-tiles .col-xxl-3, ul.dashboard-tiles .col-xxl-4, ul.dashboard-tiles .col-xxl-5, ul.dashboard-tiles .col-xxl-6, ul.dashboard-tiles .col-xxl-7, ul.dashboard-tiles .col-xxl-8, ul.dashboard-tiles .col-xxl-9, ul.dashboard-tiles .col-xxl-10, ul.dashboard-tiles .col-xxl-11, ul.dashboard-tiles .col-xxl-12 {
  padding-left: 0;
  padding-right: 2px; }

@media screen and (max-width: 767px) {
  ul.dashboard-tiles li {
    width: 100%; } }

.text-color-error, b.error {
  color: #e53935 !important; }

.text-color-blue, b.blue {
  color: #004494 !important; }

.text-color-black, b.black {
  color: #333 !important; }

.text-color-turquoise, b.turquoise {
  color: #008ef0 !important; }

.text-color-purple, b.purple {
  color: #B16094  !important; }

.text-color-red, b.red {
  color: #e53935 !important; }

.text-color-orange, b.orange {
  color: #fb8c00 !important; }

.text-color-green, b.green {
  color: #43a047 !important; }

.text-color-dark-green, b.dark-green {
  color: #43a047 !important; }

.text-color-yellow, b.yellow {
  color: #ffeb3b !important; }

.text-color-dark-yellow, b.dark-yellow {
  color: #fdd835 !important; }

.text-color-white, b.white {
  color: #FFFFFF !important; }

.text-color-grey, b.grey {
  color: #999999 !important; }

.text-color-dark-grey, b.dark-grey {
  color: #444 !important; }

.text-color-light-grey, b.light-grey {
  color: #666 !important; }

.text-color-lighter-grey, b.lighter-grey {
  color: #999 !important; }

.bgcolor-red {
  background-color: #ef9a9a !important; }

.bgcolor-red-light {
  background-color: #ffcdd2 !important; }

.bgcolor-orange {
  background-color: #ffb74d !important; }

.bgcolor-orange-light {
  background-color: #ffcc80 !important; }

.bgcolor-blue {
  background-color: #0060d1 !important; }

.bgcolor-blue-light {
  background-color: #1a83ff !important; }

.bgcolor-blue-dark {
  background-color: #004494 !important; }

.bgcolor-yellow {
  background-color: #ffee58 !important; }

.bgcolor-grey-light {
  background-color: #f8f8f8 !important; }

.bgcolor-grey-dark {
  background-color: #d7d7d7 !important; }

.bgcolor-white {
  background-color: #fff !important; }

.bgcolor-green {
  background-color: #a5d6a7 !important; }

.bgcolor-green-light {
  background-color: #c8e6c9 !important; }

#fixed-top-banner {
  position: fixed;
  z-index: 20000;
  width: 100%; }
  #fixed-top-banner .message {
    color: #fff;
    padding: 10px;
    border-bottom: 2px solid; }
  #fixed-top-banner .message.info {
    background-color: #03a9f4;
    border-color: #039be5; }
  #fixed-top-banner .message.danger,
  #fixed-top-banner .message.error {
    background-color: #f44336;
    border-color: #e53935; }
  #fixed-top-banner .message.warning {
    background-color: #ff9800;
    border-color: #fb8c00; }
  #fixed-top-banner .message.success {
    background-color: #4caf50;
    border-color: #43a047; }
  #fixed-top-banner .message h3 {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: 1rem; }
  #fixed-top-banner .message p {
    margin-bottom: 10px; }
  #fixed-top-banner .message li {
    margin-left: 10px;
    margin-bottom: 2px;
    background-color: #f44336;
    padding: 3px; }
  #fixed-top-banner .message li:hover {
    color: #ffff00;
    background-color: #e53935; }
  #fixed-top-banner .close-message {
    background: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/integration/close.png) no-repeat;
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 3px; }
  #fixed-top-banner .close-message:hover {
    background: url(https://webgate.ec.europa.eu/RCAM/core/eui/assets/images/integration/close-hover.png); }

.action-box:not(.box), .inner-box {
  margin: 1rem 0;
  background-color: #eeeeee;
  padding: 1rem;
  border: 1px solid #bdbdbd; }
  .action-box:not(.box):before, .action-box:not(.box):after, .inner-box:before, .inner-box:after {
    content: " ";
    display: table; }
  .action-box:not(.box):after, .inner-box:after {
    clear: both; }
  .action-box:not(.box).fixed, .inner-box.fixed {
    position: fixed;
    width: 100%; }
  .action-box:not(.box).mlr, .inner-box.mlr {
    margin: 0 2rem; }
  .action-box:not(.box).auto-width, .inner-box.auto-width {
    display: inline-block;
    padding: 0.5rem; }
  .action-box:not(.box).blue, .action-box:not(.box).primary, .inner-box.blue, .inner-box.primary {
    background-color: #e1f5fe;
    border: 1px solid #81d4fa; }
  .action-box:not(.box).red, .action-box:not(.box).danger, .inner-box.red, .inner-box.danger {
    background-color: #ffebee;
    border: 1px solid #ef9a9a; }
  .action-box:not(.box).green, .action-box:not(.box).success, .inner-box.green, .inner-box.success {
    background-color: #e8f5e9;
    border: 1px solid #a5d6a7; }
  .action-box:not(.box).orange, .action-box:not(.box).warning, .inner-box.orange, .inner-box.warning {
    background-color: #fff3e0;
    border: 1px solid #ffcc80; }
  .action-box:not(.box).invalid, .action-box:not(.box).error, .inner-box.invalid, .inner-box.error {
    border: 1px solid #f44336; }
  .action-box:not(.box) h1, .inner-box h1 {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #9e9e9e;
    font-size: 1.42857rem; }
  .action-box:not(.box) h2, .inner-box h2 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px dotted #9e9e9e;
    font-size: 1rem; }

@media screen and (min-width: 992px) {
  .action-box.fixed, .inner-box.fixed {
    width: 1400px; } }

.inner-box h1.hr-border {
  border: 0 !important;
  padding-bottom: 0 !important; }

/* STATUS BOX */
.status-box {
  background: #39C;
  padding: 2px 5px 2px 3px !important;
  color: white;
  text-transform: uppercase;
  white-space: nowrap; }

.status-box.full-width {
  display: block; }

.status-box > a {
  color: #fff !important;
  padding-left: 5px;
  cursor: default;
  text-decoration: none; }

/* colors by color name */
.status-box.blue {
  background: #03a9f4;
  border: 1px solid #039be5; }

.status-box.grey {
  background: #bdbdbd;
  border: 1px solid #757575; }

.status-box.green {
  background: #4caf50;
  border: 1px solid #43a047; }

.status-box.red {
  background: #f44336;
  border: 1px solid #e53935; }

.status-box.orange {
  background: #ff9800;
  border: 1px solid #fb8c00; }

.status-box.yellow {
  background: #ffee58;
  border: 1px solid #ffeb3b; }
  .status-box.yellow > a {
    color: #333; }

.status-box.white {
  background: #fff;
  border: 1px solid #9e9e9e; }
  .status-box.white > a {
    color: #333; }
