@charset "UTF-8";
/*$background-general:#eeeff1;*/ /*----------------------------------------------------------------------------*\
    #RESET
\*----------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background: #ff0;
  color: #000000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dcdcdc;
  margin: 1em 0;
  padding: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.item-header .breadcrumb::after, .form-group::after, .editable-list::after, .input-group .input-group-addon::after, form .fake-row::after, .content-block-section::after, .content-block::after, .meta-info ul li::after {
  content: "";
  display: table;
  clear: both;
}

.work-hour-schedule table .work-hour .subschedule-input::-ms-clear, input[type=text].remove-clear-button::-ms-clear,
input[type=email].remove-clear-button::-ms-clear,
textarea.remove-clear-button::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/**
 * Helper classes.
 */
.visuallyhidden,
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  height: 1px;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus,
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  margin: 0;
  overflow: visible;
  position: static;
  height: auto;
  width: auto;
}

.ir, .content-header .meta-info dt {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.action-link {
  color: #20242D;
  text-decoration: none;
}
.action-link:link {
  color: #20242D;
}
.action-link:visited {
  color: #20242D;
}
.action-link:focus {
  color: #20242D;
}
.action-link:hover {
  color: #2b607b;
}
.action-link:active, .action-link.btn:focus, .pager > li:not(.disabled) > a.action-link:focus {
  color: #244e64;
}

.icon-link a, a.icon-link {
  border: none;
}

.detail-link {
  font-weight: normal;
  border: none;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  outline: none !important;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a.btn:focus, .pager > li:not(.disabled) > a:focus, a.btn:active:focus,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #dcdcdc;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a.btn:focus, .pager > li:not(.disabled) > a:focus, a.btn:active:focus,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]: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, .pager > li:not(.disabled) > a > .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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

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

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

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

.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: #337ab7;
}

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

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.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;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.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: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.428571429;
  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 > 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 {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > 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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
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;
}

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.428571429;
  color: #555555;
}

.form-control, .form-control-static, .editable-list, .form-control-file {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus, .form-control-static:focus, .editable-list:focus, .form-control-file: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, .form-control-static::-moz-placeholder, .editable-list::-moz-placeholder, .form-control-file::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .form-control-static:-ms-input-placeholder, .editable-list:-ms-input-placeholder, .form-control-file:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, .form-control-static::-webkit-input-placeholder, .editable-list::-webkit-input-placeholder, .form-control-file::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, .form-control-static::-ms-expand, .editable-list::-ms-expand, .form-control-file::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], [disabled].form-control-static, [disabled].editable-list, [disabled].form-control-file, .form-control[readonly], [readonly].form-control-static, [readonly].editable-list, [readonly].form-control-file, fieldset[disabled] .form-control, fieldset[disabled] .form-control-static, fieldset[disabled] .editable-list, fieldset[disabled] .form-control-file {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], [disabled].form-control-static, [disabled].editable-list, [disabled].form-control-file, fieldset[disabled] .form-control, fieldset[disabled] .form-control-static, fieldset[disabled] .editable-list, fieldset[disabled] .form-control-file {
  cursor: not-allowed;
}

textarea.form-control, textarea.form-control-static, textarea.editable-list, textarea.form-control-file {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=date].form-control-static, input[type=date].editable-list, input[type=date].form-control-file,
input[type=time].form-control,
input[type=time].form-control-static,
input[type=time].editable-list,
input[type=time].form-control-file,
input[type=datetime-local].form-control,
input[type=datetime-local].form-control-static,
input[type=datetime-local].editable-list,
input[type=datetime-local].form-control-file,
input[type=month].form-control,
input[type=month].form-control-static,
input[type=month].editable-list,
input[type=month].form-control-file {
    line-height: 34px;
  }
  input[type=date].input-sm,
.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-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.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-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.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-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.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-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.pager.input-group-lg > li.input-group-btn:not(.disabled) > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.pager.input-group-sm > li.input-group-btn:not(.disabled) > a.form-control-static {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form-control-static, .input-group-sm > .editable-list, .input-group-sm > .form-control-file,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.pager.input-group-sm > li.input-group-btn:not(.disabled) > a {
  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.form-control-static, .input-group-sm > select.editable-list, .input-group-sm > select.form-control-file,
.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.form-control-static, .input-group-sm > textarea.editable-list, .input-group-sm > textarea.form-control-file,
.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].form-control-static,
.input-group-sm > select[multiple].editable-list,
.input-group-sm > select[multiple].form-control-file,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .form-control-static, .form-group-sm .editable-list, .form-group-sm .form-control-file {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control, .form-group-sm select.form-control-static, .form-group-sm select.editable-list, .form-group-sm select.form-control-file {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm textarea.form-control-static, .form-group-sm textarea.editable-list, .form-group-sm textarea.form-control-file,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple].form-control-static,
.form-group-sm select[multiple].editable-list,
.form-group-sm select[multiple].form-control-file {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .form-control-static, .input-group-lg > .editable-list, .input-group-lg > .form-control-file,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.pager.input-group-lg > li.input-group-btn:not(.disabled) > a {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.form-control-static, .input-group-lg > select.editable-list, .input-group-lg > select.form-control-file,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.form-control-static, .input-group-lg > textarea.editable-list, .input-group-lg > textarea.form-control-file,
.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].form-control-static,
.input-group-lg > select[multiple].editable-list,
.input-group-lg > select[multiple].form-control-file,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .form-control-static, .form-group-lg .editable-list, .form-group-lg .form-control-file {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control, .form-group-lg select.form-control-static, .form-group-lg select.editable-list, .form-group-lg select.form-control-file {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg textarea.form-control-static, .form-group-lg textarea.editable-list, .form-group-lg textarea.form-control-file,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple].form-control-static,
.form-group-lg select[multiple].editable-list,
.form-group-lg select[multiple].form-control-file {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .form-control-static, .has-feedback .editable-list, .has-feedback .form-control-file {
  padding-right: 42.5px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .form-control-static + .form-control-feedback, .input-group-lg > .editable-list + .form-control-feedback, .input-group-lg > .form-control-file + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.pager.input-group-lg > li.input-group-btn:not(.disabled) > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .form-control-static + .form-control-feedback,
.form-group-lg .editable-list + .form-control-feedback,
.form-group-lg .form-control-file + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .form-control-static + .form-control-feedback, .input-group-sm > .editable-list + .form-control-feedback, .input-group-sm > .form-control-file + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.pager.input-group-sm > li.input-group-btn:not(.disabled) > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .form-control-static + .form-control-feedback,
.form-group-sm .editable-list + .form-control-feedback,
.form-group-sm .form-control-file + .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, .has-success .form-control-static, .has-success .editable-list, .has-success .form-control-file {
  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, .has-success .form-control-static:focus, .has-success .editable-list:focus, .has-success .form-control-file: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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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, .has-warning .form-control-static, .has-warning .editable-list, .has-warning .form-control-file {
  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, .has-warning .form-control-static:focus, .has-warning .editable-list:focus, .has-warning .form-control-file: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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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, .has-error .form-control-static, .has-error .editable-list, .has-error .form-control-file {
  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, .has-error .form-control-static:focus, .has-error .editable-list:focus, .has-error .form-control-file: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;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .form-control-static, .form-inline .editable-list, .form-inline .form-control-file {
    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,
.form-inline .input-group .form-control-static,
.form-inline .input-group .editable-list,
.form-inline .input-group .form-control-file {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .input-group > .form-control-static, .form-inline .input-group > .editable-list, .form-inline .input-group > .form-control-file {
    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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .pager > li:not(.disabled) > a, .btn:active:focus, .btn:focus {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .pager > li:not(.disabled) > a:focus, .btn.focus, .pager > li:not(.disabled) > a.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, .pager > li:not(.disabled) > a:hover, .btn:focus, .pager > li:not(.disabled) > a:focus, .btn:focus:active, .btn.focus, .pager > li:not(.disabled) > a.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .pager > li:not(.disabled) > a:active, .btn:focus, .pager > li:not(.disabled) > a:focus, .btn:active:focus, .btn.active, .pager > li:not(.disabled) > a.active {
  background-image: none;
  outline: 0;
  -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, .pager > li:not(.disabled) > a.disabled, .btn[disabled], .pager > li:not(.disabled) > a[disabled], fieldset[disabled] .btn, fieldset[disabled] .pager > li:not(.disabled) > a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .pager > li:not(.disabled) > a.disabled, fieldset[disabled] a.btn, fieldset[disabled] .pager > li:not(.disabled) > a {
  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.btn:focus, .pager > li:not(.disabled) > a.btn-default:focus, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default.btn:focus, .pager > li:not(.disabled) > a.btn-default: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.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, .btn-edit {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-edit:focus, .btn-primary.focus, .focus.btn-edit {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover, .btn-edit:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-edit:active, .btn-primary.btn:focus, .pager > li:not(.disabled) > a.btn-primary:focus, .btn.btn-edit:focus, .pager > li:not(.disabled) > a.btn-edit:focus, .btn-primary.active, .active.btn-edit, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.btn-edit {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-edit:active:hover, .btn-primary:active:focus, .btn-edit:active:focus, .btn-primary.btn:focus, .pager > li:not(.disabled) > a.btn-primary:focus, .btn.btn-edit:focus, .pager > li:not(.disabled) > a.btn-edit:focus, .btn-primary:active.focus, .btn-edit:active.focus, .btn-primary.active:hover, .active.btn-edit:hover, .btn-primary.active:focus, .active.btn-edit:focus, .btn-primary.active.focus, .active.focus.btn-edit, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.btn-edit:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.btn-edit:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.btn-edit {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .disabled.btn-edit:hover, .btn-primary.disabled:focus, .disabled.btn-edit:focus, .btn-primary.disabled.focus, .disabled.focus.btn-edit, .btn-primary[disabled]:hover, [disabled].btn-edit:hover, .btn-primary[disabled]:focus, [disabled].btn-edit:focus, .btn-primary[disabled].focus, [disabled].focus.btn-edit, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-edit:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-edit:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.btn-edit {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge, .btn-edit .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.btn:focus, .pager > li:not(.disabled) > a.btn-success:focus, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success.btn:focus, .pager > li:not(.disabled) > a.btn-success: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: #398439;
  border-color: #255625;
}
.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.btn:focus, .pager > li:not(.disabled) > a.btn-info:focus, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info.btn:focus, .pager > li:not(.disabled) > a.btn-info: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: #269abc;
  border-color: #1b6d85;
}
.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: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.btn:focus, .pager > li:not(.disabled) > a.btn-warning:focus, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.btn:focus, .pager > li:not(.disabled) > a.btn-warning: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: #d58512;
  border-color: #985f0d;
}
.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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.btn:focus, .pager > li:not(.disabled) > a.btn-danger:focus, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.btn:focus, .pager > li:not(.disabled) > a.btn-danger: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: #ac2925;
  border-color: #761c19;
}
.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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.btn:focus, .pager > li:not(.disabled) > a.btn-link:focus, .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: #23527c;
  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: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .pager > li.btn-group-lg:not(.disabled) > a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .pager > li.btn-group-sm:not(.disabled) > a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .pager > li.btn-group-xs:not(.disabled) > a {
  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;
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .pager > li.btn-group:not(.disabled) > a,
.btn-group-vertical > .btn,
.pager > li.btn-group-vertical:not(.disabled) > a {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .pager > li.btn-group:not(.disabled) > a:hover, .btn-group > .btn:focus, .pager > li.btn-group:not(.disabled) > a:focus, .btn-group > .btn:active, .pager > li.btn-group:not(.disabled) > a:active, .btn-group > .btn.active, .pager > li.btn-group:not(.disabled) > a.active,
.btn-group-vertical > .btn:hover,
.pager > li.btn-group-vertical:not(.disabled) > a:hover,
.btn-group-vertical > .btn:focus,
.pager > li.btn-group-vertical:not(.disabled) > a:focus,
.btn-group-vertical > .btn:active,
.pager > li.btn-group-vertical:not(.disabled) > a:active,
.btn-group-vertical > .btn.active,
.pager > li.btn-group-vertical:not(.disabled) > a.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .pager > li:not(.disabled) > a + .btn, .btn-group .pager > li:not(.disabled) > .btn + a, .btn-group .pager > li:not(.disabled) > a + a,
.btn-group .btn + .btn-group,
.btn-group .pager > li:not(.disabled) > a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .pager > li:not(.disabled) > .btn-group + a,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .pager > li:not(.disabled) > a,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .pager > li.btn-toolbar:not(.disabled) > a,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child, .pager > li.btn-group:not(.disabled) > a:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .pager > li.btn-group:not(.disabled) > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .pager > li.btn-group:not(.disabled) > a:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .pager.btn-group > li.btn-group:not(.disabled):not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .pager.btn-group > li.btn-group:not(.disabled):first-child:not(:last-child) > a:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .pager.btn-group > li.btn-group:not(.disabled):last-child:not(:first-child) > a:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group .dropdown-toggle.btn:focus, .btn-group .pager > li:not(.disabled) > a.dropdown-toggle:focus,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .pager > li.btn-group:not(.disabled) > a + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .pager > li.btn-group-lg.btn-group:not(.disabled) > a + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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, .pager > li:not(.disabled) > a .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .pager > li.btn-group-lg:not(.disabled) > a .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .pager > li.btn-group-lg:not(.disabled) > a .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .pager > li.btn-group-vertical:not(.disabled) > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.pager.btn-group-vertical > li.btn-group:not(.disabled) > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .pager.btn-group-vertical > li.btn-group:not(.disabled) > a {
  float: none;
}
.btn-group-vertical > .btn + .btn, .pager > li.btn-group-vertical:not(.disabled) > a + .btn, .pager > li.btn-group-vertical:not(.disabled) > .btn + a, .pager > li.btn-group-vertical:not(.disabled) > a + a,
.btn-group-vertical > .btn + .btn-group,
.pager > li.btn-group-vertical:not(.disabled) > a + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.pager > li.btn-group-vertical:not(.disabled) > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .pager.btn-group-vertical > li.btn-group:not(.disabled):not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .pager.btn-group-vertical > li.btn-group:not(.disabled):first-child:not(:last-child) > a: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, .pager.btn-group-vertical > li.btn-group:not(.disabled):last-child:not(:first-child) > a:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .pager > li.btn-group-justified:not(.disabled) > a,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .pager > li:not(.disabled) > a {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], .pager > li[data-toggle=buttons]:not(.disabled) > a input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.pager > li[data-toggle=buttons]:not(.disabled) > a input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
.pager[data-toggle=buttons] > li.btn-group:not(.disabled) > a input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.pager[data-toggle=buttons] > li.btn-group:not(.disabled) > a 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-right: 0;
  padding-left: 0;
}
.input-group .form-control, .input-group .form-control-static, .input-group .editable-list, .input-group .form-control-file {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control-static:focus, .input-group .editable-list:focus, .input-group .form-control-file:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .form-control-static,
.input-group .editable-list,
.input-group .form-control-file {
  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),
.input-group .form-control-static:not(:first-child):not(:last-child),
.input-group .editable-list:not(:first-child):not(:last-child),
.input-group .form-control-file:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  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,
.pager.input-group-sm > li.input-group-btn:not(.disabled) > a.input-group-addon {
  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,
.pager.input-group-lg > li.input-group-btn:not(.disabled) > a.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  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 .form-control-static:first-child, .input-group .editable-list:first-child, .input-group .form-control-file:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.pager > li.input-group-btn:not(.disabled):first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.pager.input-group-btn:first-child > li.btn-group:not(.disabled) > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.pager > li.input-group-btn:not(.disabled):last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.pager.input-group-btn:last-child > li.btn-group:not(.disabled):not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .form-control-static:last-child, .input-group .editable-list:last-child, .input-group .form-control-file:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.pager > li.input-group-btn:not(.disabled):last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.pager.input-group-btn:last-child > li.btn-group:not(.disabled) > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.pager > li.input-group-btn:not(.disabled):first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.pager.input-group-btn:first-child > li.btn-group:not(.disabled):not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .pager > li.input-group-btn:not(.disabled) > a {
  position: relative;
}
.input-group-btn > .btn + .btn, .pager > li.input-group-btn:not(.disabled) > a + .btn, .pager > li.input-group-btn:not(.disabled) > .btn + a, .pager > li.input-group-btn:not(.disabled) > a + a {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .pager > li.input-group-btn:not(.disabled) > a:hover, .input-group-btn > .btn:focus, .pager > li.input-group-btn:not(.disabled) > a:focus, .input-group-btn > .btn:active, .pager > li.input-group-btn:not(.disabled) > a:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .pager > li.input-group-btn:not(.disabled):first-child > a,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .pager > li.input-group-btn:not(.disabled):last-child > a,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.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: #337ab7;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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-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-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-left-radius: 0;
  border-top-right-radius: 0;
}

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

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}

.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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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;
  padding: 9px 10px;
  margin-right: 15px;
  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.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .form-control-static, .navbar-form .editable-list, .navbar-form .form-control-file {
    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,
.navbar-form .input-group .form-control-static,
.navbar-form .input-group .editable-list,
.navbar-form .input-group .form-control-file {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .input-group > .form-control-static, .navbar-form .input-group > .editable-list, .navbar-form .input-group > .form-control-file {
    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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .pager > li.btn-group-sm:not(.disabled) > a.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .pager > li.btn-group-xs:not(.disabled) > a.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand: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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a: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-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-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: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a: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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@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: #9d9d9d;
  }
  .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-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-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.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: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.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: #eeeeee;
}
.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: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .pager > li:not(.disabled) > a .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

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

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

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 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: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: 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: #d9534f;
}
.progress-striped .progress-bar-danger {
  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 {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

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

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

.media-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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.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: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active: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: #c7ddef;
}

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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

.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: 20px;
  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 {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > 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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

.panel > .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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-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-right-radius: 3px;
  border-bottom-left-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 {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

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

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

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

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-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;
  background-clip: padding-box;
  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);
  outline: 0;
}

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .pager > li:not(.disabled) > a + .btn, .modal-footer .pager > li:not(.disabled) > .btn + a, .modal-footer .pager > li:not(.disabled) > a + a {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .pager > li:not(.disabled) > a + .btn, .modal-footer .btn-group .pager > li:not(.disabled) > .btn + a, .modal-footer .btn-group .pager > li:not(.disabled) > a + a {
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  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 > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-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;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .pager > li:not(.disabled) > a {
  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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-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;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.glyphicon {
  margin-right: 0.3em;
}
.fa.fa-pull-right, .fa-pull-right.glyphicon {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.glyphicon {
  margin-right: 0.3em;
}
.fa.pull-right, .pull-right.glyphicon {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before, .glyphicon.glyphicon-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before, .glyphicon.glyphicon-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before, .glyphicon.glyphicon-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before, .glyphicon.glyphicon-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.input-group .form-control, .input-group .form-control-static, .input-group .editable-list, .input-group .form-control-file {
  z-index: 1;
}

#toast-container > div {
  opacity: 1;
}

.label {
  display: inline-block;
}

::-ms-clear {
  display: none;
}

.form-control-static {
  min-height: 1px;
}

.alert-warning {
  background-color: #FBC02D;
}

.alert-warning,
.alert-info,
.alert-success {
  color: black;
}

@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_100.eot");
  src: url("../fonts/museo-sans_100.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_100.woff2") format("woff2"), url("../fonts/museo-sans_100.woff") format("woff"), url("../fonts/museo-sans_100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_100_italic.eot");
  src: url("../fonts/museo-sans_100_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_100_italic.woff2") format("woff2"), url("../fonts/museo-sans_100_italic.woff") format("woff"), url("../fonts/museo-sans_100_italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_300.eot");
  src: url("../fonts/museo-sans_300.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_300.woff2") format("woff2"), url("../fonts/museo-sans_300.woff") format("woff"), url("../fonts/museo-sans_300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_300_italic.eot");
  src: url("../fonts/museo-sans_300_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_300_italic.woff2") format("woff2"), url("../fonts/museo-sans_300_italic.woff") format("woff"), url("../fonts/museo-sans_300_italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_500.eot");
  src: url("../fonts/museo-sans_500.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_500.woff2") format("woff2"), url("../fonts/museo-sans_500.woff") format("woff"), url("../fonts/museo-sans_500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_500_italic.eot");
  src: url("../fonts/museo-sans_500_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_500_italic.woff2") format("woff2"), url("../fonts/museo-sans_500_italic.woff") format("woff"), url("../fonts/museo-sans_500_italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_700.eot");
  src: url("../fonts/museo-sans_700.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_700.woff2") format("woff2"), url("../fonts/museo-sans_700.woff") format("woff"), url("../fonts/museo-sans_700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_700_italic.eot");
  src: url("../fonts/museo-sans_700_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_700_italic.woff2") format("woff2"), url("../fonts/museo-sans_700_italic.woff") format("woff"), url("../fonts/museo-sans_700_italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_900.eot");
  src: url("../fonts/museo-sans_900.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_900.woff2") format("woff2"), url("../fonts/museo-sans_900.woff") format("woff"), url("../fonts/museo-sans_900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fonts/museo-sans_900_italic.eot");
  src: url("../fonts/museo-sans_900_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans_900_italic.woff2") format("woff2"), url("../fonts/museo-sans_900_italic.woff") format("woff"), url("../fonts/museo-sans_900_italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Titillium";
  src: url("../fonts/titillium-light-webfont.eot");
  src: url("../fonts/titillium-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-light-webfont.woff2") format("woff2"), url("../fonts/titillium-light-webfont.woff") format("woff"), url("../fonts/titillium-light-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Titillium";
  src: url("../fonts/titillium-lightitalic-webfont.eot");
  src: url("../fonts/titillium-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-lightitalic-webfont.woff2") format("woff2"), url("../fonts/titillium-lightitalic-webfont.woff") format("woff"), url("../fonts/titillium-lightitalic-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Titillium";
  src: url("../fonts/titillium-regular-webfont.eot");
  src: url("../fonts/titillium-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-regular-webfont.woff2") format("woff2"), url("../fonts/titillium-regular-webfont.woff") format("woff"), url("../fonts/titillium-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Titillium";
  src: url("../fonts/titillium-regularitalic-webfont.eot");
  src: url("../fonts/titillium-regularitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-regularitalic-webfont.woff2") format("woff2"), url("../fonts/titillium-regularitalic-webfont.woff") format("woff"), url("../fonts/titillium-regularitalic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Titillium";
  src: url("../fonts/titillium-semibold-webfont.eot");
  src: url("../fonts/titillium-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-semibold-webfont.woff2") format("woff2"), url("../fonts/titillium-semibold-webfont.woff") format("woff"), url("../fonts/titillium-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Titillium";
  src: url("../fonts/titillium-semibolditalic-webfont.eot");
  src: url("../fonts/titillium-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/titillium-semibolditalic-webfont.woff") format("woff"), url("../fonts/titillium-semibolditalic-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Titillium";
  src: url("../fonts/titillium-bold-webfont.eot");
  src: url("../fonts/titillium-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-bold-webfont.woff2") format("woff2"), url("../fonts/titillium-bold-webfont.woff") format("woff"), url("../fonts/titillium-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Titillium";
  src: url("../fonts/titillium-bolditalic-webfont.eot");
  src: url("../fonts/titillium-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/titillium-bolditalic-webfont.woff2") format("woff2"), url("../fonts/titillium-bolditalic-webfont.woff") format("woff"), url("../fonts/titillium-bolditalic-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
.fa-spin {
  line-height: 0;
}

html {
  height: 100%;
}

body {
  background: #ffffff;
  color: #20242D;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 100%;
}

.bold {
  font-weight: bold;
}

a {
  border-color: #43a5d9;
  border-style: solid;
  border-width: 0 0 1px;
  color: #237dac;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  border-color: #3f8cb4;
  color: #2b607b;
  text-decoration: none;
}
a:active, a.btn:focus, .pager > li:not(.disabled) > a:focus, a.btn:active:focus {
  border-color: #387a9c;
  color: #244e64;
  text-decoration: none;
}

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

.detail-content > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.success {
  color: #39cf47;
}

.danger {
  color: #fe0000;
}

.warning {
  color: #fbc02d;
}

.document-frame {
  height: 500px;
  width: 100%;
}

.futureVersion {
  color: gold;
}

ul.indenting {
  list-style: disc outside none;
  padding: 10px 10px 10px 25px;
}

.underline {
  text-decoration: underline;
}

.white-space-normal {
  white-space: normal;
}

.glyphicon-remove:before {
  content: "\f00d";
}

span.ui-select-toggle a.btn-link {
  border-style: none;
}

.stripe-hover .form-group:hover {
  background-color: #e7e7e7;
}

.action-on-form-group {
  margin-bottom: 16px;
}

.dropdown-menu a {
  border: none;
  border-color: none;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Titillium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 81.25%;
  font-weight: 400;
  line-height: 1.3846;
}

h1 {
  color: #20242D;
  font-size: 2.1538em;
  font-weight: normal;
  line-height: 1.1;
  margin: 10px 0;
}

h2 {
  color: #20242D;
  font-size: 1.8462em;
  font-weight: normal;
  line-height: 1.1;
}

h3 {
  color: #20242D;
  font-size: 1.2308em;
  font-weight: normal;
  line-height: 1.1;
}

.panel-default {
  background: none;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-default > div.panel-heading {
  min-height: 30px;
  padding: 4px 15px;
  position: relative;
}
.panel-default > div.panel-heading h4 > a, .panel-default > div.panel-heading p > a {
  outline: none;
  text-decoration: none;
}
.panel-default > div.panel-heading h4 > a {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 20px;
}
.panel-default > div.panel-heading h4 > a > a, .panel-default > div.panel-heading h4 > a p {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  margin-bottom: 0;
  vertical-align: bottom;
}
.panel-default > div.panel-heading h4 > a > div {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}
.panel-default > div.panel-heading h4 > a .subtitle {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}
.panel-default > div.panel-heading .accordion-remove-item {
  color: #000000;
  border: none;
  position: absolute;
  right: 20px;
  top: 4px;
}
.panel-default > a.panel-heading {
  background: #f4f5f7;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
}
.panel-default > a.panel-heading h4 {
  font-size: 1em;
  color: #20242D;
}

.panel-body {
  padding: 10px 20px;
}

.panel-group .panel {
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}

.alert {
  padding: 10px;
  margin: 10px 0;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
}

.alert-danger {
  background: #fe0000;
  color: #ffffff;
  border: none;
}

.alert-success {
  background: #39cf47;
  color: #ffffff;
  border: none;
}

.autocomplete,
.textbox-list {
  /*.stretchInline .ui-select-choices-content {
      /*position: relative;
  }*/
}
.autocomplete .form-control, .autocomplete .form-control-static, .autocomplete .editable-list, .autocomplete .form-control-file,
.textbox-list .form-control,
.textbox-list .form-control-static,
.textbox-list .editable-list,
.textbox-list .form-control-file {
  background: transparent;
  height: auto;
}
.autocomplete .form-control .ui-select-toggle, .autocomplete .form-control-static .ui-select-toggle, .autocomplete .editable-list .ui-select-toggle, .autocomplete .form-control-file .ui-select-toggle,
.textbox-list .form-control .ui-select-toggle,
.textbox-list .form-control-static .ui-select-toggle,
.textbox-list .editable-list .ui-select-toggle,
.textbox-list .form-control-file .ui-select-toggle {
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 2px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: initial;
  display: block;
  float: none;
  padding: 4px;
  text-align: left;
  text-transform: none;
  vertical-align: baseline;
  -ms-touch-action: initial;
  touch-action: initial;
}
.autocomplete .form-control .ui-select-toggle .caret, .autocomplete .form-control-static .ui-select-toggle .caret, .autocomplete .editable-list .ui-select-toggle .caret, .autocomplete .form-control-file .ui-select-toggle .caret,
.textbox-list .form-control .ui-select-toggle .caret,
.textbox-list .form-control-static .ui-select-toggle .caret,
.textbox-list .editable-list .ui-select-toggle .caret,
.textbox-list .form-control-file .ui-select-toggle .caret {
  color: #20242D;
}
.autocomplete .ui-select-bootstrap,
.textbox-list .ui-select-bootstrap {
  /*input[type="text"] {
      @extend .form-control:focus;
  }*/
}
.autocomplete .ui-select-bootstrap:focus,
.textbox-list .ui-select-bootstrap:focus {
  outline: none;
  border: 1px solid red;
}
.autocomplete .ui-select-bootstrap .btn-default:hover, .autocomplete .ui-select-bootstrap .btn-default:active, .autocomplete .ui-select-bootstrap .btn-default:focus, .autocomplete .ui-select-bootstrap .btn-default:active:focus,
.textbox-list .ui-select-bootstrap .btn-default:hover,
.textbox-list .ui-select-bootstrap .btn-default:active,
.textbox-list .ui-select-bootstrap .btn-default:focus,
.textbox-list .ui-select-bootstrap .btn-default:active:focus {
  background: transparent;
  border-color: #dcdcdc;
}
.autocomplete .ui-select-bootstrap input.ui-select-search.form-control, .autocomplete .ui-select-bootstrap input.ui-select-search.form-control-static, .autocomplete .ui-select-bootstrap input.ui-select-search.editable-list, .autocomplete .ui-select-bootstrap input.ui-select-search.form-control-file,
.textbox-list .ui-select-bootstrap input.ui-select-search.form-control,
.textbox-list .ui-select-bootstrap input.ui-select-search.form-control-static,
.textbox-list .ui-select-bootstrap input.ui-select-search.editable-list,
.textbox-list .ui-select-bootstrap input.ui-select-search.form-control-file {
  border-radius: 2px !important;
  padding: 4px;
}
.autocomplete .ui-select-bootstrap .ui-select-match,
.textbox-list .ui-select-bootstrap .ui-select-match {
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #20242D;
  font-weight: 400;
  text-transform: none;
  outline: 0;
  margin: 0;
  height: auto;
  padding: 0;
}
.autocomplete .ui-select-bootstrap .ui-select-match .ui-select-placeholder,
.textbox-list .ui-select-bootstrap .ui-select-match .ui-select-placeholder {
  color: #a69992;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  line-height: 1.4615;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 16px);
  vertical-align: top;
}
.autocomplete .ui-select-bootstrap .ui-select-match > .caret,
.textbox-list .ui-select-bootstrap .ui-select-match > .caret {
  color: #a69992;
  top: 40%;
  right: 6px;
}
.autocomplete .ui-select-bootstrap .ui-select-match a,
.textbox-list .ui-select-bootstrap .ui-select-match a {
  margin-top: -9px;
  color: #000000;
}
.autocomplete .ui-select-bootstrap .ui-select-match a .glyphicon-remove:before,
.textbox-list .ui-select-bootstrap .ui-select-match a .glyphicon-remove:before {
  content: "\f00d" !important;
}
.autocomplete .ui-select-bootstrap .ui-select-match a.btn-default-focus,
.textbox-list .ui-select-bootstrap .ui-select-match a.btn-default-focus {
  border: 1px solid #20242D;
}
.autocomplete .ui-select-bootstrap .ui-select-match a.btn-default-focus .ui-select-toggle,
.textbox-list .ui-select-bootstrap .ui-select-match a.btn-default-focus .ui-select-toggle {
  border: none;
}
.autocomplete .ui-select-bootstrap .ui-select-choices,
.textbox-list .ui-select-bootstrap .ui-select-choices {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  min-width: 0;
  top: 100%;
  z-index: 10000;
}
.autocomplete .ui-select-bootstrap .ui-select-choices-row > a,
.textbox-list .ui-select-bootstrap .ui-select-choices-row > a {
  padding: 3px 8px;
}
.autocomplete .ui-select-bootstrap .ui-select-choices-row.active > a,
.textbox-list .ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #e3e3e5;
  color: #20242D;
  border-bottom: none;
  padding-left: 8px;
  padding-right: 8px;
}
.autocomplete .ui-select-bootstrap .select2-container--default .select2-results__option--highlighted[aria-selected],
.textbox-list .ui-select-bootstrap .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ffffff;
}
.autocomplete .input-group-btn .btn, .autocomplete .input-group-btn .pager > li:not(.disabled) > a,
.textbox-list .input-group-btn .btn,
.textbox-list .input-group-btn .pager > li:not(.disabled) > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.autocomplete .fillable-list .list,
.textbox-list .fillable-list .list {
  height: auto;
  list-style: none outside none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 3px 4px 10px;
}
.autocomplete .fillable-list .list.empty,
.textbox-list .fillable-list .list.empty {
  padding-left: 0;
}
.autocomplete .fillable-list .list li,
.textbox-list .fillable-list .list li {
  color: #20242D;
}
.autocomplete .fillable-list .list li:not(.placeholder),
.textbox-list .fillable-list .list li:not(.placeholder) {
  padding-bottom: 5px;
}
.autocomplete .fillable-list .list li:not(.placeholder):last-of-type,
.textbox-list .fillable-list .list li:not(.placeholder):last-of-type {
  padding-bottom: 0;
}
.autocomplete .fillable-list .editable-list,
.textbox-list .fillable-list .editable-list {
  max-height: calc(7.5128em);
  border: none;
  display: inline-block;
  overflow-y: auto;
  height: auto;
  list-style: none outside none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  width: 100%;
}
.autocomplete .fillable-list .editable-list li,
.textbox-list .fillable-list .editable-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #20242D;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  padding: 5px 10px 0 10px;
  width: 100%;
}
.autocomplete .fillable-list .editable-list li .representation,
.textbox-list .fillable-list .editable-list li .representation {
  display: inline-block;
  width: calc(100% - 16px);
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
}
.autocomplete .fillable-list .editable-list li a.remove,
.textbox-list .fillable-list .editable-list li a.remove {
  color: #888c97;
  border: none;
}
.autocomplete .fillable-list .editable-list li a.remove:hover,
.textbox-list .fillable-list .editable-list li a.remove:hover {
  color: #20242D;
}
.autocomplete .fillable-list .editable-list li.placeholder,
.textbox-list .fillable-list .editable-list li.placeholder {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete .fillable-list .editable-list.autoscale,
.textbox-list .fillable-list .editable-list.autoscale {
  max-height: none;
  overflow-y: hidden;
}

.input-group > .ui-select-bootstrap.dropdown {
  width: 100%;
}

.autocomplete-list .ui-select-bootstrap .ui-select-choices {
  top: 100%;
}

/*fix for autocomplete valdr spacing when no messages*/
.form-tried-to-save .autocomplete .form-group {
  display: block;
}

.btn, .pager > li:not(.disabled) > a, .btn:active:focus, .btn:focus {
  border: none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 0.9231em;
  font-weight: 600;
  padding: 13px 15px 12px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .btn, .pager > li:not(.disabled) > a, .btn:active:focus, .btn:focus {
    padding: 7px 10px 6px;
  }
}
.btn:active, .pager > li:not(.disabled) > a:active, .btn:focus, .pager > li:not(.disabled) > a:focus, .btn:active:focus, .btn.active, .pager > li:not(.disabled) > a.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus, .pager > li:not(.disabled) > a:focus, .btn:active:focus, .btn:focus {
  outline: none;
}

/**
 * Primary button style
 */
.btn-primary, .btn-edit {
  background-color: #FB4B0B;
  color: #ffffff;
}
.btn-primary:focus, .btn-edit:focus {
  background-color: #d03a03;
  color: #ffffff;
}
.btn-primary:hover, .btn-edit:hover {
  background-color: #d03a03;
  color: #ffffff;
}
.btn-primary:active, .btn-edit:active, .btn-primary.btn:focus, .pager > li:not(.disabled) > a.btn-primary:focus, .btn.btn-edit:focus, .pager > li:not(.disabled) > a.btn-edit:focus, .btn-primary.active, .active.btn-edit {
  background-color: #20242D;
  color: #ffffff;
}
.btn-primary.disabled, .disabled.btn-edit, .btn-primary[disabled], [disabled].btn-edit {
  background: #f2f2f2;
  color: #20242D;
}

/**
 * Secondary button style
 */
.btn-secondary, .pager > li:not(.disabled) > a, .btn-cancel {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #20242D;
  padding: 12px 14px 11px;
}
@media only screen and (min-width: 768px) {
  .btn-secondary, .pager > li:not(.disabled) > a, .btn-cancel {
    padding: 6px 9px 5px;
  }
}
.btn-secondary:focus, .pager > li:not(.disabled) > a:focus, .btn-cancel:focus {
  border: 1px solid #20242D;
  background-color: #ffffff;
  color: #20242D;
}
.btn-secondary:hover, .pager > li:not(.disabled) > a:hover, .btn-cancel:hover {
  background-color: #ffffff;
  border-color: #20242D;
  color: #20242D;
}
.btn-secondary:active, .pager > li:not(.disabled) > a:active, .btn-cancel:active, .btn-secondary.btn:focus, .pager > li:not(.disabled) > a:focus, .btn.btn-cancel:focus, .btn-secondary.active, .pager > li:not(.disabled) > a.active, .active.btn-cancel {
  background-color: #ffffff;
  border-color: #20242D;
  color: #20242D;
}
.btn-secondary.disabled, .pager > li:not(.disabled) > a.disabled, .disabled.btn-cancel, .btn-secondary[disabled], .pager > li:not(.disabled) > a[disabled], [disabled].btn-cancel {
  background-color: #ffffff;
  border-color: #e7e6eb;
  color: #20242D;
}

/**
 * Default button style
 */
.btn-default {
  background-color: #e7e7e7;
  color: #20242D;
}
.btn-default:focus {
  background-color: #ffffff;
  color: #20242D;
}
.btn-default:hover {
  background-color: #bdbebf;
  color: #20242D;
}
.btn-default:active, .btn-default.btn:focus, .pager > li:not(.disabled) > a.btn-default:focus, .btn-default.active {
  background-color: #a4a5a6;
  color: #ffffff;
}
.btn-default.disabled, .btn-default[disabled] {
  background: #f2f2f2;
  color: #20242D;
}

/**
 * Edit button style
 */
/**
 * Save button style
 */
.btn-save {
  background-color: #39cf47;
  color: #ffffff;
}
.btn-save:focus {
  background-color: #39cf47;
  color: #ffffff;
}
.btn-save:hover {
  background-color: #39cf47;
  color: #ffffff;
}
.btn-save:active, .btn-save.btn:focus, .pager > li:not(.disabled) > a.btn-save:focus, .btn-save.active {
  background-color: #2aab36;
  color: #ffffff;
}

/**
 * Cancel button style
 */
/**
 * Link-styled button styles
 */
.btn-link {
  border-color: #43a5d9;
  text-decoration: none;
  color: #237dac;
  cursor: pointer;
  border-style: solid;
  border-width: 0 0 1px;
  border-radius: 0;
  text-decoration: none;
  text-transform: none;
}
.btn-link:link {
  border-color: #43a5d9;
}
.btn-link:visited {
  border-color: #43a5d9;
}
.btn-link:focus {
  border-color: #43a5d9;
}
.btn-link:hover {
  border-color: #3f8cb4;
}
.btn-link:active, .btn-link.btn:focus, .pager > li:not(.disabled) > a.btn-link:focus {
  border-color: #387a9c;
}
.btn-link:link {
  text-decoration: none;
}
.btn-link:visited {
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:active, .btn-link.btn:focus, .pager > li:not(.disabled) > a.btn-link:focus {
  text-decoration: none;
}
.btn-link:link {
  color: #237dac;
}
.btn-link:visited {
  color: #237dac;
}
.btn-link:focus {
  color: #237dac;
}
.btn-link:hover {
  color: #2b607b;
}
.btn-link:active, .btn-link.btn:focus, .pager > li:not(.disabled) > a.btn-link:focus {
  color: #244e64;
}

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

/**
 * New style buttons
 */
.button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#f0f0f0));
  background: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%);
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 0 #f4f4f4;
          box-shadow: inset 0 1px 0 0 #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FB4B0B;
  display: inline-block;
  font-size: 0.8462em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 10px;
  cursor: pointer;
}
.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), to(#e2e2e2));
  background: linear-gradient(to bottom, #f1f1f1 0, #e2e2e2 100%);
  border-color: #c1c1c1;
}
.button:active, .button.btn:focus, .pager > li:not(.disabled) > a.button:focus {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d6d6d6), to(#e5e5e5));
  background: linear-gradient(to bottom, #d6d6d6 0, #e5e5e5 100%);
}
.button.button-primary {
  color: #00b271;
}
.button.button-secondary {
  color: #404040;
}
.button.button-link {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #404040;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}
.button.button-link:hover {
  background: #f1f1f1;
}
.button.button-link:active, .button.button-link.btn:focus, .pager > li:not(.disabled) > a.button.button-link:focus {
  background: #d6d6d6;
}

/**
 * Charts
 */
.chart-wrapper {
  width: 100%;
}
.chart-wrapper .chart-inner {
  padding-top: 50%;
  position: relative;
  width: 100%;
}
.chart-wrapper .chart-inner .chart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**
 * Checkbox styling (also used in radio buttons for now)
 */
.toggle-buttons .btn, .toggle-buttons .pager > li:not(.disabled) > a {
  padding: 7px 8px;
  height: 28px;
}
.toggle-buttons .btn.active, .toggle-buttons .pager > li:not(.disabled) > a.active {
  background: #FB4B0B;
}
.toggle-buttons .btn:not(.active), .toggle-buttons .pager > li:not(.disabled) > a:not(.active) {
  background-color: transparent;
  border: 1px solid #888c97;
  color: #20242D;
  padding: 6px 7px;
}
.toggle-buttons .btn:not(.active):link, .toggle-buttons .pager > li:not(.disabled) > a:not(.active):link {
  background-color: transparent;
}
.toggle-buttons .btn:not(.active):visited, .toggle-buttons .pager > li:not(.disabled) > a:not(.active):visited {
  background-color: transparent;
}
.toggle-buttons .btn:not(.active):focus, .toggle-buttons .pager > li:not(.disabled) > a:not(.active):focus {
  background-color: transparent;
}
.toggle-buttons .btn:not(.active):hover, .toggle-buttons .pager > li:not(.disabled) > a:not(.active):hover {
  background-color: #dedfe2;
}
.toggle-buttons .btn:not(.active):active, .toggle-buttons .pager > li:not(.disabled) > a:not(.active):active, .toggle-buttons .btn:not(.active):focus, .toggle-buttons .pager > li:not(.disabled) > a:not(.active):focus {
  background-color: #d3d4d9;
}
.toggle-buttons .btn.btn-default:focus, .toggle-buttons .pager > li:not(.disabled) > a.btn-default:focus, .toggle-buttons .btn.btn-default:hover, .toggle-buttons .pager > li:not(.disabled) > a.btn-default:hover {
  color: #fff;
}

.form-tried-to-save .toggle-buttons.ng-invalid .btn, .form-tried-to-save .toggle-buttons.ng-invalid .pager > li:not(.disabled) > a {
  border-color: #fe0000;
}

.contact-medium {
  overflow-x: hidden;
}
.contact-medium .toolbar > ul.align-right li {
  margin-left: 0;
}
.contact-medium .contact-media {
  margin-bottom: 0;
}
.contact-medium .contact-media tr {
  padding: 0;
}
.contact-medium .contact-media td {
  border: none !important;
}
.contact-medium .contact-media td.col-lg-4 {
  padding: 4px 0 !important;
}
.contact-medium .contact-media td.col-lg-7 {
  padding: 4px 8px 4px 8px !important;
}
.contact-medium .contact-media td.col-lg-1 {
  padding: 4px 0 !important;
}
.contact-medium .contact-media .adding-toolbar {
  padding: 0;
  padding-top: 4px;
}
@media only screen and (min-width: 768px) {
  .contact-medium .contact-item .btn-secondary, .contact-medium .contact-item .pager > li:not(.disabled) > a, .contact-medium .contact-item .btn-cancel {
    padding: 8px 9px 7px;
  }
}
.contact-medium .contact-item .textbox {
  margin-bottom: 0;
}
.contact-medium .contact-item:hover {
  background-color: unset;
}

.contract {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.contract > a,
.contract > div {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.encoded-by-candidate > .contract-block.contract-start::before {
  font-family: "FontAwesome";
  font-size: large;
  content: "\f10b";
  position: relative;
  right: 18px;
  top: 8px;
}

.contract-block {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: -1px;
  right: 0;
  cursor: pointer;
}
.contract-block.contract-start {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 4px;
}
.contract-block.contract-end {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 4px;
}
.contract-block.contract-type-0 {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}

.contract-special {
  display: inline-block;
  font-weight: 600;
  line-height: 1em;
  text-align: left;
  text-indent: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-90deg) translate(0, -50%);
  transform: rotate(-90deg) translate(0, -50%);
  position: absolute;
  left: 50%;
  top: 80%;
  width: auto;
}

.medical-exam {
  border-radius: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  position: absolute;
  top: 8px;
  bottom: 4px;
  left: 0px;
  right: 0;
}
.medical-exam i {
  width: 100%;
  text-align: center;
  color: red;
  font-size: 1.3em;
}

.full-time-schedule-totals-week {
  margin: 10px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.fulltime-planning-week-schedule {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: table;
  table-layout: fixed;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 40px;
  border-spacing: 5em;
}
.fulltime-planning-week-schedule tr {
  border-bottom: 1px #dcdcdc solid;
}

.fulltime-planning-day-header {
  padding: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.active-fulltime-out-of-contract-day {
  background-color: white;
  color: black;
  border: 1px #FB4B0B solid;
  border-radius: 3px;
  padding: 15px;
}

.active-fulltime-day {
  background-color: #FB4B0B;
  color: white;
  border-radius: 2px;
  padding: 15px;
}

.active-fulltime-day.clickable:hover {
  cursor: pointer;
}

.inactive-fulltime-day {
  background-color: white;
  color: black;
  border: 1px #dcdcdc solid;
  border-radius: 2px;
  padding: 15px;
}

.inactive-fulltime-day.clickable:hover {
  cursor: pointer;
  border: 1px black solid;
}

.fulltime-planning-day {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 5px 5px;
}

.fulltime-planning-day-total-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 5px 5px;
}
.fulltime-planning-day-total-hours span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.fulltime-planning-day-total-hours input::-webkit-outer-spin-button,
.fulltime-planning-day-total-hours input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fulltime-planning-day-total-hours input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: 50%;
}
.fulltime-planning-day-total-hours input:invalid {
  border: 1px red solid;
}

.fulltime-planning-day-button-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fulltime-planning-day-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.fulltime-planning-button-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fulltime-planning-button-section button {
  margin: 10px;
}

.list-style-none {
  list-style-type: none;
}

.mixed-view-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3px;
}
.mixed-view-details span {
  text-align: center;
  padding: 4px;
  border: 1px solid #dcdcdc;
  margin: 2px;
}

.table-dashboard i {
  font-size: 18px;
}

.list-view .list-view-table table.contact-align td, .list-view .list-view-table table.contact-align th {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

table.contact-align thead tr th:nth-child(1) {
  width: 41%;
}

table.contact-align thead tr th:nth-child(2) {
  width: 41%;
}

table.contact-align thead tr th:nth-child(3) {
  width: 6%;
}

table.contact-align thead tr th:nth-child(4) {
  width: 6%;
}

table.contact-align thead tr th:nth-child(5) {
  width: 6%;
}

table.contact-align tbody tr td:nth-child(1) {
  width: 41%;
}

table.contact-align tbody tr td:nth-child(2) {
  width: 41%;
}

table.contact-align tbody tr td:nth-child(3) {
  width: 6%;
}

table.contact-align tbody tr td:nth-child(4) {
  width: 6%;
}

table.contact-align tbody tr td:nth-child(5) {
  width: 6%;
}

.uib-datepicker-popup::after {
  border-width: 0;
  content: "";
}
.uib-datepicker-popup .btn-default {
  background: none;
  color: #20242D;
}
.uib-datepicker-popup .btn-default .text-muted {
  color: #888c97;
}
.uib-datepicker-popup .btn-default.active {
  background: #dedfe2;
}
.uib-datepicker-popup .btn-group {
  width: auto !important;
}

.datepicker .form-control, .datepicker .form-control-static, .datepicker .editable-list, .datepicker .form-control-file, .datepicker .btn.btn-default, .datepicker .pager > li:not(.disabled) > a.btn-default {
  height: 28px;
}
.datepicker.editing .editable-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.datepicker .input-group-btn {
  margin-left: 1px;
}

/**
 * Fix for ui-angular-bootstrap datepicker directive icons
 */
.dropdown {
  position: relative;
}
.dropdown.open > ul {
  display: block;
}
.dropdown > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-decoration: inherit;
  padding: 0 0 0 20px;
}
.dropdown > ul {
  background: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: inherit;
  font-weight: inherit;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 100%;
  white-space: nowrap;
  z-index: 2;
}
.dropdown > ul > li a {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #20242D;
  background: #ffffff;
  display: block;
  line-height: 1.4615em;
  padding: 10px 25px;
  width: 100%;
}
.dropdown > ul > li a:hover {
  background: #e3e3e5;
}
.dropdown > ul > li:last-of-type {
  border-bottom: 0;
}
.dropdown.align-right > ul {
  right: 0;
  left: auto;
}

.hohr-dropdown .form-control, .hohr-dropdown .form-control-static, .hohr-dropdown .editable-list, .hohr-dropdown .form-control-file {
  height: 28px;
}

.form-control-file {
  padding-left: 0;
}

.list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 100%;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: -40px;
}
.list-view .toolbar {
  padding-bottom: 10px;
  padding-top: 0;
}
.list-view .toolbar .nav > li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .list-view .toolbar .nav > li {
    margin-bottom: 0;
  }
}
.list-view .toolbar .btn.btn-secondary span, .list-view .toolbar .pager > li:not(.disabled) > a span, .list-view .toolbar .btn.btn-cancel span {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .list-view .toolbar .btn.btn-secondary span, .list-view .toolbar .pager > li:not(.disabled) > a span, .list-view .toolbar .btn.btn-cancel span {
    display: inline-block;
  }
}
.list-view .toolbar .invisible {
  visibility: hidden;
}
.list-view .toolbar .filter-active a {
  color: #FB4B0B;
  border: 1px solid #FB4B0B;
}
.list-view .list-view-table {
  overflow-x: auto;
  overflow-y: auto;
  margin: 0;
  position: relative;
  width: 100%;
}
.list-view .list-view-table.opacityLoading tbody {
  opacity: 0.3;
}
.list-view .list-view-table table {
  font-size: 0.9231em;
  min-width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}
.list-view .list-view-table table.overview-table {
  max-width: none;
  width: auto;
}
.list-view .list-view-table table.overview-table th.customer-name, .list-view .list-view-table table.overview-table td.customer-name {
  min-width: 150px;
}
.list-view .list-view-table table.table-commercial-profiles th.commercial-profile-name, .list-view .list-view-table table.table-commercial-profiles td.commercial-profile-name {
  min-width: 100px !important;
}
.list-view .list-view-table table.clickable tbody tr {
  cursor: pointer;
}
.list-view .list-view-table table.clickable tbody tr:not(.active):hover th, .list-view .list-view-table table.clickable tbody tr:not(.active):hover td {
  background-color: #fed4c4;
}
.list-view .list-view-table table thead {
  display: block;
  width: 100%;
}
.list-view .list-view-table table thead tr th {
  color: #20242D;
  font-weight: 700;
  padding-bottom: 4px;
  padding-top: 4px;
}
.list-view .list-view-table table tbody {
  display: block;
  width: 100%;
}
.list-view .list-view-table table tbody tr.active th, .list-view .list-view-table table tbody tr.active td {
  background-color: #fc8154;
  color: white;
  font-weight: bold;
}
.list-view .list-view-table table tbody tr.active th a, .list-view .list-view-table table tbody tr.active td a {
  color: white;
}
.list-view .list-view-table table tbody tr.primary {
  font-weight: 600;
}
.list-view .list-view-table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  width: 100%;
}
.list-view .list-view-table table td, .list-view .list-view-table table th {
  background: transparent;
  border-color: #e7e6eb;
  border-style: solid;
  border-width: 0 0 1px;
  display: inline-block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  padding: 4px;
}
.list-view .list-view-table table td > div, .list-view .list-view-table table th > div {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-view .list-view-table table td.boolean, .list-view .list-view-table table th.boolean {
  text-align: center;
}
.list-view .list-view-table table td.number, .list-view .list-view-table table th.number {
  text-align: right;
}
.list-view .list-view-table table td.row-title, .list-view .list-view-table table th.row-title {
  font-weight: bold;
}
.list-view .list-view-table table td.size-xs, .list-view .list-view-table table td.size-sm, .list-view .list-view-table table td.size-md, .list-view .list-view-table table td.size-lg, .list-view .list-view-table table td.size-xl, .list-view .list-view-table table th.size-xs, .list-view .list-view-table table th.size-sm, .list-view .list-view-table table th.size-md, .list-view .list-view-table table th.size-lg, .list-view .list-view-table table th.size-xl {
  min-width: 0;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
.list-view .list-view-table table td.size-xs, .list-view .list-view-table table th.size-xs {
  width: 50px;
}
.list-view .list-view-table table td.size-sm, .list-view .list-view-table table th.size-sm {
  width: 100px;
}
.list-view .list-view-table table td.size-md, .list-view .list-view-table table th.size-md {
  width: 150px;
}
.list-view .list-view-table table td.size-lg, .list-view .list-view-table table th.size-lg {
  width: 200px;
}
.list-view .list-view-table table td.size-xl, .list-view .list-view-table table th.size-xl {
  width: 300px;
}
.list-view .list-view-table table td .label, .list-view .list-view-table table th .label {
  font-size: 100%;
}
.list-view .list-view-table table td.show-from-md, .list-view .list-view-table table th.show-from-md {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .list-view .list-view-table table td.show-from-md, .list-view .list-view-table table th.show-from-md {
    display: block;
  }
}
.list-view .list-view-table table th.sortable:hover {
  background: #ffffff;
}
.list-view .list-view-table table th.sortable div::after,
.list-view .list-view-table table th.sortable div::before {
  right: 0;
}
.list-view .list-view-table table th.sortable.sort-desc, .list-view .list-view-table table th.sortable.sort-asc {
  background-color: #f7f7f8;
}
.list-view .list-view-table table th div {
  display: inline-block;
  position: relative;
  width: 100%;
}
.list-view .list-view-table table th select {
  padding-left: 2px;
  padding-right: 2px;
}
.list-view .list-view-table table td a.detail-link {
  color: #20242D;
  font-weight: bold;
  border: none;
}
.list-view .list-view-table table td a.detail-link:link {
  color: #20242D;
}
.list-view .list-view-table table td a.detail-link:visited {
  color: #20242D;
}
.list-view .list-view-table table td a.detail-link:focus {
  color: #20242D;
}
.list-view .list-view-table table td a.detail-link:hover {
  color: #FB4B0B;
}
.list-view .list-view-table table td a.detail-link:active, .list-view .list-view-table table td a.detail-link.btn:focus, .list-view .list-view-table table td .pager > li:not(.disabled) > a.detail-link:focus {
  color: #FB4B0B;
}
.list-view .list-view-table .pager {
  padding: 10px 0 0;
  padding-bottom: 10px;
}
.list-view .empty-msg {
  /*margin-top: -20px;*/
  text-align: center;
}
.list-view .empty-msg.alert {
  padding-top: 6px;
  padding-bottom: 6px;
}

.loading-table tbody tr {
  opacity: 0.4;
}

/**
 * external component style overrides for sorting
 */
.ng-table th.sortable div::after, .ng-table th.sortable div::before {
  content: none;
  border-width: 0;
  right: 0;
  top: 0;
  position: static;
  opacity: 1;
  margin: 0;
}
.ng-table th.sortable.sort-asc div::after, .ng-table th.sortable.sort-asc div::before, .ng-table th.sortable.sort-desc div::after, .ng-table th.sortable.sort-desc div::before {
  border: none;
  opacity: 1;
  margin: 0;
}

.content-block header .title {
  display: block;
}
@media only screen and (min-width: 640px) {
  .content-block header .title {
    clear: both;
    display: inline-block;
    float: left;
  }
}
.content-block header .item-count {
  color: #888c97;
  display: block;
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .content-block header .item-count {
    clear: none;
    float: right;
    display: inline-block;
    padding-top: 12px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .content-block header .item-count {
    float: left;
  }
}

.spinner {
  -webkit-animation: rotate 0.75s 0s linear infinite, pulsate 1.5s 0s linear infinite;
  animation: rotate 0.75s 0s linear infinite, pulsate 1.5s 0s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: transparent !important;
  background-color: transparent;
  border: 0.25em solid #20242D;
  border-bottom-color: transparent;
  border-radius: 100%;
  display: inline-block;
  margin: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 2em;
  width: 2em;
  font-size: 10px;
}
.spinner.large {
  font-size: 30px;
}
.spinner.inverse {
  border-color: #ffffff;
  border-bottom-color: transparent;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
            transform: rotate(180deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.big-spinner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.big-spinner {
  width: 200px;
  height: 200px;
  text-align: center;
  margin: 0 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.big-spinner span {
  display: block;
  border-radius: 50%;
  border: 4px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.big-spinner span:first-child {
  width: 100%;
  height: 100%;
  border-color: #FB4B0B;
  border-left-color: transparent;
  top: 0;
  left: 0;
  -webkit-animation: effect-1-1 2s infinite linear;
          animation: effect-1-1 2s infinite linear;
}
.big-spinner span:nth-child(2) {
  width: 75%;
  height: 75%;
  border-color: #d03a03;
  border-right-color: transparent;
  top: 12.5%;
  left: 12.5%;
  -webkit-animation: effect-1-2 1s infinite linear;
  animation: effect-1-2 1s infinite linear;
}
.big-spinner span:last-child {
  width: 50%;
  height: 50%;
  border-color: #fc703d;
  border-bottom-color: transparent;
  top: 25%;
  left: 25%;
  -webkit-animation: effect-1-1 2s infinite linear;
  animation: effect-1-1 2s infinite linear;
}

@-webkit-keyframes effect-1-1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes effect-1-1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes effect-1-2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes effect-1-2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.map-frame {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
.map-frame iframe {
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

/**
 * Meta info blocks
 */
.meta-info ul {
  font-size: 0.8462em;
  margin: 0;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .meta-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}
.meta-info ul li {
  background: #ffffff;
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  padding: 4px 10px 5px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .meta-info ul li {
    border-width: 1px 0 1px 1px;
  }
}
.meta-info ul li.success {
  border-color: rgba(57, 207, 71, 0.25);
  border-width: 1px;
  position: relative;
  z-index: 2;
}
.meta-info ul li.success .value {
  color: #39cf47;
}
.meta-info ul li.warning {
  border-color: rgba(240, 173, 78, 0.25);
  border-width: 1px;
  position: relative;
  z-index: 2;
}
.meta-info ul li.warning .value {
  color: #f0ad4e;
}
.meta-info ul li.info {
  border-color: rgba(91, 192, 222, 0.25);
  border-width: 1px;
  position: relative;
  z-index: 2;
}
.meta-info ul li.info .value {
  color: #5bc0de;
}
.meta-info ul li.danger {
  border-color: rgba(254, 0, 0, 0.25);
  border-width: 1px;
  position: relative;
  z-index: 2;
}
.meta-info ul li.danger .value {
  color: #fe0000;
}
.meta-info ul li:last-of-type {
  border-width: 1px;
}
.meta-info ul li .value, .meta-info ul li .lbl {
  clear: none;
  float: left;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.meta-info ul li .lbl {
  color: #20242D;
}
.meta-info ul li .value {
  clear: both;
  color: #20242D;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .meta-info ul.items-1 li {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .meta-info ul.items-2 li {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .meta-info ul.items-3 li {
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .meta-info ul.items-4 li {
    max-width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .meta-info ul.items-5 li {
    max-width: 20%;
  }
}

.modal-dialog .modal-header {
  background-color: #FB4B0B;
  color: #ffffff;
}
.modal-dialog .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
}
.modal-dialog .close-evolution-popup {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  opacity: 0.3;
}
.modal-dialog .modal-footer {
  border-top: none;
}

.modal-body {
  border: 0;
}

.modal-title-div {
  margin-bottom: 10px;
  font-size: x-small;
}

.modal-body-div {
  margin-left: 8px;
}

.pager {
  margin: 0;
}
.pager::before, .pager::after {
  content: none;
}
.pager > li {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .pager > li:not(:last-of-type) {
    margin-right: 5px;
  }
}
.pager > li > a,
.pager > li > span {
  border: none;
  background: none;
  color: #20242D;
  text-align: center;
  border-radius: 0;
  height: 30px;
}
.pager > li > a .fa, .pager > li > a .glyphicon,
.pager > li > span .fa,
.pager > li > span .glyphicon {
  font-size: 1.1429em;
}
.pager > li.disabled > a {
  background: transparent;
  border: none;
  border-radius: 2px;
  color: #888c97;
  font-size: 0.9231em;
  font-weight: 600;
  margin-bottom: 0;
  pointer-events: none;
  cursor: default;
  padding: 13px 15px 12px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .pager > li.disabled > a {
    padding: 7px 10px 6px;
  }
}
.pager > li.disabled > a.page {
  background: #FB4B0B;
  color: #ffffff;
}
.pager > li.pager-counter {
  color: #888c97;
  padding: 0;
}
.pager > li.pager-counter span {
  background: none;
  padding-right: 3px;
  padding-left: 3px;
}
.pager .loader {
  margin: 12px 10px 11px;
}
@media only screen and (min-width: 1200px) {
  .pager .loader {
    margin: 5px;
  }
}
.pager .loader .spinner {
  font-size: 6px;
}

.rating {
  outline-style: none;
}
.rating i {
  padding-right: 0.25em;
}
.rating i:last-of-type {
  padding-right: 0;
}
.rating i.fa.fa-star, .rating i.fa-star.glyphicon {
  color: #f0ce42;
}

input[type=text],
input[type=email],
textarea {
  min-height: 35px;
}
input[type=text].max-length-exceeded, input[type=text].max-length-exceeded:focus,
input[type=email].max-length-exceeded,
input[type=email].max-length-exceeded:focus,
textarea.max-length-exceeded,
textarea.max-length-exceeded:focus {
  background-color: #f2dede !important;
}
.hohr-textbox .form-control, .hohr-textbox .form-control-static, .hohr-textbox .editable-list, .hohr-textbox .form-control-file {
  height: 28px;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group .form-control, .input-group .form-control-static, .input-group .editable-list, .input-group .form-control-file {
  display: inline-block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.input-group .input-group-addon,
.input-group .input-group-btn {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.input-group-addon,
.input-group-btn {
  display: block;
}
.input-group-addon .btn, .input-group-addon .pager > li:not(.disabled) > a,
.input-group-btn .btn,
.input-group-btn .pager > li:not(.disabled) > a {
  padding: 10px;
}

.sidebarmenu li {
  padding: 0;
  margin: 0;
}
.sidebarmenu li a {
  background-color: transparent;
  border: none;
  color: #20242D;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-weight: normal;
  line-height: 1.3333em;
  padding: 10px 15px 10px 30px;
  position: relative;
}
.sidebarmenu li a:link {
  background-color: transparent;
}
.sidebarmenu li a:visited {
  background-color: transparent;
}
.sidebarmenu li a:focus {
  background-color: transparent;
}
.sidebarmenu li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.sidebarmenu li a:active, .sidebarmenu li a.btn:focus, .sidebarmenu .pager > li:not(.disabled) > a:focus {
  background-color: rgba(255, 255, 255, 0.75);
}
.sidebarmenu li a .expand {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  text-align: center;
  padding: 12px 0 0;
}
.sidebarmenu li.active:not(.treeview) > div > div > a {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
}
.sidebarmenu li .treeview-menu li a {
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sidebarmenu > li {
  font-size: 0.9231em;
}
.sidebarmenu > li.treeview > div > div > a {
  font-weight: 600;
}
.sidebarmenu > li.treeview > div > div .treeview-menu {
  display: none;
  list-style: none outside none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: auto;
}
.sidebarmenu > li.treeview > div > div .treeview-menu li a:not(.new-window) .fa, .sidebarmenu > li.treeview > div > div .treeview-menu li a:not(.new-window) .glyphicon {
  width: 15px;
  text-align: left;
}
.sidebarmenu > li.treeview.open > div > div .treeview-menu {
  display: block;
}
.sidebarmenu > li a:not(.new-window) {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.sidebarmenu > li a:not(.new-window) .fa:not(.expand), .sidebarmenu > li a:not(.new-window) .glyphicon:not(.expand) {
  width: 15px;
  margin-right: 10px;
  text-align: center;
}

.hohr-contract-encoding tbody > tr > td {
  border: 1px solid #ddd;
}
.hohr-contract-encoding > tbody + tbody {
  border-top: initial;
}
.hohr-contract-encoding tr.encoding-line {
  cursor: pointer;
}
.hohr-contract-encoding tr.calculated-line {
  font-style: italic;
}
.hohr-contract-encoding col.disabled {
  background-color: #e3e3e5;
}
.hohr-contract-encoding td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
.hohr-contract-encoding td.contract-number-cell {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.hohr-contract-encoding td.contract-number-cell ul {
  list-style: none;
}
.hohr-contract-encoding td.contract-number-cell ul li:first-child {
  text-align: left;
}
.hohr-contract-encoding td.contract-number-cell ul li:last-child {
  position: absolute;
  top: 5px;
  right: 5px;
}
.hohr-contract-encoding td.clear {
  background-color: white;
  border: none;
}
.hohr-contract-encoding td.toggle-planned-hours {
  cursor: pointer;
}
.hohr-contract-encoding td.disabled {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.hohr-contract-encoding td.hidden-cell {
  border-right: 1px solid #ffffff;
}
.hohr-contract-encoding td.week-head {
  background-color: #FB4B0B;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.hohr-contract-encoding td.week-hours-total {
  min-width: 50px;
}
.hohr-contract-encoding td.week-coefficient {
  min-width: 110px;
}
.hohr-contract-encoding td.week-customer, .hohr-contract-encoding td.week-candidate {
  min-width: 150px;
}
.hohr-contract-encoding td.week-day {
  min-width: 75px;
}
.hohr-contract-encoding td.code-cell {
  width: 400px;
}
.hohr-contract-encoding td.week-value {
  min-width: 115px;
}
.hohr-contract-encoding td.total-customer-cost, .hohr-contract-encoding td.total-candidate-amount {
  font-weight: bold;
  font-size: 16px;
}
.hohr-contract-encoding td.contract-selector-status-1, .hohr-contract-encoding td.contract-selector-status-16, .hohr-contract-encoding td.contract-selector-status-32 {
  position: relative;
  background: #ffbb19;
  background: rgba(255, 187, 25, 0.6);
}
.hohr-contract-encoding td.contract-selector-status-1.active, .hohr-contract-encoding td.contract-selector-status-16.active, .hohr-contract-encoding td.contract-selector-status-32.active {
  background: #ffbb19;
}
.hohr-contract-encoding td.contract-selector-status-2, .hohr-contract-encoding td.contract-selector-status-8, .hohr-contract-encoding td.contract-selector-status-64, .hohr-contract-encoding td.contract-selector-status-128 {
  position: relative;
  background: #39cf47;
  background: rgba(57, 207, 71, 0.6);
}
.hohr-contract-encoding td.contract-selector-status-2.active, .hohr-contract-encoding td.contract-selector-status-8.active, .hohr-contract-encoding td.contract-selector-status-64.active, .hohr-contract-encoding td.contract-selector-status-128.active {
  background: #39cf47;
}
.hohr-contract-encoding td.contract-selector-status-4 {
  position: relative;
  background: #eb1313;
  background: rgba(235, 19, 19, 0.6);
}
.hohr-contract-encoding td.contract-selector-status-4.active {
  background: #eb1313;
}
.hohr-contract-encoding td.contract-on-hold {
  background: #b638e8;
  background: rgba(182, 56, 232, 0.6) !important;
}
.hohr-contract-encoding td.contract-on-hold.active {
  background: #b638e8 !important;
}
.hohr-contract-encoding td.value-cell {
  position: relative;
}
.hohr-contract-encoding td.value-cell .value-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  width: 6em;
  margin-right: 0.5em;
}
.hohr-contract-encoding td.value-cell .week-day {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.hohr-contract-encoding td.value-cell .week-day input {
  text-align: center;
}
.hohr-contract-encoding td.coefficient-cell {
  position: relative;
}
.hohr-contract-encoding i.remark {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  color: red;
}
.hohr-contract-encoding .centered {
  text-align: center;
  vertical-align: middle;
}
.hohr-contract-encoding .sales-blocked-reasons {
  vertical-align: middle;
  color: red;
}
.hohr-contract-encoding p.confirmedhours-warning {
  color: #ff5800;
}
.hohr-contract-encoding .worked-icon {
  height: 100%;
  width: 100%;
  background: url("../images/encoding/work.svg");
}
.hohr-contract-encoding .illness-icon {
  height: 100%;
  width: 100%;
  background: url("../images/encoding/sick.svg");
}
.hohr-contract-encoding .encoding-icon {
  width: 50px;
  height: 50px;
  position: relative;
  bottom: 12px;
}
.hohr-contract-encoding .fa.encoding-icon, .hohr-contract-encoding .encoding-icon.glyphicon {
  float: right;
  position: relative;
  bottom: 2px;
  left: 12px;
  color: #c60202;
}
.hohr-contract-encoding .no-decoration {
  text-decoration: none;
  color: inherit;
}

.autocomplete-editor ul.editable-list li {
  height: 30px;
  display: table;
  border-bottom: 1px solid #dcdcdc;
}
.autocomplete-editor ul.editable-list li .value input {
  margin-right: 4px;
  width: 64px;
}
.autocomplete-editor ul.editable-list li .currency {
  padding-right: 8px;
}
.autocomplete-editor ul.editable-list li .text {
  padding-right: 4px;
  font-weight: bold;
}
.autocomplete-editor ul.editable-list li > div {
  display: table-cell;
}
.autocomplete-editor ul.editable-list li:last-child {
  border-bottom: none;
}

.candidate-search-overview {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.candidate-search-overview .candidate-search-box {
  padding: 0;
}

.search-large {
  margin-top: -22px !important;
}

.candidate-search {
  padding: 0 10px 10px 0;
  overflow: hidden;
}
.candidate-search .img-thumbnail {
  max-height: 60px;
}
.candidate-search div.content-header {
  padding: 5px;
  min-height: auto;
  border: 1px solid #FB4B0B;
  margin: 0 10px;
}
.candidate-search div.content-header div.main-information {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0;
}
.candidate-search div.content-header div.main-information .fa-desktop,
.candidate-search div.content-header div.main-information .fa-male,
.candidate-search div.content-header div.main-information h1 a {
  color: #000000;
}
.candidate-search div.content-header div.main-information .icon-sms {
  color: green;
}
.candidate-search div.content-header div.main-information h1 {
  white-space: normal;
  border: none;
  font-size: 1.7em;
  padding-left: 0;
}
.candidate-search div.content-header div.main-information h1 a {
  border-style: none;
}
.candidate-search div.content-header div.main-information h1 a:focus {
  border: none;
  text-decoration: none;
}
.candidate-search div.content-header div.main-information h1 a:hover {
  color: #FB4B0B;
}
.candidate-search div.content-header .side-information {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-height: 80px;
  padding-left: 0;
  width: inherit;
}
.candidate-search div.content-header .side-information.under-contract {
  background: #FB4B0B;
  border-radius: 4px;
  padding-right: 10px;
  padding-left: 10px !important;
}
.candidate-search div.content-header .side-information .key-info {
  width: 100%;
}
.candidate-search div.content-header .side-information .key-info hohr-info-item {
  width: 33%;
}
.candidate-search div.content-header .side-information .key-info.new p {
  text-align: center;
  width: 100%;
  font-size: 2em;
  line-height: 70px;
}
.candidate-search div.content-header .side-information .key-info.flexi-or-student {
  background: #f5f5f5 !important;
}
.candidate-search div.content-header .side-information .key-info.flexi-or-student span {
  color: black !important;
}
.candidate-search div.content-header .side-information .key-info.flexi-or-student div.value {
  color: black !important;
}
.candidate-search div.content-header .side-information .key-info.under-contract {
  background: #FF5800;
}
.candidate-search div.content-header .side-information .key-info.under-contract li div {
  color: #ffffff;
}
.candidate-search div.content-header .side-information .key-info li {
  padding: 8px 10px 8px;
}
.candidate-search div.content-header .side-information .key-info li div span {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.candidate-search div.content-header .action-icons dl.meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0 0;
  width: inherit;
  text-align: center;
}
.candidate-search div.content-header .action-icons dl.meta-info dd {
  margin: 0;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}
.candidate-search div.content-header .action-icons dl.meta-info dd,
.candidate-search div.content-header .action-icons dl.meta-info dt {
  float: left;
}
.candidate-search ng-transclude {
  width: 100%;
}
.candidate-search .reason-information {
  width: 100%;
  padding-left: 10px;
  font-weight: bold;
}
.candidate-search .reason-information button {
  float: right;
  margin-left: 5px;
}
.candidate-search .reason-information .fa, .candidate-search .reason-information .glyphicon {
  float: right;
}
.candidate-search .reason-information .fa-check {
  color: green;
}
.candidate-search .reason-information .fa-calendar-o {
  color: #FB4B0B;
}
.candidate-search .reason-information .reason span {
  color: #FB4B0B;
}

tr {
  /*&.contract-ready-state-2 {
      .contractReadyStateText {
          color: green;
      }
  }*/
}
tr.contract-ready-state-1 .contractReadyStateText {
  color: red;
}
tr.contract-ready-state-3 .contractReadyStateText {
  color: white;
  background-color: #FB4B0B !important;
}
tr.contract-ready-state-3 .contractReadyStateText.flexi-or-student {
  background: orange;
  color: black;
}
tr.contract-ready-state-3 .contractReadyStateText.flexi-or-student span {
  background: white;
  display: block;
}
tr.contract-ready-state-4 .contractReadyStateText {
  color: #FB4B0B;
}

@media (max-width: 1400px) {
  .candidate-search-overview > div .candidate-search h1 {
    font-size: 2em;
  }
  .candidate-search-overview > div .key-info li {
    padding: 12px 5px !important;
  }
}
@media (max-width: 768px) {
  .search-large {
    margin-top: -40px !important;
  }
}
@media (min-width: 1920px) {
  .col-xl-3 {
    width: 25%;
  }
}
@media (min-width: 2560px) {
  .col-xl-3 {
    width: 16.66%;
  }
}
.work-hour-schedule table {
  width: 100%;
}
.work-hour-schedule table td {
  width: 14.2857%;
  vertical-align: top;
}
.work-hour-schedule table .toggle-button {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #20242D;
  font-weight: 600;
  text-align: center;
  margin: 5px;
  padding: 4px;
}
.work-hour-schedule table .toggle-button.editMode {
  cursor: pointer;
}
.work-hour-schedule table .toggle-button.editMode:hover {
  border-color: #949da4;
}
.work-hour-schedule table .toggle-button.editMode:active, .work-hour-schedule table .toggle-button.editMode.btn:focus, .work-hour-schedule table .pager > li:not(.disabled) > a.toggle-button.editMode:focus {
  border-color: #20242D;
}
.work-hour-schedule table .toggle-button.active {
  border: none;
  background-color: #FB4B0B;
  color: #ffffff;
  padding: 5px;
}
.work-hour-schedule table .toggle-button.active.is-not-current-contract {
  background-color: #ffffff;
  border: 1px solid #FB4B0B;
  color: #000000;
}
.work-hour-schedule table .toggle-button p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
.work-hour-schedule table .work-hour {
  margin-bottom: 5px;
}
.work-hour-schedule table .work-hour .row {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.work-hour-schedule table .work-hour .row .col-xs-6 {
  padding: 0;
}
.work-hour-schedule table .work-hour .row .col-xs-6:first-child {
  padding-right: 4px;
}
.work-hour-schedule table .work-hour .row .col-xs-6 input {
  width: 100%;
  height: 27px;
}
.work-hour-schedule table .work-hour .row .col-xs-6 .fake-dirty {
  background-color: #fcf8e3;
}
.work-hour-schedule table .work-hour .row .col-xs-12 {
  padding: 0;
  padding-top: 4px;
}
.work-hour-schedule table .work-hour .row .col-xs-12 .autocomplete .row, .work-hour-schedule table .work-hour .row .col-xs-12 .textbox .row {
  padding: 0;
}
.work-hour-schedule table .work-hour .block-read-only {
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 4px 0;
}
.work-hour-schedule table .total-row {
  border-top: 1px solid #e7e6eb;
  text-align: center;
}
.work-hour-schedule table .total-row td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.work-hour-schedule table .day-action-row {
  border-top: 1px solid #e7e6eb;
}
.work-hour-schedule table .day-action-row td {
  padding-top: 4px;
}
.work-hour-schedule table .hour-blocks-row td {
  padding-bottom: 20px;
}
.work-hour-schedule table .complete-total-row {
  background-color: #ffffff;
  border-bottom: 1px solid #e7e6eb;
  border-top: 1px solid #e7e6eb;
  text-align: center;
}
.work-hour-schedule table .complete-total-row td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.work-hour-schedule table .departmentDay {
  padding: 4px;
}
.work-hour-schedule table .departmentDay .input-group {
  width: 100%;
}
.work-hour-schedule .copy-action-bar {
  padding-top: 8px;
}
.work-hour-schedule .toolbar .align-left {
  display: inline-block;
}
.work-hour-schedule .toolbar .align-left li {
  display: inline-block;
}
.work-hour-schedule .hours .col-xs-6 {
  padding-left: 2px;
  padding-right: 2px;
}

.customer-subschedules {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.customer-subschedules > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 2px 0;
  width: 100%;
}
.customer-subschedules > li .schedulename {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.customer-subschedules > li p.schedulename {
  border: none;
}
.customer-subschedules > li input.schedulename {
  margin-right: 4px;
}
.customer-subschedules > li .tools {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.customer-subschedules > li .tools li {
  float: left;
  display: inline-block;
  clear: none;
  margin: 0 5px 0 0;
  padding: 0;
}
.customer-subschedules > li .tools li:last-of-type {
  margin-right: 0;
}

.detail-breadcrumb header > .parent {
  color: #20242D;
}
.detail-breadcrumb header > .parent::after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 5px;
  margin-left: 5px;
}
.detail-breadcrumb header h2 {
  display: block;
  margin: 5px 0 0;
}
.detail-breadcrumb header .btn, .detail-breadcrumb header .pager > li:not(.disabled) > a {
  font-size: 0.5em;
}

.functionManagement .competenceEndDate {
  display: none;
}

.functionManagement .medicalAttest {
  display: none;
}

/**
* Fix for timepicker directive icons
*/
.uib-timepicker a.btn-link {
  border-width: 0px !important;
}

/* treeview */
.tree-view table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.tree-view .table-nested {
  background: #fff;
  text-align: left;
}
.tree-view .table-nested th, .tree-view .table-nested td {
  padding: 0;
}
.tree-view .table-nested th + th, .tree-view .table-nested th + td, .tree-view .table-nested td + th, .tree-view .table-nested td + td {
  padding-left: 5px;
}
.tree-view .table-nested td {
  border: 1px solid #DADADA;
  padding: 5px 7px;
}
.tree-view .table-nested td[colspan] {
  border: none;
}
.tree-view .table-nested .cell-input {
  width: 20px;
  border-right: 1px solid;
}
.tree-view .table-nested .cell-members {
  width: 100px;
}
.tree-view .table-nested .indent {
  display: inline-block;
}
.tree-view .table-nested .parent > .cell-name {
  cursor: pointer;
}
.tree-view .table-nested .parent > .cell-name > .indent {
  margin-right: 5px;
}
.tree-view .table-nested .parent > .cell-name > .indent:before {
  content: "\f054";
  font-family: FontAwesome;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tree-view .table-nested .children {
  display: none;
}
.tree-view .table-nested .opened > tr > .cell-name > .indent:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tree-view .table-nested .opened > .children {
  display: table-row;
}
.tree-view .withoutchild {
  margin-left: 15px !important;
}
.tree-view .treetext {
  vertical-align: top;
  padding-left: 3px;
}
.tree-view .tree-arrow {
  vertical-align: top;
}
.tree-view input.tree-checkbox {
  margin: 2px 0 0;
}
.tree-view .treeview-input {
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
  border-radius: 2px;
  height: 28px;
  padding: 0 4px;
  width: 100%;
}

.location-btn-margin {
  margin-top: -5px;
  margin-right: -5px;
}

.filter-function .form-group {
  margin-bottom: 0px;
}

.list-related-functions .panel-body {
  padding: 0;
}

.advance-office_filter {
  position: absolute;
  top: 2px;
  right: 14px;
}

.filter-function .panel-default > .panel-heading {
  color: #333333;
  background-color: #eee;
  border-color: #ddd;
}

.filter-function .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #9b9b9b;
}

.filter-function .panel-default .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c1c1c1;
}

.filter-function .panel-default {
  border: 1px solid #9b9b9b;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(26, 26, 26, 0.7);
          box-shadow: 1px 1px 4px 0px rgba(26, 26, 26, 0.7);
}

.filter-function .panel-group .panel {
  border-radius: 0px;
}

.filter-function .autocomplete .fillable-list .editable-list li,
#list-synonyms ul li div,
.list-related-functions ul li div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #21252e;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  border: 1px solid #ff5800;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  clear: none;
}

.filter-function .autocomplete .fillable-list .editable-list li .representation {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 4px 5px;
  width: auto;
  font-style: normal;
  background-color: #fff;
  font-size: 12px;
}

.filter-function .autocomplete .fillable-list .editable-list li a.remove {
  color: #444;
  border: none;
  padding: 4px 9px;
  background-color: #eee;
  border-left: 1px solid #ff5800;
}

.filter-function .autocomplete .fillable-list .editable-list li a.remove:hover {
  color: #ff5800;
}

.filter-function .accordion-toggle .fa, .filter-function .accordion-toggle .glyphicon {
  font-size: 23px;
  color: #888888;
}

.filter-function .accordion-toggle button .fa, .filter-function .accordion-toggle button .glyphicon {
  font-size: 18px;
  margin-left: 0px;
}

.filter-function .accordion-toggle button {
  border: none;
  background: transparent;
  outline: none;
}

.filter-function .panel-default > div.panel-heading h4 > a {
  display: inherit;
}

#function-id .panel-body,
#imatch-search-page #location-id .panel-body {
  padding: 0;
}

.filter-function .list-related-functions .accordion-toggle .fa, .filter-function .list-related-functions .accordion-toggle .glyphicon {
  font-size: 15px;
  margin-top: 2px;
}

.filter-function .remove-related-function {
  color: #444 !important;
  border: none;
  padding: 4px 9px;
  background-color: #eeeeee;
  border-left: 1px solid #ff5800;
  float: right;
}

.filter-function .text-related-function {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 4px 5px;
  width: auto;
  font-style: normal;
  background-color: #fff;
  font-size: 12px;
}

.filter-function .remove-related-function:hover {
  color: #ff5800 !important;
}

.filter-function .panel-heading {
  color: #333333;
  background-color: #eee;
  border-color: #ddd;
  border-top-color: #c1c1c1;
  padding: 4px 15px !important;
  border-radius: 0;
}

.filter-function a:hover {
  color: #ff5800;
}

.filter-function ul li,
#imatch-result-page ul li {
  list-style: none;
}

.filter-function .panel-default > div.panel-heading h4 > a {
  display: inherit;
}

.filter-function .panel-default > div.panel-heading h4 > a:hover {
  color: #ff5800;
}

.filter-function .striker {
  border: 1px dashed #afafaf !important;
}

.filter-function .striker span {
  background: #eee !important;
}

.filter-function .striker a {
  border-left: 1px solid #afafaf !important;
}

.filter-function input.form-control.ui-select-search, .filter-function input.ui-select-search.form-control-static, .filter-function input.ui-select-search.editable-list, .filter-function input.ui-select-search.form-control-file {
  height: 28px;
  min-height: 28px;
}

.filter-function #list-synonyms ul li div {
  padding: 4px 5px;
  font-style: normal;
  font-size: 12px;
}

.filter-function .mt7 {
  margin-top: 7px;
}

#list-synonyms ul,
.list-related-functions ul {
  background: #fff;
  float: left;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  max-height: 130px;
  overflow: auto;
}

.filter-function .orange {
  color: #ff5800 !important;
}

.fulltime-schedule-input .editable-block,
.fulltime-schedule-input .read-only-block {
  margin-left: 0;
  width: 100%;
}
.fulltime-schedule-input .editable-block input,
.fulltime-schedule-input .editable-block p,
.fulltime-schedule-input .read-only-block input,
.fulltime-schedule-input .read-only-block p {
  text-align: center;
}

.main-overview.contract-overview {
  display: block;
}
.main-overview.contract-overview .overview-content header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-overview.contract-overview .overview-content .overview-type-filters {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none outside none;
}
@media only screen and (min-width: 640px) {
  .main-overview.contract-overview .overview-content .overview-type-filters {
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}
.main-overview.contract-overview .overview-content .overview-type-filter {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-right: 20px;
}
.main-overview.contract-overview .overview-content .overview-type-filter:last-child {
  margin-right: 0;
}
.main-overview.contract-overview .overview-content .overview-type-filter::before {
  content: "";
  background: transparent;
  width: 20px;
  height: 20px;
}
.main-overview.contract-overview .overview-content .overview-type-filter input[type=checkbox] {
  display: none;
}
.main-overview.contract-overview .overview-content .overview-type-filter input[type=checkbox]:checked + label::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.main-overview.contract-overview .overview-content .overview-type-filter label {
  display: inline-block;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  -ms-word-wrap: normal;
  word-wrap: normal;
}
.main-overview.contract-overview .overview-content .overview-type-filter label::before {
  content: "";
  color: #ffffff;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}

.fa-stop {
  color: red;
}

/* contract states on overview screens  */
.contract-state-4 {
  background: #eb1313;
  background: rgba(235, 19, 19, 0.6);
}
.contract-state-4.active {
  background: #eb1313;
}

.contract-on-hold {
  background: #b638e8;
  background: rgba(182, 56, 232, 0.6) !important;
}
.contract-on-hold.active {
  background: #b638e8 !important;
}

.contract-overview-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.contract-overview-header h1 {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
}
.contract-overview-header h1 i {
  font-size: 0.5em;
}

.main-overview.contract-overview .overview-content .overview-current-filter--show-spoc-clustomer-contracts label::before {
  border-color: #39cf47;
}
.main-overview.contract-overview .overview-content .overview-current-filter--show-spoc-clustomer-contracts input[type=checkbox]:checked + label::before {
  background-color: #39cf47;
  border: none;
}

.recent-pages li a > span:nth-of-type(2) .fa, .recent-pages li a > span:nth-of-type(2) .glyphicon {
  width: 16px;
  text-align: center;
  margin-right: 0.3333em;
}
.recent-pages li a > span:not(:first-of-type):not(:last-of-type):not(.sr-only) {
  padding-right: 0.3333em;
}
.recent-pages li a > span:not(:first-of-type):not(:last-of-type):not(.sr-only)::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 0.6667em;
}
.recent-pages li a em {
  font-style: normal;
  font-weight: bold;
}

.simple-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.simple-search p.reset {
  display: inline-block;
  text-align: center;
  padding: 10px 0 0;
  width: 100%;
}
.simple-search .buttons {
  margin-top: 4px;
}
.simple-search .buttons .btn, .simple-search .buttons .pager > li:not(.disabled) > a {
  font-size: 1em;
  line-height: 1.4615;
  height: 28px;
}
@media only screen and (min-width: 1024px) {
  .simple-search .buttons {
    margin-top: 25px;
  }
}
.simple-search .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.toolbar {
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .toolbar {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
}
.toolbar > ul {
  list-style: none outside none;
  min-height: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .toolbar > ul {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .toolbar > ul.align-left > li {
    margin-right: 10px;
  }
  .toolbar > ul.align-left > li:last-of-type {
    margin-right: 0;
  }
}
.toolbar > ul.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .toolbar > ul.align-right li {
    margin-left: 10px;
  }
}
.toolbar > ul.align-right .dropdown-menu li {
  margin-left: 0;
}
.toolbar > ul > li {
  margin: 0 0 5px;
}
@media only screen and (min-width: 768px) {
  .toolbar > ul > li {
    margin-bottom: 0;
  }
}
.toolbar > ul > li > .btn, .toolbar > ul.pager > li:not(.disabled) > a {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .toolbar > ul > li > .btn, .toolbar > ul.pager > li:not(.disabled) > a {
    width: auto;
  }
}
.toolbar > ul > li.dropdown > ul {
  font-size: 0.9231em;
}
.toolbar > ul > li.static {
  padding: 12px 0 13px;
}
@media only screen and (min-width: 768px) {
  .toolbar > ul > li.static {
    padding: 6px 0 7px;
  }
}
.toolbar:not(.pager) > li > a {
  text-align: center;
}
.toolbar:not(.pager) > li > a .fa, .toolbar:not(.pager) > li > a .glyphicon {
  margin-right: 5px;
}
.toolbar:not(.pager) > li.disabled > a {
  pointer-events: none;
  cursor: default;
}
.toolbar.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.version-browser .version-browser-header {
  height: 40px;
}
.version-browser .version-browser-header select {
  margin-top: 3px;
  height: 25px;
}
.version-browser .version-browser-header .toolbar {
  list-style: none outside none;
  margin: 0;
  width: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.version-browser .version-browser-header .toolbar li > .btn, .version-browser .version-browser-header .toolbar .pager > li:not(.disabled) > a {
  margin-left: 10px;
}

/**
 * Week view table (as used in the contracts module)
 */
.list-view.week-overview {
  padding-bottom: 20px;
}
.list-view.week-overview .list-view-table {
  background: none;
  border: 0;
  border-collapse: collapse;
  font-size: 1em;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}
.list-view.week-overview .list-view-table table {
  display: table;
  table-layout: fixed;
}
.list-view.week-overview .list-view-table colgroup {
  display: table-column-group;
}
.list-view.week-overview .list-view-table tr {
  border-top: 1px solid #e7e6eb;
  display: table-row;
}
.list-view.week-overview .list-view-table tr:first-of-type {
  border-top: none;
}
.list-view.week-overview .list-view-table tr:last-of-type {
  border-bottom: 1px solid #e7e6eb;
}
.list-view.week-overview .list-view-table .day .spinner {
  position: relative;
  left: 5px;
}
.list-view.week-overview .list-view-table th, .list-view.week-overview .list-view-table td {
  display: table-cell;
}
.list-view.week-overview .list-view-table th.row-label, .list-view.week-overview .list-view-table td.row-label {
  font-weight: 600;
  padding-right: 5px;
  padding-left: 5px;
}
.list-view.week-overview .list-view-table th.row-label a, .list-view.week-overview .list-view-table td.row-label a {
  color: #20242D;
  border: none;
  text-decoration: none;
}
.list-view.week-overview .list-view-table th.row-label a:hover, .list-view.week-overview .list-view-table td.row-label a:hover {
  color: #FB4B0B;
}
.list-view.week-overview .list-view-table th.row-label .secondary-info, .list-view.week-overview .list-view-table td.row-label .secondary-info {
  color: #adb0b5;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.9091em;
}
.list-view.week-overview .list-view-table th.week-number, .list-view.week-overview .list-view-table td.week-number {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #20242D;
  text-align: center;
  width: 30px;
}
.list-view.week-overview .list-view-table th.action, .list-view.week-overview .list-view-table th.action-header, .list-view.week-overview .list-view-table td.action, .list-view.week-overview .list-view-table td.action-header {
  border: none;
  padding-right: 10px;
  padding-left: 10px;
}
.list-view.week-overview .list-view-table th.action:not(.highlighted-action), .list-view.week-overview .list-view-table th.action-header:not(.highlighted-action), .list-view.week-overview .list-view-table td.action:not(.highlighted-action), .list-view.week-overview .list-view-table td.action-header:not(.highlighted-action) {
  background-color: #f2f2f2;
}
.list-view.week-overview .list-view-table th.action.highlighted-action, .list-view.week-overview .list-view-table th.action-header.highlighted-action, .list-view.week-overview .list-view-table td.action.highlighted-action, .list-view.week-overview .list-view-table td.action-header.highlighted-action {
  border-left: 1px solid #e7e6eb;
}
.list-view.week-overview .list-view-table th.action-buttons, .list-view.week-overview .list-view-table td.action-buttons {
  width: 50px;
}
.list-view.week-overview .list-view-table thead {
  display: table-header-group;
}
.list-view.week-overview .list-view-table thead tr:first-child {
  height: 34px;
}
.list-view.week-overview .list-view-table thead tr:first-child th:not(.row-label) {
  height: 34px;
}
.list-view.week-overview .list-view-table thead tr:first-child th > span {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: bottom;
}
.list-view.week-overview .list-view-table thead tr.day-headers {
  border-top: none;
}
.list-view.week-overview .list-view-table thead tr:first-child th:not(.filter):not(.row-label):not(.action-header), .list-view.week-overview .list-view-table thead tr.filters th:not(.filter):not(.row-label):not(.action-header) {
  position: relative;
}
.list-view.week-overview .list-view-table thead tr:first-child th:not(.filter):not(.row-label):not(.action-header) > span, .list-view.week-overview .list-view-table thead tr.filters th:not(.filter):not(.row-label):not(.action-header) > span {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
  position: absolute;
}
.list-view.week-overview .list-view-table thead tr:first-child th.highlighted-week, .list-view.week-overview .list-view-table thead tr.filters th.highlighted-week {
  overflow: visible;
  position: relative;
}
.list-view.week-overview .list-view-table thead tr:first-child th.highlighted-week > span::before, .list-view.week-overview .list-view-table thead tr.filters th.highlighted-week > span::before {
  border-color: rgba(0, 0, 0, 0.15);
  -o-border-image: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
     border-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
  border-style: solid;
  border-width: 0 0 0 5px;
  content: "";
  top: 0;
  left: -5px;
  position: absolute;
  width: 20px;
  height: 100%;
}
.list-view.week-overview .list-view-table thead tr:first-child th.highlighted-week > span::after, .list-view.week-overview .list-view-table thead tr.filters th.highlighted-week > span::after {
  border-color: rgba(0, 0, 0, 0.15);
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
  border-style: solid;
  border-width: 0 5px 0 0;
  content: "";
  top: 0;
  right: -5px;
  position: absolute;
  width: 20px;
  height: 100%;
}
.list-view.week-overview .list-view-table thead tr:first-child th:not(.row-label) > span {
  height: 34px; /* TODO This is a IE11 table cell height fix */
}
.list-view.week-overview .list-view-table thead tr.filters {
  background-color: #f2f2f2;
}
.list-view.week-overview .list-view-table thead tr.filters th:not(.filter) {
  position: relative;
}
.list-view.week-overview .list-view-table thead tr.filters th:not(.filter) > span {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
  position: absolute;
  height: 43px; /* TODO This is a IE11 table cell height fix */
}
.list-view.week-overview .list-view-table thead th {
  border-bottom: none;
  vertical-align: bottom;
}
.list-view.week-overview .list-view-table thead th.row-label {
  padding-bottom: 5px;
}
.list-view.week-overview .list-view-table thead th.day-header {
  border: none;
  display: table-cell;
  font-weight: 600;
  overflow: visible;
  position: relative;
  text-align: center;
  height: 50px;
}
.list-view.week-overview .list-view-table thead th.day-header > div {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
  position: absolute;
  height: 36px; /* TODO IE11 cell height fix */
}
.list-view.week-overview .list-view-table thead th.day-header > div > span {
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 25px;
  color: #adb0b5;
  text-align: center;
  margin: 16px auto;
}
.list-view.week-overview .list-view-table thead th.day-header.highlighted-week.week-start > div > span::before {
  border-color: rgba(0, 0, 0, 0.15);
  -o-border-image: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
     border-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
  border-style: solid;
  border-width: 0 0 0 5px;
  content: "";
  top: 0;
  left: -5px;
  position: absolute;
  width: 20px;
  height: 100%;
}
.list-view.week-overview .list-view-table thead th.day-header.highlighted-week.week-end > div > span::after {
  border-color: rgba(0, 0, 0, 0.15);
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
  border-style: solid;
  border-width: 0 5px 0 0;
  content: "";
  top: 0;
  right: -5px;
  position: absolute;
  width: 20px;
  height: 100%;
}
.list-view.week-overview .list-view-table thead th.day-header.current-day > div > span {
  background: #1f232c;
  color: #ffffff;
}
.list-view.week-overview .list-view-table thead th.sortable {
  background: transparent;
}
.list-view.week-overview .list-view-table thead th.sortable:hover {
  background: transparent;
}
.list-view.week-overview .list-view-table thead th.sortable:hover span {
  color: #FB4B0B;
}
.list-view.week-overview .list-view-table thead th.sortable:hover span::before, .list-view.week-overview .list-view-table thead th.sortable:hover span::after {
  border-color: #FB4B0B transparent;
}
.list-view.week-overview .list-view-table thead th.sortable span {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444653;
  display: inline-block;
  padding: 0 25px 5px 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.list-view.week-overview .list-view-table thead th.sortable span::before, .list-view.week-overview .list-view-table thead th.sortable span::after {
  border-color: #444653 transparent #444653 transparent;
  border-style: solid;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.list-view.week-overview .list-view-table thead th.sortable span::before {
  border-width: 0 4.5px 5px 4.5px;
  top: 11px;
  right: 15px;
}
.list-view.week-overview .list-view-table thead th.sortable span::after {
  border-width: 5px 4.5px 0 4.5px;
  top: 18px;
  right: 15px;
}
.list-view.week-overview .list-view-table thead th.sortable.sort-asc span::before {
  border-width: 0 4.5px 5px 4.5px;
  top: 15px;
}
.list-view.week-overview .list-view-table thead th.sortable.sort-asc span::after {
  border: none;
  content: none;
}
.list-view.week-overview .list-view-table thead th.sortable.sort-desc span::before {
  border: none;
  content: none;
}
.list-view.week-overview .list-view-table thead th.sortable.sort-desc span::after {
  border-width: 5px 4.5px 0 4.5px;
  top: 18px;
}
.list-view.week-overview .list-view-table thead th.week-header {
  color: #adb0b5;
  font-weight: 400;
  text-align: center;
}
.list-view.week-overview .list-view-table thead th.week-header.highlighted-week {
  /* TODO add border top */
  color: #20242D;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.list-view.week-overview .list-view-table thead th.action-header {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-right: none;
}
.list-view.week-overview .list-view-table thead th.action-header > span {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
}
.list-view.week-overview .list-view-table .contract-wrapper {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: visible;
  position: absolute;
  height: 59px; /* TODO This is a IE11 table cell height fix */
}
.list-view.week-overview .list-view-table tbody {
  display: table-row-group;
}
.list-view.week-overview .list-view-table tbody tr {
  height: 60px;
}
.list-view.week-overview .list-view-table tbody th, .list-view.week-overview .list-view-table tbody td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
  /* TODO Check after next IE11 build whether shadow is shown in IE or not */
}
.list-view.week-overview .list-view-table tbody th.day, .list-view.week-overview .list-view-table tbody td.day {
  border-left: 1px solid #e7e6eb;
  position: relative;
  overflow: visible;
}
.list-view.week-overview .list-view-table tbody th.highlighted-week.week-start, .list-view.week-overview .list-view-table tbody td.highlighted-week.week-start {
  border-left: none;
}
.list-view.week-overview .list-view-table tbody th.current-day, .list-view.week-overview .list-view-table tbody td.current-day {
  background-color: #fecdbb;
  border-color: #fecdbb;
}
.list-view.week-overview .list-view-table tbody th .no-contract-allowed .contract-block, .list-view.week-overview .list-view-table tbody td .no-contract-allowed .contract-block {
  background: repeating-linear-gradient(143deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6) 7px, rgba(211, 211, 211, 0.6) 0px, rgba(211, 211, 211, 0.6) 10px);
}
.list-view.week-overview .list-view-table tbody th .no-contract-allowed-icon, .list-view.week-overview .list-view-table tbody td .no-contract-allowed-icon {
  position: absolute;
  top: 21px;
  z-index: 1; /* appear above the gradient */
  bottom: 4px;
  left: 0;
  right: 0;
}
.list-view.week-overview .list-view-table tbody th .no-contract-allowed-icon i, .list-view.week-overview .list-view-table tbody td .no-contract-allowed-icon i {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 1.3em;
}
.list-view.week-overview .list-view-table tbody th:first-of-type .contract-type-0, .list-view.week-overview .list-view-table tbody td:first-of-type .contract-type-0 {
  border-left: none;
}
.list-view.week-overview .list-view-table th, .list-view.week-overview .list-view-table td, .list-view.week-overview .list-view-table col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-view.week-overview .list-view-table th.day-header, .list-view.week-overview .list-view-table th.day, .list-view.week-overview .list-view-table td.day-header, .list-view.week-overview .list-view-table td.day, .list-view.week-overview .list-view-table col.day-header, .list-view.week-overview .list-view-table col.day {
  width: 34px;
}
.list-view.week-overview .list-view-table tr.busy {
  background-color: lightgrey;
  color: rgba(128, 128, 128, 0.75);
  pointer-events: none;
}
.list-view.week-overview .list-view-table tr th, .list-view.week-overview .list-view-table tr td {
  max-width: none;
}
.list-view.week-overview .list-view-table tr th.highlighted-week.week-start .contract-wrapper::before, .list-view.week-overview .list-view-table tr td.highlighted-week.week-start .contract-wrapper::before {
  border-color: rgba(0, 0, 0, 0.15);
  -o-border-image: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
     border-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)) 1 100%;
  border-style: solid;
  border-width: 0 0 0 5px;
  content: "";
  top: 0;
  left: -5px;
  position: absolute;
  width: 20px;
  height: 100%;
}
.list-view.week-overview .list-view-table tr th.highlighted-week.week-end, .list-view.week-overview .list-view-table tr td.highlighted-week.week-end {
  overflow: visible;
}
.list-view.week-overview .list-view-table tr th.highlighted-week.week-end .contract-wrapper::after, .list-view.week-overview .list-view-table tr td.highlighted-week.week-end .contract-wrapper::after {
  border-color: rgba(0, 0, 0, 0.15);
  -o-border-image: linear-gradient(to right, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0)) 1 100%;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.11)), to(rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to right, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0)) 1 100%;
  border-style: solid;
  border-width: 0 5px 0 0;
  content: "";
  top: 0;
  right: -5px;
  position: absolute;
  width: 20px;
  height: 100%;
}
.list-view.week-overview .list-view-table tr th.highlighted-week.week-end:not(.day-header), .list-view.week-overview .list-view-table tr td.highlighted-week.week-end:not(.day-header) {
  border-right: 1px solid #e7e6eb;
}
.list-view.week-overview .list-view-table tr th.highlighted-week.week-end:not(.day-header)::after, .list-view.week-overview .list-view-table tr td.highlighted-week.week-end:not(.day-header)::after {
  border-right-width: 4px;
}

.wizard a {
  border: none;
}
.wizard .step-navigation {
  background: #ececec;
  background: linear-gradient(to bottom, #d9d9d9 0, #ececec 15px);
  border-bottom: 1px solid #dfe0e3;
  border-top: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
}
.wizard .step-navigation .scroll {
  background: #c9c9c9;
  background: linear-gradient(to bottom, #b9b9b9 0, #c9c9c9 15px);
  border: none;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  width: 33px;
}
.wizard .step-navigation .scroll > span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.wizard .step-navigation .scroll > span::before {
  background-size: 33px 100%;
  left: 0;
  width: 100%;
}
.wizard .step-navigation .scroll:hover {
  background: #b9b9b9;
  background: linear-gradient(to bottom, #a9a9a9 0, #b9b9b9 15px);
}
.wizard .step-navigation .scroll.disabled, .wizard .step-navigation .scroll[disabled] {
  pointer-events: none;
  background: #e9e9e9;
  background: linear-gradient(to bottom, #d9d9d9 0, #e9e9e9 15px);
}
.wizard .step-navigation .steps-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  position: relative;
  height: 50px;
}
.wizard .step-navigation .steps-container ul {
  list-style: none outside none;
  margin: 0;
  white-space: nowrap;
  -webkit-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wizard .step-navigation .steps-container ul > li {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.wizard .step-navigation .steps-container ul > li > a,
.wizard .step-navigation .steps-container ul > li > span {
  border-right: 1px solid #d5d8dc;
  display: inline-block;
  margin: 0;
  padding: 8px;
}
.wizard .step-navigation .steps-container ul > li > a > span,
.wizard .step-navigation .steps-container ul > li > span > span {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  color: #626262;
  display: inline-block;
  font-size: 0.8462em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 9px 22px 10px;
}
.wizard .step-navigation .steps-container ul > li > a > span::before,
.wizard .step-navigation .steps-container ul > li > span > span::before {
  content: counter(wizard-step-counter) ". ";
}
.wizard .step-navigation .steps-container ul > li > a:hover,
.wizard .step-navigation .steps-container ul > li > span:hover {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  border-right: 1px solid #d5d8dc;
}
.wizard .step-navigation .steps-container ul > li > a:hover > span,
.wizard .step-navigation .steps-container ul > li > span:hover > span {
  background: #ffffff;
}
.wizard .step-navigation .steps-container ul > li.active {
  background: linear-gradient(to bottom, #ececec 0, #f5f5f5 15px);
  margin: 0;
}
.wizard .step-navigation .steps-container ul > li.active > a > span {
  background-color: #FB4B0B;
  color: #ffffff;
}
.wizard .step-navigation .steps-container ul > li.active > a:hover {
  background: transparent;
  border-right: 1px solid #d5d8dc;
}
.wizard .step-navigation .steps-container ul > li.disabled > span {
  pointer-events: none;
}
.wizard .step-navigation .steps-container ul > li.disabled > span > span {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4);
  color: #999;
}
.wizard .wizard-step {
  background: #f5f5f5;
  padding: 20px;
  width: 100%;
}
.wizard .wizard-footer {
  border-top: 1px solid #dcdcdc;
  margin: 15px 0 0;
  padding: 12px 0 0;
  width: 100%;
}
.wizard .sequential-step-navigation ul {
  clear: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.wizard .sequential-step-navigation ul.left {
  float: left;
}
.wizard .sequential-step-navigation ul.right {
  float: right;
}
.wizard .sequential-step-navigation ul li {
  border-right: 1px solid #dcdcdc;
  display: inline-block;
  padding: 0 5px;
}
.wizard .sequential-step-navigation ul li:first-of-type {
  padding-left: 0;
}
.wizard .sequential-step-navigation ul li:first-of-type > a,
.wizard .sequential-step-navigation ul li:first-of-type > span {
  padding-left: 0;
}
.wizard .sequential-step-navigation ul li:last-of-type {
  border-right: none;
  padding-right: 0;
}
.wizard .sequential-step-navigation ul li:last-of-type > a,
.wizard .sequential-step-navigation ul li:last-of-type > span {
  padding-right: 0;
}
.wizard .sequential-step-navigation ul li > a,
.wizard .sequential-step-navigation ul li > span {
  color: #FB4B0B;
  font-size: 0.8462em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 15px;
}
.wizard .sequential-step-navigation ul li > a > span,
.wizard .sequential-step-navigation ul li > span > span {
  padding-bottom: 7px;
  padding-top: 6px;
}
.wizard .sequential-step-navigation ul li > a > span::before,
.wizard .sequential-step-navigation ul li > span > span::before {
  border: 2px solid #FB4B0B;
  border-radius: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}
.wizard .sequential-step-navigation ul li > a:hover,
.wizard .sequential-step-navigation ul li > span:hover {
  color: #404040;
}
.wizard .sequential-step-navigation ul li > a:hover > span::before,
.wizard .sequential-step-navigation ul li > span:hover > span::before {
  border-color: #404040;
}
.wizard .sequential-step-navigation ul li > a.disabled,
.wizard .sequential-step-navigation ul li > span.disabled {
  color: #c5c9cf;
  pointer-events: none;
}
.wizard .sequential-step-navigation ul li > a.disabled > span::before,
.wizard .sequential-step-navigation ul li > span.disabled > span::before {
  border-color: #c5c9cf;
}
.wizard .sequential-step-navigation .action-cancel {
  color: #404040;
}
.wizard .sequential-step-navigation .action-cancel > span::before {
  background-color: #c5c9cf;
  border: none;
  margin: 2px 0;
}
.wizard .sequential-step-navigation .action-cancel:hover {
  color: #404040;
}
.wizard .sequential-step-navigation .action-cancel:hover > span::before {
  background-color: #404040;
}
.wizard .sequential-step-navigation .action-complete {
  background: #FB4B0B;
  border-radius: 5px;
  color: #ffffff;
  margin-left: 15px;
}
.wizard .sequential-step-navigation .action-complete > span::before {
  border: none;
  margin: 2px 10px 2px 0;
}
.wizard .sequential-step-navigation .action-complete:hover {
  background: #404040;
  color: #ffffff;
}
.wizard .sequential-step-navigation .action-complete.disabled {
  background: #c5c9cf;
  color: #ffffff;
}

.wizard-with-validation .wizard-steps li:hover .step {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #f7a56b;
  background-color: #f7a56b;
  -webkit-box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #f7a56b;
          box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #f7a56b;
}
.wizard-with-validation .wizard-steps li.active .step {
  border-color: #FB4B0B;
}
.wizard-with-validation .wizard-steps li.active:before, .wizard-with-validation .wizard-steps li.complete:before, .wizard-with-validation .wizard-steps li.complete .step {
  border-color: #ced1d6 !important;
}

.wizard-refresh {
  float: right;
  margin-right: 2px;
  border-bottom: 0;
}

.hohr-wizard .wizard-steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 15px 0;
  position: relative;
}
.hohr-wizard .wizard-steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.hohr-wizard .wizard-steps li .step {
  border: 5px solid #ced1d6;
  -webkit-box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #ced1d6;
          box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #ced1d6;
  color: #ffffff;
  font-size: 15px;
  border-radius: 100%;
  background-color: #ced1d6;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center;
}
.hohr-wizard .wizard-steps li .step.success {
  background-color: #39cf47;
  border-color: #39cf47;
}
.hohr-wizard .wizard-steps li .step.error {
  background-color: #fe0000;
  border-color: #fe0000;
}
.hohr-wizard .wizard-steps li:before {
  /* the line running through each step*/
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #ced1d6;
  position: relative;
  top: 18px;
  z-index: 1;
}
.hohr-wizard .wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.hohr-wizard .wizard-steps li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.hohr-wizard .wizard-steps li.active:before, .hohr-wizard .wizard-steps li.complete:before, .hohr-wizard .wizard-steps li.active .step, .hohr-wizard .wizard-steps li.complete .step {
  border-color: #FB4B0B;
}
.hohr-wizard .wizard-steps li.active .step {
  color: #ffffff;
  background-color: #FB4B0B;
  -webkit-box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #FB4B0B;
          box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #FB4B0B;
}
.hohr-wizard .wizard-steps li.complete .step {
  color: #ffffff;
  cursor: pointer;
  background-color: #FB4B0B;
  -webkit-box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #FB4B0B;
          box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #FB4B0B;
  -webkit-transition: transform ease 0.1s;
  -webkit-transition: -webkit-transform ease 0.1s;
  transition: -webkit-transform ease 0.1s;
  transition: transform ease 0.1s;
  transition: transform ease 0.1s, -webkit-transform ease 0.1s;
}
.hohr-wizard .wizard-steps li.complete:hover .step {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #f7a56b;
  -webkit-box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #f7a56b;
          box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #f7a56b;
}
.hohr-wizard .wizard-steps li.complete:hover:before {
  border-color: #f7a56b;
}
.hohr-wizard .wizard-steps li .title {
  display: block;
  margin-top: 14px;
  max-width: 100%;
  color: #20242D;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.hohr-wizard .wizard-steps li.active .title {
  color: #FB4B0B;
}
.hohr-wizard .wizard-footer {
  border-top: 1px solid #dcdcdc;
  margin: 15px 0 35px 0;
  padding: 12px 0 0;
  width: 100%;
}
.hohr-wizard .wizard-footer ul {
  list-style: none;
}
.hohr-wizard .wizard-footer ul li {
  display: inline-block;
}
.hohr-wizard .wizard-footer .btn, .hohr-wizard .wizard-footer .pager > li:not(.disabled) > a {
  margin-left: 4px;
}
.hohr-wizard h1 {
  margin: 0;
  padding: 10px 20px 0;
}

.icon {
  display: block;
}
.icon > span {
  display: block;
  position: relative;
}
.icon > span::before {
  background: transparent no-repeat;
  background-size: 24px 24px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.big-icon {
  text-align: center;
  font-size: 100px;
}
.big-icon .fa-exclamation-triangle {
  color: gold;
}
.big-icon .fa-ban {
  color: red;
}
.big-icon .fa-bug {
  color: #A70404;
}

.icon-phone, .icon-phone a {
  color: #237dac !important;
}

.icon-mobile, .icon-mobile a {
  color: #FB4B0B !important;
}

.icon-email, .icon-email a {
  color: #f0ce42 !important;
}

.icon-sms {
  color: green !important;
}

.icon-website, .icon-website a {
  color: #1e579e !important;
}

.icon-website img {
  max-width: 100px;
}

.icon-etools {
  color: black !important;
  position: relative;
}
.icon-etools.not-activated:before {
  position: absolute;
  content: "";
  background: red;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.table-fixed {
  table-layout: fixed;
}
.table-fixed td, .table-fixed th {
  min-width: 0 !important;
}
.table-fixed .icon-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30px !important;
          flex: 0 0 30px !important;
}
.table-fixed .boolean {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30px !important;
          flex: 0 0 30px !important;
}
.table-fixed .big-boolean {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60px !important;
          flex: 0 0 60px !important;
}
.table-fixed .unit {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50px !important;
          flex: 0 0 50px !important;
}
.table-fixed .date-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 90px !important;
          flex: 0 0 90px !important;
}
.table-fixed .date-td-interaction {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 120px !important;
          flex: 0 0 120px !important;
}
.table-fixed .big-date-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 150px !important;
          flex: 0 0 150px !important;
}
.table-fixed .office-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70px !important;
          flex: 0 0 70px !important;
}
.table-fixed .feedback-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 400px !important;
          flex: 0 1 400px !important;
}
.table-fixed .action-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 55px !important;
          flex: 0 0 55px !important;
}
.table-fixed .info-td {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 200px !important;
          flex: 1 1 200px !important;
}
.table-fixed .collar-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80px !important;
          flex: 0 0 80px !important;
}
.table-fixed .line-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70px !important;
          flex: 0 0 70px !important;
}
.table-fixed .approved-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 140px !important;
          flex: 0 0 140px !important;
}
.table-fixed .coefficient-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80px !important;
          flex: 0 0 80px !important;
}
.table-fixed .number-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60px !important;
          flex: 0 0 60px !important;
}
.table-fixed .customer-unit-number {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80px !important;
          flex: 0 0 80px !important;
}
.table-fixed .invoices-type-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50px !important;
          flex: 0 0 50px !important;
}
.table-fixed .kla-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80px !important;
          flex: 0 0 80px !important;
}
.table-fixed .office-status-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60px !important;
          flex: 0 0 60px !important;
}
.table-fixed .rating-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 50px !important;
          flex: 0 0 50px !important;
}
.table-fixed .document-type-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 200px !important;
          flex: 0 0 200px !important;
}
.table-fixed .quart-contracts-closed-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 85px !important;
          flex: 0 0 85px !important;
}
.table-fixed .quart-contracts-type-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 85px !important;
          flex: 0 0 85px !important;
}
.table-fixed .edit-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70px !important;
          flex: 0 0 70px !important;
}
.table-fixed .delete-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 75px !important;
          flex: 0 0 75px !important;
}
.table-fixed.table-contacts thead tr:nth-child(2) th:nth-child(1) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30px !important;
          flex: 0 0 30px !important;
}
.table-fixed.table-interactions thead tr:nth-child(2) th:nth-child(1) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80px !important;
          flex: 0 0 80px !important;
}
.table-fixed.table-interactions thead tr:nth-child(2) th:nth-child(3) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60px !important;
          flex: 0 0 60px !important;
}
.table-fixed.table-interactions thead tr:nth-child(2) th:nth-child(4), .table-fixed.table-interactions thead tr:nth-child(2) th:nth-child(5) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 90px !important;
          flex: 0 0 90px !important;
}
.table-fixed.table-wrap td, .table-fixed.table-wrap th {
  white-space: normal !important;
}
.table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(1) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60px !important;
          flex: 0 0 60px !important;
}
.table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(2) {
  min-width: 100px !important;
}
.table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(3) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80px !important;
          flex: 0 0 80px !important;
}
.table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(4), .table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(5), .table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(6) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60px !important;
          flex: 0 0 60px !important;
}
.table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(7) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80px !important;
          flex: 0 0 80px !important;
}
.table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(8) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 70px !important;
          flex: 0 0 70px !important;
}
@media only screen and (min-width: 1024px) {
  .table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(9), .table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(10) {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 90px !important;
            flex: 0 0 90px !important;
  }
}
.table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(11) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60px !important;
          flex: 0 0 60px !important;
}
.table-fixed.table-commercial-profiles thead tr:nth-child(2) th:nth-child(12) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 140px !important;
          flex: 0 0 140px !important;
}
.table-fixed.table-departments thead tr:nth-child(2) th:nth-child(1) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 80px !important;
          flex: 0 0 80px !important;
}
.table-fixed.table-departments thead tr:nth-child(2) th:nth-child(2) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 30px !important;
          flex: 0 0 30px !important;
}
.table-fixed.table-departments thead tr:nth-child(2) th:nth-child(5) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60px !important;
          flex: 0 0 60px !important;
}
.table-fixed.table-jobs thead tr:nth-child(2) th:nth-child(2) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 90px !important;
          flex: 0 0 90px !important;
}
.table-fixed.table-quarterlycontracts thead tr:nth-child(1) th:not(:nth-child(1)) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 200px !important;
          flex: 0 0 200px !important;
}
.table-fixed.table-quarterlycontracts tbody tr td:not(:nth-child(1)) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 200px !important;
          flex: 0 0 200px !important;
}
.table-fixed.table-schedule thead tr:nth-child(2) th:nth-child(3), .table-fixed.table-schedule thead tr:nth-child(2) th:nth-child(4), .table-fixed.table-schedule thead tr:nth-child(2) th:nth-child(5) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 60px !important;
          flex: 0 0 60px !important;
}
.table-fixed.table-manage-documents thead tr:nth-child(2) th:nth-child(1) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 200px !important;
          flex: 0 0 200px !important;
}

.grid-no-toolbar.list-view {
  margin-top: -20px;
}

.grid-no-toolbar-cards.list-view {
  margin-top: 0;
}

.general-header {
  background: #FB4B0B;
  border-bottom: 1px solid #e3e3e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  height: 50px;
  padding-left: 60px;
  position: fixed;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.general-header.header-up {
  top: -60px;
}
.general-header.header-up + .main .main-menu, .general-header.header-up + .layout-wizard .main-menu, .general-header.header-up + .layout-imatch .main-menu, .general-header.header-up + .layout-detail .main-menu, .general-header.header-up + .layout-grid .main-menu, .general-header.header-up + .layout-simple .main-menu {
  top: 0;
}
.general-header > ul {
  background: #FB4B0B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  height: 50px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.general-header > ul > li a {
  border: none;
  display: inline-block;
  text-decoration: none;
  line-height: 49px;
}
.general-header > ul > li .fa, .general-header > ul > li .glyphicon {
  padding-right: 10px;
}
.general-header > ul > li.breadcrumb {
  background: transparent;
  color: #ffffff;
  line-height: 50px;
  margin: 0;
  padding: 0 15px;
  font-size: 1.6154em;
  font-weight: 400;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  width: 100%;
}
.general-header > ul > li.breadcrumb .fa, .general-header > ul > li.breadcrumb .glyphicon {
  padding: 0;
}
.general-header > ul > li.breadcrumb > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.general-header > ul > li.breadcrumb > span > span {
  display: inline-block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  min-width: 0;
}
.general-header > ul > li.breadcrumb > span > span > span,
.general-header > ul > li.breadcrumb > span > span > a {
  padding: 0;
}
.general-header > ul > li.breadcrumb > span > span.breadcrumb-node:not(.last) {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .general-header > ul > li.breadcrumb > span > span.breadcrumb-node:not(.last) {
    display: inline-block;
  }
}
.general-header > ul > li.breadcrumb > span > span.breadcrumb-node:not(.last) a {
  padding: 0 10px;
}
.general-header > ul > li.breadcrumb > span > span.breadcrumb-node:not(.last)::after {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding: 0 4px;
}
.general-header > ul > li.breadcrumb > span > span.breadcrumb-node a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0s ease-out;
  transition: color 0s ease-out;
}
.general-header > ul > li.breadcrumb > span > span.breadcrumb-node a:hover {
  color: #20242D;
  -webkit-transition: color 0.125s ease-out;
  transition: color 0.125s ease-out;
}
.general-header > ul > li.breadcrumb > span > span.breadcrumb-node.last {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.general-header > ul > li.breadcrumb > span > span.breadcrumb-node.last a {
  color: #ffffff;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
}
.general-header > ul > li.breadcrumb > span > span.breadcrumb-node.last a:hover {
  color: #20242D;
}
.general-header > ul > li.breadcrumb > span > span.breadcrumb-node.last a span {
  display: block;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.general-header > ul > li.dropdown > ul {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
}
.general-header > ul > li.dropdown > ul > li a {
  color: #20242D;
  background: #ffffff;
  line-height: 1.4615em;
  padding: 10px 25px;
}
.general-header > ul > li.dropdown > ul > li a:hover {
  background: #e3e3e5;
}
.general-header > ul > li.deploymentlevel {
  font-weight: bold;
  background-color: gold;
  line-height: 49px;
  padding: 0 25px;
}
.general-header > ul > li.notifications.notifications--unread {
  background-color: #02b2fe;
}
.general-header > ul > li.notifications .notifications--icon {
  font-size: 1.4rem;
  position: relative;
  top: 3px;
  padding-right: 0px;
}
.general-header > ul > li.notifications .notifications--badge {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  line-height: 20px;
  width: 22px;
  height: 22px;
  -webkit-transform: translate(75%, -208%);
          transform: translate(75%, -208%);
  background: #fc4c02;
  border-radius: 2rem;
  right: 0;
  border: 1px solid #fc4c02;
}
.general-header > ul > li.message-notifications.message-notifications--unread {
  background-color: #02b2fe;
}
.general-header > ul > li.message-notifications .message-notifications--text {
  margin-right: 10px;
}
.general-header > ul > li.message-notifications .message-notifications--icon {
  font-size: 2em;
  position: relative;
  top: 3px;
  padding-right: 0px;
}
.general-header > ul > li.message-notifications .message-notifications--badge {
  color: #fc4c02;
  opacity: 0.95;
  position: relative;
  top: -10px;
  right: 5px;
}
.general-header > ul > li.call-notifications {
  padding-top: 2.5px;
}
.general-header .global-search {
  margin-top: 8px;
  margin-right: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.general-header .global-search .ui-select-choices-row a {
  background-color: white !important;
}
.general-header .global-search .ui-select-choices-row a:hover {
  font-weight: bold;
  background-color: #F5F5F5 !important;
}
.general-header .global-search a {
  color: #20242D;
}
.general-header .global-search .ui-select-bootstrap > .ui-select-choices {
  width: 500px;
  max-height: 500px !important;
}
.general-header .global-search .search-result-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff7f50;
  font-weight: bold;
  height: 40px;
  margin-left: -20px;
}
.general-header .global-search .search-result-heading .action-item {
  color: #999999;
}
.general-header .global-search .extended-search {
  color: #ff7f50;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 40px;
  padding-top: 10px;
}
.general-header .global-search .search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.general-header .global-search .search-result .search-result-displaytext-candidate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.general-header .global-search .search-result .search-result-displaytext-candidate a {
  padding: 10px;
  line-height: 1em;
}
.general-header .global-search .search-result .search-result-displaytext-customer {
  max-width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.general-header .global-search .search-result .search-result-displaytext-customer a {
  padding: 10px;
  line-height: 1em;
}
.general-header .global-search .search-result .search-result-displaytext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
.general-header .global-search .search-result .search-result-displaytext a {
  padding: 10px;
  line-height: 1em;
}
.general-header .global-search .search-result a {
  line-height: 2em;
  overflow: hidden;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0) !important;
}
.general-header .global-search .search-result .action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  background-color: rgba(0, 0, 0, 0) !important;
  line-height: 1em;
  color: #999999;
}
.general-header .global-search .search-result .action-items-candidate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1em;
}
.general-header .global-search .search-result .action-items-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.general-header .global-search .ui-select-choices-row-inner:has(#global-search-result-6) {
  color: #999999;
}
.general-header .global-search .ui-select-choices-row-inner:has(#global-search-result-6):hover {
  font-weight: normal;
  cursor: default;
  background: white !important;
}
.general-header .global-search #global-search-result-6:hover {
  font-weight: normal;
  cursor: default;
  background: none !important;
}
.general-header .tools {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.general-header .tools > li.message-notifications a:hover {
  color: #F2EBEB;
}
.general-header .tools > li.notifications a:hover {
  color: #F2EBEB;
}
.general-header .tools > li {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
.general-header .tools > li a {
  color: #ffffff;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .general-header .tools > li a {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.general-header .tools > li a:hover {
  color: #20242D;
}
.general-header .tools > li.open a {
  color: #20242D;
}
.general-header .tools .profile-tools > a > span {
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .general-header .tools .profile-tools > a > span {
    padding-left: 39px;
  }
}
.general-header .tools .profile-tools > a > span > span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .general-header .tools .profile-tools > a > span > span {
    display: inline;
  }
}
.general-header .tools .profile-tools > a::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .general-header .tools .profile-tools > a::after {
    content: "\f0d7";
  }
}
.general-header .tools .profile-tools > a img {
  border-radius: 50%;
  position: relative;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .general-header .tools .profile-tools > a img {
    position: absolute;
    left: 0;
    top: 10px;
  }
}
.general-header .btn-recent-pages {
  display: none;
}
@media only screen and (min-width: 768px) {
  .general-header .btn-recent-pages {
    display: block;
  }
}
.general-header .btn-fullscreen {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .general-header .btn-fullscreen {
    display: block;
  }
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.main, .layout-wizard, .layout-imatch, .layout-detail, .layout-grid, .layout-simple {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 50px 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
}

.layout-simple .centered-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-simple .centered-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-simple p.centered-horizontal {
  text-align: center;
}

.layout-grid {
  /*this is in comments because to much trouble with IE rendering (works in edge) */
  /*.list-view {
      .list-view-table {
          overflow-x: visible;
          overflow-y: visible;
          -ms-flex: 1 1 auto;
          -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
          display: flex;
          -ms-flex-direction: column;
          -webkit-flex-direction: column;
          flex-direction: column;

          .overview-table {
              -ms-flex: 1 1;
              -webkit-flex: 1 1;
              flex: 1 1;
              height: auto;
              overflow: hidden;
              overflow-y: auto;
              width: 100%;
          }

          & > div:not(.overview-table) {
              background-color: $theme-light-dark-color;

              padding: {
                  left: 20px !important;
                  right: 20px !important;
              }
          }
      }
  }

  .overview-content {
      padding: 0;

      header, .toolbar, .overview-table {
          padding: {
              left: 20px !important;
              right: 20px !important;
          }
      }
  }*/
}
.layout-grid .main-content {
  background-color: white;
}

.layout-detail .content-header {
  border-bottom: 1px solid #e7e6eb;
  /*background-color:#404040;
  color:white;

  a,label{
      color:white;
  }*/
}
.layout-detail .main-content {
  background-color: white;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.layout-detail .main-content .content-nav {
  background-color: rgb(238, 239, 241);
}

.layout-wizard .hohr-wizard {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-wizard .hohr-wizard .container-wizard, .layout-wizard .hohr-wizard .inner-container-wizard {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-wizard .hohr-wizard .container-wizard .wizard-footer, .layout-wizard .hohr-wizard .inner-container-wizard .wizard-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #404040;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
}
.layout-wizard .hohr-wizard .container-wizard .wizard-step, .layout-wizard .hohr-wizard .inner-container-wizard .wizard-step {
  padding: 10px 20px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}
.layout-wizard .hohr-wizard .container-wizard .messages {
  margin-left: 0;
  margin-right: 0;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 0;
}
@media only screen and (min-width: 768px) {
  .main-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main-content .page-wide-warning {
  width: 100%;
  padding: 5px 20px 5px;
}

.overview-content {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin: 0;
  padding: 10px 20px 0;
  width: 100%;
  min-height: 0;
}
@media only screen and (min-width: 768px) {
  .overview-content {
    clear: none;
    width: auto;
  }
}

.detail-content {
  display: block;
  background: #ffffff;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0;
  padding: 10px 20px 0;
  width: auto;
  min-height: 100%;
  height: 100%;
}

.hideExportToExcel .btn-export {
  overflow-x: hidden;
  width: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.content-block {
  background: #ffffff;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.content-block header {
  padding-top: 8px;
  padding-bottom: 8px;
}
.content-block header h2 {
  margin: 0;
}
.content-block h3 {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #404040;
  margin-bottom: 8px;
}

.content-block-section {
  padding: 8px 0 16px;
}

form .fake-row {
  margin-bottom: 0;
}
form .fake-row:last-of-type {
  margin-bottom: 15px;
}
form.form-horizontal .control-label {
  padding-top: 0;
  text-align: left;
}
form.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
form:not(.form-horizontal) .control-label {
  padding-top: 0;
}
form textarea {
  resize: vertical;
}

.form-utility-text {
  font-size: 12px;
}

/**
 * Set dirty status on CRUD forms.
 */
.crud-form .form-control.ng-dirty, .crud-form .ng-dirty.form-control-static, .crud-form .ng-dirty.editable-list, .crud-form .ng-dirty.form-control-file {
  background-color: #fcf8e3;
}

label {
  color: #20242D;
  font-size: 1em;
  font-weight: 600;
  padding-top: 3px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
label.invisible {
  padding-top: 0;
}

.input-group[class*=col-] {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.input-group {
  position: relative;
}
.input-group .input-group-addon {
  background: none;
  border: none;
  color: #41454d;
  font-size: 1em;
  padding: 11px 10px 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  z-index: 10;
}
.input-group .input-group-addon .fa, .input-group .input-group-addon .glyphicon {
  text-align: center;
  width: 15px;
}

.form-control, .form-control-static, .editable-list, .form-control-file {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #20242D;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4615;
  margin: 0;
  padding: 4px;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}
.form-control:hover, .form-control-static:hover, .editable-list:hover, .form-control-file:hover {
  border-color: #c0c5cb;
}
.form-control:focus, .form-control-static:focus, .editable-list:focus, .form-control-file:focus {
  border: 2px solid #c0c5cb;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 3px;
}
.form-control::-webkit-input-placeholder, .form-control-static::-webkit-input-placeholder, .editable-list::-webkit-input-placeholder, .form-control-file::-webkit-input-placeholder {
  color: #a69992;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.form-control::-moz-placeholder, .form-control-static::-moz-placeholder, .editable-list::-moz-placeholder, .form-control-file::-moz-placeholder {
  color: #a69992;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.form-control:-ms-input-placeholder, .form-control-static:-ms-input-placeholder, .editable-list:-ms-input-placeholder, .form-control-file:-ms-input-placeholder {
  color: #a69992;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.form-control::-ms-input-placeholder, .form-control-static::-ms-input-placeholder, .editable-list::-ms-input-placeholder, .form-control-file::-ms-input-placeholder {
  color: #a69992;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.form-control::placeholder, .form-control-static::placeholder, .editable-list::placeholder, .form-control-file::placeholder {
  color: #a69992;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

select.form-control option, select.form-control-static option, select.editable-list option, select.form-control-file option {
  padding: 3px 0;
}

.editable-list {
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  list-style: none outside none;
  height: auto;
  padding: 0;
}
.editable-list > li {
  clear: both;
  display: inline;
  float: left;
  /*width: 100%;*/
  padding: 3px 4px 3px;
}
.editable-list > li a.remove {
  border: none;
}

.form-control-static {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  padding-bottom: 0;
  height: 20px;
}
.form-control-static.multiline {
  white-space: normal;
  overflow-y: auto;
  height: 50px;
}
.form-control-static.multiline.show-all-content {
  overflow-y: visible;
  height: auto;
}

.form-group {
  margin-bottom: 4px;
}
.form-group.required .control-label::after {
  content: " *";
  color: red;
  display: none;
}
.form-group.required.editing .control-label::after {
  display: inline;
}
.form-group.requiredOptional .control-label::after {
  content: " **";
  color: red;
  display: none;
}
.form-group.requiredOptional.editing .control-label::after {
  display: inline;
}
.form-group .btn-group {
  width: 100%;
}
.form-group .placeholder {
  color: #a69992;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3333em;
  display: inline-block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 16px);
}

select > option.placeholder {
  display: none;
}

.input-group-btn,
.input-group-addon {
  width: auto;
}
.input-group-btn .btn, .input-group-btn .pager > li:not(.disabled) > a,
.input-group-addon .btn,
.input-group-addon .pager > li:not(.disabled) > a {
  font-size: 13px;
  padding: 8px 10px;
}

.error-message {
  display: none;
}

.form-tried-to-save .form-group.ng-invalid input.ng-invalid.ng-touched,
.form-tried-to-save .form-group.ng-invalid select.ng-invalid.ng-touched,
.form-tried-to-save .form-group.ng-invalid textarea.ng-invalid.ng-touched {
  background: #ffffff;
  border: 1px solid #fe0000;
}
.form-tried-to-save .form-group.ng-invalid input.ng-invalid.ng-touched:focus,
.form-tried-to-save .form-group.ng-invalid select.ng-invalid.ng-touched:focus,
.form-tried-to-save .form-group.ng-invalid textarea.ng-invalid.ng-touched:focus {
  border-width: 2px;
}
.form-tried-to-save .form-group.ng-invalid.autocomplete .ui-select-toggle {
  background: #ffffff;
  border: 1px solid #fe0000;
}
.form-tried-to-save .form-group.ng-invalid .error-message {
  display: block;
}
.form-tried-to-save .form-group.ng-invalid .error-message .valdr-messages {
  background: #fe0000;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.9231em;
  padding: 10px 15px;
  margin: 6px 0 10px;
  position: relative;
}
.form-tried-to-save .form-group.ng-invalid .error-message .valdr-messages::before {
  border-color: #fe0000 transparent;
  border-style: solid;
  border-width: 0 4px 4px;
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 10px;
  width: 0;
}

.has-error .form-control, .has-error .form-control-file, .has-error .editable-list, .has-error .form-control-static {
  background-color: #FCE3E2 !important;
}

/*hide or show content based on editMode*/
.editable-block {
  display: none;
}

.driver-license-control .editable-block {
  display: none !important;
}

.read-only-block {
  display: block;
}

.editing .editable-block {
  display: block;
}
.editing.driver-license-control .editable-block {
  display: table-cell !important;
}
.editing .read-only-block {
  display: none;
}

.or-spacer {
  width: auto;
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.or-spacer .mask {
  overflow: hidden;
  height: 3px;
}
.or-spacer .mask:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  -webkit-box-shadow: 0 0 4px black;
          box-shadow: 0 0 4px black;
}

.main-overview,
.main-detail,
.layout-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}
.main-overview .main-content,
.main-detail .main-content,
.layout-grid .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.main-overview .main-content header,
.main-detail .main-content header,
.layout-grid .main-content header {
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  padding: 5px 0 0;
  width: 100%;
}
.main-overview .main-content header h1,
.main-detail .main-content header h1,
.layout-grid .main-content header h1 {
  display: block;
}
@media only screen and (min-width: 640px) {
  .main-overview .main-content header h1,
.main-detail .main-content header h1,
.layout-grid .main-content header h1 {
    clear: both;
    display: inline-block;
    float: left;
  }
}
.main-overview .main-content header .item-count,
.main-detail .main-content header .item-count,
.layout-grid .main-content header .item-count {
  color: #888c97;
  display: block;
}
@media only screen and (min-width: 640px) {
  .main-overview .main-content header .item-count,
.main-detail .main-content header .item-count,
.layout-grid .main-content header .item-count {
    clear: none;
    float: right;
    display: inline-block;
    padding-top: 23px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .main-overview .main-content header .item-count,
.main-detail .main-content header .item-count,
.layout-grid .main-content header .item-count {
    float: left;
  }
}
.main-overview .main-content header .fuzzy-search-banner,
.main-detail .main-content header .fuzzy-search-banner,
.layout-grid .main-content header .fuzzy-search-banner {
  display: block;
  margin-left: 25px;
  width: auto;
}
.main-overview .overview-content,
.main-detail .overview-content,
.layout-grid .overview-content {
  background: #ffffff;
  background: linear-gradient(to bottom, #e2e2e2 0, #ffffff 8px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .main-overview .overview-content .list-view,
.main-detail .overview-content .list-view,
.layout-grid .overview-content .list-view {
    margin-top: -45px;
  }
}
.main-overview .overview-content .list-view .empty-msg,
.main-detail .overview-content .list-view .empty-msg,
.layout-grid .overview-content .list-view .empty-msg {
  margin-top: 0;
}
.main-overview .overview-content .toolbar,
.main-detail .overview-content .toolbar,
.layout-grid .overview-content .toolbar {
  min-height: 50px;
}

.main-overview {
  -ms-flex: 1 1 100%;
  -webkit-box-flex: 1;
          flex: 1 1 100%;
}
.main-overview .content-header {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding: 0 20px 0 !important;
}

.main-detail {
  display: block;
}
.main-detail .main-content {
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .main-detail .main-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.main-detail .main-content .detail-content {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.item-header {
  background: #f7f7f8;
  border-bottom: 1px solid #d3d4d9;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .item-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.item-header .breadcrumb {
  background: transparent;
  color: #9ca0a9;
  font-size: 1.0769em;
  margin: 0;
  padding: 11px 0;
}
.item-header .breadcrumb a {
  color: #888c97;
  border: none;
  text-decoration: none;
}
.item-header .breadcrumb a:link {
  color: #888c97;
}
.item-header .breadcrumb a:visited {
  color: #888c97;
}
.item-header .breadcrumb a:focus {
  color: #888c97;
}
.item-header .breadcrumb a:hover {
  color: #41454d;
}
.item-header .breadcrumb a:active, .item-header .breadcrumb a.btn:focus, .item-header .breadcrumb .pager > li:not(.disabled) > a:focus {
  color: #41454d;
}
.item-header .breadcrumb .parent-module {
  margin-right: 11px;
}
.item-header .breadcrumb > span:not(:first-of-type) > span {
  padding-right: 11px;
}
.item-header .breadcrumb > span:not(:first-of-type) > span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.item-header h2 {
  color: #41454d;
  display: inline;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .item-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.content-header {
  background: #ffffff;
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding: 5px 20px 5px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
  }
}
.content-header .profile-picture {
  width: 65px;
  margin-right: 15px;
}
.content-header .main-information {
  -ms-flex: 1 0 33.3333%;
  -webkit-box-flex: 1;
          flex: 1 0 33.3333%;
  padding: 6px 0 5px;
}
@media only screen and (min-width: 768px) {
  .content-header .main-information {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .content-header .main-information {
    -ms-flex-preferred-size: calc(40% - 20px);
        flex-basis: calc(40% - 20px);
  }
}
.content-header .main-information h1 {
  margin: 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-header .main-information .avatar-image:hover {
  position: relative;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  z-index: 1000;
}
.content-header .meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 11px 0 0;
}
.content-header .meta-info dd {
  color: #888c97;
  font-size: 1em;
  margin-right: 15px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.content-header .meta-info dd:first-of-type {
  margin-right: 40px;
}
.content-header .meta-info i {
  font-size: 1.2308em;
}
.content-header .meta-info a, .content-header .meta-info span {
  color: #20242D;
}
.content-header .meta-info a {
  border: none;
  text-decoration: none;
}
.content-header .meta-info a:hover {
  color: #FB4B0B;
}
.content-header .detail-paging {
  display: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  width: auto;
  max-width: 120px;
}
@media only screen and (min-width: 768px) {
  .content-header .detail-paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content-header .detail-paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content-header .detail-paging ul li {
  margin: 0;
}
.content-header .detail-paging ul li > span {
  padding-right: 5px;
  padding-left: 5px;
}
.content-header .detail-paging ul .position {
  width: 100%;
  margin: 0;
}
.content-header .side-information {
  -ms-flex: 2 0 66.6667%;
  -webkit-box-flex: 2;
          flex: 2 0 66.6667%;
  padding: 5px 0;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}
@media only screen and (min-width: 768px) {
  .content-header .side-information {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content-header .side-information {
    margin-top: 0;
    padding-right: 0;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-header .side-information {
    -ms-flex-preferred-size: calc(60% - 20px);
        flex-basis: calc(60% - 20px);
  }
}
.content-header .side-information.under-contract {
  background: #FF5800;
  border-radius: 4px;
  padding-right: 10px;
  padding-left: 10px !important;
}
.content-header .side-information .key-info {
  background: #f5f5f5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.content-header .side-information .key-info.under-contract {
  background: #FB4B0B;
}
.content-header .side-information .key-info.under-contract li div {
  color: #ffffff;
}
.content-header .side-information .key-info.under-contract.flexi-or-student {
  background: #f5f5f5 !important;
}
.content-header .side-information .key-info.under-contract.flexi-or-student a {
  color: black !important;
}
.content-header .side-information .key-info.under-contract.flexi-or-student span {
  color: black !important;
}
.content-header .side-information .key-info.under-contract.flexi-or-student div.value {
  color: black !important;
}
.content-header .side-information .key-info ul {
  list-style: none outside none;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-header .side-information .key-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content-header .side-information .key-info li {
  border-bottom: 1px solid #e2e3e8;
  display: block;
  font-size: 0.9231em;
  overflow: hidden;
  padding: 5px 10px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .content-header .side-information .key-info li {
    border-bottom: 0;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding: 13px 20px 10px;
  }
}
.content-header .side-information .key-info li > span {
  display: block;
  font-weight: 600;
  overflow: hidden;
  padding-bottom: 5px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-header .wrap-anchor {
  white-space: pre-wrap;
}
.content-header .flex-box {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.content-header .info-wrapper {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .content-header .info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
  }
}
.content-header .bottom-information {
  border-top: 1px solid #e7e6eb;
  width: 100%;
  padding: 2px 0;
  margin-top: 7px;
}
.content-header .bottom-information ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin: 3px 0;
}
.content-header .bottom-information ul li {
  margin: 0;
}
.content-header .bottom-information ul li:not(:last-of-type) {
  margin-right: 15px;
}
.content-header .bottom-information ul li a {
  color: #20242D;
  border-color: #20242D;
}
@media only screen and (min-width: 1024px) {
  .content-header .bottom-information ul .split {
    margin-left: 20px;
  }
}
.content-header .blocked-customer {
  background-color: #fbc02d;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.content-header .blocked-customer ul {
  list-style: none outside none;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-header .blocked-customer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.content-header .blocked-customer li {
  border-bottom: 1px solid #e2e3e8;
  display: block;
  font-size: 0.9231em;
  overflow: hidden;
  padding: 5px 10px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .content-header .blocked-customer li {
    border-bottom: 0;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding: 13px 20px 10px;
  }
}
.content-header .blocked-customer li > span {
  display: block;
  font-weight: 600;
  overflow: hidden;
  padding-bottom: 5px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidenav-wrapper {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 50px;
  width: auto;
  background-color: #431128;
  border-right: 1px solid var(#FFF);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 101;
  -webkit-box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 15px 1px rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 0.5em;
}

.sidenav--closed {
  display: none;
}

.general-nav-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.25rem;
  cursor: pointer;
  border: 0 none;
  border-radius: 0;
  color: #FFF;
  font-size: 20px;
  padding: 10px;
  background: none;
}

.side-navigation {
  font-family: "Avenir", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 35px 20px;
  color: #fff;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  width: 700px;
  overflow-y: auto;
}
.side-navigation--link {
  cursor: pointer;
}
.side-navigation--link:hover {
  text-decoration: underline;
}
.side-navigation .side-navigation__application {
  margin-bottom: 24px;
  margin-right: 20px;
  width: 200px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
.side-navigation .side-navigation__application .application__title {
  font-weight: bold;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.side-navigation .side-navigation__application .application__subroutes {
  position: relative;
}
.side-navigation .side-navigation__application .application__subroutes .application__subroute {
  margin-bottom: 0.1em;
  font-size: 0.9em;
  color: var(--accent-ds-gray-lighter);
}
.side-navigation .side-navigation__application .application__subroutes .application__subroute i {
  margin-right: 10px;
  color: var(--accent-ds-gray-lighter);
}

.navigation-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 101;
}
.navigation-overlay.sidenav--closed {
  display: none;
}

.content-nav {
  padding: 4px 1px 0 0;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  min-height: 0;
}
@media only screen and (min-width: 768px) {
  .content-nav {
    -ms-flex: 0 0 240px;
    -webkit-box-flex: 0;
            flex: 0 0 240px;
  }
}
.content-nav .content-nav-toggle {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #e7e6eb;
  color: #888c97;
  display: inline-block;
  font-size: 0.9231em;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.content-nav .content-nav-toggle:hover, .content-nav .content-nav-toggle:active, .content-nav .content-nav-toggle.btn:focus, .content-nav .pager > li:not(.disabled) > a.content-nav-toggle:focus {
  color: #272733;
}
@media only screen and (min-width: 768px) {
  .content-nav .content-nav-toggle {
    display: none;
  }
}
.content-nav.visible ul {
  display: block;
}
.content-nav ul {
  display: none;
  list-style: none outside none;
  width: 100%;
  overflow: hidden;
}
.content-nav ul::before, .content-nav ul::after {
  content: "";
  display: table;
}
.content-nav ul::after {
  clear: both;
}
.content-nav ul.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.content-nav ul li {
  width: 100%;
}
.content-nav ul li a {
  border-bottom: 1px solid #e2e3e8;
  color: #20242D;
  display: block;
  font-weight: 600;
  padding: 19px 40px 19px 20px;
  text-decoration: none;
  -webkit-transition: color 0s ease-out;
  transition: color 0s ease-out;
}
@media only screen and (min-width: 768px) {
  .content-nav ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.content-nav ul li a:hover {
  color: #FB4B0B;
  -webkit-transition: color 0.125s ease-out;
  transition: color 0.125s ease-out;
}
.content-nav ul li.active a {
  color: #FB4B0B;
}
.content-nav ul li.treeview {
  border-bottom: 0;
}
.content-nav ul li.treeview > a {
  position: relative;
}
.content-nav ul li.treeview > a::before, .content-nav ul li.treeview > a::after {
  position: absolute;
  right: 45px;
  top: 50%;
  content: "";
  display: block;
  background-color: #c0c1c3;
  width: 5px;
  height: 2px;
  -webkit-transition: background-color 0.125s ease-in-out, top 0.25s ease-in-out, right 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: background-color 0.125s ease-in-out, top 0.25s ease-in-out, right 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: background-color 0.125s ease-in-out, transform 0.25s ease-in-out, top 0.25s ease-in-out, right 0.25s ease-in-out;
  transition: background-color 0.125s ease-in-out, transform 0.25s ease-in-out, top 0.25s ease-in-out, right 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .content-nav ul li.treeview > a::before, .content-nav ul li.treeview > a::after {
    right: 25px;
  }
}
.content-nav ul li.treeview > a::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.content-nav ul li.treeview > a::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 4px);
}
.content-nav ul li.treeview > a:hover::before, .content-nav ul li.treeview > a:hover::after {
  background-color: #FB4B0B;
}
.content-nav ul li.treeview ul {
  padding: 7px 0;
  display: none;
}
.content-nav ul li.treeview ul li a {
  border-bottom: none;
  padding: 12px 20px 13px 40px;
}
@media only screen and (min-width: 768px) {
  .content-nav ul li.treeview ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.content-nav ul li.treeview.open {
  border-bottom: 1px solid #e2e3e8;
}
.content-nav ul li.treeview.open ul {
  display: block;
}
.content-nav ul li.treeview.open > a::before, .content-nav ul li.treeview.open > a::after {
  background-color: #FB4B0B;
  top: calc(50% - 2px);
}
.content-nav ul li.treeview.open > a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 46px;
}
@media only screen and (min-width: 768px) {
  .content-nav ul li.treeview.open > a::before {
    right: 26px;
  }
}
.content-nav ul li.treeview.open > a::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 43px;
}
@media only screen and (min-width: 768px) {
  .content-nav ul li.treeview.open > a::after {
    right: 23px;
  }
}
.content-nav ul li.treeview.open > a:hover::before, .content-nav ul li.treeview.open > a:hover::after {
  background-color: #FB4B0B;
}
.content-nav ul li.treeview.active a::before, .content-nav ul li.treeview.active a::after {
  background-color: #FB4B0B;
}

/*@import 'dark-header';*/
.feedback-reminder-label {
  color: red;
}

.login-page {
  background-image: url("../images/bg-login.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.login {
  margin-top: 100px;
}
.login .alert {
  margin: 0 0 15px;
}
.login .brand-logo {
  width: 149px;
  height: 23px;
  background-image: url("../images/accent_logo.png");
  background-position: 14px center;
  background-size: contain;
  background-repeat: no-repeat;
}
.login form {
  background: #ffffff;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}
.login form .input-group input {
  padding-left: 30px;
}
.login header {
  color: #41454d;
  border-bottom: 1px solid #ededee;
  padding: 11px 14px;
}
.login header h3 {
  color: #41454d;
  margin: 0;
  font-size: 1.8462em;
  font-weight: 400;
}
.login .fields-wrapper {
  padding: 15px;
}
.login button {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #6516C1 !important;
}
.login button i.fa, .login button i.glyphicon {
  width: 15px;
  text-align: center;
}
.login .input-group {
  width: 100%;
}

#wizard .new-candidate-validation .candidate-info {
  background-color: #FB4B0B;
  color: white;
  overflow: hidden;
  position: relative;
}
#wizard .new-candidate-validation .candidate-info h3 {
  padding: 20px;
  float: left;
  color: white;
  border: none;
}
#wizard .new-candidate-validation .candidate-info .btn, #wizard .new-candidate-validation .candidate-info .pager > li:not(.disabled) > a {
  height: 30px;
  top: calc(50% - 15px);
  position: absolute;
  right: 20px;
}
#wizard .new-candidate-validation > p.continue-without-documents {
  padding: 10px 0 0 20px;
}
#wizard .new-candidate-validation .validation-block {
  overflow: hidden;
  border-bottom: 1px solid #e7e6eb;
  padding: 10px 20px;
  clear: both;
  position: relative;
}
#wizard .new-candidate-validation .validation-block h3 {
  border-bottom: 1px solid #404040;
}
#wizard .new-candidate-validation .validation-block h3, #wizard .new-candidate-validation .validation-block p {
  width: calc(100% - 50px);
  float: left;
}
#wizard .new-candidate-validation .validation-block .disabled {
  color: #888c97 !important;
}
#wizard .new-candidate-validation .validation-block > div {
  width: 50px;
  float: right;
  text-align: center;
  top: calc(50% - 20px);
  position: absolute;
  right: 0;
}
#wizard .new-candidate-validation .validation-block > div .fa-times {
  color: #fe0000;
}
#wizard .new-candidate-validation .validation-block > div .fa-check {
  color: #39cf47;
}
#wizard .candidate-search-overview .candidate-search-box > div > div:hover {
  cursor: pointer;
  border: 4px rgba(251, 75, 11, 0.7) solid;
}
#wizard .candidate-search-overview .match-percentage {
  position: absolute;
  right: 26px;
  top: 5px;
  color: #FB4B0B;
  font-weight: bold;
}
#wizard .candidate-search-overview .element-selected > div > div {
  border: 4px #FB4B0B solid;
}
#wizard .candidate-search-overview .element-selected > div > div:after {
  position: absolute;
  display: block;
  border-top: 50px solid #FB4B0B;
  border-left: 50px solid transparent;
  right: 10px;
  content: "";
  top: 0;
  z-index: 101;
}
#wizard .candidate-search-overview .element-selected > div > div:before {
  position: absolute;
  display: block;
  content: "";
  background-color: transparent;
  border-color: #ffffff;
  border-left: 2px solid;
  border-bottom: 2px solid;
  height: 0.625rem;
  width: 1.25rem;
  right: 18px;
  top: 5px;
  z-index: 102;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: white;
}

.jobexpectation-halftime {
  overflow: hidden;
  margin-left: 15px;
}
.jobexpectation-halftime > div:first-of-type {
  width: 95px;
  max-width: none;
}
.jobexpectation-halftime > p, .jobexpectation-halftime div {
  float: left;
  max-width: 80px;
  min-width: 55px;
  margin-left: 0;
}
.jobexpectation-halftime .edit-middle {
  padding-top: 8px;
  text-align: center;
}
.jobexpectation-halftime .halftime .col-xs-12.col-sm-7.col-sm-offset-5 {
  margin-left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}
.jobexpectation-halftime .halftime .col-xs-12.col-sm-7.col-sm-offset-5.ng-hide {
  width: 0;
}

@media screen and (max-width: 767px) {
  .jobexpectation-halftime > div:first-of-type {
    width: 100%;
    max-width: none;
  }
}
.candidate-contract-active {
  background-color: #39cf47 !important;
  background-color: rgba(57, 207, 71, 0.6) !important;
}
.candidate-contract-active a {
  color: #000000;
  border-bottom-color: #000000;
}

.candidate-contract-cancelled {
  background-color: #eb1313 !important;
  background-color: rgba(235, 19, 19, 0.6) !important;
  color: #ffffff;
}
.candidate-contract-cancelled a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.reduction-card-item {
  border-bottom: 1px dashed #aaa;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.reduction-card-item section {
  padding: 0;
}
.reduction-card-item label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.col-sm-3 {
  width: 29%;
}

.reduction-card-progressive-date {
  border-bottom: none;
  margin-bottom: 0;
}
.reduction-card-progressive-date section {
  padding: 0;
}

.reduction-card-item:last-of-type {
  border-bottom: none;
}

.candidates-personal-reductioncard-freefields .editable-block, .candidates-personal-reductioncard-freefields .read-only-block {
  margin-left: 0;
  width: 100%;
}

.group-reduction-info-list {
  margin-left: 35px;
  padding-top: 5px;
}

#candidates-vca-documents-grid.list-view {
  display: block;
}

.support-measures .required {
  color: red;
}

#candidate-detail .key-info li:first-of-type > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#candidate-detail .key-info li:first-of-type > div > div {
  min-width: 35px;
}
#candidate-detail .key-info li:first-of-type > div > div:first-of-type {
  min-width: 90px;
}
#candidate-detail .key-info li:first-of-type > div > div button {
  border: none;
  background: none;
  width: 100%;
  max-width: 35px;
  font-size: 1.2em;
}
#candidate-detail .key-info li:first-of-type > div > div button #service-now-ticket {
  background-image: url("../images/servicenow-ticket.svg");
  background-color: transparent;
  background-origin: content-box;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
}
#candidate-detail .feedback-td a {
  color: unset;
  border-style: none;
  text-decoration: none;
}

.disabled {
  opacity: 0.5;
  cursor: default;
}

.job-satisfaction-info {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.job-satisfaction-info > span {
  font-weight: 600;
}
.job-satisfaction-info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: large !important;
}
.job-satisfaction-info-icon--great {
  color: green;
}
.job-satisfaction-info-icon--okay {
  color: #f0ce42;
}
.job-satisfaction-info-icon--bad {
  color: red;
}
.job-satisfaction-info-icon--skip {
  color: gray;
}

.no-app-icon {
  margin-top: 5px;
  padding: 0;
}
.no-app-icon img {
  width: 3rem;
  height: 3rem;
}

.sharing-table th {
  text-align: left;
}

.candidate-education-source-icon {
  margin-top: auto;
}

.candidates-reporting-cv-multi-select {
  margin-bottom: 1em;
}

#evolution-container {
  padding: 2rem;
}
#evolution-container .row {
  padding: 0.25rem;
}
#evolution-container .question-item {
  background: #f5f5f5;
  margin-bottom: 1rem;
  max-width: 40rem;
  padding: 0.5rem;
}

.generate-cv .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.generate-cv .examples {
  margin-left: 2em;
}
.generate-cv .clickable {
  cursor: pointer;
}
.generate-cv .alert-info > ul {
  margin-left: 2em;
}
.generate-cv .candidates-reporting-cv-multi-select {
  margin-bottom: 1em;
}
.generate-cv .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.generate-cv .flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#inflow-office-multi-select {
  list-style: none;
}
#inflow-office-multi-select > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.25rem 0;
  padding: 0.5rem;
}
#inflow-office-multi-select > li > .action {
  cursor: pointer;
}

.modal-body.pre-screening .hohr-textbox,
.modal-body.pre-screening .hohr-dropdown {
  padding: 0.75em 0;
}
.modal-body.pre-screening #sms-preview p {
  background: #f2f2f2;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  font-style: italic;
  padding: 1rem;
}

.contracts-current .list-view.week-overview .list-view-table .contract-type-1 {
  background-color: #39cf47;
  background-color: rgba(57, 207, 71, 0.6);
}
.contracts-current .list-view.week-overview .list-view-table .contract-type-2 {
  background-color: #eb1313;
  background-color: rgba(235, 19, 19, 0.6);
}
.contracts-current .list-view.week-overview .list-view-table .contract-type-4 {
  background-color: #b638e8;
  background-color: rgba(182, 56, 232, 0.6);
}

.contracts-current-candidate-job-satisfaction {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contracts-current-candidate-job-satisfaction-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  font-size: large;
}
.contracts-current-candidate-job-satisfaction-icon--great {
  color: green;
}
.contracts-current-candidate-job-satisfaction-icon--okay {
  color: #f0ce42;
}
.contracts-current-candidate-job-satisfaction-icon--bad {
  color: red;
}
.contracts-current-candidate-job-satisfaction-icon--skip {
  color: gray;
}

.no-app-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
}

.candidate-column-name-upwards {
  line-height: 2rem;
}

.contracts-encoding .title-without-sortable {
  line-height: 2rem;
}
.contracts-encoding .list-view.week-overview .list-view-table .contract-type-1 {
  background-color: #39cf47;
  background-color: rgba(57, 207, 71, 0.6);
}
.contracts-encoding .list-view.week-overview .list-view-table .contract-type-2 {
  background-color: #b638e8;
  background-color: rgba(182, 56, 232, 0.6);
}
.contracts-encoding .list-view.week-overview .list-view-table .contract-type-4,
.contracts-encoding .list-view.week-overview .list-view-table .contract-type-8 {
  background-color: #ffbb19;
  background-color: rgba(255, 187, 25, 0.6);
}
.contracts-encoding .list-view.week-overview .list-view-table .contract-type-16 {
  border-color: #ffbb19;
  border-width: medium;
  border-top-style: solid;
  border-bottom-style: solid;
}
.contracts-encoding .list-view.week-overview .list-view-table .contract-type-16.contract-start {
  border-left-style: solid;
}
.contracts-encoding .list-view.week-overview .list-view-table .contract-type-16.contract-stop {
  border-right-style: solid;
}
.contracts-encoding .separate-customer-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.contracts-encoding .separate-customer-filter span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contracts-encoding .overview-type-filter--to-encode label::before,
.contracts-encoding .overview-type-filter--encoded-by-cust label::before {
  border-color: #ffbb19;
}
.contracts-encoding .overview-type-filter--to-encode input[type=checkbox]:checked + label::before,
.contracts-encoding .overview-type-filter--encoded-by-cust input[type=checkbox]:checked + label::before {
  background-color: #ffbb19;
  border: none;
}
.contracts-encoding .overview-type-filter--encoded-by-can label::before {
  border-color: #ff7f50;
}
.contracts-encoding .overview-type-filter--encoded-by-can input[type=checkbox]:checked + label::before {
  background-color: #ff7f50;
  border: none;
}
.contracts-encoding .overview-type-filter--hold label::before {
  border-color: #b638e8;
}
.contracts-encoding .overview-type-filter--hold input[type=checkbox]:checked + label::before {
  background-color: #b638e8;
  border: none;
}
.contracts-encoding .overview-type-filter--encoded label::before {
  border-color: #39cf47;
}
.contracts-encoding .overview-type-filter--encoded input[type=checkbox]:checked + label::before {
  background-color: #39cf47;
  border: none;
}
.contracts-encoding .overview-type-filter--show-spoc-clustomer-contracts label::before {
  border-color: #39cf47;
}
.contracts-encoding .overview-type-filter--show-spoc-clustomer-contracts input[type=checkbox]:checked + label::before {
  background-color: #39cf47;
  border: none;
}
.contracts-encoding .encoding-overview-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.contracts-encoding .encoding-overview-header h1 {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
}
.contracts-encoding .encoding-overview-header h1 i {
  font-size: 0.5em;
}

div.encoding-history h2 {
  margin-bottom: 50px;
}
div.encoding-history hohr-dropdown {
  margin-bottom: 20px;
}
div.encoding-history div.encoding-component {
  margin-bottom: 50px;
}

.contracts-planning .btn, .contracts-planning .pager > li:not(.disabled) > a {
  margin-right: 4px;
}
.contracts-planning .title-without-sortable {
  line-height: 2rem;
}
.contracts-planning .list-view.week-overview .list-view-table {
  /* when you planned, set next week blocks to green */
}
.contracts-planning .list-view.week-overview .list-view-table .contract-type-1 {
  background-color: #39cf47;
  background-color: rgba(57, 207, 71, 0.6);
}
.contracts-planning .list-view.week-overview .list-view-table .contract-type-2 {
  background-color: #ffbb19;
  background-color: rgba(255, 187, 25, 0.6);
}
.contracts-planning .list-view.week-overview .list-view-table .contract-type-16 {
  background-color: #808080;
  background-color: rgba(128, 128, 128, 0.6);
}
.contracts-planning .list-view.week-overview .list-view-table .contract-type-32 {
  background-color: #b638e8;
  background-color: rgba(182, 56, 232, 0.6);
}
.contracts-planning .list-view.week-overview .list-view-table .contract-type-64 {
  background-color: darkgrey;
}
.contracts-planning .list-view.week-overview .list-view-table .row-plan-accepted .highlighted-week .contract-type-2,
.contracts-planning .list-view.week-overview .list-view-table .row-plan-accepted .highlighted-week .contract-type-16 {
  background-color: #39cf47;
  background-color: rgba(57, 207, 71, 0.6);
}
.contracts-planning .overview-type-filter--planned label::before {
  border-color: #39cf47;
}
.contracts-planning .overview-type-filter--planned input[type=checkbox]:checked + label::before {
  background-color: #39cf47;
  border: none;
}
.contracts-planning .overview-type-filter--unplanned label::before {
  border-color: #fe0000;
}
.contracts-planning .overview-type-filter--unplanned input[type=checkbox]:checked + label::before {
  background-color: #fe0000;
  border: none;
}
.contracts-planning .overview-type-filter--planned-by-customer label::before {
  border-color: #39cf47;
}
.contracts-planning .overview-type-filter--planned-by-customer input[type=checkbox]:checked + label::before {
  background-color: #39cf47;
  border: none;
}
.contracts-planning .overview-type-filter--show-spoc-clustomer-contracts label::before {
  border-color: #39cf47;
}
.contracts-planning .overview-type-filter--show-spoc-clustomer-contracts input[type=checkbox]:checked + label::before {
  background-color: #39cf47;
  border: none;
}

.planningToolTipFixWrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.planningToolTipFix {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#contracts-use-detailedSchedule {
  text-align: right;
}
#contracts-use-detailedSchedule .control-label {
  text-align: right;
  width: 60% !important;
}
#contracts-use-detailedSchedule .control-group {
  width: 40% !important;
}
#contracts-use-detailedSchedule .btn-group {
  width: auto !important;
}

.contracts-planning-candidate-job-satisfaction {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contracts-planning-candidate-job-satisfaction-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  font-size: large;
}
.contracts-planning-candidate-job-satisfaction-icon--great {
  color: green;
}
.contracts-planning-candidate-job-satisfaction-icon--okay {
  color: #f0ce42;
}
.contracts-planning-candidate-job-satisfaction-icon--bad {
  color: red;
}
.contracts-planning-candidate-job-satisfaction-icon--skip {
  color: gray;
}

.contracts-terminate .contract-type-4 {
  background-color: #b638e8;
  background-color: rgba(182, 56, 232, 0.6);
}

div.planning-history h2 {
  margin-bottom: 50px;
}
div.planning-history hohr-dropdown {
  margin-bottom: 20px;
}
div.planning-history div.planning-component {
  margin-bottom: 50px;
}

.contract-detail {
  overflow: auto; /* avoids putting the content below nav bar if too large */
}
.contract-detail .subtitle:not(:first-child) {
  margin-top: 16px;
}
.contract-detail .digital-signing-link {
  margin-bottom: 10px;
}
.contract-detail .digital-signing-link_disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.contract-detail .content-with-contract-selector {
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.contract-detail .content-with-contract-selector .contract-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block {
  background-color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  margin: 4px;
  /*&:hover {
              background-color: mix($theme-color, $white-color, 24%);
          }*/
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block > div {
  position: relative;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.active:hover {
  cursor: default;
  color: #000000;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block .contract-number {
  text-align: center;
  font-weight: bold;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block p {
  margin: 0;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-1, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-16, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-32 {
  border: solid 1px #ffbb19;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-1.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-1.active:hover, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-16.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-16.active:hover, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-32.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-32.active:hover {
  background: #ffbb19;
  background: rgba(255, 187, 25, 0.6);
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-2, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-8, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-64, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-128 {
  border: solid 1px #39cf47;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-2.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-2.active:hover, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-8.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-8.active:hover, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-64.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-64.active:hover, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-128.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-128.active:hover {
  background: #39cf47;
  background: rgba(57, 207, 71, 0.6);
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-4 {
  border: solid 1px #eb1313;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-4.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-4.active:hover {
  background: #eb1313;
  background: rgba(235, 19, 19, 0.6);
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-4.active.striped, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-4.active:hover.striped {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.3) 10px, rgba(255, 255, 255, 0.3) 25px), rgba(235, 19, 19, 0.6);
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-4.striped {
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(235, 19, 19, 0.3) 10px, rgba(235, 19, 19, 0.3) 25px), transparent;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-blocked {
  border: solid 1px #b638e8 !important;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-blocked.active, .contract-detail .content-with-contract-selector .contract-selector .contract-selector-block.contract-selector-status-blocked.active:hover {
  background: #b638e8;
  background: rgba(182, 56, 232, 0.6) !important;
}
.contract-detail .content-with-contract-selector .contract-selector .contract-selector-block .contract-selector-esign {
  position: absolute;
  right: 0;
}
.contract-detail .content-with-contract-selector .contract-selector .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4px;
}
.contract-detail #component-work-schedule-irregular-schedule {
  display: block;
}

#component-work-schedule-irregular-schedule {
  display: none;
}

.layout-detail.employment-ended .grid-no-toolbar .toolbar {
  /*Hide new button on toolbar when employment is ended*/
  display: none;
}

.concept {
  background-color: #eb1313 !important;
  background-color: rgba(235, 19, 19, 0.2) !important;
  color: #ffffff;
}

.contract-detail-history {
  /* The vertical timeline */
}
.contract-detail-history::before {
  content: "";
  position: absolute;
  width: 1.5px;
  background-color: #FB4B0B;
  top: 0;
  bottom: 0;
  left: 37px;
}
.contract-detail-history .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 15px;
}
.contract-detail-history .history-icon {
  color: #FB4B0B;
  border-radius: 50%;
  border: solid 3px #FB4B0B;
  width: 1.75em;
  height: 1.75em;
  font-size: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*center vertically: */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*center horizontally: */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  z-index: 1;
}
.contract-detail-history .history-icon .fa, .contract-detail-history .history-icon .glyphicon {
  text-align: center;
}
.contract-detail-history .history-details {
  margin-left: 10px;
  position: relative;
  border: solid 1px #FB4B0B;
  border-radius: 5px;
  /* Add border of arrow pointing left */
  /* Add white body of arrow pointing left */
}
.contract-detail-history .history-details::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 7.5px;
  left: -9.5px;
  width: 0;
  border-top: 8.5px solid transparent;
  border-left: 0 solid #FB4B0B;
  border-bottom: 8.5px solid transparent;
  border-right: 8.5px solid #FB4B0B;
}
.contract-detail-history .history-details::after {
  content: " ";
  height: 0;
  position: absolute;
  top: 8px;
  left: -8px;
  width: 0;
  border-top: 8px solid transparent;
  border-left: 0 solid white;
  border-bottom: 8px solid transparent;
  border-right: 8px solid white;
}
.contract-detail-history .history-details .history-details-content {
  padding: 10px;
}
.contract-detail-history .history-details .history-details-content .history-details-changeType {
  font-weight: bold;
}

#rightButtonsBar .dropdown > a::after {
  padding: 0 0 0 10px;
}

.table-course > ul {
  /*hide list style - bullets - only to the first level*/
  list-style: none;
}
.table-course ul,
.table-course p {
  margin: 0;
}
.table-course ul.indenting {
  padding-top: 4px;
}
.table-course .contracts-td {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100px !important;
          flex: 0 0 100px !important;
}

.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.toolbarBtn {
  margin-right: 15px;
}

.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.toolbarBtn {
  margin-right: 15px;
}

.courseHistoryChangeSpan {
  overflow: auto; /* fallback when overlay not supported*/
  overflow: overlay;
  margin-right: -10px;
  padding-right: 16px;
  max-height: 180px;
}

hohr-multiline-input[name=dimonaInfo] p.multiline {
  height: 200px;
}

#dimona-resend {
  padding: 0;
  height: 18px;
  width: 18px;
}

#dimona-exhange-details .fa-exclamation-triangle {
  position: absolute;
  left: 42%;
  margin-top: 3px;
}

.contract-detail--encoding div[hohr-contract-encoding] {
  max-width: calc(100vw - 340px);
  overflow-x: auto;
  padding: 1px;
}

.contract-detail--warranty-modal-header {
  font-style: italic;
}

.contract-detail--warranty-modal-orderedlist {
  margin-top: 5px;
  margin-left: 12px;
}

@media only screen and (min-width: 1024px) {
  #pdf-header.content-header {
    display: block;
  }
}

#contract-search-results-pdf {
  /* hide functionality which is not enabled on cancelled contracts */
}
#contract-search-results-pdf .buttons-toolbar {
  min-height: 0;
  position: relative;
}
#contract-search-results-pdf .buttons-toolbar > .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contract-search-results-pdf .buttons-toolbar .dropdown-toggle {
  color: #20242D;
  border-color: #20242D;
}
#contract-search-results-pdf header {
  margin-top: -40px;
}
#contract-search-results-pdf tr.contract-state-4 .icon-email,
#contract-search-results-pdf tr.contract-state-4 .checkbox,
#contract-search-results-pdf tr.contract-state-4 .fa-download,
#contract-search-results-pdf tr.contract-state-4 .fa-folder {
  display: none !important;
}
#contract-search-results-pdf header h1 {
  float: none;
  clear: initial;
}
#contract-search-results-pdf header .item-count {
  float: none;
}

#contract-detail-info-billing-grid.list-view .list-view-table table th,
#contract-detail-info-billing-grid.list-view .list-view-table table td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#contract-detail-info-billing-grid.list-view .list-view-table table td.contract-detail-info-billing-documentNumber,
#contract-detail-info-billing-grid.list-view .list-view-table table th:nth-child(1) {
  min-width: 200px;
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
}

#contract-detail-info-billing-grid.list-view .list-view-table table td.contract-detail-info-billing-type,
#contract-detail-info-billing-grid.list-view .list-view-table table th:nth-child(2) {
  min-width: 200px;
  -webkit-box-flex: 0.25;
      -ms-flex: 0.25;
          flex: 0.25;
}

#contract-detail-info-billing-grid.list-view .list-view-table table td.contract-detail-info-billing-documentDate,
#contract-detail-info-billing-grid.list-view .list-view-table table th:nth-child(3) {
  min-width: 160px;
  -webkit-box-flex: 0.1;
      -ms-flex: 0.1;
          flex: 0.1;
}

#contract-detail-info-billing-grid.list-view .list-view-table table td.contract-detail-info-billing-amount,
#contract-detail-info-billing-grid.list-view .list-view-table table th:nth-child(4) {
  text-align: right;
  min-width: 160px;
  -webkit-box-flex: 0.1;
      -ms-flex: 0.1;
          flex: 0.1;
}

#contract-detail-info-billing-grid.list-view .list-view-table table td.contract-detail-info-billing-vatregime,
#contract-detail-info-billing-grid.list-view .list-view-table table th:nth-child(5) {
  text-align: center;
  min-width: 180px;
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}

/*#contract-detail-info-billing-grid.list-view .list-view-table table td.contract-detail-info-billing-keys,
#contract-detail-info-billing-grid.list-view .list-view-table table th:nth-child(6) {
    min-width: 640px;
    flex: 0.4;
}*/
.content-block h3 {
  margin-bottom: 25px !important;
}

#replace-job-sheet {
  list-style: none;
}

.custom-toolbar {
  position: relative;
  bottom: 10px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

tr.contract-type-2 {
  background-color: #eb1313 !important;
  background-color: rgba(235, 19, 19, 0.6) !important;
}
tr.contract-type-2 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
tr.contract-type-3 {
  background-color: #b638e8 !important;
  background-color: rgba(182, 56, 232, 0.6) !important;
}
tr.contract-type-3 a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

#customers-search-what.autocomplete .fillable-list .editable-list li .representation {
  width: calc(100% - 30px) !important;
}

.orange {
  color: #ff5800;
}

.nopointer {
  cursor: default;
}

.separator {
  margin: 0 5px;
}

.wrapcheckbox div.control-label {
  width: 100%;
  float: left;
}

.pink-highlight {
  background: #FDC1C1 !important;
}

.dropdown-menu {
  z-index: 1250;
}

.commercial-profiles-versions {
  background: #F2F0F0;
  margin: 0;
  margin-bottom: 12px;
}
.commercial-profiles-versions .commercial-profiles-versions-header {
  background-color: #FB4B0B;
  padding-top: 4px;
  padding-bottom: 4px;
}
.commercial-profiles-versions .commercial-profiles-versions-header h3 {
  display: inline;
  color: #ffffff;
  padding-right: 10px;
  border-bottom: none;
}
.commercial-profiles-versions h3 {
  border-bottom: none;
}
.commercial-profiles-versions .content-block {
  background: inherit;
}

.section-header-border-bottom h3 {
  border-bottom: 1px solid #404040;
}

.white-sapce-normal {
  white-space: normal;
}

.risk-analysis-table.list-view .list-view-table table div.info-1 {
  width: 35px;
  float: left;
}

.risk-analysis-table.list-view .list-view-table table div.info-2 {
  float: left;
}

.risk-analysis-table.list-view .list-view-table table span.info-3 {
  padding: 5px;
}

.risk-analysis-table.list-view .extra-flex {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.risk-analysis-table.list-view .double-flex {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.risk-analysis-table.list-view .quadrupel-flex {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

.risk-analysis-table div.list-view-table {
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.risk-analysis-table div.list-view-table ul.dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
}
.risk-analysis-table div.list-view-table ul.dropdown-menu li a {
  border: none;
  padding: 10px 25px;
  font-size: 13px;
}

.risk-analysis-table.list-view .list-view-table table tbody tr.active td a.btn, .risk-analysis-table.list-view .list-view-table table tbody tr.active td .pager > li:not(.disabled) > a {
  color: #000;
}
.risk-analysis-table.list-view .list-view-table table tbody tr.active td li a {
  color: #000;
}
.risk-analysis-table.list-view .list-view-table table tbody tr.active td li a.red-font {
  color: #ff0000;
}
.risk-analysis-table.list-view .list-view-table table tbody tr.active td li a.green-font {
  color: #559A7F;
}
.risk-analysis-table.list-view .list-view-table table tbody tr td a.action-link {
  border: 0;
}

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

.p5 {
  padding: 5px;
}

.risk-analysis-history-modal.modal-body {
  max-height: 450px;
  overflow: auto;
}

.m5 {
  margin: 5px;
}

.red-font {
  color: #ff0000;
}

.green-font {
  color: #559A7F;
}

.risk-analysis-history-username {
  width: 35%;
  float: left;
}

.risk-analysis-history-date {
  width: 40%;
  float: left;
}

.risk-analysis-history-action {
  width: 25%;
  float: left;
}

.clear-both {
  clear: both;
}

div.align-lmra-button {
  margin-bottom: -20px;
  margin-top: 5px;
}

.information {
  padding-left: 10px;
}

.word-space {
  word-spacing: 1em;
}

/*#region Credit History table*/
.list-view .list-view-table table.credit-history-table td,
.list-view .list-view-table table.credit-history-table th {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

table.credit-history-table thead tr th:nth-child(1),
table.credit-history-table tbody tr td:nth-child(1) {
  width: 8%;
}

table.credit-history-table thead tr th:nth-child(2),
table.credit-history-table tbody tr td:nth-child(2) {
  width: 8%;
}

table.credit-history-table thead tr th:nth-child(3),
table.credit-history-table tbody tr td:nth-child(3) {
  width: 9%;
}

table.credit-history-table thead tr th:nth-child(4),
table.credit-history-table tbody tr td:nth-child(4) {
  width: 10%;
}

table.credit-history-table thead tr th:nth-child(5),
table.credit-history-table tbody tr td:nth-child(5) {
  width: 10%;
}

table.credit-history-table thead tr th:nth-child(6),
table.credit-history-table tbody tr td:nth-child(6) {
  width: 10%;
}

table.credit-history-table thead tr th:nth-child(7),
table.credit-history-table tbody tr td:nth-child(7) {
  width: 9%;
}

table.credit-history-table thead tr th:nth-child(8),
table.credit-history-table tbody tr td:nth-child(8) {
  width: 12%;
}

table.credit-history-table thead tr th:nth-child(9),
table.credit-history-table tbody tr td:nth-child(9) {
  width: 24%;
}

/*#endregion*/
/*#region Activation State table*/
.list-view .list-view-table table.activation-state td,
.list-view .list-view-table table.activation-state th {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

table.activation-state thead tr th:nth-child(1),
table.activation-state tbody tr td:nth-child(1) {
  width: 25%;
}

table.activation-state thead tr th:nth-child(2),
table.activation-state tbody tr td:nth-child(2) {
  width: 10%;
}

table.activation-state thead tr th:nth-child(3),
table.activation-state tbody tr td:nth-child(3) {
  width: 13%;
}

table.activation-state thead tr th:nth-child(4),
table.activation-state tbody tr td:nth-child(4) {
  width: 25%;
}

table.activation-state thead tr th:nth-child(5),
table.activation-state tbody tr td:nth-child(5) {
  width: 12%;
}

table.activation-state thead tr th:nth-child(6),
table.activation-state tbody tr td:nth-child(6) {
  width: 15%;
}

/*#endregion*/
.interactionview-container .list-view .list-view-table {
  max-width: calc(100vw - 300px);
}

#customers-salesinvoices-filters-turnover-button {
  float: right;
  margin-top: -25px;
}

#companies-customer-details-invoices-grid.list-view .list-view-table table th,
#companies-customer-details-invoices-grid.list-view .list-view-table table td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-firm,
#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-office,
#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-documentType,
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(1),
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(2),
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(3) {
  width: 70px;
}

#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-documentno,
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(4) {
  min-width: 370px;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-journal,
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(6) {
  text-align: center;
  width: 100px;
}

#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-sales,
#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-total,
#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-openamount,
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(7),
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(8),
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(10) {
  text-align: right;
  width: 100px;
}

#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-documentdate,
#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-duedate,
#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-paymentdate,
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(5),
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(9),
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(11) {
  width: 110px;
  text-align: center;
}

#companies-customer-details-invoices-grid.list-view .list-view-table table td.companies-customer-detail-invoices-paymentinfo,
#companies-customer-details-invoices-grid.list-view .list-view-table table th:nth-child(12) {
  min-width: 390px;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

.red {
  color: #ff0000;
}

.meal-voucher-deviation-buttons {
  height: 50px;
}

.feedback-td a {
  color: unset;
  border-style: none;
  text-decoration: none;
}

#customer-credit-request {
  margin-bottom: 50px;
}

.col-md-offset-right-4 {
  margin-right: 33.33333333%;
}

.commercial-temping-info {
  color: rgba(32, 36, 45, 0.7);
  float: right;
  font-size: small;
}

.commercial-temping-info-table-header {
  font-weight: 600;
}

.remove-item-button {
  vertical-align: top;
}

.invoice-parameter-icon {
  color: #20242D;
  border-style: none;
  font-size: 15px;
}

.invoice-parameters-medium {
  color: rgba(32, 36, 45, 0.7);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.invoice-layout-button {
  margin-left: 3px;
}

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

.align-left {
  float: left;
  padding-right: 10px;
}

.align-right {
  float: right;
  padding-left: 10px;
}

p.line {
  border-top: 1px solid;
  margin-top: 5px;
  margin-left: inherit;
  margin-right: inherit;
}

.work-regulation-history {
  bottom: 30px;
}

.imatch-search-page .search-block-first .search-block-btn {
  width: 20%;
  float: left;
}
.imatch-search-page .search-block-first .btn-new-search {
  width: 75%;
  float: left;
}
.imatch-search-page .search-block-first .search-or-text {
  width: 2%;
  float: left;
  text-align: center;
  display: inline-block;
  margin-top: 3px;
}
.imatch-search-page .search-block-first #imatch-search-load-query {
  padding-left: 15px;
}

.imatch-search-page {
  padding-bottom: 55px;
}
.imatch-search-page .content-block-section {
  padding: 8px 0 10px;
}
.imatch-search-page .input-group > .ui-select-bootstrap.dropdown {
  position: relative;
}
.imatch-search-page .input-group > .ui-select-bootstrap.dropdown .ui-select-match {
  height: 28x;
}

#imatch-search-workexpfunction-selectedfunction-edit span {
  text-transform: none;
}

.imatch-search-page .work-function input {
  text-transform: none;
}
.imatch-search-page input.form-control.ui-select-search, .imatch-search-page input.ui-select-search.form-control-file, .imatch-search-page input.ui-select-search.editable-list, .imatch-search-page input.ui-select-search.form-control-static {
  height: 28px;
  min-height: 28px;
}
.imatch-search-page span.btn.btn-default.form-control.ui-select-toggle, .imatch-search-page span.btn.btn-default.ui-select-toggle.form-control-file, .imatch-search-page span.btn.btn-default.ui-select-toggle.editable-list, .imatch-search-page span.btn.btn-default.ui-select-toggle.form-control-static {
  padding-top: 6px;
}
.imatch-search-page .panel-default {
  border: 1px solid #9B9B9B;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(26, 26, 26, 0.7);
          box-shadow: 1px 1px 4px 0px rgba(26, 26, 26, 0.7);
}
.imatch-search-page .panel-default > .panel-heading {
  color: #333333;
  background-color: #eee;
  border-color: #ddd;
}
.imatch-search-page .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #9B9B9B;
}
.imatch-search-page .panel-default .panel-default {
  border: 1px solid #C1C1C1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.imatch-search-page .panel-default .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #C1C1C1;
}
.imatch-search-page .panel-group .panel {
  border-radius: 0px;
}
.imatch-search-page .autocomplete .fillable-list .editable-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #20242D;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  border: 1px solid #FB4B0B;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  clear: none;
}

#list-synonyms ul li div, .list-related-functions ul li div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #20242D;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  border: 1px solid #FB4B0B;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  clear: none;
}

.imatch-search-page .autocomplete .fillable-list .editable-list li .representation {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 4px 5px;
  width: auto;
  font-style: normal;
  background-color: #ffffff;
  font-size: 12px;
}
.imatch-search-page .autocomplete .fillable-list .editable-list li a.remove {
  color: #444;
  border: none;
  padding: 4px 9px;
  background-color: #eee;
  border-left: 1px solid #FB4B0B;
}
.imatch-search-page .autocomplete .fillable-list .editable-list li a.remove:hover {
  color: #FB4B0B;
}
.imatch-search-page .accordion-toggle .fa, .imatch-search-page .accordion-toggle .glyphicon {
  font-size: 23px;
  color: #888888;
}
.imatch-search-page .accordion-toggle button {
  border: none;
  background: transparent;
  outline: none;
}
.imatch-search-page .accordion-toggle button .fa, .imatch-search-page .accordion-toggle button .glyphicon {
  font-size: 18px;
  margin-left: 0;
}
.imatch-search-page .panel-default > div.panel-heading h4 > a {
  display: inherit;
}
.imatch-search-page .search-block {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.imatch-search-page #function-id .panel-body,
.imatch-search-page #location-id .panel-body,
.imatch-search-page #certificate-id .panel-body,
.imatch-search-page #workexperience-id .panel-body,
.imatch-search-page #language-id .panel-body,
.imatch-search-page #screening-id .panel-body,
.imatch-search-page #driverslicense-id .panel-body,
.imatch-search-page #regime-id .panel-body,
.imatch-search-page #education-id .panel-body,
.imatch-search-page #vacationjob-id .panel-body,
.imatch-search-page #vdab-id .panel-body {
  padding: 0;
}
.imatch-search-page .search-block .search-block {
  margin: 0 0 10px;
  border: 1px solid #C1C1C1;
}
.imatch-search-page .search-block .content-block-section .form-group {
  margin-bottom: 0;
}

#list-synonyms ul, .list-related-functions ul {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  max-height: 130px;
  overflow: auto;
}

.imatch-search-page .list-related-functions .accordion-toggle .fa, .imatch-search-page .list-related-functions .accordion-toggle .glyphicon {
  font-size: 15px;
  margin-top: 2px;
}
.imatch-search-page .panel-group .panel + .panel {
  margin-top: 15px;
}
.imatch-search-page .myTranscludedContent .accordion .panel-group {
  margin-bottom: 10px;
}

.list-related-functions .panel-body {
  padding: 0;
}

#list-synonyms ul li {
  list-style: none;
}
#list-synonyms ul li div {
  padding: 4px 5px;
  font-style: normal;
  font-size: 12px;
}

.list-related-functions ul li {
  list-style: none;
}
.list-related-functions ul li div {
  font-style: normal;
}

#search-criteria ul li {
  list-style: none;
  border: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #20242D;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
}

.imatch-search-page {
  display: block;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}
.imatch-search-page #search-criteria ul li .remove-related-function {
  border-left: 1px solid #afafaf;
}
.imatch-search-page .remove-related-function {
  color: #444 !important;
  border: none;
  padding: 4px 9px;
  background-color: #EEEEEE;
  border-left: 1px solid #FB4B0B;
  float: right;
}
.imatch-search-page .text-related-function {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 4px 5px;
  width: auto;
  font-style: normal;
  background-color: #ffffff;
  font-size: 12px;
}
.imatch-search-page .remove-related-function:hover {
  color: #FB4B0B !important;
}
.imatch-search-page .search-criteria {
  float: left;
  width: auto;
  padding: 10px 0px;
  margin: 0px 15px 50px;
  border: 1px solid #898989;
}
.imatch-search-page div#search-criteria {
  margin-top: 10px;
}
.imatch-search-page .btn-primary.disabled, .imatch-search-page .disabled.btn-edit {
  background-color: #FB4B0B;
}
.imatch-search-page .search-buttons .btn, .imatch-search-page .search-buttons .pager > li:not(.disabled) > a {
  margin-left: 10px;
}
.imatch-search-page .driver-licence > div {
  width: 155px;
}
.imatch-search-page .driver-licence div img {
  width: 79px;
  float: left;
}
.imatch-search-page .search-fix {
  position: fixed;
  bottom: 0;
  z-index: 500;
  background-color: #404040;
  width: 100%;
  padding: 15px;
  color: #ffffff;
}
.imatch-search-page .search-buttons {
  float: left;
  width: 100%;
  padding: 7px 0;
  background-color: #404040;
  color: #ffffff;
}
.imatch-search-page .detail-content {
  display: block;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.imatch-result-page .imatch-detail-education-name {
  width: 80% !important;
  -webkit-box-flex: initial;
          flex: initial;
  -ms-flex: 0.85;
}
.imatch-result-page .imatch-detail-education-year {
  width: 20% !important;
  -webkit-box-flex: initial;
          flex: initial;
  -ms-flex: 0.15;
}
.imatch-result-page .imatch-detail-work-function, .imatch-result-page .imatch-detail-work-company {
  width: 35% !important;
  -webkit-box-flex: initial;
          flex: initial;
  -ms-flex: 0.5;
}
.imatch-result-page .imatch-detail-work-startdt, .imatch-result-page .imatch-detail-work-stopdt {
  width: 15% !important;
  -webkit-box-flex: initial;
          flex: initial;
  -ms-flex: 0.2;
}

.imatch-search-page .change-label label {
  width: 20%;
}
.imatch-search-page .change-input-group .input-group {
  width: 60%;
}
.imatch-search-page .top-label-change label {
  width: 40%;
  padding-left: 0;
}
.imatch-search-page .change-input-group {
  padding-left: 0;
}
.imatch-search-page .detail-content {
  padding-bottom: 45px !important;
}
.imatch-search-page .search-block-custom-button {
  padding-right: 0;
}
.imatch-search-page .search-block-custom-button button.btn.btn-block.btn-primary.mr10, .imatch-search-page .search-block-custom-button button.btn.btn-block.mr10.btn-edit {
  padding: 8px;
}
.imatch-search-page .search-block-custom-button button.btn.btn-block.btn-primary.mr10:hover, .imatch-search-page .search-block-custom-button button.btn.btn-block.mr10.btn-edit:hover {
  background: #ffffff;
  color: #FB4B0B;
}
.imatch-search-page #search-buttons button.btn.btn-primary:hover, .imatch-search-page #search-buttons button.btn.btn-edit:hover {
  background: #ffffff;
  color: #FB4B0B;
}
.imatch-search-page .panel-heading {
  color: #404040;
  background-color: #eee;
  border-color: #ddd;
  border-top-color: #C1C1C1;
  padding: 5px 10px;
  border-radius: 0;
}
.imatch-search-page .left-side-search-page {
  margin-top: 5px;
}
.imatch-search-page .search-block-first {
  padding: 10px 0;
  background-color: #404040;
  margin: 0;
  border: 0;
  color: #ffffff;
}
.imatch-search-page .imatch-Search-SearchText {
  padding: 0px 10px;
}

div.right-sidebar {
  border: 1px solid #C1C1C1;
  margin-top: 10px;
}

.imatch-result-page div.right-sidebar {
  border: 1px solid #C1C1C1;
  position: fixed;
  right: 0;
  background: #404040;
  color: #ffffff;
  top: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 20%;
  z-index: 5001;
}
.imatch-result-page .right-sidebar .right-side-header {
  border-bottom: 1px solid #C1C1C1;
  background-color: #404040;
  padding-top: 1px;
  float: left;
  width: 100%;
}

.left-sidebottom-button {
  padding-top: 15px;
  padding-bottom: 15px;
}

.right-sidebar h5 {
  color: #FB4B0B;
}
.right-sidebar .the-block {
  border-top: 1px solid #C1C1C1;
  margin: 0 10px;
  word-wrap: break-word;
}
.right-sidebar .right-side-header {
  border-bottom: 1px solid #C1C1C1;
  background-color: #EEEEEE;
  padding-top: 1px;
  float: left;
  width: 100%;
}
.right-sidebar .right-side-header h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 15px;
}
.right-sidebar .right-side-header .content-block-section {
  padding: 0;
}
.right-sidebar .right-side-header .btn.btn-success, .right-sidebar .right-side-header .pager > li:not(.disabled) > a.btn-success, .right-sidebar .right-side-header .btn.btn-primary, .right-sidebar .right-side-header .pager > li:not(.disabled) > a.btn-primary, .right-sidebar .right-side-header .btn.btn-edit, .right-sidebar .right-side-header .pager > li:not(.disabled) > a.btn-edit {
  float: left;
  margin-bottom: 10px;
}
.right-sidebar .right-side-header .btn.btn-success .fa, .right-sidebar .right-side-header .pager > li:not(.disabled) > a.btn-success .fa, .right-sidebar .right-side-header .btn.btn-success .glyphicon, .right-sidebar .right-side-header .pager > li:not(.disabled) > a.btn-success .glyphicon {
  font-size: 16px;
}

.looking-for {
  padding: 10px 25px;
}

.imatch-search-page a:hover {
  color: #FB4B0B;
}

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

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

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

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

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

.mt7 {
  margin-top: 7px;
}

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

.imatch-search-page ul li {
  list-style: none;
}

.imatch-result-page ul li {
  list-style: none;
}
.imatch-result-page .panel-default > div.panel-heading h4 > a {
  display: inherit;
}
.imatch-result-page .panel-default > div.panel-heading h4 > a:hover {
  color: #FB4B0B;
}
.imatch-result-page .right-sidebar .right-side-header .btn.btn-edit:hover, .imatch-result-page .right-sidebar .right-side-header .pager > li:not(.disabled) > a.btn-edit:hover, .imatch-result-page .left-sidebar button.btn.btn-xs.btn-block.btn-primary:hover, .imatch-result-page .left-sidebar .btn-group-xs > button.btn.btn-block.btn-primary:hover, .imatch-result-page .left-sidebar button.btn.btn-xs.btn-block.btn-edit:hover, .imatch-result-page .left-sidebar .btn-group-xs > button.btn.btn-block.btn-edit:hover {
  background: #ffffff;
  color: #FB4B0B;
}

input[type=checkbox].flag-icon {
  display: none;
}
input[type=checkbox].flag-icon + label:before {
  font-family: FontAwesome;
  content: "\f11d";
}
input[type=checkbox].flag-icon:checked + label:before {
  font-family: FontAwesome;
  content: "\f024";
}

.common-left-bar {
  border: 1px solid #C1C1C1;
  padding: 0;
  margin-bottom: 10px;
  background-color: #F5F5F5;
}

.left-sidebar {
  background-color: #F5F5F5;
  position: fixed;
  left: 0;
  z-index: 2;
  width: 200px;
  background: #404040;
  color: #ffffff;
  overflow-y: auto;
  width: 20%;
  overflow-x: hidden;
  padding: 0;
  min-height: 330px;
}
.left-sidebar .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #404040;
  border-color: #ddd;
}
.left-sidebar .panel-group .panel {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

#left-right-sidebar {
  padding: 0;
  min-height: 330px;
  border-left: 1px solid #dcdcdc;
  margin-left: -1px;
  background-color: #ffffff;
}

.left-sidebar {
  border-right: 1px solid #dcdcdc;
}
.left-sidebar .panel-group {
  margin-bottom: 0;
  margin-top: -1px;
}
.left-sidebar .row h4 {
  padding-left: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
}
.left-sidebar .row h4 i {
  cursor: pointer;
  margin-right: 10px;
}
.left-sidebar .row h4 i.fa-times {
  font-size: 14px;
  margin-right: 7px;
  font-weight: lighter;
  color: #ABAAAA;
  margin-top: 1px;
}
.left-sidebar .panel-default > div.panel-heading {
  min-height: 29px;
}

.common-left-bar table tr {
  min-height: 30px;
}

.imatch-result-page .detail-content, .imatch-search-page .detail-content {
  padding: 10px 20px 0;
}

.imatch-result-page .list-view .list-view-table {
  margin: 0;
}
.imatch-result-page .right-left-sidebar .list-view .list-view-table {
  margin: 0;
}

.common-left-bar table td {
  line-height: 15px;
  padding: 7px 8px;
}

.left-sidebar .panel-title {
  margin-top: 1px;
  font-size: 15px;
}
.left-sidebar .panel-title .fa-chevron-down, .left-sidebar .panel-title .glyphicon.glyphicon-chevron-down {
  margin-top: 1px;
  font-size: 15px;
}

#left-right-sidebar .list-view {
  margin: 0;
}
#left-right-sidebar .toolbar {
  margin-top: 5px;
  padding-bottom: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  padding-right: 8px;
  padding-left: 2px;
}
#left-right-sidebar .item-count {
  padding-top: 6px;
}
#left-right-sidebar header {
  padding: 7px 10px 7px 15px;
  border-bottom: 1px solid #C1C1C1;
  background: whitesmoke;
}

.right-side-header .fa-times {
  margin-top: 15px;
  font-size: 15px;
  color: #ABAAAA;
  cursor: pointer;
  margin-right: 4px;
}

.right-left-sidebar .follow-up-information {
  display: none;
}

.scroll-hide {
  overflow: hidden !important;
}

#left-right-sidebar .list-view .list-view-table table thead, table.for-header thead {
  background-color: #F5F5F5;
  font-size: 15px;
}
#left-right-sidebar .list-view .list-view-table table thead tr th, table.for-header thead tr th {
  padding-top: 7px;
  font-weight: 600;
}

.history-modal-grid .list-view .toolbar {
  display: none;
}

.imatch-result-page .accordion .myTranscludedContent table {
  border: 1px solid #E7E6EB;
  margin: 0;
}
.imatch-result-page .right-left-sidebar .accordion .myTranscludedContent table {
  margin: 0;
}

table.for-header tbody {
  max-height: 400px;
  float: left;
  overflow-x: auto;
  overflow-y: initial;
}

.left-modal-history {
  border: 1px solid #E7E6EB;
  max-height: 430px;
  overflow-x: auto;
}

.left-modal-history .the-block {
  padding: 0 10px;
}

.history-modal-grid .grid-no-toolbar.list-view {
  margin-top: 0px;
  min-height: 430px;
}

.history-modal-grid .list-view .empty-msg.alert {
  margin: 0 15px;
}

.history-modal-grid {
  border-right: 1px solid #E7E6EB;
  height: 430px;
  overflow-x: visible;
  overflow-y: initial;
}

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

.right-left-sidebar .content-block-section {
  padding: 10px 0 0;
}

.imatch-result-page .accordion .myTranscludedContent table thead {
  background-color: #F9F9F9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E6EB;
}
.imatch-result-page .accordion .myTranscludedContent table thead .ng-table-filters {
  display: none;
}
.imatch-result-page .accordion .myTranscludedContent table thead th {
  border: none !important;
}

.disable {
  background-color: #EBEBEB;
  color: #B4B4B4;
  opacity: 0.8;
}
.disable a {
  background-color: #EBEBEB;
  color: #B4B4B4;
  pointer-events: none;
}
.disable span {
  background: none !important;
}

.orange {
  color: #FB4B0B !important;
}

.fs16 {
  font-size: 16px;
}

.search-function .fillable-list .input-group button.btn.btn-default {
  padding: 5px 10px;
  border: 1px solid #C1C1C1;
}
.search-function .fillable-list .input-group span.input-group-btn {
  cursor: pointer;
}

.imatch-result-page .pr0, .imatch-search-page .pr0 {
  padding-right: 0 !important;
}

.imatch-result-page .pl0, .imatch-search-page .pl0 {
  padding-left: 0 !important;
}

.imatch-result-page .pb0, .imatch-search-page .pb0 {
  padding-bottom: 0 !important;
}

.imatch-result-page .candidate-search {
  padding: 0 0 10px 0;
}

.right-side-header .btn-edit {
  width: 100%;
  margin: 10px 0 !important;
}

.enter-comments .col-sm-offset-5 {
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.right-left-sidebar .panel-title {
  margin-top: 0;
}
.right-left-sidebar .panel-title i.fa, .right-left-sidebar .panel-title i.glyphicon {
  margin-top: 1px;
}

.enter-comments-add {
  padding-right: 0;
}
.enter-comments-add ul li a {
  width: 100%;
  padding: 7px;
  height: 28px;
}

.common-left-wrapper {
  padding: 0 15px;
}

.imatch-search-page .striker {
  border: 1px solid #afafaf !important;
}
.imatch-search-page .striker span {
  text-decoration: line-through !important;
  background: #EEE !important;
}
.imatch-search-page .striker a {
  border-left: 1px solid #afafaf !important;
}

.right-left-sidebar .candidate-search .content-header {
  border: 1px solid #dcdcdc;
  min-height: 165px;
}
.right-left-sidebar #candidates-worklist-add {
  margin-top: 20px;
}
.right-left-sidebar .panel-default > div.panel-heading {
  min-height: 30px;
}
.right-left-sidebar .panel-group {
  margin-bottom: 10px;
}
.right-left-sidebar .panel-group .item-count {
  display: none;
}

.imatch-result-page .open-edit-panel {
  position: fixed;
  z-index: 5001;
  right: -5px;
  width: 38px;
  background: #404040;
  top: 60px;
}
.imatch-result-page .open-edit-panel span {
  font-size: 17px;
}
.imatch-result-page .open-left-facet {
  position: fixed;
  z-index: 50;
  left: -5px;
  width: 30px;
  background: #404040;
  height: 30px;
  top: 60px;
  font-size: 17px;
}

.open-edit-panel:hover {
  background-color: #FB4B0B;
  color: #ffffff;
}

.open-left-facet:hover {
  background-color: #FB4B0B;
  color: #ffffff;
}
.open-left-facet:hover i {
  background-color: #FB4B0B;
  color: #ffffff;
}

.right-left-sidebar .grdcontacthistory thead {
  display: none;
}

.imatch-result-page .right-left-sidebar .list-view .list-view-table table td, .imatch-result-page .right-left-sidebar .list-view .list-view-table table th {
  padding: 8px;
}

.right-left-sidebar .table > tbody > tr > td {
  padding: 6px 5px !important;
  line-height: 1.2;
}

.imatch-search-page {
  display: block;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}
.imatch-search-page .detail-content {
  display: block;
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
}

.imatch-result-page .imatch-detail-ch-office {
  width: 45px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.imatch-result-page .imatch-detail-ch-cd {
  width: 90px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.imatch-result-page .imatch-detail-ch-action {
  width: 140px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.imatch-result-page .imatch-detail-ch-info {
  width: auto !important;
  word-break: break-all;
}
.imatch-result-page .common-left-bar .list-view .list-view-table table td, .imatch-result-page .common-left-bar .list-view .list-view-table table th {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.imatch-result-page .common-left-bar .list-view .list-view-table table th.benefitCard, .imatch-result-page .common-left-bar .list-view .list-view-table table td.benefitCard {
  width: 7%;
  -ms-flex: 0.3;
}
.imatch-result-page .common-left-bar .list-view .list-view-table table th.resultName, .imatch-result-page .common-left-bar .list-view .list-view-table table td.resultName {
  width: 36%;
  -ms-flex: 1.5;
}
.imatch-result-page .common-left-bar .list-view .list-view-table table th.resultLocation, .imatch-result-page .common-left-bar .list-view .list-view-table table td.resultLocation {
  width: 25%;
  -ms-flex: 1.1;
}
.imatch-result-page .common-left-bar .list-view .list-view-table table th.resultScreening, .imatch-result-page .common-left-bar .list-view .list-view-table table td.resultScreening {
  width: 17%;
  -ms-flex: 0.8;
}
.imatch-result-page .common-left-bar .list-view .list-view-table table th.resultRelevence, .imatch-result-page .common-left-bar .list-view .list-view-table table td.resultRelevence {
  width: 15%;
  -ms-flex: 0.8;
}
.imatch-result-page th.resultRelevence {
  margin-right: 12px;
}
.imatch-result-page .list-view .list-view-table .pager {
  padding: 10px 0;
}
.imatch-result-page .list-view .list-view-table .pager + .pager {
  padding-top: 0;
}
.imatch-result-page .list-view .empty-msg {
  margin-top: 10px;
}

#left-right-sidebar .list-view .list-view-table table thead th.resultName {
  padding-left: 11px;
}

@media only screen and (max-width: 980px) {
  .change-input-group .input-group {
    float: right !important;
  }
}
@media only screen and (min-height: 901px) and (max-height: 1024px) {
  .common-left-bar table tbody {
    float: left;
    overflow: auto;
  }
  .right-left-sidebar {
    overflow: auto;
  }
  .left-sidebar, .imatch-result-page div.right-sidebar {
    max-height: 795px;
  }
}
@media only screen and (min-height: 768px) and (max-height: 900px) {
  .common-left-bar table tbody {
    float: left;
    overflow: auto;
  }
  .right-left-sidebar {
    overflow: auto;
  }
  .left-sidebar, .imatch-result-page div.right-sidebar {
    max-height: 615px;
  }
}
@media only screen and (max-height: 767px) {
  .common-left-bar table tbody {
    float: left;
    overflow: auto;
  }
  .right-left-sidebar {
    overflow: auto;
  }
  .left-sidebar, .imatch-result-page div.right-sidebar {
    max-height: 510px;
  }
}
.imatch-result-page input[type=range] {
  -webkit-appearance: none;
  margin: 13.8px 0;
  width: 100%;
}

:focus {
  outline: none;
}

::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.4px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
          box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
  background: #FB4B0B;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
          box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
  border: 1px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
}

:focus::-webkit-slider-runnable-track {
  background: #FB4B0B;
}

::-moz-range-track {
  width: 100%;
  height: 12.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
  background: #FB4B0B;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
  border: 1px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

::-ms-track {
  width: 99%;
  height: 12.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

::-ms-fill-lower, ::-ms-fill-upper {
  background: #FB4B0B;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
}

::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0 0 1px #0d0d0d;
  border: 1px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

:focus::-ms-fill-lower {
  background: #FB4B0B;
}

.imatch-result-pagek input[type=range]:focus::-ms-fill-upper {
  background: #FB4B0B;
}

.right-left-sidebar .job-left {
  padding-left: 0;
}

.imatch-result-page .ring-blur {
  top: 45%;
  position: relative;
  display: table;
  width: 100%;
}
.imatch-result-page .splash-blur-full {
  display: block;
  z-index: 5000;
  background: rgba(136, 136, 136, 0.31);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.imatch-result-page .splash-blur-full-no-recs {
  display: block;
  background: #ffffff;
  right: 0;
  left: inherit;
  top: 60px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  text-align: center;
  width: 50%;
  height: 90%;
  margin: 0;
  padding: 10px;
}
.imatch-result-page .splash-blur {
  display: block;
  z-index: 5000;
  background: rgba(136, 136, 136, 0.2);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 60px;
  right: 8px;
  bottom: 0;
  text-align: center;
  width: 49%;
  height: 88%;
}

.orange-bold {
  color: #FB4B0B !important;
  font-weight: bold !important;
  font-style: normal !important;
  border-bottom-color: #FB4B0B !important;
}

.orange-italic {
  font-style: italic !important;
  color: #FB4B0B !important;
  border-bottom-color: #FB4B0B !important;
}

.imatch-search-page .panel-heading .panel-title select {
  height: 28px;
  margin-top: -4px;
  font-size: 13px;
}
.imatch-search-page .search-block .panel-heading .panel-title select {
  margin-top: -5px;
}
.imatch-search-page .other-slim .panel-body {
  padding: 0 15px 0 15px;
}
.imatch-search-page .other-slim .content-block-section {
  padding: 8px 0 6px;
}
.imatch-search-page .act-graduate {
  padding-top: 10px;
}

section.main.module-imatch, section.module-imatch.layout-simple, section.module-imatch.layout-grid, section.module-imatch.layout-detail, section.module-imatch.layout-imatch, section.module-imatch.layout-wizard {
  display: block;
}

.general-header {
  border-bottom: none;
}

#imatch-search-load-query {
  float: right;
  width: 78%;
}

.search-block-first button.btn.btn-block.btn-primary.mr10, .search-block-first button.btn.btn-block.mr10.btn-edit {
  float: left;
  width: 15%;
}

.search-block-first button.btn.btn-primary:hover, .search-block-first button.btn.btn-edit:hover {
  background: #fff;
  color: #ff5800;
}

.circle {
  margin-left: 10px;
  /* padding: 0px 6px; */
  /* border-radius: 11px; */
  /* border: 1px solid #333; */
  /* background: #333; */
  color: #0F0F0F;
  /* font-size: 12px; */
}

.imatch-search-page .accordion-toggle .circle i {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  margin-left: 0;
}

.history-modal-grid .list-view .list-view-table {
  margin: 0;
}

.imatch-search-page .right-sidebar input.form-control, .imatch-search-page .right-sidebar input.form-control-file, .imatch-search-page .right-sidebar input.editable-list, .imatch-search-page .right-sidebar input.form-control-static {
  padding: 0 4px;
}

.imatch-search-page #location-id table tr td:first-child,
.imatch-search-page #certificate-id table tr td:first-child,
.imatch-search-page #workexperience-id table tr td:first-child,
.imatch-search-page #language-id table tr td:first-child {
  padding-left: 0;
}

.imatch-search-page #list-synonyms ul li div {
  padding: 4px 5px;
  font-style: normal;
}

.imatch-result-page .list-view .list-view-table table td {
  border-color: #e7e6eb !important;
}

.imatch-result-page #left-right-sidebar header {
  padding-left: 4px;
}

.imatch-result-page .left-sidebar button.btn.btn-xs.btn-block.btn-primary:hover, .imatch-result-page .left-sidebar .btn-group-xs > button.btn.btn-block.btn-primary:hover, .imatch-result-page .left-sidebar button.btn.btn-xs.btn-block.btn-edit:hover, .imatch-result-page .left-sidebar .btn-group-xs > button.btn.btn-block.btn-edit:hover {
  background: #fff;
  color: #ff5800;
}

.imatch-result-page .left-sidebar {
  -webkit-transition: left 0.5s linear;
  transition: left 0.5s linear;
  top: 50px;
  left: 23px;
  background: #333;
  z-index: 5001;
}
.imatch-result-page .left-sidebar.no-width {
  left: -1000px;
}
.imatch-result-page .left-sidebar .panel-default > .panel-heading {
  background: #333;
}

.imatch-result-page div.right-sidebar {
  -webkit-transition: left 0.5s linear;
  transition: left 0.5s linear;
  border: none;
  position: fixed;
  left: 23px;
  background: #333;
  color: #fff;
  top: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 20%;
  z-index: 5001;
  margin-top: 0;
}
.imatch-result-page div.right-sidebar.no-width {
  left: -1000px;
}

.imatch-result-page .left-btn-panel {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  position: fixed;
  z-index: 5002;
  width: 30px;
  left: -7px;
  top: 50px;
  bottom: 0;
  background: #555;
}
.imatch-result-page .open-edit-panel {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  position: fixed;
  z-index: 5002;
  width: 30px;
  height: 30px;
  background: #555;
  top: 80px;
  left: -7px;
  border-radius: 0;
}
.imatch-result-page .open-edit-panel span {
  font-size: 15px;
  float: left;
}
.imatch-result-page .open-edit-panel:hover {
  background: #333 !important;
}
.imatch-result-page .open-left-facet {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  position: fixed;
  z-index: 5002;
  left: -7px;
  width: 30px;
  background: #555;
  height: 30px;
  top: 110px;
  font-size: 17px;
  border-radius: 0;
}
.imatch-result-page .open-left-facet .fa-filter {
  margin-left: 0.1em;
  font-size: 15px;
  float: left;
}
.imatch-result-page .open-left-facet:hover {
  background: #333 !important;
}
.imatch-result-page .open-left-facet:hover i {
  background: #333 !important;
}
.imatch-result-page .open-right-arrow {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  position: fixed;
  z-index: 5002;
  left: -7px;
  width: 30px;
  background: #555;
  height: 30px;
  top: 50px;
  font-size: 17px;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
}
.imatch-result-page .open-right-arrow .fa-arrow-right {
  margin-left: 0.1em;
  font-size: 15px;
}
.imatch-result-page .open-right-arrow:hover {
  background: #333 !important;
}
.imatch-result-page .open-right-arrow:hover i {
  background: #333 !important;
}
.imatch-result-page .open-left-arrow {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  z-index: 5002;
  left: -50px;
  width: 0;
  background: #555;
  height: 30px;
  top: 50px;
  font-size: 17px;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
}
.imatch-result-page .open-left-arrow .fa-arrow-left {
  margin-left: 0.1em;
  font-size: 15px;
}
.imatch-result-page .open-left-arrow:hover {
  background: #333 !important;
}
.imatch-result-page .open-left-arrow:hover i {
  background: #333 !important;
}

.hidden-btn {
  display: none !important;
}

.imatch-result-page .right-sidebar .right-side-header {
  border-bottom: 1px solid #C1C1C1;
  background-color: #333;
  padding-top: 1px;
  float: left;
  width: 100%;
}

.imatch-result-page .right-sidebar .right-side-header .btn.btn-edit:hover, .imatch-result-page .right-sidebar .right-side-header .pager > li:not(.disabled) > a.btn-edit:hover {
  background: #fff;
  color: #ff5800;
}

.imatch-result-page .common-left-bar {
  border: none;
  padding-left: 6px;
}

.imatch-result-page #left-right-sidebar {
  border: 1px solid #C1C1C1;
}

#nationalProspection-result-grid.list-view .list-view-table table td,
#nationalProspection-result-grid.list-view .list-view-table table th {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

#nationalProspection-result-grid.list-view .list-view-table table th:nth-child(1),
#nationalProspection-result-grid.list-view .list-view-table table td:nth-child(1) {
  -ms-flex: 2;
  width: 45%;
}

#nationalProspection-result-grid.list-view .list-view-table table th:nth-child(2),
#nationalProspection-result-grid.list-view .list-view-table table td:nth-child(2) {
  -ms-flex: 0.8;
  width: 40%;
}

#nationalProspection-result-grid.list-view .list-view-table table th:nth-child(3),
#nationalProspection-result-grid.list-view .list-view-table table td:nth-child(3) {
  -ms-flex: 1.5;
  width: 30%;
}

#nationalProspection-result-grid.list-view .list-view-table table th:nth-child(4),
#nationalProspection-result-grid.list-view .list-view-table table td:nth-child(4) {
  -ms-flex: 1.5;
  width: 25%;
}

.font-large {
  font-size: large;
}

.national-profile-auto-scroll-height {
  overflow-y: scroll;
  height: 100%;
}

fieldset {
  border: 1px solid #e6e8f1;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 5px 10px 10px;
}
fieldset legend {
  padding: 0 8px;
  border: none;
  margin-bottom: 0;
  width: auto;
  font-size: 1rem;
}

.prospection-search-page {
  color: #464646;
  overflow-x: hidden;
  /*add function-id*/
}
.prospection-search-page h4 {
  font-weight: 600;
}
.prospection-search-page .search-block-first .search-block-btn {
  width: 20%;
  float: left;
}
.prospection-search-page .search-block-first .btn-new-search {
  width: 75%;
  float: left;
}
.prospection-search-page .search-block-first .search-or-text {
  width: 2%;
  float: left;
  text-align: center;
  display: inline-block;
  margin-top: 3px;
}
.prospection-search-page .search-block-first #prospection-search-load-query {
  padding-left: 15px;
}
.prospection-search-page > article,
.prospection-search-page > article > div.container-fluid,
.prospection-search-page > article > div.container-fluid > .row {
  height: 100%;
}
.prospection-search-page > article > div.container-fluid > .row > div.content-container {
  height: calc(100% - 48px);
}
.prospection-search-page > article > div.container-fluid > .row > div.content-container .main-detail {
  height: 100%;
}
.prospection-search-page .filter-block {
  padding: 10px 15px 6px 15px;
  background-color: #681c3e;
  margin: 0px 0 0 0;
  border: 0;
  color: #fff;
}
.prospection-search-page #prospection-search-view-selection-filter button {
  width: 19%;
}
.prospection-search-page #prospection-search-view-selection-filter button.btn.btn-default:hover {
  background: #fff;
  color: #ff5800;
}
.prospection-search-page #prospection-search-view-selection-filter button.btn:not(.active) {
  color: #ff5800;
}
.prospection-search-page .detail-content {
  min-height: 0;
  height: auto;
}
.prospection-search-page .content-block-section {
  padding: 8px 0 0;
}
.prospection-search-page #function-id .panel-body {
  padding: 0;
}
.prospection-search-page .search-buttons {
  float: left;
  width: 100%;
  padding: 7px 0;
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-color: #fff;
}
.prospection-search-page .search-buttons .btn, .prospection-search-page .search-buttons .pager > li:not(.disabled) > a {
  margin-left: 10px;
}
.prospection-search-page #search-buttons button.btn.btn-primary:hover, .prospection-search-page #search-buttons button.btn.btn-edit:hover {
  background: #fff;
  color: #ff5800;
}
.prospection-search-page .search-block-first {
  padding: 10px 0px;
  background-color: #681c3e;
  margin: 0px 0 0 0;
  border: 0;
  color: #fff;
}
.prospection-search-page #list-synonyms .search-block {
  float: left;
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.prospection-search-page .customer-search #list-synonyms {
  display: none;
}
.prospection-search-page .search-block .search-block {
  margin: 0px 0px 10px;
  border: 1px solid #c1c1c1;
}
.prospection-search-page .search-block .content-block-section .form-group {
  margin-bottom: 0px;
}
.prospection-search-page .panel-group {
  margin-bottom: 5px;
}
.prospection-search-page .panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
  border-radius: 2px;
}
.prospection-search-page .panel-group .panel + .panel {
  margin-top: 5px;
}
.prospection-search-page .panel-group .panel .panel-default {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.prospection-search-page .panel-group .panel .panel-body {
  background-color: #f7f7f7;
}
.prospection-search-page .panel-group .panel .panel-body h4 {
  font-weight: normal;
}
.prospection-search-page .panel-group .hohr-dropdown .form-control, .prospection-search-page .panel-group .hohr-dropdown .form-control-file, .prospection-search-page .panel-group .hohr-dropdown .editable-list, .prospection-search-page .panel-group .hohr-dropdown .form-control-static,
.prospection-search-page .panel-group .autocomplete .ui-select-bootstrap .ui-select-match,
.prospection-search-page .panel-group .autocomplete .ui-select-bootstrap .ui-select-search {
  height: 35px;
  border-radius: 4px !important;
  line-height: 35px;
}
.prospection-search-page .panel-group .hohr-dropdown .form-control .ui-select-toggle, .prospection-search-page .panel-group .hohr-dropdown .form-control-file .ui-select-toggle, .prospection-search-page .panel-group .hohr-dropdown .editable-list .ui-select-toggle, .prospection-search-page .panel-group .hohr-dropdown .form-control-static .ui-select-toggle,
.prospection-search-page .panel-group .autocomplete .ui-select-bootstrap .ui-select-match .ui-select-toggle,
.prospection-search-page .panel-group .autocomplete .ui-select-bootstrap .ui-select-search .ui-select-toggle {
  border-radius: 4px !important;
}
.prospection-search-page .panel-group .hohr-dropdown .form-control .ui-select-placeholder, .prospection-search-page .panel-group .hohr-dropdown .form-control-file .ui-select-placeholder, .prospection-search-page .panel-group .hohr-dropdown .editable-list .ui-select-placeholder, .prospection-search-page .panel-group .hohr-dropdown .form-control-static .ui-select-placeholder,
.prospection-search-page .panel-group .autocomplete .ui-select-bootstrap .ui-select-match .ui-select-placeholder,
.prospection-search-page .panel-group .autocomplete .ui-select-bootstrap .ui-select-search .ui-select-placeholder {
  line-height: 28px;
}
.prospection-search-page .panel-group .panel {
  border-radius: 0px;
}
.prospection-search-page .panel-body,
.prospection-search-page .panel-heading {
  background: none !important;
  border: none !important;
}
.prospection-search-page .autocomplete .fillable-list .editable-list li .representation,
.prospection-search-page #list-yellowpages-activity ul li .representation {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 4px 5px;
  width: auto;
  font-style: normal;
  background-color: #fff;
  font-size: 12px;
}
.prospection-search-page .autocomplete .fillable-list .editable-list li a.remove,
.prospection-search-page #list-yellowpages-activity li a.remove,
.prospection-search-page .remove-related-function {
  color: #681c3e;
  border: none;
  padding: 4px 9px;
  background: #fff;
}
.prospection-search-page .autocomplete .fillable-list .editable-list li a.remove:hover,
.prospection-search-page #list-yellowpages-activity li a.remove:hover {
  color: #ff5800;
}
.prospection-search-page .accordion-toggle .fa, .prospection-search-page .accordion-toggle .glyphicon {
  font-size: 23px;
  color: #888888;
}
.prospection-search-page .accordion-toggle button .fa, .prospection-search-page .accordion-toggle button .glyphicon {
  font-size: 18px;
  margin-left: 0px;
}
.prospection-search-page .accordion-toggle button {
  border: none;
  background: transparent;
  outline: none;
}
.prospection-search-page .panel-default > div.panel-heading h4 > a {
  display: inherit;
}
.prospection-search-page .list-related-functions .accordion-toggle .fa, .prospection-search-page .list-related-functions .accordion-toggle .glyphicon,
.prospection-search-page #list-yellowpages-activity .accordion-toggle .fa,
.prospection-search-page #list-yellowpages-activity .accordion-toggle .glyphicon {
  font-size: 15px;
  margin-top: 2px;
}
.prospection-search-page .text-related-function {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 4px 5px;
  width: auto;
  font-style: normal;
  background: none;
  font-size: 12px;
}
.prospection-search-page .remove-related-function:hover {
  color: #ff5800 !important;
}
.prospection-search-page .panel-heading {
  color: #333333;
  padding: 4px 15px !important;
  border-radius: 0;
}
.prospection-search-page a:hover {
  color: #ff5800;
}
.prospection-search-page .panel-default > div.panel-heading h4 > a {
  display: inherit;
}
.prospection-search-page .panel-default > div.panel-heading h4 > a:hover {
  color: #ff5800;
}
.prospection-search-page .striker {
  border: 1px solid #afafaf !important;
  background: none !important;
}
.prospection-search-page .striker span {
  text-decoration: line-through !important;
  background: none !important;
  border: none !important;
}
.prospection-search-page .striker a {
  background: none !important;
  border: none !important;
  color: #681c3e !important;
}
.prospection-search-page .right-sidebar {
  margin-right: 15px;
}
.prospection-search-page .right-sidebar input.form-control, .prospection-search-page .right-sidebar input.form-control-file, .prospection-search-page .right-sidebar input.editable-list, .prospection-search-page .right-sidebar input.form-control-static {
  padding: 0 4px;
  font-style: italic;
}
.prospection-search-page .right-sidebar #stored-queries,
.prospection-search-page .right-sidebar #stored-search {
  max-height: 200px;
  overflow: hidden;
}
.prospection-search-page .right-sidebar #stored-queries ul,
.prospection-search-page .right-sidebar #stored-search ul {
  overflow-y: scroll;
  max-height: 200px;
  padding-bottom: 20px;
}
.prospection-search-page .right-sidebar #stored-queries ul li,
.prospection-search-page .right-sidebar #stored-search ul li {
  color: #681c3e;
  cursor: pointer;
  padding: 3px 0;
}
.prospection-search-page .right-sidebar #stored-queries ul li:hover,
.prospection-search-page .right-sidebar #stored-search ul li:hover {
  text-decoration: underline;
  background-color: #fed8ca;
}
.prospection-search-page .right-sidebar #stored-queries ul li .remove-query,
.prospection-search-page .right-sidebar #stored-search ul li .remove-query {
  background-color: #fed8ca;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  float: right;
  text-align: center;
  text-decoration: none;
  color: #fc591f !important;
  border: none;
  margin-right: 5px;
}
.prospection-search-page input.form-control.ui-select-search, .prospection-search-page input.ui-select-search.form-control-file, .prospection-search-page input.ui-select-search.editable-list, .prospection-search-page input.ui-select-search.form-control-static {
  height: 28px;
  min-height: 28px;
}
.prospection-search-page #list-synonyms ul li div {
  padding: 4px 5px;
  font-style: normal;
  font-size: 12px;
}
.prospection-search-page .autocomplete .fillable-list .editable-list {
  background-color: #f7f7f7;
  border-radius: 3px;
  padding: 10px;
  margin-top: 10px;
}
.prospection-search-page #list-yellowpages-activity ul li,
.prospection-search-page .autocomplete .fillable-list .editable-list li,
.prospection-search-page .list-related-functions ul li div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #681c3e;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  border: 1px solid #681c3e;
  background-color: #fff !important;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  clear: none;
  overflow: hidden;
  border-radius: 10px;
  text-transform: uppercase;
}
.prospection-search-page #list-synonyms ul,
.prospection-search-page .list-related-functions ul,
.prospection-search-page #list-yellowpages-activity ul {
  background: #f7f7f7;
  float: left;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  max-height: 130px;
  overflow: auto;
}
.prospection-search-page .action-buttons {
  padding-top: 10px;
}
.prospection-search-page .action-buttons .btn-success {
  background-color: #681c3e !important;
}
.prospection-search-page .right-side {
  margin-top: -50px;
}
.prospection-search-page .right-side .right-sidebar {
  border-radius: 4px;
}
.prospection-search-page .right-side .right-sidebar .right-side-header {
  background-color: #f7f7f7;
  border-radius: 4px 4px 0 0;
}
.prospection-search-page .right-side .right-sidebar .right-side-header .btn-success,
.prospection-search-page .right-side .right-sidebar .right-side-header .btn-primary,
.prospection-search-page .right-side .right-sidebar .right-side-header .btn-edit,
.prospection-search-page .right-side .right-sidebar .right-side-header .btn-save {
  background-color: #681c3e !important;
}
.prospection-search-page .right-side .right-sidebar .content-block {
  background: none;
}
.prospection-search-page .list-related-functions {
  margin-top: -6px;
}
.prospection-search-page .prospection-candidate-header.content-header .side-information .key-info {
  background: #f7f7f7;
}
.prospection-search-page .prospection-candidate-header .autocomplete .ui-select-bootstrap .ui-select-match {
  height: 59px;
}
.prospection-search-page .prospection-candidate-header .autocomplete .ui-select-toggle {
  border-radius: 4px;
}
.prospection-search-page .prospection-candidate-header.content-header {
  width: 75%;
}

#list-synonyms ul li div,
.list-related-functions ul li div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #21252e;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  border: 1px solid #ff5800;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  clear: none;
  overflow: hidden;
}

.prospection-search-page ul li,
.prospection-result-page ul li {
  list-style: none;
}

.prospection-result-page .common-left-bar .list-view .list-view-table table td,
.prospection-result-page .common-left-bar .list-view .list-view-table table th {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.prospection-result-page .common-left-bar .list-view .list-view-table table th.companyName,
.prospection-result-page .common-left-bar .list-view .list-view-table table td.companyName {
  -ms-flex: 2.4;
  width: 50%;
}
.prospection-result-page .common-left-bar .list-view .list-view-table table th.companyStatus,
.prospection-result-page .common-left-bar .list-view .list-view-table table td.companyStatus {
  -ms-flex: 1.7;
  width: 25%;
}
.prospection-result-page .common-left-bar .list-view .list-view-table table th.companyCity,
.prospection-result-page .common-left-bar .list-view .list-view-table table td.companyCity {
  -ms-flex: 1.7;
  width: 25%;
}
.prospection-result-page th.companyCity {
  margin-right: 12px;
}

#Comments-Add div.enter-comments {
  padding-left: 0;
}

#prospection-yellow-tree .splash-blur {
  text-align: center;
  top: 40%;
  left: 44%;
  position: absolute;
}

#prospection-yellow-tree .tree-scroll {
  max-height: 400px;
  min-height: 200px;
  overflow: auto;
}

.prospection-search-page #yellowpagesactivity-id .panel-body {
  padding: 0;
}

.prospection-result-page .candidate-search div.content-header div.main-information dl.meta-info dd {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 20px;
}

.prospection-result-page div.right-sidebar {
  -webkit-transition: left 0.5s linear;
  transition: left 0.5s linear;
  border: none;
  position: fixed;
  left: 23px;
  background: #333;
  color: #fff;
  top: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 20%;
  z-index: 5001;
  margin-top: 0;
}
.prospection-result-page div.right-sidebar.no-width {
  left: -1000px;
}

.prospection-result-page .right-sidebar .right-side-header {
  border-bottom: 1px solid #c1c1c1;
  background-color: #333;
  padding-top: 1px;
  float: left;
  width: 100%;
}

.prospection-result-page .panel-default > div.panel-heading h4 > a {
  display: inherit;
}

.prospection-result-page .panel-default > div.panel-heading h4 > a:hover {
  color: #ff5800;
}

.prospection-result-page .right-sidebar .right-side-header .btn.btn-edit:hover, .prospection-result-page .right-sidebar .right-side-header .pager > li:not(.disabled) > a.btn-edit:hover {
  background: #fff;
  color: #ff5800;
}

.prospection-result-page .left-sidebar button.btn.btn-xs.btn-block.btn-primary:hover, .prospection-result-page .left-sidebar .btn-group-xs > button.btn.btn-block.btn-primary:hover, .prospection-result-page .left-sidebar button.btn.btn-xs.btn-block.btn-edit:hover, .prospection-result-page .left-sidebar .btn-group-xs > button.btn.btn-block.btn-edit:hover {
  background: #fff;
  color: #ff5800;
}

.prospection-result-page .detail-content {
  padding: 10px 20px 0;
}

.prospection-result-page .list-view .list-view-table {
  margin: 0;
}

.prospection-result-page .right-left-sidebar .list-view .list-view-table {
  margin: 0;
}

.prospection-result-page accordion .myTranscludedContent table,
.history-modal-grid .grid-no-toolbar.list-view {
  border: 1px solid #e7e6eb;
  margin: 0;
}

.prospection-result-page .right-left-sidebar accordion .myTranscludedContent table {
  margin: 0;
}

.prospection-result-page accordion .myTranscludedContent table thead {
  background-color: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e6eb;
}

.prospection-result-page accordion .myTranscludedContent table thead .ng-table-filters {
  display: none;
}

.prospection-result-page accordion .myTranscludedContent table thead th {
  border: none !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.prospection-result-page .pb0 .pb0 {
  padding-bottom: 0 !important;
}

/*.prospection-result-page .right-left-sidebar .list-view .list-view-table table td,
.prospection-result-page .right-left-sidebar .list-view .list-view-table table th {
    padding: 8px !important;
}*/
.prospection-result-page .list-view .list-view-table .pager {
  padding: 10px 0;
}

.prospection-result-page .list-view .list-view-table .pager + .pager {
  padding-top: 0;
}

.prospection-result-page .empty-msg {
  margin-top: 10px;
  background-color: #e6e8f1;
}

.prospection-result-page input[type=range] {
  -webkit-appearance: none;
  margin: 13.8px 0;
  width: 100%;
}

.prospection-result-page input[type=range]:focus {
  outline: none;
}

.prospection-result-page input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.4px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
          box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #ff5800;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

.prospection-result-page input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
          box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
}

.prospection-result-page input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ff5800;
}

.prospection-result-page input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #ff5800;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

.prospection-result-page input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

.prospection-result-page input[type=range]::-ms-track {
  width: 99%;
  height: 12.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.prospection-result-page input[type=range]::-ms-fill-lower {
  background: #ff5800;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

.prospection-result-page input[type=range]::-ms-fill-upper {
  background: #ff5800;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

.prospection-result-page input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

.prospection-result-page input[type=range]:focus::-ms-fill-lower {
  background: #ff5800;
}

.prospection-result-pagek input[type=range]:focus::-ms-fill-upper {
  background: #ff5800;
}

.right-left-sidebar .job-left {
  padding-left: 0;
}

.prospection-result-page .ring-blur {
  position: absolute;
  display: table;
  width: 100%;
}

.prospection-result-page .splash-blur-full {
  display: block;
  z-index: 5000;
  background: rgba(104, 28, 62, 0.31);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100vh;
}
.prospection-result-page .splash-blur-full .ring-blur {
  top: 33%;
}

.prospection-result-page .splash-blur-full-no-recs {
  display: block;
  background: #ffffff;
  right: 0;
  left: inherit;
  top: 10px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 57.8%;
  margin: 0px;
  padding: 10px;
}

.prospection-result-page .splash-blur-full-no-recs-header {
  display: block;
  background: #ffffff;
  right: 0;
  left: inherit;
  top: 100px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 57.8%;
  margin: 0px;
  padding: 10px;
}

.prospection-result-page .splash-blur {
  display: block;
  z-index: 5000;
  background: rgba(136, 136, 136, 0.2);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 8px;
  bottom: 0;
  text-align: center;
  width: 57.8%;
}
.prospection-result-page .splash-blur .ring-blur {
  top: 45%;
}

.prospection-result-page .splash-blur-header {
  display: block;
  z-index: 5000;
  background: rgba(136, 136, 136, 0.2);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100px;
  right: 8px;
  bottom: 0;
  text-align: center;
  width: 57.8%;
}

.prospection-result-page {
  overflow: hidden;
  position: fixed;
}

#Comments-Add .editable-block {
  padding-left: 0;
  padding-right: 0;
}

#Follow-up-Add .editable-block {
  padding-left: 0;
  padding-right: 0;
}

.user-details-table tr td.numbers {
  width: 12%;
}

.user-details-table tr td.text {
  width: 80%;
}

.cursor-pointer {
  cursor: pointer;
}

.prospection-result-page ul li {
  list-style: none;
}

.prospection-result-page .list-related-functions ul li div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #21252e;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  border: 1px solid #afafaf;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  clear: none;
}

.prospection-result-page .text-related-function {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 4px 5px;
  width: auto;
  font-style: normal;
  background-color: #fff;
  font-size: 12px;
}

.prospection-result-page .remove-related-function {
  color: #444 !important;
  border: none;
  padding: 4px 9px;
  background-color: #eee;
  border-left: 1px solid #afafaf;
  float: right;
}

.prospection-search-page #jointcommittee-id .panel-body {
  padding: 0;
}

.prospection-search-page .prospection-candidate-header.content-header {
  padding: 10px 0 0;
  margin-bottom: 3px;
}

.prospection-result-page .prospection-candidate-header.content-header {
  padding: 0;
  margin-bottom: 10px;
}

.prospection-candidate-header .info-icons {
  padding-top: 20px;
}

.p0 {
  padding: 0;
}

.prospection-candidate-header .remove-candidate-padding {
  padding: 14px 0 0;
}

.prospection-candidate-header .candidate-img-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.prospection-search-page .prospection-candidate-header .candidate-img-padding {
  padding-top: 1px;
}

.prospection-candidate-header .meta-info {
  margin: 5px 0 0;
}

.prospection-candidate-header .meta-info dd.city-name:first-of-type,
.prospection-candidate-header .meta-info dd.city-name {
  margin-right: 15px;
  width: 35%;
}

.prospection-candidate-header .meta-info dd.contact-number {
  text-align: right;
  width: 45%;
}

.prospection-candidate-header .candidate-name {
  font-size: 20px;
}

.prospection-candidate-header .meta-info dd.city-name a {
  padding: 0;
}

.prospection-candidate-header .ui-select-match-text {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .prospection-candidate-header.content-header .side-information {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .prospection-candidate-header.content-header .main-information {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.prospection-candidate-header .autocomplete .ui-select-bootstrap .ui-select-match {
  height: 59px;
}

.prospection-candidate-header .caret {
  display: none;
}

.prospection-candidate-header dd.icon,
.prospection-candidate-header dd.icon:first-of-type {
  margin-right: 15px;
}

.prospection-candidate-header .autocomplete .ui-select-bootstrap .ui-select-choices-row.active > a,
.prospection-candidate-header .autocomplete .ui-select-bootstrap .ui-select-choices-row.active > a:hover {
  background: none;
}

.prospection-candidate-header img.img-thumbnail {
  width: 55px;
  height: 47px;
}

.prospection-candidate-header .candidate-details {
  padding: 0 0 0 5px;
}

.prospection-candidate-header .candidate-details-menu {
  padding: 0 0 0 15px;
}

.prospection-search-page #location-customer-id .panel-body {
  padding: 0;
}

.prospection-candidate-header .ui-select-choices-row {
  height: 55px;
  border-bottom: 1px solid #eee;
}

.prospection-candidate-header i.location-arrow-right-padding {
  padding-right: 5px;
}

.prospection-candidate-header span.text-muted {
  padding-top: 14px;
}

.prospection-candidate-header input.form-control.ui-select-search, .prospection-candidate-header input.ui-select-search.form-control-file, .prospection-candidate-header input.ui-select-search.editable-list, .prospection-candidate-header input.ui-select-search.form-control-static {
  height: 59px !important;
}

.prospection-candidate-header.content-header .side-information .key-info ul {
  display: block;
}

.prospection-candidate-header.content-header .side-information .key-info ul li div.value {
  overflow: hidden;
  text-overflow: ellipsis;
}

.prospection-candidate-header.content-header .side-information .key-info ul li {
  padding-left: 0;
  padding-right: 0;
}

.prospection-candidate-header.content-header .side-information .key-info {
  background: #eee;
}

.prospection-candidate-header .candidatebox {
  height: 59px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  margin-bottom: 4px;
}

.prospection-result-page .prospection-detail-ch-office {
  width: 10%;
}

.prospection-result-page .prospection-detail-ch-ad {
  width: 15%;
}

.prospection-result-page .prospection-detail-ch-action {
  width: 10%;
}

.prospection-result-page .prospection-detail-ch-info {
  width: 30%;
}

.prospection-result-page .prospection-detail-ch-feedback {
  width: 35%;
}

.prospection-search-page #search-criteria ul li {
  list-style: none;
  border: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #20242D;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  border-radius: 10px;
  background: none !important;
}
.prospection-search-page #search-criteria ul li .remove-related-function {
  border-left: none;
  background: none !important;
}
.prospection-search-page .search-criteria {
  float: left;
  padding: 0 0 10px 0;
  margin: 0 0 50px;
}
.prospection-search-page div#search-criteria {
  margin-top: 10px;
}
.prospection-search-page .detail-content {
  padding: 20px 0 50px;
}

.no-left-margin div.editable-block {
  margin-left: 0;
}

.follow-up-timing td:nth-child(2) {
  display: none;
}

.follow-up-timing tr:nth-child(2) td:nth-child(1) {
  width: 110px;
  padding-left: 40px;
}

.follow-up-timing tr:nth-child(2) td:nth-child(1) input,
.follow-up-timing tr:nth-child(2) td:nth-child(3) input {
  min-height: 28px;
  height: 28px;
}

.follow-up-timing tr:nth-child(1),
.follow-up-timing tr:nth-child(3) {
  display: none;
}

.follow-up-timing td a {
  border: none;
}

.follow-up-timing tr:nth-child(2) td {
  padding-top: 2px;
}

.pt10 {
  padding-top: 10px;
}

.fontsize16 {
  font-size: 16px;
}

.prospection-result-page .datepicker .editable-block {
  margin-left: 0px;
  width: 100%;
}

.mt15 {
  margin-top: 15px;
}

.prospection-result-page .followupTextArea textarea {
  height: 50px;
  min-height: 50px;
}

.prospection-history-modal.history-modal-grid .list-view .empty-msg.alert {
  margin-top: 15px;
}

.prospection-result-page .label_top_3 {
  padding-top: 3px;
}

#prospection-search-load-query {
  float: right;
  width: 78%;
}

.header-groom {
  background: #fff;
  z-index: 2;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
}

.prospection-candidate-header input {
  background: #fff;
}

.prospection-candidate-header .autocomplete .form-control, .prospection-candidate-header .autocomplete .form-control-file, .prospection-candidate-header .autocomplete .editable-list, .prospection-candidate-header .autocomplete .form-control-static {
  background: #fff;
}

.prospection-result-page select.form-control:focus, .prospection-result-page select.form-control-file:focus, .prospection-result-page select.editable-list:focus, .prospection-result-page select.form-control-static:focus {
  width: 100%;
  position: relative;
}

.prospection-result-page .input-group .ui-select-match {
  height: 28px;
}

.prospection-result-page input[type=text] {
  min-height: 0;
  height: 28px;
}

.prospection-result-page .contract-box {
  display: inline-block;
  border: 1px solid #afafaf;
  padding: 4px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 30px;
}

.prospection-search-page span.ui-select-toggle,
.prospection-result-page span.ui-select-toggle {
  overflow: visible;
}

.search-block .panel-heading {
  border-bottom: 1px solid #c1c1c1;
}

.textArea {
  font-size: 12px;
}

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

.uib-datepicker table {
  width: auto;
}

.hours input.fromHour,
.hours input.toHour {
  height: 28px;
  text-align: center;
}

.prospection-result-page .follow-up-list .list-related-functions ul {
  margin-top: -2px;
}

.no-left-padding {
  padding-left: 0;
}

.prospection-result-page .contact-details .gender-align-right .btn-group {
  width: auto;
  float: right;
}
.prospection-result-page .contact-details .editable-block {
  padding-left: 0;
  width: 64.6%;
}
.prospection-result-page .contact-details .control-label {
  width: 35.4%;
}

.mb-27 {
  margin-bottom: -27px;
}

.prospection-candidate-header.content-header .side-information .key-info.under-contract {
  background: #ff5800;
}

.prospection-result-page .right-left-sidebar .candidate-search-box .content-header {
  min-height: 0;
  display: block;
}
.prospection-result-page .right-left-sidebar .candidate-search-box .content-header .side-information {
  margin-top: 24px;
}

.prospection-result-page .contact-person-details-new ul li a.btn-secondary, .prospection-result-page .contact-person-details-new ul li a.btn-cancel, .prospection-result-page .contact-person-details-new ul .pager > li:not(.disabled) > a {
  margin-top: 20px;
  margin-bottom: -20px;
}

.prospection-result-page .dq-alignment {
  padding-right: 10px;
  text-align: right;
  margin: 6px 0 0;
}

.left-modal-history {
  margin-bottom: 5px;
}
.left-modal-history .candidatebox {
  overflow: hidden;
  padding: 5px;
}
.left-modal-history .candidatebox .candidate-img-padding {
  padding-left: 0;
  padding-right: 0;
}
.left-modal-history .candidatebox .candidate-img-padding img.img-thumbnail {
  width: 55px;
  height: 47px;
}
.left-modal-history .candidatebox .candidate-details {
  padding-right: 0;
  padding-left: 5px;
}
.left-modal-history .candidatebox .candidate-details .candidate-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}
.left-modal-history .candidatebox .candidate-details .candidate-name a {
  border: none;
}
.left-modal-history .candidatebox .candidate-details .candidate-name a:hover {
  color: #333;
}
.left-modal-history .candidatebox .candidate-details .city-name {
  width: 45%;
}
.left-modal-history .candidatebox .candidate-details .city-name .location-arrow-right-padding {
  padding-right: 5px;
}
.left-modal-history .candidatebox .candidate-details .contact-number {
  width: 45%;
  padding-right: 5px;
}

.prospection-result-page .customer-rating span {
  float: right;
}

.prospection-result-page .dq-alignment {
  text-align: right;
}

.prospection-result-page .customer-rating {
  display: none;
}

.prospection-result-page .left-sidebar {
  -webkit-transition: left 0.5s linear;
  transition: left 0.5s linear;
  top: 50px;
  left: 23px;
  background: #333;
  z-index: 5001;
}
.prospection-result-page .left-sidebar.no-width {
  left: -1000px;
}
.prospection-result-page .left-sidebar .panel-default > .panel-heading {
  background: #333;
}

.prospection-result-page .left-btn-panel {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  position: fixed;
  z-index: 5002;
  width: 30px;
  left: -7px;
  top: 50px;
  bottom: 0;
  background: #555;
}
.prospection-result-page .open-edit-panel {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  position: fixed;
  z-index: 5002;
  width: 30px;
  height: 30px;
  background: #555;
  top: 80px;
  left: -7px;
  border-radius: 0;
}
.prospection-result-page .open-edit-panel span {
  font-size: 15px;
  float: left;
}
.prospection-result-page .open-edit-panel:hover {
  background: #333 !important;
}
.prospection-result-page .open-left-facet {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  position: fixed;
  z-index: 5002;
  left: -7px;
  width: 30px;
  background: #555;
  height: 30px;
  top: 110px;
  font-size: 17px;
  border-radius: 0;
}
.prospection-result-page .open-left-facet .fa-filter {
  margin-left: 0.1em;
  font-size: 15px;
  float: left;
}
.prospection-result-page .open-left-facet:hover {
  background: #333 !important;
}
.prospection-result-page .open-left-facet:hover i {
  background: #333 !important;
}
.prospection-result-page .open-right-arrow {
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  position: fixed;
  z-index: 5002;
  left: -7px;
  width: 30px;
  background: #555;
  height: 30px;
  top: 50px;
  font-size: 17px;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.prospection-result-page .open-right-arrow .fa-arrow-right {
  margin-left: 0.1em;
  font-size: 15px;
}
.prospection-result-page .open-right-arrow:hover {
  background: #333 !important;
}
.prospection-result-page .open-right-arrow:hover i {
  background: #333 !important;
}
.prospection-result-page .open-left-arrow {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: fixed;
  z-index: 5002;
  left: -50px;
  width: 0;
  background-color: #555 !important;
  height: 30px;
  top: 50px;
  font-size: 17px;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.prospection-result-page .open-left-arrow .fa-arrow-left {
  margin-left: 0.1em;
  font-size: 15px;
}
.prospection-result-page .open-left-arrow:hover {
  background: #333 !important;
}
.prospection-result-page .open-left-arrow:hover i {
  background: #333 !important;
}

.hidden-btn {
  display: none !important;
}

.pl5 {
  padding-left: 5px;
}

.pl2 {
  padding-left: 2px;
}

.facet-left-panel {
  left: 268px !important;
}

#filter-text {
  display: inline-block;
  margin-top: -4px;
  font-size: 15px;
}

.rating-facet {
  vertical-align: text-top;
  display: inline-block;
  padding-left: 3px;
}

.new-vacature-button {
  position: static !important;
  margin: 0px;
  margin-top: -28px;
  margin-left: 5px !important;
}

.copy-contract {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #21252e;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  border: 1px solid #afafaf;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  clear: none;
}

.text-related-function {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 4px 5px;
  width: auto;
  font-style: normal;
  background-color: #fff;
  font-size: 12px;
}

.remove-related-function {
  color: #444 !important;
  border: none;
  padding: 4px 9px;
  background-color: #eeeeee;
  border-left: 1px solid #afafaf;
  float: right;
}

.contract-modal-scroll {
  max-height: 500px;
  overflow: auto;
  min-height: 200px;
}

div.contract-modal-scroll input {
  min-height: 28px;
  border-width: 1px !important;
}

.mt5 {
  margin-top: 5px;
}

.splash-blur-modal {
  display: block;
  z-index: 5000;
  background: rgba(136, 136, 136, 0.31);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.splash-blur-modal .ring-blur {
  top: 25%;
  position: absolute;
  display: table;
  width: 100%;
}

.prospection-search-page .filter-out ul li span.representation {
  text-decoration: line-through;
}

.pt4 {
  padding-top: 4px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.line-through {
  text-decoration: line-through;
}

.prospection-result-page .common-left-bar {
  border: none;
  padding-left: 25px;
}
.prospection-result-page #left-right-sidebar {
  border: 1px solid #c1c1c1;
}
.prospection-result-page .content-header .info-wrapper {
  padding-left: 20px;
}

.prospection-result-page .candidate-search-box .candidate-search {
  overflow: visible;
}

.follow-up-modal .follow-up-vacancy .input-group .ui-select-match {
  height: 53px;
}

.follow-up-modal .follow-up-vacancy input.form-control.ui-select-search, .follow-up-modal .follow-up-vacancy input.ui-select-search.form-control-file, .follow-up-modal .follow-up-vacancy input.ui-select-search.editable-list, .follow-up-modal .follow-up-vacancy input.ui-select-search.form-control-static {
  height: 53px;
}

.follow-up-vacancy .text-muted {
  padding-top: 14px;
}

.follow-up-modal .follow-up-vacancy span.ui-select-match-text {
  width: 100%;
}

.follow-up-modal .follow-up-vacancy span div span:nth-child(1) {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.follow-up-modal .follow-up-vacancy span div span:nth-child(2) {
  display: inline-block;
  width: 20%;
}
.follow-up-modal .follow-up-vacancy span div span:nth-child(3) {
  display: inline-block;
  width: 30%;
}

.follow-up-modal .follow-up-vacancy span div:nth-child(2) {
  padding-top: 5px;
}

.follow-up-modal .followup-row-height {
  height: 57px;
}
.follow-up-modal .followup-row-height .follow-up-lable {
  padding-top: 10px;
}
.follow-up-modal .followup-row-height .follow-up-toggle {
  padding-top: 10px;
}
.follow-up-modal .followup-row-height .follow-up-vacancy a.btn-link {
  margin-top: -37px;
}

#prospection-leads-grid .col-function {
  width: 20%;
}

#prospection-leads-grid .col-location {
  width: 25%;
}

#prospection-leads-grid .col-office {
  width: 15%;
}

#prospection-leads-grid .col-created {
  width: 15%;
}

#prospection-leads-grid .col-status {
  width: 25%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table td,
.prospection-result-page .vacancy-result-table.list-view .list-view-table table th {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table th:nth-child(1),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table td:nth-child(1) {
  -ms-flex: 1.75;
  width: 33%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table th:nth-child(2),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table td:nth-child(2) {
  -ms-flex: 0.5;
  width: 12%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table th:nth-child(3),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table td:nth-child(3) {
  -ms-flex: 0.75;
  width: 15%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table th:nth-child(4),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table td:nth-child(4) {
  -ms-flex: 0.75;
  width: 15%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table th:nth-child(5),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table td:nth-child(5) {
  -ms-flex: 0.5;
  width: 10%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table th:nth-child(6),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table td:nth-child(6) {
  -ms-flex: 0.75;
  width: 15%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column th:nth-child(1),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column td:nth-child(1) {
  -ms-flex: 2;
  width: 40%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column th:nth-child(2),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column td:nth-child(2) {
  -ms-flex: 0.5;
  width: 10%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column th:nth-child(3),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column td:nth-child(3) {
  -ms-flex: 0.75;
  width: 15%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column th:nth-child(4),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column td:nth-child(4) {
  -ms-flex: 1;
  width: 20%;
}

.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column th:nth-child(5),
.prospection-result-page .vacancy-result-table.list-view .list-view-table table.five-column td:nth-child(5) {
  -ms-flex: 0.75;
  width: 15%;
}

.table-responsive {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.vacancy-result-table div.list-view-table {
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.vacancy-result-table div.list-view-table ul.dropdown-menu {
  left: auto;
  right: 0;
  padding: 0;
}
.vacancy-result-table div.list-view-table ul.dropdown-menu li a {
  border: none;
  padding: 10px 25px;
  font-size: 13px;
}

.related-function-name {
  line-height: 20px;
  font-weight: bold;
  padding-left: 20px;
}

.spaced-out {
  padding-left: 50px;
  text-decoration: underline;
}

.same-height {
  min-height: 26px;
}

.pl10 {
  padding-left: 10px;
}

#prospection-profile.layout-grid {
  padding-top: 0;
}
#prospection-profile.layout-grid .radio-buttons .col-sm-offset-5 {
  margin-left: 0;
}
#prospection-profile.layout-grid table.overview-table th,
#prospection-profile.layout-grid table.overview-table td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: none;
  color: #20242d;
}
#prospection-profile.layout-grid table.overview-table th:nth-child(1),
#prospection-profile.layout-grid table.overview-table td:nth-child(1) {
  width: 20%;
  -ms-flex: 1;
}
#prospection-profile.layout-grid table.overview-table th:nth-child(2),
#prospection-profile.layout-grid table.overview-table td:nth-child(2) {
  width: 10%;
  -ms-flex: 0.5;
}
#prospection-profile.layout-grid table.overview-table th:nth-child(3),
#prospection-profile.layout-grid table.overview-table td:nth-child(3) {
  width: 70%;
  -ms-flex: 3.5;
}
#prospection-profile.layout-grid table.overview-table td {
  font-weight: normal;
}
#prospection-profile.layout-grid table.overview-table td .content-container {
  white-space: normal;
}
#prospection-profile.layout-grid table.overview-table td .content-container .yellow-box-container {
  max-height: 120px;
  overflow: auto;
}
#prospection-profile.layout-grid table.overview-table td .content-container .yellow-box-container .yellowpage-box {
  display: inline-block;
  border: 1px solid #ff5800;
  padding: 4px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#prospection-profile.layout-grid table.overview-table tr.active {
  background: #ff8a4d;
  color: #fff;
}
#prospection-profile.layout-grid table.overview-table tr:not(.active):hover td {
  background: #ffd7c2;
}

#prospection-profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#prospection-profile .list-view {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.content-header.prospection-candidate-header .main-information a#candidates-worklist-add {
  border-color: #43a5d9;
  border-style: solid;
  border-width: 0 0 1px;
  color: #237dac;
  text-decoration: none;
}
.content-header.prospection-candidate-header .main-information a#candidates-worklist-add i {
  font-size: 13px;
}

.follow-up-scroll .btn-group > .btn.active, .follow-up-scroll .pager > li.btn-group:not(.disabled) > a.active {
  z-index: 0;
}
.follow-up-scroll .content-header.prospection-candidate-header {
  margin-bottom: 0;
}
.follow-up-scroll .content-header.prospection-candidate-header .info-wrapper {
  display: block;
  padding-left: 0;
}
.follow-up-scroll .content-header.prospection-candidate-header .info-wrapper .main-information {
  padding-bottom: 0;
  padding-top: 0;
  padding: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.prospection-result-page #left-right-sidebar header {
  padding-left: 4px;
}

.prospection-candidate-header.header-with-todo .info-icons {
  padding-top: 7px;
}

.prospection-result-page .main-information .col-md-9 {
  z-index: 2;
}

#prospection-profile .content-header {
  display: block;
}

.prospection-result-page .unit-grid-table.list-view .list-view-table table td,
.prospection-result-page .unit-grid-table.list-view .list-view-table table th {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.prospection-result-page .unit-grid-table.list-view .list-view-table table th:nth-child(1),
.prospection-result-page .unit-grid-table.list-view .list-view-table table td:nth-child(1) {
  -ms-flex: 1.12;
  width: 15%;
}

.prospection-result-page .unit-grid-table.list-view .list-view-table table th:nth-child(2),
.prospection-result-page .unit-grid-table.list-view .list-view-table table td:nth-child(2) {
  -ms-flex: 0.35;
  width: 5%;
}

.prospection-result-page .unit-grid-table.list-view .list-view-table table th:nth-child(3),
.prospection-result-page .unit-grid-table.list-view .list-view-table table td:nth-child(3) {
  -ms-flex: 2.45;
  width: 35%;
}

.prospection-result-page .unit-grid-table.list-view .list-view-table table th:nth-child(4),
.prospection-result-page .unit-grid-table.list-view .list-view-table table td:nth-child(4) {
  -ms-flex: 1.89;
  width: 27%;
}

.prospection-result-page .unit-grid-table.list-view .list-view-table table th:nth-child(5),
.prospection-result-page .unit-grid-table.list-view .list-view-table table td:nth-child(5) {
  -ms-flex: 0.42;
  width: 6%;
}

.prospection-result-page .unit-grid-table.list-view .list-view-table table th:nth-child(6),
.prospection-result-page .unit-grid-table.list-view .list-view-table table td:nth-child(6) {
  -ms-flex: 0.42;
  width: 6%;
}

.prospection-result-page .unit-grid-table.list-view .list-view-table table th:nth-child(7),
.prospection-result-page .unit-grid-table.list-view .list-view-table table td:nth-child(7) {
  -ms-flex: 0.42;
  width: 8%;
}

.prospection-result-page .yello-page-filter-scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.prospection-result-grid-red {
  background: #fdc1c1;
}

.customer-part-of-clustomer-purple {
  background: #d9caf7;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.prospection-result-page .scraped-grid-table.list-view .list-view-table table td,
.prospection-result-page .scraped-grid-table.list-view .list-view-table table th {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.prospection-result-page .scraped-grid-table.list-view .list-view-table table th:nth-child(1),
.prospection-result-page .scraped-grid-table.list-view .list-view-table table td:nth-child(1) {
  -ms-flex: 2.45;
  width: 35%;
}

.prospection-result-page .scraped-grid-table.list-view .list-view-table table th:nth-child(2),
.prospection-result-page .scraped-grid-table.list-view .list-view-table table td:nth-child(2) {
  -ms-flex: 1.4;
  width: 20%;
}

.prospection-result-page .scraped-grid-table.list-view .list-view-table table th:nth-child(3),
.prospection-result-page .scraped-grid-table.list-view .list-view-table table td:nth-child(3) {
  -ms-flex: 1.7;
  width: 25%;
}

.prospection-result-page .scraped-grid-table.list-view .list-view-table table th:nth-child(4),
.prospection-result-page .scraped-grid-table.list-view .list-view-table table td:nth-child(4) {
  -ms-flex: 0.42;
  width: 6%;
}

.prospection-result-page .scraped-grid-table.list-view .list-view-table table th:nth-child(5),
.prospection-result-page .scraped-grid-table.list-view .list-view-table table td:nth-child(5) {
  -ms-flex: 0.42;
  width: 8%;
}

.prospection-result-page {
  color: #464646 !important;
}
.prospection-result-page h3,
.prospection-result-page h1,
.prospection-result-page h2 {
  color: #464646 !important;
  border-bottom-color: #464646 !important;
}
.prospection-result-page .right-sidebar .btn-success,
.prospection-result-page .right-sidebar .btn-primary,
.prospection-result-page .right-sidebar .btn-edit,
.prospection-result-page .right-sidebar .btn-save,
.prospection-result-page .right-sidebar .btn.active,
.prospection-result-page .right-sidebar .pager > li:not(.disabled) > a.active {
  background-color: #681c3e;
}
.prospection-result-page .right-sidebar h5 {
  color: #681c3e;
  font-weight: bold;
}
.prospection-result-page .btn-secondary:hover, .prospection-result-page .btn-cancel:hover, .prospection-result-page .pager > li:not(.disabled) > a:hover {
  background-color: #e6e8f1;
}
.prospection-result-page tr.active {
  background: rgba(251, 75, 11, 0.6) !important;
}
.prospection-result-page .common-left-bar {
  height: 100vh;
  background: #fff;
}
.prospection-result-page .common-left-bar .btn-success,
.prospection-result-page .common-left-bar .btn-primary,
.prospection-result-page .common-left-bar .btn-edit,
.prospection-result-page .common-left-bar .btn-save,
.prospection-result-page .common-left-bar .btn.active,
.prospection-result-page .common-left-bar .pager > li:not(.disabled) > a.active {
  background-color: #681c3e;
}
.prospection-result-page .common-left-bar h1 {
  font-size: 2em;
  padding: 10px;
  font-weight: 600;
  border-bottom: 1px solid #e6e8f1;
  margin-bottom: 0;
}
.prospection-result-page .common-left-bar .blocked-customer {
  background-color: #f7f7f7;
}
.prospection-result-page .common-left-bar #candidate-detail {
  padding: 10px;
  border-bottom: 3px solid #681c3e;
}
.prospection-result-page .common-left-bar #candidate-detail .contact-icons {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.prospection-result-page .common-left-bar #candidate-detail .contact-icons li {
  border: 1px solid #fed8ca;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fed8ca;
  margin-left: 5px;
}
.prospection-result-page .common-left-bar #candidate-detail .contact-icons li a {
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #fc591f !important;
  text-align: center;
  border: none;
}
.prospection-result-page .common-left-bar #candidate-detail .contact-icons li .icon-mobile a {
  font-size: 16px;
}
.prospection-result-page .common-left-bar #left-right-sidebar {
  padding: 0 10px;
  border: none;
}
.prospection-result-page .common-left-bar #left-right-sidebar .toolbar,
.prospection-result-page .common-left-bar #left-right-sidebar tr td:first-of-type,
.prospection-result-page .common-left-bar #left-right-sidebar tr th:first-of-type {
  padding-left: 20px;
}
.prospection-result-page .common-left-bar .companyName,
.prospection-result-page .common-left-bar #candidate-detail h2 {
  font-size: 1.2em;
  display: inline-block;
}
.prospection-result-page .common-left-bar .companyName a,
.prospection-result-page .common-left-bar #candidate-detail h2 a {
  text-decoration: none;
  color: #464646;
  font-weight: bolder;
  border: none;
}
.prospection-result-page .common-left-bar .companyName a:hover,
.prospection-result-page .common-left-bar #candidate-detail h2 a:hover {
  border-bottom: 1px solid #464646;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table {
  border-top: 1px solid #e6e8f1;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table thead {
  background: none !important;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table thead th {
  font-weight: normal;
  font-size: 1em;
  padding-top: 2px;
  font-weight: 600;
  width: auto !important;
  border-right: 2px solid #e6e8f1;
  margin: 5px 0 5px;
  border-bottom: none;
  background: none;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table thead th:first-of-type, .prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table thead th:last-of-type {
  border-right: none;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody {
  overflow-y: scroll;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr {
  min-height: 50px;
  border-bottom: 1px solid #e6e8f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table-collapsed--collapse-row {
  max-height: 0;
  min-height: 0;
  border: none;
  overflow: hidden;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table-collapsed--collapse-row:hover {
  background: none;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table-collapsed--collapse-row .candidate-search-box {
  margin-left: 15px;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table-collapsed--collapse-row .candidate-search {
  padding: 5px;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table-collapsed--collapse-row .candidate-search div.content-header {
  padding: 0;
  border: none;
  margin: 0;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table-collapsed--collapse-row .candidate-search div.content-header .detail-link {
  font-weight: normal;
  font-size: 1em;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table-collapsed--collapse-row.table-collapsed--expanded {
  max-height: none;
  min-height: auto;
  border-bottom: 1px solid #e6e8f1;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table-collapsed--collapse-row.table-collapsed--expanded td {
  width: 100%;
  padding: 0;
  padding-left: 0 !important;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table-collapsed--collapse-row.table-collapsed--expanded td:hover {
  background: none;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table--main-row td {
  line-height: 50px;
  background: none;
  border-bottom: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table--main-row td.active {
  background: none;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table--main-row td.companyName {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table--main-row td.prospectionAction {
  text-align: right;
  padding-right: 10px;
  max-width: 30px;
  text-overflow: clip;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table--main-row td:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody tr.table--main-row td:last-of-type > span {
  border-left: 1px solid #e6e8f1;
  display: block;
  height: 30px;
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody .action-icon {
  color: #fc591f !important;
  background: #fed8ca;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody .action-icon i {
  width: 16px;
  height: 16px;
  text-align: center;
}
.prospection-result-page .common-left-bar .customer-table.list-view .list-view-table table tbody .action-icon.action-icon--greyed {
  color: #e6e8f1 !important;
  background: rgba(230, 232, 241, 0.4);
}
.prospection-result-page .right-left-sidebar {
  scroll-behavior: smooth;
  background-color: #fbfafc;
}
.prospection-result-page .right-left-sidebar .btn-success,
.prospection-result-page .right-left-sidebar .btn-primary,
.prospection-result-page .right-left-sidebar .btn-edit,
.prospection-result-page .right-left-sidebar .btn-save,
.prospection-result-page .right-left-sidebar .btn.active,
.prospection-result-page .right-left-sidebar .pager > li:not(.disabled) > a.active {
  background-color: #681c3e;
}
.prospection-result-page .right-left-sidebar .content-block {
  background-color: transparent;
}
.prospection-result-page .right-left-sidebar h3 {
  margin: 0;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-weight: bold;
}
.prospection-result-page .right-left-sidebar h2 {
  font-weight: bold;
  font-size: 1.4em;
}
.prospection-result-page .right-left-sidebar #followups > h2 + button {
  margin-top: 10px;
}
.prospection-result-page .right-left-sidebar thead tr {
  background-color: #f5f6f9;
}
.prospection-result-page .right-left-sidebar tr {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1px;
  width: 100%;
}
.prospection-result-page .right-left-sidebar tr .empty-msg {
  border-radius: 4px;
}
.prospection-result-page .right-left-sidebar tr td {
  border: none;
}
.prospection-result-page .right-left-sidebar tr.active td {
  background: none !important;
}
.prospection-result-page .right-left-sidebar .alert tr {
  border: none;
  margin: inherit;
  background-color: inherit;
  display: inherit;
}
.prospection-result-page .right-left-sidebar .list-related-functions ul {
  background: none;
  max-height: none;
}
.prospection-result-page .right-left-sidebar .list-related-functions ul li div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #681c3e;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4615;
  width: auto;
  float: left;
  border: 1px solid #681c3e;
  background-color: #fff !important;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 0;
  clear: none;
  overflow: hidden;
  border-radius: 10px;
}
.prospection-result-page .right-left-sidebar .list-related-functions ul li div i {
  color: #681c3e;
}
.prospection-result-page .right-left-sidebar .list-related-functions ul li div .list-related-functions ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  max-height: 130px;
  overflow: auto;
  background-color: transparent;
}
.prospection-result-page .right-left-sidebar .list-related-functions ul li div .remove-related-function {
  color: #681c3e;
  border: none;
  padding: 4px 9px;
  background: #fff;
}
.prospection-result-page .right-left-sidebar .contract-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #681c3e;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
  padding: 4px 5px;
  width: auto;
  font-style: normal;
  font-size: 12px;
  border: 1px solid #681c3e;
  background-color: #fff !important;
  border-radius: 10px;
}
.prospection-result-page nav {
  background-color: #fbfafc;
  padding-bottom: 5px;
  margin-top: 20px;
}
.prospection-result-page nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6e8f1;
}
.prospection-result-page nav ul li {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  width: 100%;
}
.prospection-result-page nav ul li:before {
  bottom: 0;
  display: block;
  height: 4px;
  width: 100%;
  content: "";
  background-color: #fc591f;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.prospection-result-page nav ul li.active::before {
  opacity: 1;
}
.prospection-result-page .contact-person-details-new .toolbar a.btn-secondary, .prospection-result-page .contact-person-details-new .toolbar a.btn-cancel, .prospection-result-page .contact-person-details-new .toolbar .pager > li:not(.disabled) > a {
  background-color: #681c3e;
  color: #fff;
}
.prospection-result-page #showLeadButton {
  margin-top: 20px;
  background-color: #fb4b0b !important;
}

.prospection-popup .modal-header {
  background: none;
  color: #000;
  text-align: center;
}
.prospection-popup .modal-body {
  min-height: auto;
}
.prospection-popup .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prospection-popup .modal-footer button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.follow-up-modal .modal-body {
  overflow: visible;
}
.follow-up-modal .prospection-candidate-header {
  padding: 0;
}
.follow-up-modal .prospection-candidate-header .info-wrapper {
  width: 100%;
}
.follow-up-modal .prospection-candidate-header .info-wrapper > div {
  width: 100%;
}
.follow-up-modal .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.follow-up-modal .btn-group button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.follow-up-modal #prospection-followup-type .col-xs-12 {
  width: 100%;
}

.prospection-query-modal input {
  width: 100%;
}

#fringe-benefits-selection .splash-blur {
  text-align: center;
  top: 40%;
  left: 44%;
  position: absolute;
}

#fringe-benefits-selection .scroll {
  max-height: 400px;
  min-height: 200px;
  overflow: auto;
}

#fringe-benefits-selection .separator {
  border-bottom: 1px solid #d1d1d1;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bold {
  font-weight: bold;
}

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

.mb0 {
  margin-bottom: 0;
}

.mb4 {
  margin-bottom: 4px;
}

.mt6 {
  margin-top: 6px;
}

.ml8 {
  margin-left: 8px;
}

.pl20 {
  padding-left: 20px !important;
}

.ml26p {
  margin-left: 26%;
}

.ml4 {
  margin-left: 4px;
}

.border0 {
  border: 0;
}

.pos-rel {
  position: relative;
}

.salary-globe-fix {
  position: absolute;
  top: 15%;
  right: 26%;
}

.ml8p {
  margin-left: 8%;
}

.display-inline {
  display: inline;
}

.social-icons .row {
  float: right;
}

.social-icons {
  margin-top: 8px;
}

.social-facebook {
  font-size: 20px;
  color: #375996;
}

.social-linkedin {
  font-size: 20px;
  color: #006bbd;
}

.social-twitter {
  font-size: 20px;
  color: #27c4f2;
}

.social-icons a {
  border: 0;
}

.mt11 {
  margin-top: 11px;
}

.green {
  color: #559a7f;
}

#vacancy-search-grid.list-view .list-view-table table th,
#vacancy-search-grid.list-view .list-view-table table td {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-office,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(1) {
  width: 60px;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-number,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(2) {
  width: 72px;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-title,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(3) {
  min-width: 120px;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-cityOfEmployment,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(4) {
  min-width: 120px;
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-customerName,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(5) {
  min-width: 120px;
  -webkit-box-flex: 0.2;
      -ms-flex: 0.2;
          flex: 0.2;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-dateOfCreation,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(6) {
  width: 112px;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-dateOfModification,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(7) {
  width: 134px;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-zone,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(8) {
  width: 70px;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-type,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(9) {
  width: 98px;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-published,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(10) {
  width: 64px;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-application,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(11) {
  width: 70px;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-vsCount,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(12) {
  width: 30px;
}

#vacancy-search-grid.list-view .list-view-table table td.vacancy-slgs,
#vacancy-search-grid.list-view .list-view-table table th:nth-child(13) {
  width: 36px;
}

.detail-function-template {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
}

.mr8 {
  margin-right: 8px;
}

.pr0 {
  padding-right: 0;
}

#vacancy-detail-authoring-public-function-description textarea {
  min-height: 60px;
}

.discrimination-disclaimer {
  color: #ff5800;
  font-size: 15px;
}

@media only screen and (min-width: 1200px) {
  .content-header.vacancy-detail-header .side-information {
    -ms-flex-preferred-size: calc(68% - 20px);
    flex-basis: calc(68% - 20px);
    width: 68%;
  }
  .content-header.vacancy-detail-header .side-information .key-info li {
    padding: 13px 10px 10px;
  }
  .content-header.vacancy-detail-header .main-information {
    -ms-flex-preferred-size: calc(32% - 20px);
    flex-basis: calc(32% - 20px);
    width: 32%;
  }
  #vacancy-detail-vdab-profile .list-related-functions ul {
    max-height: 260px;
  }
  .vacancy-search-keyword-column {
    max-width: 200px;
  }
}
#vacancy-detail-start-up-form .salary-globe-fix {
  right: 18%;
}

#vacancy-detail-matching-vdab-form ul.list li {
  display: inline-block;
  border: 1px solid #ff5800;
  padding: 4px 5px;
}

section.vacancy-detail {
  display: block;
  -webkit-box-flex: 0;
          flex: 0;
  -ms-flex: none;
}
section.vacancy-detail nav.content-nav {
  -webkit-box-flex: 0;
          flex: 0;
  -ms-flex: none;
}
section.vacancy-detail article.detail-content {
  -webkit-box-flex: 0;
          flex: 0;
  -ms-flex: 0;
  width: 83.3333333333%;
}

.pr2 {
  padding-right: 2px;
}

.list-related-functions ul li div {
  overflow: hidden;
}

.buttons {
  min-width: 100px;
}

@media only screen and (min-width: 1587px) {
  .buttons {
    min-width: 30%;
  }
}
@media only screen and (max-width: 1366px) {
  #vacancy-detail-vdab-profile .text-related-function {
    max-width: 780px;
  }
}
@media only screen and (min-width: 1370px) and (max-width: 1920px) {
  #vacancy-detail-vdab-profile .text-related-function {
    max-width: 1300px;
  }
}
.jobexpectation-halftime div.row {
  margin: 0;
}

#vacancy-detail-authoring-public-form label {
  display: inline;
}

.multimedia-repeat {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.multimedia-main {
  height: 166px;
  width: 298px;
}

.multimedia-background {
  background: #ff5800;
  color: #fff;
  padding-bottom: 8px;
  width: 298px;
}

.multimedia-delete {
  position: relative;
  left: 272px;
  top: 23px;
  background: white;
  color: black;
}

.multi-media-textbox .editable-block {
  width: 100%;
  margin-left: 0;
}

.font-large {
  font-size: large;
}

.multimedia-heading {
  padding: 0 4px;
  height: 27px;
  width: 298px;
}

.multimedia-heading i {
  cursor: default;
}

.fw-600 {
  font-weight: 600;
}

.acircle-100 {
  border-style: none;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.div-circle-wh-70 {
  width: 70px;
  height: 70px;
}

.div-circle-blue {
  background-color: dodgerblue;
  border-radius: 70px 0 0 0;
}

.div-circle-red {
  background-color: red;
  border-radius: 0 70px 0 0;
}

.div-circle-green {
  background-color: forestgreen;
  border-radius: 0 0 0 70px;
}

.div-circle-yellow {
  background-color: yellow;
  border-radius: 0 0 70px 0;
}

.h1-font-color {
  font-size: xx-large;
  color: white;
}

.h1-font-grey {
  font-size: xx-large;
  color: grey;
}

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

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

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

.margin-top-11-important {
  margin-top: 11px !important;
}

.padding-0-important {
  padding: 0px !important;
}

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

.margin-top-11 {
  margin-top: 11px;
}

.margin-top-21-important {
  margin-top: 21px !important;
}

.margin-top-9-important {
  margin-top: 9px !important;
}

.padding0 {
  padding: 0 0 0 6px !important;
}

.opacity {
  opacity: 0.3;
}

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

.auto-scroll-height {
  overflow-y: scroll;
  height: 100%;
}

.vacancy-candidate-popup-info.candidate-search {
  padding: 0;
}
.vacancy-candidate-popup-info.candidate-search div.content-header {
  min-height: 0;
  border-bottom: 1px solid #b3b3b3;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.color-highlight {
  background-color: #ffac80;
}

.vacancy-candidate-popup-info-scroll {
  max-height: 360px;
  overflow: auto;
}

.popup-link {
  cursor: pointer;
}
.popup-link:hover {
  color: #ff5800;
}

.bottom-information-right-section {
  width: 350px !important;
}
.bottom-information-right-section li:nth-child(1) {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
}

.border-style-none {
  border-style: none !important;
}

.padding-top-4 {
  padding-top: 4px;
}

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

.cusrsor-pointer-important {
  cursor: pointer !important;
}

.ml-2 {
  margin-left: -2px;
}

.vacancy-search-who-column {
  width: 183px;
}

.vacancy-search-potential-column {
  width: 90px;
}

#vacancy-search-grid table tr {
  max-width: calc(100vw - 40px);
}

.servicecode-settings, .easypay-settings {
  background: #F2F0F0;
  margin: 0;
  margin-bottom: 12px;
}
.servicecode-settings .servicecode-settings-header, .servicecode-settings .easypay-settings-header, .easypay-settings .servicecode-settings-header, .easypay-settings .easypay-settings-header {
  background-color: #FB4B0B;
  padding-top: 4px;
  padding-bottom: 4px;
}
.servicecode-settings .servicecode-settings-header h3, .servicecode-settings .easypay-settings-header h3, .easypay-settings .servicecode-settings-header h3, .easypay-settings .easypay-settings-header h3 {
  display: inline;
  color: #ffffff;
  padding-right: 10px;
}
.servicecode-settings h3, .easypay-settings h3 {
  border-bottom: none;
}
.servicecode-settings .content-block, .easypay-settings .content-block {
  background: inherit;
}

.management-pensionpremium-detail-area {
  width: 26%;
  position: inherit;
  float: left;
}

.management-pensionpremium-detail-percentage {
  width: 15%;
  position: inherit;
  float: left;
}

#pension-premium-grid.list-view .list-view-table table tr.management-pensionpremium-nonactive {
  color: rgba(32, 36, 45, 0.7);
}

.remove-caret .caret {
  display: none;
}

a.removecss {
  padding: 0px !important;
  display: inline !important;
}

#interaction-new-customer-contact-person .autocomplete-edit[disabled=disabled] i.caret.pull-right + a.btn-link {
  display: none;
}

input[type=checkbox] {
  accent-color: #FB4B0B;
}

#temporaryUnemploymentFirstDayMonitoringTable td, #temporaryUnemploymentFirstDayMonitoringTable th, #socialSecurityMonitoringTable td, #socialSecurityMonitoringTable th, #temporaryUnemploymentMonitoringTable td, #temporaryUnemploymentMonitoringTable th {
  text-align: center;
}

#socialSecurityMonitoringTable td:nth-of-type(7), #socialSecurityMonitoringTable td:nth-of-type(9), #socialSecurityMonitoringTable td:nth-of-type(12), #socialSecurityMonitoringTable th:nth-of-type(7), #socialSecurityMonitoringTable th:nth-of-type(9), #socialSecurityMonitoringTable th:nth-of-type(12), #socialSecurityApiMonitoringTable td:nth-of-type(7), #socialSecurityApiMonitoringTable td:nth-of-type(9), #socialSecurityApiMonitoringTable td:nth-of-type(12), #socialSecurityApiMonitoringTable th:nth-of-type(7), #socialSecurityApiMonitoringTable th:nth-of-type(9), #socialSecurityApiMonitoringTable th:nth-of-type(12), #temporaryUnemploymentMonitoringTable td:nth-of-type(7), #temporaryUnemploymentMonitoringTable td:nth-of-type(9), #temporaryUnemploymentMonitoringTable td:nth-of-type(12), #temporaryUnemploymentMonitoringTable th:nth-of-type(7), #temporaryUnemploymentMonitoringTable th:nth-of-type(9), #temporaryUnemploymentMonitoringTable th:nth-of-type(12) {
  min-width: 150px;
  max-width: 130px;
}
#socialSecurityMonitoringTable td:nth-of-type(8), #socialSecurityMonitoringTable td:nth-of-type(10), #socialSecurityMonitoringTable td:nth-of-type(13), #socialSecurityMonitoringTable th:nth-of-type(8), #socialSecurityMonitoringTable th:nth-of-type(10), #socialSecurityMonitoringTable th:nth-of-type(13), #socialSecurityApiMonitoringTable td:nth-of-type(8), #socialSecurityApiMonitoringTable td:nth-of-type(10), #socialSecurityApiMonitoringTable td:nth-of-type(13), #socialSecurityApiMonitoringTable th:nth-of-type(8), #socialSecurityApiMonitoringTable th:nth-of-type(10), #socialSecurityApiMonitoringTable th:nth-of-type(13), #temporaryUnemploymentMonitoringTable td:nth-of-type(8), #temporaryUnemploymentMonitoringTable td:nth-of-type(10), #temporaryUnemploymentMonitoringTable td:nth-of-type(13), #temporaryUnemploymentMonitoringTable th:nth-of-type(8), #temporaryUnemploymentMonitoringTable th:nth-of-type(10), #temporaryUnemploymentMonitoringTable th:nth-of-type(13) {
  max-width: 48px;
  min-width: 30px;
}
#socialSecurityMonitoringTable td:nth-of-type(11), #socialSecurityMonitoringTable td:nth-of-type(14), #socialSecurityMonitoringTable th:nth-of-type(11), #socialSecurityMonitoringTable th:nth-of-type(14), #socialSecurityApiMonitoringTable td:nth-of-type(11), #socialSecurityApiMonitoringTable td:nth-of-type(14), #socialSecurityApiMonitoringTable th:nth-of-type(11), #socialSecurityApiMonitoringTable th:nth-of-type(14), #temporaryUnemploymentMonitoringTable td:nth-of-type(11), #temporaryUnemploymentMonitoringTable td:nth-of-type(14), #temporaryUnemploymentMonitoringTable th:nth-of-type(11), #temporaryUnemploymentMonitoringTable th:nth-of-type(14) {
  max-width: 56px;
  min-width: 25px;
}
#socialSecurityMonitoringTable td button.btn-secondary, #socialSecurityMonitoringTable td button.btn-cancel, #socialSecurityApiMonitoringTable td button.btn-secondary, #socialSecurityApiMonitoringTable td button.btn-cancel, #temporaryUnemploymentMonitoringTable td button.btn-secondary, #temporaryUnemploymentMonitoringTable td button.btn-cancel {
  padding: 2px 3px;
}
#socialSecurityMonitoringTable .error, #socialSecurityApiMonitoringTable .error, #temporaryUnemploymentMonitoringTable .error {
  color: red;
}

#socialSecurityMonitoringTable td:nth-of-type(1), #socialSecurityMonitoringTable th:nth-of-type(1) {
  max-width: 100px;
  min-width: 70px;
}
#socialSecurityMonitoringTable td:nth-of-type(2), #socialSecurityMonitoringTable td:nth-of-type(5), #socialSecurityMonitoringTable th:nth-of-type(2), #socialSecurityMonitoringTable th:nth-of-type(5) {
  max-width: 80px;
  min-width: 60px;
}
#socialSecurityMonitoringTable td:nth-of-type(3), #socialSecurityMonitoringTable th:nth-of-type(3) {
  max-width: 90px;
  min-width: 50px;
}
#socialSecurityMonitoringTable td:nth-of-type(6), #socialSecurityMonitoringTable th:nth-of-type(6) {
  max-width: 185px;
}
#socialSecurityMonitoringTable td:nth-of-type(4), #socialSecurityMonitoringTable th:nth-of-type(4) {
  min-width: 150px;
  max-width: 130px;
}
#socialSecurityMonitoringTable td:nth-of-type(14), #socialSecurityMonitoringTable th:nth-of-type(14) {
  max-width: 90px;
  min-width: 70px;
}

#socialSecurityApiMonitoringTable td:nth-of-type(1), #socialSecurityApiMonitoringTable th:nth-of-type(1) {
  max-width: 140px;
  min-width: 80px;
}
#socialSecurityApiMonitoringTable td:nth-of-type(2), #socialSecurityApiMonitoringTable th:nth-of-type(2) {
  max-width: 70px;
  min-width: 50px;
}
#socialSecurityApiMonitoringTable td:nth-of-type(5), #socialSecurityApiMonitoringTable th:nth-of-type(5) {
  min-width: 190px;
}

#temporaryUnemploymentMonitoringTable td:nth-of-type(1), #temporaryUnemploymentMonitoringTable th:nth-of-type(1) {
  max-width: 80px;
  min-width: 70px;
}
#temporaryUnemploymentMonitoringTable td:nth-of-type(2), #temporaryUnemploymentMonitoringTable th:nth-of-type(2) {
  max-width: 60px;
  min-width: 50px;
}
#temporaryUnemploymentMonitoringTable td:nth-of-type(3), #temporaryUnemploymentMonitoringTable th:nth-of-type(3) {
  max-width: 150px;
  min-width: 130px;
}
#temporaryUnemploymentMonitoringTable td:nth-of-type(4), #temporaryUnemploymentMonitoringTable td:nth-of-type(5), #temporaryUnemploymentMonitoringTable th:nth-of-type(4), #temporaryUnemploymentMonitoringTable th:nth-of-type(5) {
  max-width: 100px;
  min-width: 90px;
}
#temporaryUnemploymentMonitoringTable td:nth-of-type(6), #temporaryUnemploymentMonitoringTable th:nth-of-type(6) {
  max-width: 75px;
  min-width: 60px;
}

#temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(1), #temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(2), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(1), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(2) {
  max-width: 80px;
  min-width: 70px;
}
#temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(3), #temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(4), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(3), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(4) {
  max-width: 80px;
  min-width: 60px;
}
#temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(5), #temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(6), #temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(7), #temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(9), #temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(12), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(5), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(6), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(7), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(9), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(12) {
  min-width: 150px;
  max-width: 130px;
}
#temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(8), #temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(10), #temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(13), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(8), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(10), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(13) {
  max-width: 45px;
  min-width: 30px;
}
#temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(11), #temporaryUnemploymentFirstDayMonitoringTable td:nth-of-type(14), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(11), #temporaryUnemploymentFirstDayMonitoringTable th:nth-of-type(14) {
  max-width: 30px;
  min-width: 25px;
}