@charset "UTF-8";
/**********************************************************************************************************/
/**********************************************************************************************************/
/*! 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; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
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: #000; }

/**
 * 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 {
  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"] {
  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 */
  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 #c0c0c0;
  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; }

/*! jQuery UI - v1.12.1 - 2021-06-11
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: left;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #008CBA; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: left;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #008CBA; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }
table.dataTable > tbody > tr.child ul {
  font-size: 1em; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  position: absolute !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute; }

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative; }

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-tooltipReferenceLayer {
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.introjs-helperNumberLayer {
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white; }

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.introjs-tooltip {
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap; }

/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
.introjs-button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px; }

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3; }

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4); }

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  margin-right: 5px;
  color: #7a7a7a; }

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none; }

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

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

.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none; }

.introjs-bullets ul li a:hover {
  background: #999; }

.introjs-bullets ul li a.active {
  background: #999; }

.introjs-progress {
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1; }

.introjs-progressbar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px; }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57); }

.introjs-hint-pulse {
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.introjs-hint-dot {
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0; }

.vis .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Must be displayed above for example selected Timeline items */
  z-index: 10; }

.vis-active {
  box-shadow: 0 0 10px #86d5f8; }

/* override some bootstrap styles screwing up the timelines css */
.vis [class*="span"] {
  min-height: 0;
  width: auto; }

div.vis-configuration {
  position: relative;
  display: block;
  float: left;
  font-size: 12px; }

div.vis-configuration-wrapper {
  display: block;
  width: 700px; }

div.vis-configuration-wrapper::after {
  clear: both;
  content: "";
  display: block; }

div.vis-configuration.vis-config-option-container {
  display: block;
  width: 495px;
  background-color: white;
  border: 2px solid #f7f8fa;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px; }

div.vis-configuration.vis-config-button {
  display: block;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  background-color: #f7f8fa;
  border: 2px solid #ceced0;
  border-radius: 4px;
  margin-top: 20px;
  left: 10px;
  padding-left: 5px;
  cursor: pointer;
  margin-bottom: 30px; }

div.vis-configuration.vis-config-button.hover {
  background-color: #4588e6;
  border: 2px solid #214373;
  color: white; }

div.vis-configuration.vis-config-item {
  display: block;
  float: left;
  width: 495px;
  height: 25px;
  vertical-align: middle;
  line-height: 25px; }

div.vis-configuration.vis-config-item.vis-config-s2 {
  left: 10px;
  background-color: #f7f8fa;
  padding-left: 5px;
  border-radius: 3px; }

div.vis-configuration.vis-config-item.vis-config-s3 {
  left: 20px;
  background-color: #e4e9f0;
  padding-left: 5px;
  border-radius: 3px; }

div.vis-configuration.vis-config-item.vis-config-s4 {
  left: 30px;
  background-color: #cfd8e6;
  padding-left: 5px;
  border-radius: 3px; }

div.vis-configuration.vis-config-header {
  font-size: 18px;
  font-weight: bold; }

div.vis-configuration.vis-config-label {
  width: 120px;
  height: 25px;
  line-height: 25px; }

div.vis-configuration.vis-config-label.vis-config-s3 {
  width: 110px; }

div.vis-configuration.vis-config-label.vis-config-s4 {
  width: 100px; }

div.vis-configuration.vis-config-colorBlock {
  top: 1px;
  width: 30px;
  height: 19px;
  border: 1px solid #444444;
  border-radius: 2px;
  padding: 0px;
  margin: 0px;
  cursor: pointer; }

input.vis-configuration.vis-config-checkbox {
  left: -5px; }

input.vis-configuration.vis-config-rangeinput {
  position: relative;
  top: -5px;
  width: 60px;
  /*height:13px;*/
  padding: 1px;
  margin: 0;
  pointer-events: none; }

input.vis-configuration.vis-config-range {
  /*removes default webkit styles*/
  -webkit-appearance: none;
  /*fix for FF unable to apply focus style bug */
  border: 0px solid white;
  background-color: rgba(0, 0, 0, 0);
  /*required for proper track sizing in FF*/
  width: 300px;
  height: 20px; }

input.vis-configuration.vis-config-range::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #dedede;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dedede 0%, #c8c8c8 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(99%, #c8c8c8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dedede 0%, #c8c8c8 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dedede 0%, #c8c8c8 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dedede 0%, #c8c8c8 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dedede 0%, #c8c8c8 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c8c8c8',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #999999;
  box-shadow: #aaaaaa 0px 0px 3px 0px;
  border-radius: 3px; }

input.vis-configuration.vis-config-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #14334b;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #3876c2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3876c2 0%, #385380 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3876c2), color-stop(100%, #385380));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3876c2 0%, #385380 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3876c2 0%, #385380 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3876c2 0%, #385380 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3876c2 0%, #385380 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3876c2', endColorstr='#385380',GradientType=0 );
  /* IE6-9 */
  box-shadow: #111927 0px 0px 1px 0px;
  margin-top: -7px; }

input.vis-configuration.vis-config-range:focus {
  outline: none; }

input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track {
  background: #9d9d9d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9d9d9d 0%, #c8c8c8 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d9d9d), color-stop(99%, #c8c8c8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9d9d9d 0%, #c8c8c8 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9d9d9d 0%, #c8c8c8 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9d9d9d 0%, #c8c8c8 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9d9d9d 0%, #c8c8c8 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#c8c8c8',GradientType=0 );
  /* IE6-9 */ }

input.vis-configuration.vis-config-range::-moz-range-track {
  width: 300px;
  height: 10px;
  background: #dedede;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dedede 0%, #c8c8c8 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dedede), color-stop(99%, #c8c8c8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dedede 0%, #c8c8c8 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dedede 0%, #c8c8c8 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dedede 0%, #c8c8c8 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dedede 0%, #c8c8c8 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c8c8c8',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #999999;
  box-shadow: #aaaaaa 0px 0px 3px 0px;
  border-radius: 3px; }

input.vis-configuration.vis-config-range::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380; }

/*hide the outline behind the border*/
input.vis-configuration.vis-config-range:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

input.vis-configuration.vis-config-range::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input.vis-configuration.vis-config-range::-ms-fill-lower {
  background: #777;
  border-radius: 10px; }

input.vis-configuration.vis-config-range::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px; }

input.vis-configuration.vis-config-range::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #385380; }

input.vis-configuration.vis-config-range:focus::-ms-fill-lower {
  background: #888; }

input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
  background: #ccc; }

.vis-configuration-popup {
  position: absolute;
  background: rgba(57, 76, 89, 0.85);
  border: 2px solid #f2faff;
  line-height: 30px;
  height: 30px;
  width: 150px;
  text-align: center;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.vis-configuration-popup:after, .vis-configuration-popup:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.vis-configuration-popup:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(57, 76, 89, 0.85);
  border-width: 8px;
  margin-top: -8px; }

.vis-configuration-popup:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f2faff;
  border-width: 12px;
  margin-top: -12px; }

.vis-timeline {
  position: relative;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.vis-panel {
  position: absolute;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
  border: 1px #bfbfbf; }

.vis-panel.vis-center,
.vis-panel.vis-left,
.vis-panel.vis-right {
  border-top-style: solid;
  border-bottom-style: solid;
  overflow: hidden; }

.vis-panel.vis-center,
.vis-panel.vis-top,
.vis-panel.vis-bottom {
  border-left-style: solid;
  border-right-style: solid; }

.vis-background {
  overflow: hidden; }

.vis-panel > .vis-content {
  position: relative; }

.vis-panel .vis-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  /* TODO: find a nice way to ensure vis-shadows are drawn on top of items
  z-index: 1;
  */ }

.vis-panel .vis-shadow.vis-top {
  top: -1px;
  left: 0; }

.vis-panel .vis-shadow.vis-bottom {
  bottom: -1px;
  left: 0; }

.vis-labelset {
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }

.vis-labelset .vis-label {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;
  box-sizing: border-box; }

.vis-labelset .vis-label {
  border-bottom: 1px solid #bfbfbf; }

.vis-labelset .vis-label.draggable {
  cursor: pointer; }

.vis-labelset .vis-label:last-child {
  border-bottom: none; }

.vis-labelset .vis-label .vis-inner {
  display: inline-block;
  padding: 5px; }

.vis-labelset .vis-label .vis-inner.vis-hidden {
  padding: 0; }

.vis-itemset {
  position: relative;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.vis-itemset .vis-background,
.vis-itemset .vis-foreground {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible; }

.vis-axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  z-index: 1; }

.vis-foreground .vis-group {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf; }

.vis-foreground .vis-group:last-child {
  border-bottom: none; }

.vis-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.vis-item {
  position: absolute;
  color: #1A1A1A;
  border-color: #97B0F8;
  border-width: 1px;
  background-color: #D5DDF6;
  display: inline-block;
  /*overflow: hidden;*/ }

.vis-item.vis-selected {
  border-color: #FFC200;
  background-color: #FFF785;
  /* z-index must be higher than the z-index of custom time bar and current time bar */
  z-index: 2; }

.vis-editable.vis-selected {
  cursor: move; }

.vis-item.vis-point.vis-selected {
  background-color: #FFF785; }

.vis-item.vis-box {
  text-align: center;
  border-style: solid;
  border-radius: 2px; }

.vis-item.vis-point {
  background: none; }

.vis-item.vis-dot {
  position: absolute;
  padding: 0;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px; }

.vis-item.vis-range {
  border-style: solid;
  border-radius: 2px;
  box-sizing: border-box; }

.vis-item.vis-background {
  border: none;
  background-color: rgba(213, 221, 246, 0.4);
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

.vis-item .vis-item-overflow {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.vis-item.vis-range .vis-item-content {
  position: relative;
  display: inline-block; }

.vis-item.vis-background .vis-item-content {
  position: absolute;
  display: inline-block; }

.vis-item.vis-line {
  padding: 0;
  position: absolute;
  width: 0;
  border-left-width: 1px;
  border-left-style: solid; }

.vis-item .vis-item-content {
  white-space: nowrap;
  box-sizing: border-box;
  padding: 5px; }

.vis-item .vis-delete {
  background: url("img/timeline/delete.png") no-repeat center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: -4px;
  right: -24px;
  cursor: pointer; }

.vis-item.vis-range .vis-drag-left {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  left: -4px;
  cursor: w-resize; }

.vis-item.vis-range .vis-drag-right {
  position: absolute;
  width: 24px;
  max-width: 20%;
  min-width: 2px;
  height: 100%;
  top: 0;
  right: -4px;
  cursor: e-resize; }

.vis-range.vis-item.vis-readonly .vis-drag-left,
.vis-range.vis-item.vis-readonly .vis-drag-right {
  cursor: auto; }

.vis-time-axis {
  position: relative;
  overflow: hidden; }

.vis-time-axis.vis-foreground {
  top: 0;
  left: 0;
  width: 100%; }

.vis-time-axis.vis-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vis-time-axis .vis-text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap; }

.vis-time-axis .vis-text.vis-measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden; }

.vis-time-axis .vis-grid.vis-vertical {
  position: absolute;
  border-left: 1px solid; }

.vis-time-axis .vis-grid.vis-minor {
  border-color: #e5e5e5; }

.vis-time-axis .vis-grid.vis-major {
  border-color: #bfbfbf; }

.vis-current-time {
  background-color: #FF7F6E;
  width: 2px;
  z-index: 1; }

.vis-custom-time {
  background-color: #6E94FF;
  width: 2px;
  cursor: move;
  z-index: 1; }

.vis-timeline {
  /*
  -webkit-transition: height .4s ease-in-out;
  transition:         height .4s ease-in-out;
  */ }

.vis-panel {
  /*
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
  */ }

.vis-axis {
  /*
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
  */ }

/* TODO: get animation working nicely

.vis-item {
  -webkit-transition: top .4s ease-in-out;
  transition:         top .4s ease-in-out;
}

.vis-item.line {
  -webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
  transition:         height .4s ease-in-out, top .4s ease-in-out;
}
/**/
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid; }

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor {
  border-color: #e5e5e5; }

.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major {
  border-color: #bfbfbf; }

.vis-data-axis .vis-y-axis.vis-major {
  width: 100%;
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap; }

.vis-data-axis .vis-y-axis.vis-major.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto; }

.vis-data-axis .vis-y-axis.vis-minor {
  position: absolute;
  width: 100%;
  color: #bebebe;
  white-space: nowrap; }

.vis-data-axis .vis-y-axis.vis-minor.vis-measure {
  padding: 0;
  margin: 0;
  border: 0;
  visibility: hidden;
  width: auto; }

.vis-data-axis .vis-y-axis.vis-title {
  position: absolute;
  color: #4d4d4d;
  white-space: nowrap;
  bottom: 20px;
  text-align: center; }

.vis-data-axis .vis-y-axis.vis-title.vis-measure {
  padding: 0;
  margin: 0;
  visibility: hidden;
  width: auto; }

.vis-data-axis .vis-y-axis.vis-title.vis-left {
  bottom: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.vis-data-axis .vis-y-axis.vis-title.vis-right {
  bottom: 0;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.vis-legend {
  background-color: rgba(247, 252, 255, 0.65);
  padding: 5px;
  border: 1px solid #b3b3b3;
  box-shadow: 2px 2px 10px rgba(154, 154, 154, 0.55); }

.vis-legend-text {
  /*font-size: 10px;*/
  white-space: nowrap;
  display: inline-block; }

.vis-graph-group0 {
  fill: #4f81bd;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #4f81bd; }

.vis-graph-group1 {
  fill: #f79646;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #f79646; }

.vis-graph-group2 {
  fill: #8c51cf;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8c51cf; }

.vis-graph-group3 {
  fill: #75c841;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #75c841; }

.vis-graph-group4 {
  fill: #ff0100;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff0100; }

.vis-graph-group5 {
  fill: #37d8e6;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #37d8e6; }

.vis-graph-group6 {
  fill: #042662;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #042662; }

.vis-graph-group7 {
  fill: #00ff26;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #00ff26; }

.vis-graph-group8 {
  fill: #ff00ff;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #ff00ff; }

.vis-graph-group9 {
  fill: #8f3938;
  fill-opacity: 0;
  stroke-width: 2px;
  stroke: #8f3938; }

.vis-timeline .vis-fill {
  fill-opacity: 0.1;
  stroke: none; }

.vis-timeline .vis-bar {
  fill-opacity: 0.5;
  stroke-width: 1px; }

.vis-timeline .vis-point {
  stroke-width: 2px;
  fill-opacity: 1.0; }

.vis-timeline .vis-legend-background {
  stroke-width: 1px;
  fill-opacity: 0.9;
  fill: white;
  stroke: #c2c2c2; }

.vis-timeline .vis-outline {
  stroke-width: 1px;
  fill-opacity: 1;
  fill: white;
  stroke: #e5e5e5; }

.vis-timeline .vis-icon-fill {
  fill-opacity: 0.3;
  stroke: none; }

div.vis-network div.vis-manipulation {
  border-width: 0;
  border-bottom: 1px;
  border-style: solid;
  border-color: #d6d9d8;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(48%, #fcfcfc), color-stop(50%, #fafafa), color-stop(100%, #fcfcfc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #fcfcfc 48%, #fafafa 50%, #fcfcfc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='white', endColorstr='#fcfcfc',GradientType=0 );
  /* IE6-9 */
  padding-top: 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 28px; }

div.vis-network div.vis-edit-mode {
  position: absolute;
  left: 0;
  top: 5px;
  height: 30px; }

/* FIXME: shouldn't the vis-close button be a child of the vis-manipulation div? */
div.vis-network div.vis-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-position: 20px 3px;
  background-repeat: no-repeat;
  background-image: url("img/network/cross.png");
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.vis-network div.vis-close:hover {
  opacity: 0.6; }

div.vis-network div.vis-manipulation div.vis-button,
div.vis-network div.vis-edit-mode div.vis-button {
  float: left;
  font-family: verdana;
  font-size: 12px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 24px;
  margin-left: 10px;
  /*vertical-align:middle;*/
  cursor: pointer;
  padding: 0px 8px 0px 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.vis-network div.vis-manipulation div.vis-button:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2); }

div.vis-network div.vis-manipulation div.vis-button:active {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5); }

div.vis-network div.vis-manipulation div.vis-button.vis-back {
  background-image: url("img/network/backIcon.png"); }

div.vis-network div.vis-manipulation div.vis-button.vis-none:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0);
  cursor: default; }

div.vis-network div.vis-manipulation div.vis-button.vis-none:active {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0); }

div.vis-network div.vis-manipulation div.vis-button.vis-none {
  padding: 0; }

div.vis-network div.vis-manipulation div.notification {
  margin: 2px;
  font-weight: bold; }

div.vis-network div.vis-manipulation div.vis-button.vis-add {
  background-image: url("img/network/addNodeIcon.png"); }

div.vis-network div.vis-manipulation div.vis-button.vis-edit,
div.vis-network div.vis-edit-mode div.vis-button.vis-edit {
  background-image: url("img/network/editIcon.png"); }

div.vis-network div.vis-edit-mode div.vis-button.vis-edit.vis-edit-mode {
  background-color: #fcfcfc;
  border: 1px solid #cccccc; }

div.vis-network div.vis-manipulation div.vis-button.vis-connect {
  background-image: url("img/network/connectIcon.png"); }

div.vis-network div.vis-manipulation div.vis-button.vis-delete {
  background-image: url("img/network/deleteIcon.png"); }

/* top right bottom left */
div.vis-network div.vis-manipulation div.vis-label,
div.vis-network div.vis-edit-mode div.vis-label {
  margin: 0 0 0 23px;
  line-height: 25px; }

div.vis-network div.vis-manipulation div.vis-separator-line {
  float: left;
  display: inline-block;
  width: 1px;
  height: 21px;
  background-color: #bdbdbd;
  margin: 0px 7px 0 15px;
  /*top right bottom left*/ }

/* TODO: is this redundant?
div.network-navigation_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
*/
div.vis-network-tooltip {
  position: absolute;
  visibility: hidden;
  padding: 5px;
  white-space: nowrap;
  font-family: verdana;
  font-size: 14px;
  font-color: black;
  background-color: #f5f4ed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #808074;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  pointer-events: none; }

div.vis-network div.vis-navigation div.vis-button {
  width: 34px;
  height: 34px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  position: absolute;
  display: inline-block;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.vis-network div.vis-navigation div.vis-button:hover {
  box-shadow: 0 0 3px 3px rgba(56, 207, 21, 0.3); }

div.vis-network div.vis-navigation div.vis-button:active {
  box-shadow: 0 0 1px 3px rgba(56, 207, 21, 0.95); }

div.vis-network div.vis-navigation div.vis-button.vis-up {
  background-image: url("img/network/upArrow.png");
  bottom: 50px;
  left: 55px; }

div.vis-network div.vis-navigation div.vis-button.vis-down {
  background-image: url("img/network/downArrow.png");
  bottom: 10px;
  left: 55px; }

div.vis-network div.vis-navigation div.vis-button.vis-left {
  background-image: url("img/network/leftArrow.png");
  bottom: 10px;
  left: 15px; }

div.vis-network div.vis-navigation div.vis-button.vis-right {
  background-image: url("img/network/rightArrow.png");
  bottom: 10px;
  left: 95px; }

div.vis-network div.vis-navigation div.vis-button.vis-zoomIn {
  background-image: url("img/network/plus.png");
  bottom: 10px;
  right: 15px; }

div.vis-network div.vis-navigation div.vis-button.vis-zoomOut {
  background-image: url("img/network/minus.png");
  bottom: 10px;
  right: 55px; }

div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
  background-image: url("img/network/zoomExtends.png");
  bottom: 50px;
  right: 15px; }

div.vis-color-picker {
  position: absolute;
  top: 0px;
  left: 30px;
  margin-top: -140px;
  margin-left: 30px;
  width: 310px;
  height: 444px;
  z-index: 1;
  padding: 10px;
  border-radius: 15px;
  background-color: white;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px; }

div.vis-color-picker div.vis-arrow {
  position: absolute;
  top: 147px;
  left: 5px; }

div.vis-color-picker div.vis-arrow::after,
div.vis-color-picker div.vis-arrow::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

div.vis-color-picker div.vis-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 30px;
  margin-top: -30px; }

div.vis-color-picker div.vis-color {
  position: absolute;
  width: 289px;
  height: 289px;
  cursor: pointer; }

div.vis-color-picker div.vis-brightness {
  position: absolute;
  top: 313px; }

div.vis-color-picker div.vis-opacity {
  position: absolute;
  top: 350px; }

div.vis-color-picker div.vis-selector {
  position: absolute;
  top: 137px;
  left: 137px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid white;
  background: #4c4c4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, black), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
  /* IE6-9 */ }

div.vis-color-picker div.vis-new-color {
  position: absolute;
  width: 140px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  top: 380px;
  left: 159px;
  text-align: right;
  padding-right: 2px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  line-height: 20px; }

div.vis-color-picker div.vis-initial-color {
  position: absolute;
  width: 140px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  top: 380px;
  left: 10px;
  text-align: left;
  padding-left: 2px;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  line-height: 20px; }

div.vis-color-picker div.vis-label {
  position: absolute;
  width: 300px;
  left: 10px; }

div.vis-color-picker div.vis-label.vis-brightness {
  top: 300px; }

div.vis-color-picker div.vis-label.vis-opacity {
  top: 338px; }

div.vis-color-picker div.vis-button {
  position: absolute;
  width: 68px;
  height: 25px;
  border-radius: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 25px;
  top: 410px;
  border: 2px solid #d9d9d9;
  background-color: #f7f7f7;
  cursor: pointer; }

div.vis-color-picker div.vis-button.vis-cancel {
  /*border:2px solid #ff4e33;*/
  /*background-color: #ff7761;*/
  left: 5px; }

div.vis-color-picker div.vis-button.vis-load {
  /*border:2px solid #a153e6;*/
  /*background-color: #cb8dff;*/
  left: 82px; }

div.vis-color-picker div.vis-button.vis-apply {
  /*border:2px solid #4588e6;*/
  /*background-color: #82b6ff;*/
  left: 159px; }

div.vis-color-picker div.vis-button.vis-save {
  /*border:2px solid #45e655;*/
  /*background-color: #6dff7c;*/
  left: 236px; }

div.vis-color-picker input.vis-range {
  width: 290px;
  height: 20px; }

/* TODO: is this redundant?
div.vis-color-picker input.vis-range-brightness {
  width: 289px !important;
}


div.vis-color-picker input.vis-saturation-range {
  width: 289px !important;
}*/
.Zebra_DatePicker {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #ccc;
  color: #222;
  font: 13px Tahoma, Arial, Helvetica, sans-serif;
  padding: 5px 5px;
  position: absolute;
  display: table;
  *width: 255px;
  z-index: 1200; }
  .Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
    box-sizing: content-box !important; }
  .Zebra_DatePicker * {
    padding: 0; }
  .Zebra_DatePicker table {
    border-collapse: collapse;
    border-radius: 4px;
    border-spacing: 0;
    width: 100%; }
  .Zebra_DatePicker th, .Zebra_DatePicker td {
    border-radius: 4px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    min-width: 25px;
    width: 25px; }
  .Zebra_DatePicker .dp_body .dp_not_in_month {
    color: #666; }
  .Zebra_DatePicker .dp_body .dp_time_controls_condensed td {
    width: 25%; }
  .Zebra_DatePicker .dp_body .dp_current {
    color: #3a87ad; }
  .Zebra_DatePicker .dp_body .dp_selected {
    background: #337ab7;
    color: #fff; }
  .Zebra_DatePicker .dp_body .dp_disabled {
    color: #bbbbbb;
    cursor: text; }
    .Zebra_DatePicker .dp_body .dp_disabled.dp_current {
      color: #b4d5e6; }
  .Zebra_DatePicker .dp_body .dp_hover {
    background: #dedede; }
    .Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
      background-color: #dedede; }
  .Zebra_DatePicker .dp_monthpicker td,
  .Zebra_DatePicker .dp_yearpicker td,
  .Zebra_DatePicker .dp_timepicker td {
    width: 33.3333%; }
  .Zebra_DatePicker .dp_timepicker .dp_disabled {
    border: none;
    color: #222;
    font-size: 26px;
    font-weight: bold; }
  .Zebra_DatePicker .dp_time_separator div {
    position: relative; }
    .Zebra_DatePicker .dp_time_separator div:after {
      content: ":";
      color: #222;
      font-size: 20px;
      left: 100%;
      margin-left: 2px;
      margin-top: -13px;
      position: absolute;
      top: 50%;
      z-index: 1; }
  .Zebra_DatePicker .dp_header {
    margin-bottom: 5px; }
    @supports (-ms-ime-align: auto) {
      .Zebra_DatePicker .dp_header {
        font-family: 'Segoe UI Symbol', Tahoma, Arial, Helvetica, sans-serif; } }
  .Zebra_DatePicker .dp_footer {
    margin-top: 5px; }
    .Zebra_DatePicker .dp_footer .dp_icon {
      width: 50%; }
  .Zebra_DatePicker .dp_actions td {
    border-radius: 4px; }
  .Zebra_DatePicker .dp_actions .dp_caption {
    font-weight: bold;
    width: 100%; }
  .Zebra_DatePicker .dp_actions .dp_previous,
  .Zebra_DatePicker .dp_actions .dp_next {
    *padding: 0 10px; }
  .Zebra_DatePicker .dp_actions .dp_hover {
    background-color: #dedede; }
  .Zebra_DatePicker .dp_daypicker th {
    cursor: text;
    font-weight: bold; }
  .Zebra_DatePicker.dp_hidden {
    display: none; }
  .Zebra_DatePicker .dp_icon {
    height: 16px;
    background-image: url("icons.png");
    background-repeat: no-repeat;
    text-indent: -9999px;
    *text-indent: 0; }
    .Zebra_DatePicker .dp_icon.dp_confirm {
      background-position: center -123px; }
    .Zebra_DatePicker .dp_icon.dp_view_toggler {
      background-position: center -91px; }
      .Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
        background-position: center -59px; }

button.Zebra_DatePicker_Icon {
  background: url("icons.png") no-repeat center top;
  border: none;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 0;
  padding: 0;
  position: absolute;
  text-indent: -9000px;
  width: 16px; }
  button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled {
    background-position: center -32px;
    cursor: default; }

/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/* Generated by Glyphter (http://www.glyphter.com) on  Tue Feb 16 2016*/
@font-face {
  font-family: 'awake';
  src: url("../../fonts/awake.eot");
  src: url("../../fonts/awake.eot?#iefix") format("embedded-opentype"), url("../../fonts/awake.woff") format("woff"), url("../../fonts/awake.ttf") format("truetype"), url("../../fonts/awake.svg#awake") format("svg");
  font-weight: normal;
  font-style: normal; }
[class*='icon-'] {
  display: inline-block; }

[class*='icon-']:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'awake';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-annuaire:before {
  content: '\0041'; }

.icon-candidat:before {
  content: '\0042'; }

.icon-capsule:before {
  content: '\0043'; }

.icon-chevron-bas:before {
  content: '\0044'; }

.icon-chevron-gauche:before {
  content: '\0045'; }

.icon-chevron-haut:before {
  content: '\0046'; }

.icon-chevron-droit:before {
  content: '\0070'; }

.icon-chevron-droit-petit:before {
  content: '\0071'; }

.icon-configuration:before {
  content: '\0047'; }

.icon-configuration-02:before {
  content: '\0048'; }

.icon-consultant:before {
  content: '\0049'; }

.icon-contact:before {
  content: '\004a'; }

.icon-curseur:before {
  content: '\004b'; }

.icon-croix:before {
  content: '\004c'; }

.icon-document:before {
  content: '\004d'; }

.icon-entretien:before {
  content: '\004e'; }

.icon-entretien-02:before {
  content: '\004f'; }

.icon-envoyer:before {
  content: '\0050'; }

.icon-charger:before {
  content: '\0051'; }

.icon-masquer-oeil:before {
  content: '\0052'; }

.icon-mediatheque:before {
  content: '\0053'; }

.icon-message-nouveau:before {
  content: '\0054'; }

.icon-messagerie:before {
  content: '\0055'; }

.icon-mission:before {
  content: '\0056'; }

.icon-modifier:before {
  content: '\0057'; }

.icon-calendrier:before {
  content: '\0058'; }

.icon-module:before {
  content: '\0059'; }

.icon-partenaire:before {
  content: '\005a'; }

.icon-partenaire-plus:before {
  content: '\0061'; }

.icon-taches:before {
  content: '\0062'; }

.icon-power:before {
  content: '\0063'; }

.icon-rechercher:before {
  content: '\0064'; }

.icon-suggestion-mission:before {
  content: '\0065'; }

.icon-supprimer:before {
  content: '\0066'; }

.icon-telecharger:before {
  content: '\0067'; }

.icon-dossier:before {
  content: '\0068'; }

.icon-valider:before {
  content: '\0069'; }

.icon-valider-02:before {
  content: '\006a'; }

.icon-visible-oeil:before {
  content: '\006b'; }

.icon-checkbox:before {
  content: '\006c'; }

.icon-accueil:before {
  content: '\006d'; }

.icon-administrateur:before {
  content: '\006e'; }

.icon-ajout:before {
  content: '\006f';
  vertical-align: middle; }

.icon-radiobutton:before {
  content: '\0072'; }

.icon-radiobutton-checked:before {
  content: '\0073'; }

.icon-guillemets-start:before {
  content: '\0075'; }

.icon-guillemets-end:before {
  content: '\0076'; }

.icon-checkbox-checked:before {
  content: '\0074'; }

.icon-notification:before {
  content: '\0077'; }

.icon-micro:before {
  content: '\0078'; }

.icon-phone:before {
  content: '\0079'; }

.icon-camera:before {
  content: '\007a'; }

.icon-facebook:before {
  content: '\0030';
  color: #3b5998; }

.icon-google:before {
  content: '\0031';
  color: #dd4b39; }

.icon-linkedin:before {
  content: '\0032';
  color: #007bb5; }

.icon-twitter:before {
  content: '\0033';
  color: #55acee; }

.icon-facebook:before, .icon-twitter:before, .icon-google:before, .icon-linkedin:before {
  font-size: 31px; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../../fonts/Roboto/Roboto-Normal/Roboto-Normal-300-6.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../../fonts/Roboto/Roboto-Normal/Roboto-Normal-300-7.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../../fonts/Roboto/Roboto-Normal/Roboto-Normal-400-6.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../../fonts/Roboto/Roboto-Normal/Roboto-Normal-400-7.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../../fonts/Roboto/Roboto-Normal/Roboto-Normal-500-6.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../../fonts/Roboto/Roboto-Normal/Roboto-Normal-500-7.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../../fonts/Roboto/Roboto-Italic/Roboto-Italic-400-6.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../../fonts/Roboto/Roboto-Italic/Roboto-Italic-400-7.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url("../../fonts/Raleway/Raleway-Normal/Raleway-Normal-400.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), local("Raleway-Regular"), url("../../fonts/Raleway/Raleway-Normal/Raleway-Normal-400-2.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"), url("../../fonts/Raleway/Raleway-Normal/Raleway-Normal-500.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local("Raleway Medium"), local("Raleway-Medium"), url("../../fonts/Raleway/Raleway-Normal/Raleway-Normal-500-2.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("../../fonts/Raleway/Raleway-Normal/Raleway-Normal-600.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("../../fonts/Raleway/Raleway-Normal/Raleway-Normal-600-2.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #ececed;
  font-family: "Roboto", sans-serif; }

a,
span.link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  color: #43434b;
  cursor: pointer;
  text-decoration: none; }
  a:hover,
  span.link:hover {
    color: #4273b7; }
  a.underline:hover, .title-h1 .actions a:hover,
  .title-h1 .actions span.link:hover,
  .title-h2 .actions a:hover,
  .title-h2 .actions span.link:hover,
  span.link.underline:hover {
    text-decoration: underline; }
  a.icon-before i,
  span.link.icon-before i {
    margin-right: 10px;
    color: #4273b7; }
    a.icon-before i.icon-chevron-droit,
    span.link.icon-before i.icon-chevron-droit {
      font-size: 8pt;
      line-height: 16px; }
      a.icon-before i.icon-chevron-droit:before,
      span.link.icon-before i.icon-chevron-droit:before {
        margin-bottom: 3px; }
    a.icon-before i.icon-document:before,
    span.link.icon-before i.icon-document:before {
      line-height: 21px; }
  a.icon-after i, .title-h1 .actions a i,
  .title-h1 .actions span.link i,
  .title-h2 .actions a i,
  .title-h2 .actions span.link i,
  span.link.icon-after i {
    margin-left: 10px; }
    a.icon-after i.icon-modifier, .title-h1 .actions a i.icon-modifier,
    .title-h1 .actions span.link i.icon-modifier,
    .title-h2 .actions a i.icon-modifier,
    .title-h2 .actions span.link i.icon-modifier, a.icon-after i.icon-ajout, .title-h1 .actions a i.icon-ajout,
    .title-h1 .actions span.link i.icon-ajout,
    .title-h2 .actions a i.icon-ajout,
    .title-h2 .actions span.link i.icon-ajout,
    span.link.icon-after i.icon-modifier,
    span.link.icon-after i.icon-ajout {
      color: #e50459;
      line-height: 23px; }
      a.icon-after i.icon-modifier:before, .title-h1 .actions a i.icon-modifier:before,
      .title-h1 .actions span.link i.icon-modifier:before,
      .title-h2 .actions a i.icon-modifier:before,
      .title-h2 .actions span.link i.icon-modifier:before, a.icon-after i.icon-ajout:before, .title-h1 .actions a i.icon-ajout:before,
      .title-h1 .actions span.link i.icon-ajout:before,
      .title-h2 .actions a i.icon-ajout:before,
      .title-h2 .actions span.link i.icon-ajout:before,
      span.link.icon-after i.icon-modifier:before,
      span.link.icon-after i.icon-ajout:before {
        line-height: 25px; }

strong,
b {
  font-weight: 500; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    height: 0; }
  .clearfix:after {
    clear: both; }

.name {
  color: #4273b7; }

.date {
  color: #89898e;
  font-style: italic; }

.delete {
  color: #4273b7; }
  .delete:hover {
    color: #e50459; }

.backgrounded, .alert, .block-link, .discussion, .notification, .kpi, .line > .kpi, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .kpi, .container-input.file > .kpi, .item-information > div.information > .kpi, .toggle-card-line .toggle-card-element .toggle-card-block, .toggle-card-line .toggle-card-details .toggle-card-details-container .suggestion,
.toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation, .widget {
  background-color: #fff;
  border: 1px solid #e7e7e8; }
  .backgrounded.padding, .padding.alert, .block-link, .discussion, .notification, .padding.kpi, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .padding.kpi, .item-information > div.information > .padding.kpi, .toggle-card-line .toggle-card-element .padding.toggle-card-block, .toggle-card-line .toggle-card-details .toggle-card-details-container .suggestion,
  .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation, .padding.widget {
    padding: 20px; }
  .backgrounded.margin, .margin.alert, .block-link, .discussion, .notification, .margin.kpi, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .margin.kpi, .item-information > div.information > .margin.kpi, .toggle-card-line .toggle-card-element .margin.toggle-card-block, .toggle-card-line .toggle-card-details .toggle-card-details-container .margin.suggestion,
  .toggle-card-line .toggle-card-details .toggle-card-details-container .margin.mise-en-relation, .margin.widget {
    margin-bottom: 20px; }
  .backgrounded.small-margin, .small-margin.alert, .small-margin.block-link, .small-margin.discussion, .small-margin.notification, .small-margin.kpi, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .small-margin.kpi, .item-information > div.information > .small-margin.kpi, .toggle-card-line .toggle-card-element .small-margin.toggle-card-block, .toggle-card-line .toggle-card-details .toggle-card-details-container .small-margin.suggestion,
  .toggle-card-line .toggle-card-details .toggle-card-details-container .small-margin.mise-en-relation, .small-margin.widget {
    margin-bottom: 10px; }

.hidden {
  display: none; }

.line, .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .container-input.file, .item-information > div.information {
  display: flex;
  align-items: stretch; }
  .line > div, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > div, .container-input.file > div, .item-information > div.information > div, .line > table, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > table, .container-input.file > table, .item-information > div.information > table {
    flex: 1 1 auto;
    margin: 0 10px; }
    .line > div:first-child, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > div:first-child, .container-input.file > div:first-child, .item-information > div.information > div:first-child, .line > table:first-child, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > table:first-child, .container-input.file > table:first-child, .item-information > div.information > table:first-child {
      margin-left: 0; }
    .line > div:last-child, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > div:last-child, .container-input.file > div:last-child, .item-information > div.information > div:last-child, .line > table:last-child, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > table:last-child, .container-input.file > table:last-child, .item-information > div.information > table:last-child {
      margin-right: 0; }
  .line > .right, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .right, .container-input.file > .right, .item-information > div.information > .right {
    flex: 0 0 400px; }
  .line.capsule > .right, .ui-datepicker .ui-datepicker-header .capsule.ui-datepicker-title > .right, .capsule.container-input.file > .right, .item-information > div.capsule.information > .right {
    flex: 0 0 50%; }
  .line.padding > div, .ui-datepicker .ui-datepicker-header .padding.ui-datepicker-title > div, .padding.container-input.file > div, .item-information > div.padding.information > div, .line.padding > table, .ui-datepicker .ui-datepicker-header .padding.ui-datepicker-title > table, .padding.container-input.file > table, .item-information > div.padding.information > table {
    margin: 0;
    padding: 0 10px; }
    .line.padding > div:first-child, .ui-datepicker .ui-datepicker-header .padding.ui-datepicker-title > div:first-child, .padding.container-input.file > div:first-child, .item-information > div.padding.information > div:first-child, .line.padding > table:first-child, .ui-datepicker .ui-datepicker-header .padding.ui-datepicker-title > table:first-child, .padding.container-input.file > table:first-child, .item-information > div.padding.information > table:first-child {
      padding-left: 0; }
    .line.padding > div:last-child, .ui-datepicker .ui-datepicker-header .padding.ui-datepicker-title > div:last-child, .padding.container-input.file > div:last-child, .item-information > div.padding.information > div:last-child, .line.padding > table:last-child, .ui-datepicker .ui-datepicker-header .padding.ui-datepicker-title > table:last-child, .padding.container-input.file > table:last-child, .item-information > div.padding.information > table:last-child {
      padding-right: 0; }
  .line.line-2 > div, .ui-datepicker .ui-datepicker-header .line-2.ui-datepicker-title > div, .line-2.container-input.file > div, .item-information > div.line-2.information > div, .line.line-2 > table, .ui-datepicker .ui-datepicker-header .line-2.ui-datepicker-title > table, .line-2.container-input.file > table, .item-information > div.line-2.information > table {
    width: 50%; }
  .line.line-3 > div, .ui-datepicker .ui-datepicker-header .line-3.ui-datepicker-title > div, .line-3.container-input.file > div, .item-information > div.line-3.information > div, .line.line-3 > table, .ui-datepicker .ui-datepicker-header .line-3.ui-datepicker-title > table, .line-3.container-input.file > table, .item-information > div.line-3.information > table {
    flex: 0 0 33%; }
  .line.line-4 > div, .ui-datepicker .ui-datepicker-header .line-4.ui-datepicker-title > div, .line-4.container-input.file > div, .item-information > div.line-4.information > div, .line.line-4 > table, .ui-datepicker .ui-datepicker-header .line-4.ui-datepicker-title > table, .line-4.container-input.file > table, .item-information > div.line-4.information > table {
    flex: 0 0 25%; }
  .line.line-6 > div, .ui-datepicker .ui-datepicker-header .line-6.ui-datepicker-title > div, .line-6.container-input.file > div, .item-information > div.line-6.information > div, .line.line-6 > table, .ui-datepicker .ui-datepicker-header .line-6.ui-datepicker-title > table, .line-6.container-input.file > table, .item-information > div.line-6.information > table {
    flex: 0 0 16%; }

hr {
  margin-top: 50px;
  margin-bottom: 50px; }
  hr.small {
    margin-top: 20px;
    margin-bottom: 20px; }

@media (max-width: 520px) {
  .line, .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .container-input.file, .item-information > div.information {
    display: block; } }
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
.alert {
  padding: 20px;
  margin: 0 0 20px; }
  .alert.alert-info {
    color: #4a77c0;
    background-color: #f6f8fc;
    border-color: #D8DEEA; }
  .alert.alert-success {
    color: #38ad6f;
    background-color: #f5fbf8;
    border-color: #D8F2E4; }
  .alert.alert-warning {
    color: #e06f4d;
    background-color: #fdf3f0;
    border-color: #fae0d8; }
  .alert.alert-danger {
    color: #bf3854;
    background-color: #fcf5f6;
    border-color: #F6D8DE; }
  .alert.no-margin {
    margin-bottom: 0; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.block-link, .discussion, .notification {
  align-items: center;
  color: #43434b; }
  .block-link div.picture-rounded, .discussion div.picture-rounded, .notification div.picture-rounded {
    flex: 0 0 auto;
    margin-right: 10px; }
  .block-link img, .discussion img, .notification img {
    margin-right: 10px; }
  .block-link .name, .discussion .name, .notification .name {
    margin-bottom: 10px; }
  .block-link .date, .discussion .date, .notification .date {
    flex: 0 0 auto;
    margin: 0 20px; }
  .block-link .actions, .discussion .actions, .notification .actions {
    flex: 0 0 auto;
    border-left: 1px solid #c4c4c7;
    margin-left: 0;
    padding-left: 10px; }
  .block-link .delete, .discussion .delete, .notification .delete {
    background: transparent;
    padding: 10px; }
  .block-link:hover, .discussion:hover, .notification:hover {
    border-left-width: 5px;
    border-color: #4273b7;
    padding-left: 16px;
    color: #43434b; }
  .block-link:last-child, .discussion:last-child, .notification:last-child {
    margin-bottom: 0; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.comments {
  margin-bottom: 20px;
  padding: 0 10px 10px;
  border-top: 1px solid #4273b7;
  border-bottom: 1px solid #4273b7;
  background-color: #ececed; }
  .comments .comment p {
    margin: 0; }
    .comments .comment p:first-child {
      margin: 15px 0 0; }
  .comments .comment span.date {
    color: #89898e;
    font-size: 14px; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.dt-buttons,
.dataTables_filter {
  display: none; }

.datatable-full-container-for-table {
  overflow-y: auto; }

.line.datatable-filters, .ui-datepicker .ui-datepicker-header .datatable-filters.ui-datepicker-title, .datatable-filters.container-input.file, .item-information > div.datatable-filters.information {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px; }
  .line.datatable-filters > div.datatable-filters-select, .ui-datepicker .ui-datepicker-header .datatable-filters.ui-datepicker-title > div.datatable-filters-select, .datatable-filters.container-input.file > div.datatable-filters-select, .item-information > div.datatable-filters.information > div.datatable-filters-select {
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: -10px; }
    .line.datatable-filters > div.datatable-filters-select > div, .ui-datepicker .ui-datepicker-header .datatable-filters.ui-datepicker-title > div.datatable-filters-select > div, .datatable-filters.container-input.file > div.datatable-filters-select > div, .item-information > div.datatable-filters.information > div.datatable-filters-select > div {
      flex: 0 0 250px;
      margin-left: 0;
      margin-bottom: 10px; }
  .line.datatable-filters > div.datatable-filters-search, .ui-datepicker .ui-datepicker-header .datatable-filters.ui-datepicker-title > div.datatable-filters-search, .datatable-filters.container-input.file > div.datatable-filters-search, .item-information > div.datatable-filters.information > div.datatable-filters-search {
    flex: 0 0 250px;
    margin-right: 0;
    margin-left: 10px; }

table.dataTable {
  width: 100%;
  border-bottom: none !important; }
  table.dataTable .datatable-hide {
    display: none; }
  table.dataTable thead th {
    position: relative;
    padding: 10px;
    border-top: 1px solid #c4c4c7;
    border-right: 1px solid #c4c4c7;
    border-bottom: 1px solid #c4c4c7;
    background-color: #4273b7;
    color: #fff;
    text-align: left;
    word-wrap: break-word; }
    table.dataTable thead th:after {
      content: "";
      font-family: "awake";
      position: absolute;
      right: 0px;
      top: 50%;
      width: 30px;
      line-height: 36px;
      margin-top: -18px; }
    table.dataTable thead th:last-child {
      width: 150px; }
  table.dataTable thead th:hover {
    background-color: #3b65a0; }
  table.dataTable thead .sorting {
    background-image: none; }
    table.dataTable thead .sorting:after {
      content: "\0044"; }
  table.dataTable thead .sorting_asc {
    background-image: none; }
    table.dataTable thead .sorting_asc:after {
      content: "\0044"; }
  table.dataTable thead .sorting_desc {
    background-image: none; }
    table.dataTable thead .sorting_desc:after {
      content: "\0046"; }
  table.dataTable tbody td {
    overflow: hidden;
    vertical-align: middle;
    padding: 18px 10px;
    border-right: 1px solid #c4c4c7;
    border-bottom: 1px solid #c4c4c7; }
    table.dataTable tbody td.filter-actions {
      text-align: center; }
      table.dataTable tbody td.filter-actions span, table.dataTable tbody td.filter-actions a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        color: #4273b7;
        text-align: center;
        font-size: 20px;
        cursor: pointer;
        margin: 0 5px;
        max-width: 40px;
        width: 30px; }
        table.dataTable tbody td.filter-actions span a, table.dataTable tbody td.filter-actions a a {
          color: inherit;
          display: inherit;
          text-align: inherit;
          font-size: inherit;
          cursor: inherit;
          vertical-align: inherit;
          margin: 0px;
          max-width: inherit;
          width: inherit; }
          table.dataTable tbody td.filter-actions span a span, table.dataTable tbody td.filter-actions a a span {
            margin: 0px;
            width: inherit;
            max-width: inherit; }
        table.dataTable tbody td.filter-actions span:hover, table.dataTable tbody td.filter-actions a:hover {
          color: #e50459; }
        table.dataTable tbody td.filter-actions span.delete, table.dataTable tbody td.filter-actions a.delete {
          -webkit-transition: all 0.2s linear 0s;
          -khtml-transition: all 0.2s linear 0s;
          -moz-transition: all 0.2s linear 0s;
          -ms-transition: all 0.2s linear 0s;
          -o-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s; }
          table.dataTable tbody td.filter-actions span.delete.disabled, table.dataTable tbody td.filter-actions a.delete.disabled {
            opacity: 0.2;
            -o-opacity: 0.2;
            -moz-opacity: 0.2;
            -khtml-opacity: 0.2;
            -ms-filter: "alpha(opacity=$opacityIE)";
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
            filter: alpha(opacity=20);
            zoom: 1;
            cursor: default; }
            table.dataTable tbody td.filter-actions span.delete.disabled:hover, table.dataTable tbody td.filter-actions span.delete.disabled:hover a, table.dataTable tbody td.filter-actions a.delete.disabled:hover, table.dataTable tbody td.filter-actions a.delete.disabled:hover a {
              color: #4273b7; }
          table.dataTable tbody td.filter-actions span.delete.enabled, table.dataTable tbody td.filter-actions a.delete.enabled {
            opacity: 1;
            -o-opacity: 1;
            -moz-opacity: 1;
            -khtml-opacity: 1;
            -ms-filter: "alpha(opacity=$opacityIE)";
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
            filter: alpha(opacity=100);
            zoom: 1; }
      table.dataTable tbody td.filter-actions.large-button-container span,
      table.dataTable tbody td.filter-actions.large-button-container form {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        width: 23%;
        text-align: center;
        color: #4273b7; }
        table.dataTable tbody td.filter-actions.large-button-container span .icon-croix,
        table.dataTable tbody td.filter-actions.large-button-container form .icon-croix {
          font-size: 14px; }
    table.dataTable tbody td:first-child {
      border-left: none; }
      table.dataTable tbody td:first-child .datatable__action.disabled {
        opacity: 0.2;
        -o-opacity: 0.2;
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
        -ms-filter: "alpha(opacity=$opacityIE)";
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
        filter: alpha(opacity=20);
        zoom: 1;
        cursor: default; }
    table.dataTable tbody td:last-child {
      border-right: none; }

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fff; }

.dataTableList dd:last-of-type a.toggle-button,
.dataTableList dd:last-of-type a.toggle-button.active {
  -webkit-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  width: auto;
  padding: 10px 8px;
  margin: 4px 0px;
  line-height: 16px;
  background-color: #4273b7;
  color: #fff; }
  .dataTableList dd:last-of-type a.toggle-button span,
  .dataTableList dd:last-of-type a.toggle-button.active span {
    color: #fff; }

#naf-list .table-content .columns table thead tr th:first-child,
#naf-list .table-content .columns table tbody tr td:first-child {
  width: 100px !important; }

#document-list table.dataTable thead th.filter-sexy_status,
#document-list table.dataTable tbody td.filter-sexy_status {
  display: none; }

#meeting-list table.dataTable thead th.filter-datetime,
#meeting-list table.dataTable tbody td.filter-datetime {
  display: none; }

#resource-list table.dataTable thead th.filter-modules_name, #resource-list table.dataTable thead th.filter-sexy_status,
#resource-list table.dataTable tbody td.filter-modules_name,
#resource-list table.dataTable tbody td.filter-sexy_status {
  display: none; }

#capsule-list table.dataTable thead th.filter-sexy_status,
#capsule-list table.dataTable tbody td.filter-sexy_status {
  display: none; }

#module-list table.dataTable thead th.filter-sexy_status,
#module-list table.dataTable tbody td.filter-sexy_status {
  display: none; }

#objectifs table.dataTable thead th.filter-actions,
#objectifs table.dataTable tbody td.filter-actions {
  min-width: 100px; }

@media (max-width: 767px) {
  .datatable-full-container .dataTableTable {
    display: none; }
  .datatable-full-container .dataTableList {
    display: block; } }
/**********************************************************************************************************/
/**********************************************************************************************************/
.diagrammCapsuleModule {
  position: relative;
  width: 110px;
  height: 110px;
  margin: auto; }
  .diagrammCapsuleModule p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    margin-top: -20px;
    line-height: 40px;
    color: #4273b7;
    font-size: 30px; }
    .diagrammCapsuleModule p:after {
      position: absolute;
      top: -5px;
      content: "%";
      font-size: 15px; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.date-message {
  position: relative;
  text-align: center; }
  .date-message:before, .date-message:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-bottom: 1px solid #e7e7e8; }
  .date-message span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    color: #89898e;
    background-color: #ececed; }

form.new-message .mce-tinymce {
  margin-bottom: 20px; }
form.new-message .alert-danger {
  display: none; }

/**********************************************************************************************************/
/**********************************************************************************************************/
label {
  display: block;
  font-weight: 500;
  padding: 0 0 5px; }
  label sup {
    color: #e50459; }
  label.no-padding {
    padding-top: 0; }

form.form_media_full {
  display: block; }
  form.form_media_full .buttons,
  form.form_media_full .form_media_details {
    display: block; }
  form.form_media_full.hidden {
    display: none; }
    form.form_media_full.hidden .buttons,
    form.form_media_full.hidden .form_media_details {
      display: none; }

form label {
  padding: 30px 0 10px; }

.description {
  display: block;
  padding-bottom: 10px;
  font-style: italic; }

select,
input,
textarea {
  -webkit-border-radius: 6px 6px 6px 6px;
  -khtml-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  width: 100%;
  padding: 0.5rem;
  color: #43434b;
  border: 1px solid #c4c4c7;
  background: none;
  background-color: #fff; }
  select:active, select:focus, select:hover,
  input:active,
  input:focus,
  input:hover,
  textarea:active,
  textarea:focus,
  textarea:hover {
    outline: none;
    border-color: #4273b7; }
  select::-webkit-input-placeholder,
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #a29ea6;
    font-style: italic; }
  select::-moz-placeholder,
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #a29ea6;
    font-style: italic; }
  select:-ms-input-placeholder,
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #a29ea6;
    font-style: italic; }
  select:-moz-placeholder,
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #a29ea6;
    font-style: italic; }
  select::placeholder,
  input::placeholder,
  textarea::placeholder {
    color: #a29ea6;
    font-style: italic; }

textarea {
  height: 100px; }

/**********************************************************************************************************/
/**********************************************************************************************************/
select {
  -webkit-box-shadow: -45px 0px 0px 0px white inset;
  -kthml-box-shadow: -45px 0px 0px 0px white inset;
  -moz-box-shadow: -45px 0px 0px 0px white inset;
  -o-box-shadow: -45px 0px 0px 0px white inset;
  box-shadow: -45px 0px 0px 0px white inset;
  cursor: pointer;
  width: 100%;
  padding-right: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.container-select {
  position: relative; }
  .container-select:after {
    content: "D";
    font-family: "awake";
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    padding: 0 10px;
    right: 0;
    top: 50%;
    color: #4273b7;
    border-left: 1px solid #4273b7; }
  .container-select.many, .container-select.delete {
    display: flex; }
    .container-select.many:after, .container-select.delete:after {
      right: 35px; }
    .container-select.many button, .container-select.delete button {
      flex: 0 0 35px;
      padding: 0;
      text-align: right;
      background-color: transparent;
      color: #e50459;
      font-size: 20px; }
      .container-select.many button.icon-supprimer, .container-select.delete button.icon-supprimer {
        color: #4273b7; }
        .container-select.many button.icon-supprimer:hover, .container-select.delete button.icon-supprimer:hover {
          color: #e50459; }
  .container-select.clone {
    margin-top: 10px; }
    .container-select.clone button {
      opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -ms-filter: "alpha(opacity=$opacityIE)";
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
      filter: alpha(opacity=0);
      zoom: 1;
      pointer-events: none; }

.container-input {
  position: relative; }
  .container-input input {
    width: 100%; }
  .container-input:hover input {
    border-color: #4273b7; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.container-input.search input {
  padding-left: 45px; }
.container-input.search:after {
  content: "\0064";
  font-family: "awake";
  position: absolute;
  pointer-events: none;
  width: 15px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  padding: 0 10px;
  left: 0;
  top: 50%;
  color: #4273b7;
  border-right: 1px solid #4273b7;
  font-style: normal; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.container-input.action input {
  padding-right: 50px; }
.container-input.action button {
  -webkit-border-radius: 0 6px 6px 0;
  -khtml-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 37px;
  padding: 0;
  background-color: transparent;
  color: #4273b7; }
  .container-input.action button:after {
    content: "\0070";
    font-family: "awake";
    position: absolute;
    pointer-events: none;
    width: 15px;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    padding: 0 10px;
    right: 0;
    top: 50%;
    color: #4273b7;
    border-left: 1px solid #4273b7; }
  .container-input.action button:hover {
    background-color: #4273b7; }
    .container-input.action button:hover:after {
      color: #fff; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.container-input.help {
  cursor: pointer;
  padding-right: 57px; }
  .container-input.help p {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -kthml-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "alpha(opacity=$opacityIE)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
    filter: alpha(opacity=0);
    zoom: 1;
    pointer-events: none;
    position: absolute;
    z-index: 4;
    right: 50px;
    background: #fff;
    top: 0;
    margin: 0;
    max-width: 300px;
    border-right: 3px solid #4273b7;
    padding: 20px;
    font-size: 15px; }
  .container-input.help span {
    -webkit-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    background: #4273b7;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: white;
    font-size: 20px; }
    .container-input.help span:before {
      opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -ms-filter: "alpha(opacity=$opacityIE)";
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
      filter: alpha(opacity=0);
      zoom: 1;
      pointer-events: none;
      position: absolute;
      top: 14px;
      right: 45px;
      z-index: 3;
      content: "";
      width: 10px;
      height: 10px;
      background: #4273b7;
      transform: rotate(45deg);
      margin-left: -10px; }
    .container-input.help span:hover + p, .container-input.help span:hover:before {
      opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -ms-filter: "alpha(opacity=$opacityIE)";
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
      filter: alpha(opacity=100);
      zoom: 1;
      pointer-events: normal; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.container-input.date input {
  padding-left: 45px; }
.container-input.date:after {
  content: "\0058";
  font-family: "awake";
  position: absolute;
  pointer-events: none;
  width: 15px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  padding: 0 10px;
  left: 0;
  top: 50%;
  color: #4273b7;
  border-right: 1px solid #4273b7;
  font-style: normal; }

#ui-datepicker-div {
  display: none; }

.ui-datepicker {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -kthml-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  width: 300px;
  border: 1px solid #c4c4c7;
  background-color: #fff; }
  .ui-datepicker .ui-datepicker-header {
    margin: 10px;
    margin-bottom: 0; }
    .ui-datepicker .ui-datepicker-header a {
      display: none; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      position: relative; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title:before {
        content: "D";
        font-family: "awake";
        position: absolute;
        pointer-events: none;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px;
        padding: 0 10px;
        right: 145px;
        top: 50%;
        color: #4273b7;
        border-left: 1px solid #4273b7; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title:after {
        content: "D";
        font-family: "awake";
        position: absolute;
        pointer-events: none;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px;
        padding: 0 10px;
        right: 0;
        top: 50%;
        color: #4273b7;
        border-left: 1px solid #4273b7; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
        margin-right: 10px; }
  .ui-datepicker table.ui-datepicker-calendar {
    width: 280px;
    margin: 10px;
    text-align: center; }
    .ui-datepicker table.ui-datepicker-calendar .ui-state-disabled {
      opacity: 0.4;
      -o-opacity: 0.4;
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      -ms-filter: "alpha(opacity=$opacityIE)";
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
      filter: alpha(opacity=40);
      zoom: 1; }
    .ui-datepicker table.ui-datepicker-calendar .ui-datepicker-current-day a {
      background-color: #4273b7;
      color: #fff; }
      .ui-datepicker table.ui-datepicker-calendar .ui-datepicker-current-day a:hover {
        color: #fff; }
    .ui-datepicker table.ui-datepicker-calendar td {
      height: 40px;
      padding: 2px; }
      .ui-datepicker table.ui-datepicker-calendar td a {
        width: 100%;
        height: 100%;
        line-height: 36px;
        color: #4273b7; }
        .ui-datepicker table.ui-datepicker-calendar td a:hover {
          background-color: #ececed; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.container-input.delete {
  padding-right: 50px; }
  .container-input.delete button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    color: #4273b7; }
    .container-input.delete button:hover {
      color: #e50459; }

.subject.model .subject-title {
  padding-right: 0; }
  .subject.model .subject-title button {
    display: none; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.container-input.checkbox input {
  display: none;
  width: auto; }
.container-input.checkbox label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 30px; }
  .container-input.checkbox label:before {
    position: absolute;
    left: 4px;
    top: 33px;
    color: #4273b7;
    font-size: 13px; }
  .container-input.checkbox label:after {
    -webkit-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    content: '';
    display: block;
    left: 0;
    top: 28px;
    width: 20px;
    height: 20px;
    border: 1px solid #4273b7;
    position: absolute; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.container-input.radio {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  padding: 0 25px 0 0;
  margin-bottom: 18px; }
  .container-input.radio input {
    display: none; }
  .container-input.radio label {
    padding: 0 0 0 25px;
    cursor: pointer;
    font-weight: 500; }
    .container-input.radio label:before {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -8px;
      color: #4273b7; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.recommanded_image_size {
  display: block;
  line-height: 15px;
  padding-bottom: 10px; }

.file_size {
  display: block;
  padding-bottom: 10px; }

.file_size ~ .recommanded_image_size {
  margin-top: -10px; }

.container-input.file {
  align-items: center; }
  .container-input.file .file-button {
    cursor: pointer;
    position: relative;
    max-width: 250px;
    background-color: #e50459; }
    .container-input.file .file-button span {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      line-height: 36px;
      text-align: center;
      color: #fff; }
    .container-input.file .file-button input {
      opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -ms-filter: "alpha(opacity=$opacityIE)";
      filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
      filter: alpha(opacity=0);
      zoom: 1;
      cursor: pointer;
      padding: 5px; }
    .container-input.file .file-button:hover {
      background-color: #c60650; }
  .container-input.file .file-image {
    max-width: 100px;
    max-height: 100px;
    text-align: center; }
    .container-input.file .file-image img {
      max-width: 100px;
      max-height: 100px; }
    .container-input.file .file-image a.link {
      font-size: 12px;
      line-height: 13px; }
  .container-input.file .file-text {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    line-height: 36px; }
  .container-input.file .file-remove {
    cursor: pointer;
    margin-bottom: -2px;
    vertical-align: middle;
    margin-left: 10px; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.buttons {
  margin-top: 20px;
  text-align: right; }
  .buttons button,
  .buttons .btn,
  .buttons .dataTableList dd:last-of-type span.datatable__action a,
  .dataTableList dd:last-of-type span.datatable__action .buttons a,
  .buttons .dataTableList dd:last-of-type span.datatable__action span.link,
  .dataTableList dd:last-of-type span.datatable__action .buttons span.link {
    margin-left: 20px; }
    .buttons button:first-child,
    .buttons .btn:first-child,
    .buttons .dataTableList dd:last-of-type span.datatable__action a:first-child,
    .dataTableList dd:last-of-type span.datatable__action .buttons a:first-child,
    .buttons .dataTableList dd:last-of-type span.datatable__action span.link:first-child,
    .dataTableList dd:last-of-type span.datatable__action .buttons span.link:first-child {
      margin-left: 0; }
  .buttons.center {
    text-align: center; }

button,
.btn,
.dataTableList dd:last-of-type span.datatable__action a,
.dataTableList dd:last-of-type span.datatable__action span.link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  background-color: #4273b7;
  color: #fff;
  padding: 10px 30px;
  line-height: 16px;
  border: none;
  text-decoration: none;
  cursor: pointer; }
  button:focus,
  .btn:focus,
  .dataTableList dd:last-of-type span.datatable__action a:focus,
  .dataTableList dd:last-of-type span.datatable__action span.link:focus {
    outline-offset: -3px;
    outline: 3px solid #3b65a0; }
  button:active,
  .btn:active,
  .dataTableList dd:last-of-type span.datatable__action a:active,
  .dataTableList dd:last-of-type span.datatable__action span.link:active {
    outline: none; }
  button:hover,
  .btn:hover,
  .dataTableList dd:last-of-type span.datatable__action a:hover,
  .dataTableList dd:last-of-type span.datatable__action span.link:hover {
    color: #fff;
    background-color: #3b65a0;
    outline: none;
    text-decoration: none; }
  button.no-focus, .container-select.many button, .container-select.delete button,
  .btn.no-focus,
  .dataTableList dd:last-of-type span.datatable__action a.no-focus,
  .dataTableList dd:last-of-type span.datatable__action span.no-focus.link {
    outline: none; }
  button.disabled,
  .btn.disabled,
  .dataTableList dd:last-of-type span.datatable__action a.disabled,
  .dataTableList dd:last-of-type span.datatable__action span.disabled.link {
    opacity: 0.3;
    -o-opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -ms-filter: "alpha(opacity=$opacityIE)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
    filter: alpha(opacity=30);
    zoom: 1;
    cursor: default; }

a.toggle-button,
table.dataTable tbody td.button-container a.toggle-button {
  -webkit-border-radius: 6px 6px 6px 6px;
  -khtml-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  position: relative;
  max-width: none;
  width: 62px;
  padding: 0;
  margin: 3px 3px 0 3px;
  line-height: 20px;
  background: transparent;
  border: 1px solid #4273b7;
  color: #4273b7; }
  a.toggle-button span,
  table.dataTable tbody td.button-container a.toggle-button span {
    position: relative;
    z-index: 2;
    max-width: none;
    width: auto;
    margin: 0;
    padding: 0 5px;
    font-size: 15px;
    line-height: 20px; }
  a.toggle-button:after,
  table.dataTable tbody td.button-container a.toggle-button:after {
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4273b7; }
  a.toggle-button.inactive span:first-child,
  table.dataTable tbody td.button-container a.toggle-button.inactive span:first-child {
    color: #fff; }
  a.toggle-button.inactive:after,
  table.dataTable tbody td.button-container a.toggle-button.inactive:after {
    right: 50%; }
  a.toggle-button.inactive:hover span:first-child,
  table.dataTable tbody td.button-container a.toggle-button.inactive:hover span:first-child {
    color: #4273b7; }
  a.toggle-button.inactive:hover span:last-child,
  table.dataTable tbody td.button-container a.toggle-button.inactive:hover span:last-child {
    color: #fff; }
  a.toggle-button.inactive:hover:after,
  table.dataTable tbody td.button-container a.toggle-button.inactive:hover:after {
    left: 50%;
    right: 0; }
  a.toggle-button.active span:last-child,
  table.dataTable tbody td.button-container a.toggle-button.active span:last-child {
    color: #fff; }
  a.toggle-button.active:after,
  table.dataTable tbody td.button-container a.toggle-button.active:after {
    left: 50%; }
  a.toggle-button.active:hover span:first-child,
  table.dataTable tbody td.button-container a.toggle-button.active:hover span:first-child {
    color: #fff; }
  a.toggle-button.active:hover span:last-child,
  table.dataTable tbody td.button-container a.toggle-button.active:hover span:last-child {
    color: #4273b7; }
  a.toggle-button.active:hover:after,
  table.dataTable tbody td.button-container a.toggle-button.active:hover:after {
    left: 0;
    right: 50%; }
  a.toggle-button.validating,
  table.dataTable tbody td.button-container a.toggle-button.validating {
    width: 86px; }
    a.toggle-button.validating:after,
    table.dataTable tbody td.button-container a.toggle-button.validating:after {
      right: 30px; }
    a.toggle-button.validating:hover:after,
    table.dataTable tbody td.button-container a.toggle-button.validating:hover:after {
      left: 53px;
      right: 0; }
  a.toggle-button.disable,
  table.dataTable tbody td.button-container a.toggle-button.disable {
    opacity: 0.3;
    -o-opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -ms-filter: "alpha(opacity=$opacityIE)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
    filter: alpha(opacity=30);
    zoom: 1;
    cursor: default; }
    a.toggle-button.disable span,
    table.dataTable tbody td.button-container a.toggle-button.disable span {
      cursor: default; }
    a.toggle-button.disable:after,
    table.dataTable tbody td.button-container a.toggle-button.disable:after {
      background-color: #fff; }

#user-list table.dataTable tbody td.button-container a.toggle-button {
  margin-left: 26px; }
  #user-list table.dataTable tbody td.button-container a.toggle-button.validating {
    margin-left: 3px; }

@media (max-width: 520px) {
  .buttons {
    text-align: center; } }
/**********************************************************************************************************/
/**********************************************************************************************************/
img {
  max-width: 100%; }

.picture-rounded {
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center center; }
  .picture-rounded.topbar {
    width: 40px;
    height: 40px; }
  .picture-rounded.directory {
    width: 100px;
    height: 100px; }
  .picture-rounded.large {
    width: 110px;
    height: 110px; }
  .picture-rounded img {
    opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "alpha(opacity=$opacityIE)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
    filter: alpha(opacity=0);
    zoom: 1; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.item-information {
  position: relative; }
  .item-information.with-picture {
    min-height: 110px;
    padding-left: 130px !important; }
    .item-information.with-picture > div {
      min-height: 110px;
      border-left: 1px solid #c4c4c7; }
      .item-information.with-picture > div.picture {
        position: absolute;
        top: 0px;
        left: 0px;
        width: auto;
        border-left: none; }
        .item-information.with-picture > div.picture .container-input {
          display: block;
          width: 110px; }
          .item-information.with-picture > div.picture .container-input .file-text {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            max-width: 90px;
            line-height: 20px;
            word-wrap: break-word; }
          .item-information.with-picture > div.picture .container-input .file-remove {
            margin-left: 0; }
          .item-information.with-picture > div.picture .container-input > div {
            margin: 10px 0 0; }
      .item-information.with-picture > div.information {
        padding: 0 0 0 20px; }
  .item-information > div.information dl.left,
  .item-information > div.information dl.right,
  .item-information > div.information div.left,
  .item-information > div.information div.right {
    flex: 0 0 50%;
    margin: 0; }
  .item-information > div.information dl.left,
  .item-information > div.information div.left {
    padding-right: 10px; }
  .item-information > div.information dl.right,
  .item-information > div.information div.right {
    padding-left: 10px; }

@media screen and (max-width: 1000px) {
  .item-information > div.information {
    display: block; }
    .item-information > div.information dl:first-child,
    .item-information > div.information div:first-child {
      margin-bottom: 10px; }
    .item-information > div.information dl:last-child,
    .item-information > div.information div:last-child {
      margin-bottom: 0; }
    .item-information > div.information dl.left,
    .item-information > div.information dl.right,
    .item-information > div.information div.left,
    .item-information > div.information div.right {
      flex: 0 0 100%;
      padding: 0; } }
@media screen and (max-width: 767px) {
  .item-information.with-picture {
    padding-left: 0 !important; }
    .item-information.with-picture > div.picture {
      position: static;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #c4c4c7; }
      .item-information.with-picture > div.picture .picture-rounded {
        margin: auto; }
    .item-information.with-picture > div.information {
      border-left: none;
      padding-left: 0; } }
/**********************************************************************************************************/
/**********************************************************************************************************/
.jspScrollable {
  outline: none; }

.jspVerticalBar {
  right: 2px;
  width: 4px;
  background-color: transparent; }
  .jspVerticalBar .jspTrack .jspDrag {
    background-color: rgba(255, 255, 255, 0.4); }

.jspHorizontalBar {
  bottom: 2px;
  height: 6px;
  background-color: transparent; }
  .jspHorizontalBar .jspTrack .jspDrag {
    background-color: rgba(66, 115, 183, 0.5); }

.jspCap {
  display: none; }

.jspTrack {
  background-color: transparent; }
  .jspTrack .jspDrag {
    -webkit-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -ms-border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.kpi, .line > .kpi, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .kpi, .container-input.file > .kpi, .item-information > div.information > .kpi {
  display: block;
  padding: 40px 10px;
  text-align: center;
  line-height: 16px;
  color: #43434b; }
  .kpi .number, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > .kpi .number, .item-information > div.information > .kpi .number {
    font-size: 40px;
    line-height: 50px; }
  .kpi.first .number {
    color: #a44a93; }
  .kpi.seconde .number {
    color: #6e65b7; }
  .kpi.third .number {
    color: #4a77c0; }
  .kpi.fourth .number {
    color: #3892b7; }
  .kpi.fifth .number {
    color: #26ada5; }

a.kpi:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-title > a.kpi:hover {
  border-color: #4273b7; }

/**********************************************************************************************************/
/**********************************************************************************************************/
ul.no-margin, .alert ul, .tabs {
  margin: 0;
  padding: 0; }
  ul.no-margin li, .alert ul li, .tabs li {
    list-style: none; }

dt,
dd {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 0 10px; }
  dt:last-of-type,
  dd:last-of-type {
    margin-bottom: 0; }

dt {
  font-weight: 500; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.message {
  margin: 15px 0; }
  .message > div {
    padding: 20px; }
    .message > div.picture-rounded {
      flex: 0 0 auto; }
    .message > div .content {
      margin: 15px 0; }
    .message > div .linked-files {
      border-top: 1px solid #e7e7e8; }
      .message > div .linked-files i {
        max-width: 30px;
        max-height: 30px;
        margin-right: 10px;
        color: #4273b7; }

/**********************************************************************************************************/
/**********************************************************************************************************/
#model {
  display: none; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.notifications {
  margin: 0;
  padding: 0;
  list-style: none; }
  .notifications .submenu > div > ul {
    list-style: none;
    padding: 0;
    background-color: #fff; }
    .notifications .submenu > div > ul .notification {
      z-index: 8;
      position: relative;
      display: block;
      padding: 10px;
      min-height: 62px;
      font-size: 13px;
      background-color: #fff;
      border-left-color: #fff;
      border-top-color: #fff;
      border-right-color: #fff; }
      .notifications .submenu > div > ul .notification > div {
        width: auto;
        margin-left: 0;
        padding-left: 60px; }
        .notifications .submenu > div > ul .notification > div.icon-document {
          float: left;
          padding-left: 0;
          width: 50px; }
        .notifications .submenu > div > ul .notification > div.picture-rounded {
          float: left;
          width: 50px;
          height: 50px;
          padding-left: 0; }
      .notifications .submenu > div > ul .notification .name {
        display: none; }
      .notifications .submenu > div > ul .notification .content {
        line-height: 17px;
        margin-bottom: 5px; }
      .notifications .submenu > div > ul .notification .date {
        font-size: 11px; }
      .notifications .submenu > div > ul .notification:hover {
        padding-left: 6px;
        border-color: #4273b7; }
      .notifications .submenu > div > ul .notification.empty, .notifications .submenu > div > ul .notification.show-all {
        text-align: center;
        min-height: 0; }
        .notifications .submenu > div > ul .notification.empty:hover, .notifications .submenu > div > ul .notification.show-all:hover {
          border-color: transparent; }
      .notifications .submenu > div > ul .notification.empty {
        border-bottom: 1px solid #c4c4c7; }
        .notifications .submenu > div > ul .notification.empty:hover {
          border-bottom-color: #c4c4c7; }

.notification .name span {
  -webkit-border-radius: 6px 6px 6px 6px;
  -khtml-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -ms-border-radius: 6px 6px 6px 6px;
  -o-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin-right: 5px;
  padding: 1px 5px;
  line-height: 16px;
  background-color: #4273b7;
  color: white;
  font-size: 12px; }
.notification .icon-document {
  flex: 0 0 60px;
  font-size: 22px;
  margin-bottom: 7px;
  text-align: center;
  color: #4273b7; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.popup-container {
  opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "alpha(opacity=$opacityIE)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: all 0.2s linear 0s;
  -khtml-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 10, 10, 0.45);
  pointer-events: none; }
  .popup-container .popup {
    position: relative;
    width: 600px;
    padding: 40px;
    background-color: #fff;
    text-align: center;
    max-height: 80%;
    overflow-y: auto; }
    .popup-container .popup .title {
      margin-top: 0; }
    .popup-container .popup .title,
    .popup-container .popup .subtitle {
      text-align: center; }
    .popup-container .popup label {
      text-align: left; }
    .popup-container .popup button.popup-close.croix {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      padding: 0;
      background-color: transparent;
      color: #43434b; }
      .popup-container .popup button.popup-close.croix:hover {
        color: #e50459;
        outline-color: #fff; }
      .popup-container .popup button.popup-close.croix:focus {
        outline: none; }
    .popup-container .popup ul {
      text-align: left; }
    .popup-container .popup form {
      margin-top: 40px; }
      .popup-container .popup form.only-with-buttons button {
        margin-left: 20px; }
        .popup-container .popup form.only-with-buttons button:first-child {
          margin-left: 0; }
      .popup-container .popup form .buttons {
        margin-top: 40px;
        text-align: center; }
  .popup-container.opened {
    opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "alpha(opacity=$opacityIE)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
    filter: alpha(opacity=100);
    zoom: 1;
    pointer-events: all; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.question {
  margin-bottom: 20px; }
  .question label {
    padding: 10px 0 20px; }
    .question label span {
      -webkit-border-radius: 90px 90px 0px 0px;
      -khtml-border-radius: 90px 90px 0px 0px;
      -moz-border-radius: 90px 90px 0px 0px;
      -ms-border-radius: 90px 90px 0px 0px;
      -o-border-radius: 90px 90px 0px 0px;
      border-radius: 90px 90px 0px 0px;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle;
      width: 35px;
      height: 23px;
      margin-right: 5px;
      padding: 3px;
      border: 1px solid #4273b7;
      border-bottom: none;
      text-align: center;
      color: #4273b7;
      font-size: 16px;
      font-family: "Raleway", sans-serif; }
  .question:first-of-type label {
    padding-top: 0; }
  .question:last-child {
    margin-bottom: 0; }

/**********************************************************************************************************/
/**********************************************************************************************************/
.social-network {
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  overflow: hidden;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }
  .social-network .icon-linkedin:before {
    color: #007bb5; }
  .social-network .icon-twitter:before {
    color: #55acee; }
  .social-network .icon-facebook:before {
    color: #3b5998; }
  .social-network:hover .icon-linkedin:before {
    color: #004769; }
  .social-network:hover .icon-twitter:before {
    color: #1689e0; }
  .social-network:hover .icon-facebook:before {
    color: #263961; }

/**********************************************************************************************************/
/**********************************************************************************************************/
#sortable {
  list-style: none;
  margin: 0;
  padding: 0; }
  #sortable li {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    line-height: 31px;
    color: #4273b7; }
    #sortable li:hover {
      cursor: grab; }
    #sortable li:last-child {
      margin-bottom: 0; }
    #sortable li.ui-sortable-helper {
      transform: scale(1.06, 1.06); }

/**********************************************************************************************************/
/**********************************************************************************************************/
.tabs {
  zoom: 1;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #c4c4c7; }
  .tabs:before, .tabs:after {
    content: ".";
    display: block;
    overflow: hidden;
    height: 0; }
  .tabs:after {
    clear: both; }

.tabs-title {
  -webkit-transition: all 0.2s linear 0s;
  -khtml-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  max-width: 33%;
  margin: 0 1px;
  background-color: #fff; }
  .tabs-title > a {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #43434b; }
    .tabs-title > a > div {
      flex: 1 1 auto;
      display: block;
      line-height: 1;
      text-align: center;
      padding: 20px 10px;
      font-size: 15px; }
  .tabs-title:before {
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    content: "";
    position: absolute;
    top: 100%;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ececed; }
  .tabs-title:after {
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 0px;
    top: 100%;
    margin-top: -1px;
    background-color: #e7e7e8; }
  .tabs-title:hover a, .tabs-title.is-active a {
    color: #4273b7; }
  .tabs-title:hover:before, .tabs-title.is-active:before {
    top: 0; }
  .tabs-title:hover:after, .tabs-title.is-active:after {
    height: 4px;
    top: 0;
    background-color: #4273b7; }
  .tabs-title.is-active {
    margin-bottom: -1px;
    border-left: 1px solid #c4c4c7;
    border-right: 1px solid #c4c4c7; }

.tabs-content {
  -webkit-transition: all 0.5s linear 0s;
  -khtml-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }
  .tabs-content.vertical {
    border: 1px solid #e7e7e8;
    border-left: 0; }

.tabs-panel {
  display: none; }
  .tabs-panel.is-active {
    display: block; }

@media (max-width: 767px) {
  .tabs {
    display: none; }

  .tabs-content .tabs-panel {
    display: block;
    margin-bottom: 20px; }
    .tabs-content .tabs-panel:last-child {
      margin-bottom: 0; } }
/**********************************************************************************************************/
/**********************************************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-align: left; }

h1 {
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 26pt;
  line-height: 45px;
  border-bottom: 1px solid #89898e; }

.title-h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  border-bottom: 1px solid #89898e; }
  .title-h1 h1 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 26pt;
    line-height: 45px;
    border-bottom: 0; }

h2 {
  margin-top: 0;
  padding: 7px 0;
  line-height: 22px;
  font-size: 20px;
  border-bottom: 1px solid #c4c4c7;
  color: #4273b7; }
  h2 > a {
    color: #4273b7; }

.title-h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-bottom: 20px; }
  .title-h2 h2 {
    flex: 1 1 auto;
    margin: 0; }
  .title-h2.full-large {
    border-bottom: 1px solid #c4c4c7; }
    .title-h2.full-large h2 {
      border-bottom: 0; }

.title-h1 .actions .container-select,
.title-h2 .actions .container-select {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  width: 200px;
  margin-left: 20px; }
.title-h1 .actions a,
.title-h1 .actions span.link,
.title-h2 .actions a,
.title-h2 .actions span.link {
  color: #4273b7;
  margin-left: 25px; }
  .title-h1 .actions a i,
  .title-h1 .actions span.link i,
  .title-h2 .actions a i,
  .title-h2 .actions span.link i {
    color: #e50459; }

h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c4c4c7; }

@media (max-width: 1200px) {
  .title-h1,
  .title-h2,
  .title-h2.full-large {
    display: block;
    border-bottom: none; }
    .title-h1 h1,
    .title-h2 h1,
    .title-h2.full-large h1 {
      border-bottom: 1px solid #89898e;
      margin-bottom: 20px; }
    .title-h1 h2,
    .title-h2 h2,
    .title-h2.full-large h2 {
      border-bottom: 1px solid #c4c4c7;
      margin-bottom: 20px; }
    .title-h1 .actions a,
    .title-h1 .actions span.link,
    .title-h1 .actions .container-select,
    .title-h2 .actions a,
    .title-h2 .actions span.link,
    .title-h2 .actions .container-select,
    .title-h2.full-large .actions a,
    .title-h2.full-large .actions span.link,
    .title-h2.full-large .actions .container-select {
      display: block;
      margin-left: 0; } }
@media (max-width: 767px) {
  .title-h2 .actions .container-select {
    width: 100%;
    margin-bottom: 20px; }
    .title-h2 .actions .container-select:last-child {
      margin-bottom: 0; } }
/**********************************************************************************************************/
/**********************************************************************************************************/
#toggle-card-listing {
  margin-top: 20px; }

.toggle-card-line {
  -webkit-transition: all 0.2s linear 0s;
  -khtml-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .toggle-card-line .toggle-card-element {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 24%;
    padding-bottom: 10px; }
    .toggle-card-line .toggle-card-element.capsule .toggle-card-block-content, .toggle-card-line .toggle-card-element.module .toggle-card-block-content {
      text-align: center; }
    .toggle-card-line .toggle-card-element.capsule .toggle-card-details .toggle-card-details-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .toggle-card-line .toggle-card-element.capsule.edit, .toggle-card-line .toggle-card-element.module {
      margin-bottom: 10px !important; }
      .toggle-card-line .toggle-card-element.capsule.edit.empty, .toggle-card-line .toggle-card-element.module.empty {
        margin-bottom: 0 !important; }
      .toggle-card-line .toggle-card-element.capsule.edit .toggle-card-block .toggle-card-block-container .toggle-card-block-content, .toggle-card-line .toggle-card-element.module .toggle-card-block .toggle-card-block-container .toggle-card-block-content {
        padding: 0;
        border-bottom: 0; }
    .toggle-card-line .toggle-card-element .toggle-card-block {
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 100%; }
      .toggle-card-line .toggle-card-element .toggle-card-block.opened, .toggle-card-line .toggle-card-element .toggle-card-block:hover {
        border: 1px solid #4273b7; }
      .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-arrow {
        text-align: center; }
        .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-arrow > div {
          width: 100%;
          margin-top: 0;
          line-height: 25px;
          padding: 0 0 5px 0;
          background: transparent;
          color: #4273b7;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          cursor: pointer; }
          .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-arrow > div:focus {
            outline: none; }
          .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-arrow > div:hover {
            outline: none;
            background-color: #4273b7;
            color: #fff; }
      .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-container {
        height: 100%;
        padding: 20px 20px 29px 20px; }
        .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-container .toggle-card-block-content {
          margin: 20px 20px 0 20px;
          padding-bottom: 20px;
          border-bottom: 1px solid #c4c4c7;
          height: 100%;
          margin: 0; }
          .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-container .toggle-card-block-content input.check {
            display: none; }
          .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-container .toggle-card-block-content .container-input.checkbox {
            cursor: default;
            position: absolute;
            right: 10px;
            top: 10px;
            width: 25px;
            height: 25px; }
            .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-container .toggle-card-block-content .container-input.checkbox label:before {
              top: 9px; }
            .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-container .toggle-card-block-content .container-input.checkbox label:after {
              top: 4px; }
          .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-container .toggle-card-block-content .picture-rounded {
            float: left;
            width: 60px;
            height: 60px;
            margin-right: 20px; }
          .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-container .toggle-card-block-content .name {
            line-height: 23px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .toggle-card-line .toggle-card-element .toggle-card-block .toggle-card-block-container .toggle-card-block-content .job-title {
            margin-top: 10px;
            color: #89898e; }
  .toggle-card-line .toggle-card-details {
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0px; }
    .toggle-card-line .toggle-card-details .toggle-card-details-container {
      margin: 10px 0;
      padding: 10px 0;
      border-top: 1px solid #4273b7;
      border-bottom: 1px solid #4273b7; }
      .toggle-card-line .toggle-card-details .toggle-card-details-container .social-network {
        -webkit-border-radius: 50% 50% 50% 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        overflow: hidden;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center; }
      .toggle-card-line .toggle-card-details .toggle-card-details-container .suggestion,
      .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation {
        border-top: none; }
      .toggle-card-line .toggle-card-details .toggle-card-details-container .suggestion .line, .toggle-card-line .toggle-card-details .toggle-card-details-container .suggestion .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .ui-datepicker .ui-datepicker-header .toggle-card-line .toggle-card-details .toggle-card-details-container .suggestion .ui-datepicker-title, .toggle-card-line .toggle-card-details .toggle-card-details-container .suggestion .container-input.file, .toggle-card-line .toggle-card-details .toggle-card-details-container .suggestion .item-information > div.information {
        align-items: center; }
      .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.line, .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation .ui-datepicker .ui-datepicker-header form.ui-datepicker-title, .ui-datepicker .ui-datepicker-header .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.ui-datepicker-title, .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.container-input.file {
        align-items: center; }
        .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.line .left-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation .ui-datepicker .ui-datepicker-header form.ui-datepicker-title .left-line, .ui-datepicker .ui-datepicker-header .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.ui-datepicker-title .left-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.container-input.file .left-line {
          align-items: center;
          margin-left: 0; }
          .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.line .left-line .container-select, .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation .ui-datepicker .ui-datepicker-header form.ui-datepicker-title .left-line .container-select, .ui-datepicker .ui-datepicker-header .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.ui-datepicker-title .left-line .container-select, .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.container-input.file .left-line .container-select {
            flex: 0 0 auto; }
        .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.line .right-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation .ui-datepicker .ui-datepicker-header form.ui-datepicker-title .right-line, .ui-datepicker .ui-datepicker-header .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.ui-datepicker-title .right-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .mise-en-relation form.container-input.file .right-line {
          flex: 0 0 auto; }
      .toggle-card-line .toggle-card-details .toggle-card-details-container .alert {
        flex: 1 1 100%;
        margin-bottom: 0; }
      .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-element {
        padding-bottom: 0 !important; }

@media screen and (max-width: 1200px) {
  .toggle-card-line .toggle-card-element {
    flex: 0 0 49%; } }
@media screen and (max-width: 1000px) {
  .directory .directory-line .directory-user {
    position: relative; } }
@media screen and (max-width: 767px) {
  .toggle-card-line .toggle-card-element {
    flex: none; }

  .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .line .left-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .ui-datepicker .ui-datepicker-header .ui-datepicker-title .left-line, .ui-datepicker .ui-datepicker-header .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .ui-datepicker-title .left-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .container-input.file .left-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .item-information > div.information .left-line {
    padding: 0; }
    .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .line .left-line p, .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .ui-datepicker .ui-datepicker-header .ui-datepicker-title .left-line p, .ui-datepicker .ui-datepicker-header .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .ui-datepicker-title .left-line p, .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .container-input.file .left-line p, .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .item-information > div.information .left-line p,
    .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .line .left-line select,
    .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .ui-datepicker .ui-datepicker-header .ui-datepicker-title .left-line select,
    .ui-datepicker .ui-datepicker-header .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .ui-datepicker-title .left-line select,
    .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .container-input.file .left-line select,
    .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .item-information > div.information .left-line select {
      display: block; }
  .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .line .right-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .ui-datepicker .ui-datepicker-header .ui-datepicker-title .right-line, .ui-datepicker .ui-datepicker-header .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .ui-datepicker-title .right-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .container-input.file .right-line, .toggle-card-line .toggle-card-details .toggle-card-details-container .toggle-card-details-perso .item-information > div.information .right-line {
    position: static;
    text-align: center;
    display: block;
    margin: 20px auto 0; }

  .toggle-card-line .toggle-card-element {
    position: relative;
    display: block;
    width: 100%; } }
/**********************************************************************************************************/
/**********************************************************************************************************/
.widget {
  height: 100%;
  padding: 15px; }

.widget-list {
  text-align: left; }
  .widget-list table {
    width: 100%; }
  .widget-list h2 {
    margin-bottom: 10px; }
  .widget-list td {
    padding-bottom: 5px;
    line-height: 25px; }
  .widget-list td.with-icon {
    width: 40px;
    color: #4273b7;
    vertical-align: top;
    padding-top: 4px; }
    .widget-list td.with-icon span {
      display: block;
      font-size: 21px; }
  .widget-list td.info .sub-info {
    display: block;
    font-size: 10pt;
    line-height: 13pt;
    font-style: italic;
    color: #89898e; }
  .widget-list a .icon-visible-oeil {
    color: #e50459;
    font-size: 22px; }
  .widget-list a:hover .icon-ajout {
    color: #c60650; }

/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
.basic {
  max-width: 800px;
  margin: auto;
  padding: 50px 0; }
  .basic a.basic-logo {
    display: inline; }
    .basic a.basic-logo img {
      display: block;
      margin: 0 auto 50px; }
  .basic a {
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  .basic {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; } }
/**********************************************************************************************************/
/**********************************************************************************************************/
.style-guide {
  /********************* Titre *********************/
  /********************* Couleurs *********************/ }
  .style-guide h1 {
    padding: 0;
    margin: 50px 0;
    text-align: center;
    border-bottom: none; }
  .style-guide h2 {
    margin-top: 60px; }
  .style-guide h3 {
    margin-top: 40px; }
  .style-guide a {
    text-decoration: none; }
  .style-guide .fields-required,
  .style-guide .fields-not-required {
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #89898e;
    padding: 0 0 5px;
    margin-bottom: 5px; }
  .style-guide .info-styleguide {
    padding: 10px;
    margin-bottom: 20px;
    background: #f3f3f4;
    border: 1px solid #c4c4c7;
    overflow: hidden; }
  .style-guide .colors {
    display: flex; }
    .style-guide .colors .color {
      position: relative;
      width: 150px;
      height: 100px;
      padding: 10px;
      color: #fff; }
      .style-guide .colors .color p {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 25px; }
      .style-guide .colors .color.primary-color {
        background-color: #4273b7; }
      .style-guide .colors .color.primary-color-da {
        background-color: #3b65a0;
        margin-right: 10px; }
      .style-guide .colors .color.secondary-color {
        background-color: #e50459; }
      .style-guide .colors .color.secondary-color-da {
        background-color: #c60650;
        margin-right: 10px; }
      .style-guide .colors .color.notification-color {
        background-color: #ff6e50; }
      .style-guide .colors .color.notification-color-da {
        background-color: #e7654b;
        margin-right: 10px; }
      .style-guide .colors .color.magenta {
        background-color: #a44a93; }
      .style-guide .colors .color.purple {
        background-color: #6e65b7; }
      .style-guide .colors .color.blue {
        background-color: #4a77c0; }
      .style-guide .colors .color.turquoise {
        background-color: #3892b7; }
      .style-guide .colors .color.sea {
        background-color: #26ada5; }
      .style-guide .colors .color.grass {
        background-color: #38ad6f; }
      .style-guide .colors .color.green {
        background-color: #77ad42; }
      .style-guide .colors .color.yellow {
        background-color: #e7ad42; }
      .style-guide .colors .color.orange {
        background-color: #e06f4d; }
      .style-guide .colors .color.red {
        background-color: #bf3854; }
      .style-guide .colors .color.kpi-1 {
        background-color: #a44a93; }
      .style-guide .colors .color.kpi-2 {
        background-color: #6e65b7; }
      .style-guide .colors .color.kpi-3 {
        background-color: #4a77c0; }
      .style-guide .colors .color.kpi-4 {
        background-color: #3892b7; }
      .style-guide .colors .color.kpi-5 {
        background-color: #26ada5; }
  .style-guide .font .uppercase {
    text-transform: uppercase; }
  .style-guide .font table {
    width: 50%; }
    .style-guide .font table th {
      padding: 10px 0;
      text-align: left; }
  .style-guide .font.raleway {
    font-size: 22px;
    font-family: "Raleway", sans-serif; }
  .style-guide .font.roboto {
    font-size: 22px;
    font-family: "Roboto", sans-serif; }
  .style-guide .font .awake {
    font-size: 22px;
    font-family: "Awake", sans-serif; }
  .style-guide .widget h2 {
    margin-top: 0; }

/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
/**********************************************************************************************************/
body.landing {
  background-color: #ffffff;
  overflow: visible;
  color: #4273b7;
  /* General
  ******************************************************************************************/
  /* Top banner
  ******************************************************************************/
  /* Header
  ******************************************************************************/
  /* Introduction
  ******************************************************************************/
  /* Détails
  ******************************************************************************/
  /* Quizz
  ******************************************************************************/
  /* Parties // Partie 1 : "L'équipe"
  ******************************************************************************/
  /* Parties // Partie 2 : "La plateforme"
  ******************************************************************************/
  /* Parties // Partie 3 : "L'offre"
  ******************************************************************************/
  /* Footer
  ******************************************************************************************/
  /* Menu
  ******************************************************************************************/ }
  body.landing ul, body.landing ol, body.landing dl {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    list-style: none; }
  body.landing a {
    text-decoration: none; }
    body.landing a:hover {
      text-decoration: underline; }
  body.landing div {
    margin: 0; }
  body.landing p {
    margin: 0 0 16px;
    line-height: 1.6; }
  body.landing .hidden {
    opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "alpha(opacity=$opacityIE)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
    filter: alpha(opacity=0);
    zoom: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; }
  body.landing .text-center {
    text-align: center; }
  body.landing .highlight {
    color: #e50459; }
  body.landing .underline {
    text-decoration: underline; }
  body.landing .btn-landing {
    -webkit-border-radius: 12px 12px 12px 12px;
    -khtml-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -ms-border-radius: 12px 12px 12px 12px;
    -o-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    -webkit-transition: all 0.2s linear 0s;
    -khtml-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    margin: 0;
    padding: 15px 30px;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    background-color: #e50459;
    border: 1px solid #e50459; }
    body.landing .btn-landing span {
      font-size: 13px; }
    body.landing .btn-landing:hover {
      text-decoration: none;
      color: #e50459;
      background-color: #fcf5f6;
      border: 1px solid #e50459; }
    body.landing .btn-landing small {
      display: block;
      font-size: 16px;
      margin-top: 7px;
      line-height: 12px; }
  body.landing .container {
    width: 1000px;
    margin: auto; }
    body.landing .container.small {
      width: 600px; }
  body.landing h1, body.landing h2, body.landing h3, body.landing h4, body.landing h5 {
    line-height: 1.4;
    margin: 0; }
  body.landing h2 {
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
    color: #e50459;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif; }
  body.landing h3 {
    margin-bottom: 90px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #4273b7;
    font-family: "Roboto", sans-serif;
    border-bottom: none; }
  body.landing h4 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    text-align: center;
    font-size: 20px; }
  body.landing .person {
    position: relative;
    text-align: center; }
    body.landing .person img {
      -webkit-border-radius: 50% 50% 50% 50%;
      -khtml-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -ms-border-radius: 50% 50% 50% 50%;
      -o-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      width: 150px; }
    body.landing .person p {
      padding: 10px 0 20px;
      line-height: 23px; }
    body.landing .person div {
      position: relative; }
    body.landing .person .icon-linkedin {
      position: absolute;
      right: 20px;
      bottom: 0; }
      body.landing .person .icon-linkedin:before {
        -webkit-border-radius: 50% 50% 50% 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        -webkit-transition: all 0.2s linear 0s;
        -khtml-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        background: #ffffff; }
    body.landing .person a:hover .icon-linkedin:before {
      color: #005882; }
  body.landing .text-person {
    width: 560px;
    margin: 0 auto 53px;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 28px; }
  body.landing .line, body.landing .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .ui-datepicker .ui-datepicker-header body.landing .ui-datepicker-title, body.landing .container-input.file, body.landing .item-information > div.information {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  body.landing .landing-top-banner {
    padding: 7px 0;
    background-color: #4273b7;
    color: #ffffff;
    font-size: 14px; }
    body.landing .landing-top-banner .line > div, body.landing .landing-top-banner .ui-datepicker .ui-datepicker-header .ui-datepicker-title > div, .ui-datepicker .ui-datepicker-header body.landing .landing-top-banner .ui-datepicker-title > div, body.landing .landing-top-banner .container-input.file > div, body.landing .landing-top-banner .item-information > div.information > div {
      flex: 0 0 auto; }
    body.landing .landing-top-banner .links {
      display: flex;
      align-items: center; }
    body.landing .landing-top-banner img {
      height: 18px; }
      body.landing .landing-top-banner img.se-connecter {
        margin-right: 5px; }
      body.landing .landing-top-banner img.s-inscrire {
        margin-left: 15px;
        margin-right: 5px; }
    body.landing .landing-top-banner a {
      color: #ffffff; }
  body.landing .landing-header {
    padding: 55px 0 125px;
    background-color: #f4f7fb; }
    body.landing .landing-header .like-h1 {
      padding-top: 40px;
      font-size: 23px;
      margin: auto;
      color: #4273b7;
      text-transform: none;
      font-weight: 500;
      border: none; }
      body.landing .landing-header .like-h1 strong {
        font-family: "Roboto", sans-serif; }
    body.landing .landing-header div {
      text-align: center; }
      body.landing .landing-header div.header-logo {
        -webkit-border-radius: 50% 50% 50% 50%;
        -khtml-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        -o-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        width: 260px;
        height: 260px;
        margin: auto;
        padding-top: 65px;
        background-color: #ffffff; }
        body.landing .landing-header div.header-logo img {
          max-width: 190px; }
  body.landing div.image-background {
    position: relative;
    display: flex;
    align-items: center;
    background: #2b2b2b none no-repeat center center;
    min-height: 800px; }
    body.landing div.image-background.entrepreneuse {
      background-image: url("/images/myproject/landing/entrepreneuse.jpg"); }
      body.landing div.image-background.entrepreneuse div {
        margin-top: 90px;
        background: rgba(0, 0, 0, 0.2); }
        body.landing div.image-background.entrepreneuse div p {
          text-align: right; }
    body.landing div.image-background.plateforme {
      background-image: url("/images/myproject/landing/plateforme-my-project.jpg"); }
      body.landing div.image-background.plateforme div {
        margin-top: -140px;
        background-color: rgba(0, 0, 0, 0.6); }
        body.landing div.image-background.plateforme div p {
          text-align: left; }
    body.landing div.image-background div {
      width: 100%; }
      body.landing div.image-background div p {
        padding: 0;
        margin: 0 auto;
        color: #ffffff;
        font-size: 35px; }
        body.landing div.image-background div p strong {
          text-transform: uppercase; }
  body.landing .landing-introduction div.entrepreneuse-details {
    padding: 100px 0; }
    body.landing .landing-introduction div.entrepreneuse-details div.left {
      flex: 0 0 55%; }
      body.landing .landing-introduction div.entrepreneuse-details div.left p {
        text-transform: uppercase; }
      body.landing .landing-introduction div.entrepreneuse-details div.left ul {
        list-style: disc;
        padding-left: 50px; }
      body.landing .landing-introduction div.entrepreneuse-details div.left a {
        margin-top: 30px;
        margin-left: 50px; }
    body.landing .landing-introduction div.entrepreneuse-details div.right {
      flex: 0 0 auto; }
      body.landing .landing-introduction div.entrepreneuse-details div.right .round {
        position: relative;
        width: 230px;
        height: 230px;
        margin: 0 0 30px;
        padding: 40px 0;
        font-size: 18px;
        text-align: center; }
        body.landing .landing-introduction div.entrepreneuse-details div.right .round:before {
          -webkit-border-radius: 50% 50% 50% 50%;
          -khtml-border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          -ms-border-radius: 50% 50% 50% 50%;
          -o-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
          content: "";
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 230px;
          height: 230px;
          background-color: #f4f7fb; }
        body.landing .landing-introduction div.entrepreneuse-details div.right .round li {
          position: relative;
          z-index: 2;
          font-weight: 500; }
          body.landing .landing-introduction div.entrepreneuse-details div.right .round li:first-child {
            font-weight: 400; }
  body.landing .landing-details {
    padding: 50px 0;
    background-color: #f4f7fb;
    text-align: center; }
    body.landing .landing-details p {
      margin: auto; }
      body.landing .landing-details p:first-of-type {
        width: 440px;
        margin-bottom: 100px; }
      body.landing .landing-details p:last-of-type {
        width: 370px;
        font-size: 14px; }
  body.landing .landing-quizz {
    padding: 50px 0;
    text-align: center; }
    body.landing .landing-quizz h3 {
      margin-bottom: 50px; }
    body.landing .landing-quizz .quizz-round {
      -webkit-transition: all 0.2s linear 0s;
      -khtml-transition: all 0.2s linear 0s;
      -moz-transition: all 0.2s linear 0s;
      -ms-transition: all 0.2s linear 0s;
      -o-transition: all 0.2s linear 0s;
      transition: all 0.2s linear 0s;
      display: block;
      margin-right: 50px;
      width: 155px;
      height: 155px;
      background: transparent url("/images/myproject/landing/quizz.png") no-repeat center center; }
      body.landing .landing-quizz .quizz-round:hover {
        background: transparent url("/images/myproject/landing/quizz-hover.png") no-repeat center center; }
    body.landing .landing-quizz p strong {
      font-size: 18px; }
    body.landing .landing-quizz p.or {
      margin: 20px 0; }
  body.landing .landing-part h2 {
    margin: 0;
    padding: 20px;
    background-color: rgba(229, 4, 89, 0.8);
    color: #ffffff;
    font-weight: 600; }
  body.landing .landing-part > div.container {
    padding: 100px 0; }
  body.landing .landing-part-1 {
    background-color: #f4f7fb; }
    body.landing .landing-part-1 .line, body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title, body.landing .landing-part-1 .container-input.file, body.landing .landing-part-1 .item-information > div.information {
      width: 800px;
      margin: 0 auto 50px; }
      body.landing .landing-part-1 .line > div, body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title > div, .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title > div, body.landing .landing-part-1 .container-input.file > div, body.landing .landing-part-1 .item-information > div.information > div {
        flex: 0 0 auto; }
      body.landing .landing-part-1 .line .left, body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title .left, .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title .left, body.landing .landing-part-1 .container-input.file .left, body.landing .landing-part-1 .item-information > div.information .left,
      body.landing .landing-part-1 .line .center,
      body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title .center,
      .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title .center,
      body.landing .landing-part-1 .container-input.file .center,
      body.landing .landing-part-1 .item-information > div.information .center,
      body.landing .landing-part-1 .line .right,
      body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title .right,
      .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title .right,
      body.landing .landing-part-1 .container-input.file .right,
      body.landing .landing-part-1 .item-information > div.information .right {
        text-align: center; }
      body.landing .landing-part-1 .line .center img, body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title .center img, .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title .center img, body.landing .landing-part-1 .container-input.file .center img, body.landing .landing-part-1 .item-information > div.information .center img {
        width: 290px; }
  body.landing .landing-part-2 .discover-content {
    background: transparent url("/images/myproject/landing/decouvrir-background.png") no-repeat top center; }
  body.landing .landing-part-2 .discover-block h3 {
    margin: 0 0 20px;
    font-size: 20px;
    text-align: left; }
  body.landing .landing-part-2 .discover-block ul {
    list-style: disc;
    padding-left: 20px; }
    body.landing .landing-part-2 .discover-block ul li {
      margin-bottom: 20px; }
  body.landing .landing-part-2 .discover-block:first-child {
    padding: 50px 0 115px 340px;
    text-align: left; }
  body.landing .landing-part-2 .discover-block:nth-child(2) {
    padding: 100px 350px 100px 0; }
  body.landing .landing-part-2 .discover-block:nth-child(3) {
    padding: 60px 0 40px 350px; }
  body.landing .landing-part-2 .discover-block:last-child {
    padding: 40px 0 0;
    text-align: center; }
    body.landing .landing-part-2 .discover-block:last-child h3 {
      width: 560px;
      margin: 0 auto 53px;
      padding: 20px 0 5px;
      background: #ffffff; }
    body.landing .landing-part-2 .discover-block:last-child .text-person {
      padding: 10px 0 5px;
      background: #ffffff; }
    body.landing .landing-part-2 .discover-block:last-child .person {
      width: 300px;
      margin: auto; }
      body.landing .landing-part-2 .discover-block:last-child .person p {
        padding-bottom: 6px;
        margin-top: -4px;
        background-color: #ffffff; }
    body.landing .landing-part-2 .discover-block:last-child a.btn-landing {
      margin: 34px auto 0; }
  body.landing .landing-part-3 {
    background-color: #f4f7fb; }
    body.landing .landing-part-3 .line, body.landing .landing-part-3 .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .ui-datepicker .ui-datepicker-header body.landing .landing-part-3 .ui-datepicker-title, body.landing .landing-part-3 .container-input.file, body.landing .landing-part-3 .item-information > div.information {
      align-items: flex-start; }
    body.landing .landing-part-3 .title-h3 {
      text-align: center; }
    body.landing .landing-part-3 h3 {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: middle;
      margin-bottom: 70px;
      padding: 23px 30px;
      background: transparent url("/images/myproject/landing/title-right.png") no-repeat top right; }
    body.landing .landing-part-3 .start-adventure {
      margin-bottom: 150px; }
      body.landing .landing-part-3 .start-adventure > div {
        flex: 0 0 auto;
        width: 240px;
        text-align: justify;
        line-height: 23px; }
        body.landing .landing-part-3 .start-adventure > div i {
          display: block;
          margin-bottom: 40px;
          text-align: center;
          font-size: 50px; }
    body.landing .landing-part-3 .formulas {
      padding: 0 0 20px;
      text-align: center;
      background: transparent url("/images/myproject/landing/s-equiper-background-responsive.png") repeat-y top center; }
      body.landing .landing-part-3 .formulas .formula {
        padding-bottom: 50px;
        justify-content: center; }
        body.landing .landing-part-3 .formulas .formula > div {
          width: 460px;
          text-align: center;
          background: #ffffff;
          padding: 30px 30px 10px;
          flex: 0 0 auto; }
          body.landing .landing-part-3 .formulas .formula > div h4 {
            font-weight: 600;
            text-transform: uppercase;
            padding-bottom: 5px; }
          body.landing .landing-part-3 .formulas .formula > div .formula-details {
            background-color: #ececed;
            padding: 20px;
            margin-bottom: 20px;
            text-align: left; }
            body.landing .landing-part-3 .formulas .formula > div .formula-details ul {
              margin-top: 10px; }
          body.landing .landing-part-3 .formulas .formula > div ul {
            text-align: left;
            list-style: disc;
            padding-left: 20px; }
            body.landing .landing-part-3 .formulas .formula > div ul.prices {
              margin-bottom: 10px; }
            body.landing .landing-part-3 .formulas .formula > div ul.formula-details {
              padding-left: 40px; }
          body.landing .landing-part-3 .formulas .formula > div p {
            text-align: left; }
            body.landing .landing-part-3 .formulas .formula > div p.subtitle {
              font-weight: 500;
              text-align: center;
              line-height: 18px; }
      body.landing .landing-part-3 .formulas .btn-landing {
        margin-bottom: 50px; }
      body.landing .landing-part-3 .formulas .text-person {
        background: #f4f7fb; }
  body.landing footer {
    padding: 20px 0;
    background: #4273b7;
    color: #ffffff; }
    body.landing footer .line, body.landing footer .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .ui-datepicker .ui-datepicker-header body.landing footer .ui-datepicker-title, body.landing footer .container-input.file, body.landing footer .item-information > div.information {
      font-size: 12px; }
      body.landing footer .line p, body.landing footer .ui-datepicker .ui-datepicker-header .ui-datepicker-title p, .ui-datepicker .ui-datepicker-header body.landing footer .ui-datepicker-title p, body.landing footer .container-input.file p, body.landing footer .item-information > div.information p {
        margin: 0;
        padding: 0 50px 0 20px;
        flex: 1 1 600px; }
      body.landing footer .line ul, body.landing footer .ui-datepicker .ui-datepicker-header .ui-datepicker-title ul, .ui-datepicker .ui-datepicker-header body.landing footer .ui-datepicker-title ul, body.landing footer .container-input.file ul, body.landing footer .item-information > div.information ul {
        flex: 0 0 200px;
        font-size: 13px;
        padding-left: 50px;
        border-left: 1px solid #c4c4c7; }
        body.landing footer .line ul a, body.landing footer .ui-datepicker .ui-datepicker-header .ui-datepicker-title ul a, .ui-datepicker .ui-datepicker-header body.landing footer .ui-datepicker-title ul a, body.landing footer .container-input.file ul a, body.landing footer .item-information > div.information ul a {
          color: #ffffff; }
  body.landing .landing-menu {
    -webkit-box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.2);
    -kthml-box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 4px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 490px;
    height: 60px;
    padding: 10px 0;
    background-color: #ffffff;
    position: absolute;
    z-index: 1000;
    width: 100%; }
    body.landing .landing-menu.affix {
      position: fixed;
      top: 0; }
    body.landing .landing-menu .menu-container {
      position: relative; }
      body.landing .landing-menu .menu-container .logo-home {
        -webkit-transition: all 0.3s ease 0s;
        -khtml-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: block;
        position: absolute;
        left: 15px;
        top: -10px;
        padding: 4px 10px; }
        body.landing .landing-menu .menu-container .logo-home:hover {
          background-color: #f4f7fb; }
      body.landing .landing-menu .menu-container .btn-menu {
        display: none;
        height: 60px;
        position: absolute;
        top: -10px;
        width: 50px;
        left: 20px;
        text-align: center;
        padding-top: 18px; }
        body.landing .landing-menu .menu-container .btn-menu .menu-icon {
          display: inline-block;
          *display: inline;
          zoom: 1;
          vertical-align: middle;
          position: relative;
          cursor: pointer;
          width: 20px;
          height: 16px;
          padding-top: 8px; }
          body.landing .landing-menu .menu-container .btn-menu .menu-icon:before, body.landing .landing-menu .menu-container .btn-menu .menu-icon:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            background: #ffffff;
            top: 0;
            left: 0;
            background-color: #4273b7; }
          body.landing .landing-menu .menu-container .btn-menu .menu-icon:before {
            -webkit-box-shadow: 0px 14px 0px 0px #4273b7;
            -kthml-box-shadow: 0px 14px 0px 0px #4273b7;
            -moz-box-shadow: 0px 14px 0px 0px #4273b7;
            -o-box-shadow: 0px 14px 0px 0px #4273b7;
            box-shadow: 0px 14px 0px 0px #4273b7; }
          body.landing .landing-menu .menu-container .btn-menu .menu-icon:after {
            -webkit-box-shadow: 0px 7px 0px 0px #4273b7;
            -kthml-box-shadow: 0px 7px 0px 0px #4273b7;
            -moz-box-shadow: 0px 7px 0px 0px #4273b7;
            -o-box-shadow: 0px 7px 0px 0px #4273b7;
            box-shadow: 0px 7px 0px 0px #4273b7; }
        body.landing .landing-menu .menu-container .btn-menu:hover, body.landing .landing-menu .menu-container .btn-menu.actif {
          background-color: #4273b7;
          color: #f3f3f4; }
          body.landing .landing-menu .menu-container .btn-menu:hover .menu-icon.menu-icon:before, body.landing .landing-menu .menu-container .btn-menu.actif .menu-icon.menu-icon:before {
            -webkit-box-shadow: 0px 14px 0px 0px #ffffff;
            -kthml-box-shadow: 0px 14px 0px 0px #ffffff;
            -moz-box-shadow: 0px 14px 0px 0px #ffffff;
            -o-box-shadow: 0px 14px 0px 0px #ffffff;
            box-shadow: 0px 14px 0px 0px #ffffff; }
          body.landing .landing-menu .menu-container .btn-menu:hover .menu-icon.menu-icon:after, body.landing .landing-menu .menu-container .btn-menu.actif .menu-icon.menu-icon:after {
            -webkit-box-shadow: 0px 7px 0px 0px #ffffff;
            -kthml-box-shadow: 0px 7px 0px 0px #ffffff;
            -moz-box-shadow: 0px 7px 0px 0px #ffffff;
            -o-box-shadow: 0px 7px 0px 0px #ffffff;
            box-shadow: 0px 7px 0px 0px #ffffff;
            background-color: #ffffff; }
      body.landing .landing-menu .menu-container .main-menu {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        border: 0; }
        body.landing .landing-menu .menu-container .main-menu li {
          display: inline-block;
          *display: inline;
          zoom: 1;
          vertical-align: middle;
          width: 250px;
          border-right: 1px solid #e50459;
          text-align: center; }
          body.landing .landing-menu .menu-container .main-menu li.last {
            border-right: none; }
          body.landing .landing-menu .menu-container .main-menu li a,
          body.landing .landing-menu .menu-container .main-menu li a:focus {
            font-size: 18px;
            text-transform: uppercase;
            line-height: 40px;
            color: #4273b7; }
          body.landing .landing-menu .menu-container .main-menu li:hover a, body.landing .landing-menu .menu-container .main-menu li.active a {
            text-decoration: none;
            color: #e50459; }
      body.landing .landing-menu .menu-container .main-menu-mobile {
        -webkit-box-shadow: 5px 3px 5px 0px rgba(0, 0, 0, 0.2) inset;
        -kthml-box-shadow: 5px 3px 5px 0px rgba(0, 0, 0, 0.2) inset;
        -moz-box-shadow: 5px 3px 5px 0px rgba(0, 0, 0, 0.2) inset;
        -o-box-shadow: 5px 3px 5px 0px rgba(0, 0, 0, 0.2) inset;
        box-shadow: 5px 3px 5px 0px rgba(0, 0, 0, 0.2) inset;
        opacity: 0.95;
        -o-opacity: 0.95;
        -moz-opacity: 0.95;
        -khtml-opacity: 0.95;
        -ms-filter: "alpha(opacity=$opacityIE)";
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opacityIE);
        filter: alpha(opacity=95);
        zoom: 1;
        -webkit-transition: all 0.3s ease 0s;
        -khtml-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        display: none;
        border-top: 1px solid #3b65a0;
        border-bottom: 1px solid #3b65a0;
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 61px;
        left: 0;
        background-color: #4273b7;
        height: 0;
        overflow: hidden; }
        body.landing .landing-menu .menu-container .main-menu-mobile.actif {
          height: 122px; }
        body.landing .landing-menu .menu-container .main-menu-mobile ul {
          display: block; }
          body.landing .landing-menu .menu-container .main-menu-mobile ul li {
            display: block; }
            body.landing .landing-menu .menu-container .main-menu-mobile ul li a {
              display: block;
              line-height: 40px;
              padding: 0 15px;
              color: #ffffff;
              text-decoration: none;
              text-transform: uppercase; }
              body.landing .landing-menu .menu-container .main-menu-mobile ul li a:hover {
                background-color: #3b65a0; }
      body.landing .landing-menu .menu-container .picto-menu {
        -webkit-transition: all 0.3s ease 0s;
        -khtml-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: absolute;
        right: 63px;
        margin-left: 30px;
        padding: 6px 5px; }
        body.landing .landing-menu .menu-container .picto-menu.last {
          right: 15px; }
        body.landing .landing-menu .menu-container .picto-menu:hover {
          background-color: #f4f7fb; }
  @media (max-width: 1200px) {
    body.landing .container {
      width: 970px; }
      body.landing .container.small {
        width: 700px; } }
  @media (max-width: 1000px) {
    body.landing .container {
      width: 740px; }
      body.landing .container.small {
        width: 500px; }
    body.landing .landing-header {
      padding-bottom: 85px; }
      body.landing .landing-header .header-logo {
        max-width: 250px; }
      body.landing .landing-header .like-h1 {
        font-size: 24px; }
    body.landing .landing-menu .menu-container .main-menu li {
      width: 170px; }
    body.landing .landing-part-1 .line, body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title, body.landing .landing-part-1 .container-input.file, body.landing .landing-part-1 .item-information > div.information {
      width: 100%; }
      body.landing .landing-part-1 .line .center img, body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title .center img, .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title .center img, body.landing .landing-part-1 .container-input.file .center img, body.landing .landing-part-1 .item-information > div.information .center img {
        width: 230px; }
    body.landing .landing-part-2 > div.container {
      width: 100%; }
    body.landing .landing-part-2 .discover-content {
      padding-left: 20px;
      padding-right: 20px; }
    body.landing .landing-part-2 .discover-block:first-child {
      min-height: 370px;
      padding-bottom: 0;
      padding-left: 290px;
      padding-top: 30px; }
    body.landing .landing-part-2 .discover-block:nth-child(2) {
      min-height: 310px;
      padding-bottom: 0;
      padding-top: 40px; }
    body.landing .landing-part-2 .discover-block:nth-child(3) {
      min-height: 350px;
      padding-bottom: 0;
      padding-left: 290px;
      padding-top: 30px; }
    body.landing .landing-part-3 .start-adventure > div {
      width: 200px; }
    body.landing .landing-part-3 .formula > div {
      width: 340px; }
    body.landing .landing-quizz {
      text-align: center; }
      body.landing .landing-quizz img {
        margin-right: 40px; } }
  @media (max-width: 767px) {
    body.landing .container {
      width: 100%;
      padding-left: 20px !important;
      padding-right: 20px !important; }
      body.landing .container.small {
        width: 100%; }
    body.landing .text-person {
      max-width: 100%; }
    body.landing .landing-menu {
      position: fixed;
      top: 0; }
    body.landing .landing-top-banner {
      display: none; }
    body.landing .landing-header {
      overflow: hidden;
      padding: 100px 0 70px; }
      body.landing .landing-header .container {
        display: block; }
        body.landing .landing-header .container .video {
          margin-top: 50px; }
          body.landing .landing-header .container .video .container-video {
            margin: auto; }
          body.landing .landing-header .container .video img {
            top: -30px;
            right: 50%;
            margin-right: -200px; }
    body.landing .landing-introduction div.entrepreneuse {
      background-size: cover;
      min-height: 400px; }
    body.landing .landing-introduction div.entrepreneuse-details {
      display: block;
      padding: 60px 0; }
      body.landing .landing-introduction div.entrepreneuse-details div.right {
        margin: 40px auto 0; }
        body.landing .landing-introduction div.entrepreneuse-details div.right .round {
          margin: auto; }
    body.landing .landing-part > div.container {
      padding: 60px 0; }
    body.landing .landing-part-2 > div.container .discover-content {
      padding: 0;
      background: none; }
      body.landing .landing-part-2 > div.container .discover-content .discover-block:first-child,
      body.landing .landing-part-2 > div.container .discover-content .discover-block:nth-child(2),
      body.landing .landing-part-2 > div.container .discover-content .discover-block:nth-child(3),
      body.landing .landing-part-2 > div.container .discover-content .discover-block:last-child {
        padding: 0;
        min-height: 0; }
    body.landing .landing-part-3 .start-adventure {
      display: block;
      margin-bottom: 50px; }
      body.landing .landing-part-3 .start-adventure > div {
        width: 100%;
        margin-bottom: 30px; }
        body.landing .landing-part-3 .start-adventure > div i {
          float: left;
          margin-right: 30px;
          margin-bottom: 0; }
        body.landing .landing-part-3 .start-adventure > div:after {
          content: "";
          clear: both;
          display: block; }
    body.landing .landing-part-3 h3 {
      margin-bottom: 30px; }
    body.landing .landing-part-3 .formulas .formula > div {
      width: auto; }
    body.landing .landing-part-3 .formula {
      display: block;
      background: transparent url("/images/myproject/landing/s-equiper-background-responsive.png") repeat-y top center;
      padding-bottom: 0; }
      body.landing .landing-part-3 .formula > div {
        width: 100%; }
        body.landing .landing-part-3 .formula > div:first-child {
          margin-bottom: 30px; }
    body.landing .landing-part-3 .train-block {
      background: transparent url("/images/myproject/landing/s-equiper-background-responsive.png") repeat-y top center; }
      body.landing .landing-part-3 .train-block .person p {
        background: #f4f7fb; }
    body.landing .landing-quizz .line, body.landing .landing-quizz .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .ui-datepicker .ui-datepicker-header body.landing .landing-quizz .ui-datepicker-title, body.landing .landing-quizz .container-input.file, body.landing .landing-quizz .item-information > div.information {
      display: block; }
      body.landing .landing-quizz .line img, body.landing .landing-quizz .ui-datepicker .ui-datepicker-header .ui-datepicker-title img, .ui-datepicker .ui-datepicker-header body.landing .landing-quizz .ui-datepicker-title img, body.landing .landing-quizz .container-input.file img, body.landing .landing-quizz .item-information > div.information img {
        margin-right: 0;
        margin-bottom: 20px; }
    body.landing footer .line, body.landing footer .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .ui-datepicker .ui-datepicker-header body.landing footer .ui-datepicker-title, body.landing footer .container-input.file, body.landing footer .item-information > div.information {
      display: block;
      text-align: center; }
      body.landing footer .line img, body.landing footer .ui-datepicker .ui-datepicker-header .ui-datepicker-title img, .ui-datepicker .ui-datepicker-header body.landing footer .ui-datepicker-title img, body.landing footer .container-input.file img, body.landing footer .item-information > div.information img {
        margin-bottom: 20px; }
      body.landing footer .line p, body.landing footer .ui-datepicker .ui-datepicker-header .ui-datepicker-title p, .ui-datepicker .ui-datepicker-header body.landing footer .ui-datepicker-title p, body.landing footer .container-input.file p, body.landing footer .item-information > div.information p {
        padding: 0; }
      body.landing footer .line ul, body.landing footer .ui-datepicker .ui-datepicker-header .ui-datepicker-title ul, .ui-datepicker .ui-datepicker-header body.landing footer .ui-datepicker-title ul, body.landing footer .container-input.file ul, body.landing footer .item-information > div.information ul {
        display: flex;
        justify-content: space-around;
        padding: 0;
        margin-top: 40px;
        border-left: none; }
    body.landing .landing-menu .menu-container .logo-home {
      display: none; }
    body.landing .landing-menu .menu-container .btn-menu {
      display: block; }
    body.landing .landing-menu .menu-container .main-menu {
      display: none; }
    body.landing .landing-menu .menu-container .main-menu-mobile {
      display: block; } }
  @media (max-width: 520px) {
    body.landing .landing-part-1 .line, body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title, .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title, body.landing .landing-part-1 .container-input.file, body.landing .landing-part-1 .item-information > div.information {
      display: block; }
      body.landing .landing-part-1 .line .person .icon-linkedin, body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title .person .icon-linkedin, .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title .person .icon-linkedin, body.landing .landing-part-1 .container-input.file .person .icon-linkedin, body.landing .landing-part-1 .item-information > div.information .person .icon-linkedin {
        right: 50%;
        margin-right: -80px; }
        body.landing .landing-part-1 .line .person .icon-linkedin:before, body.landing .landing-part-1 .ui-datepicker .ui-datepicker-header .ui-datepicker-title .person .icon-linkedin:before, .ui-datepicker .ui-datepicker-header body.landing .landing-part-1 .ui-datepicker-title .person .icon-linkedin:before, body.landing .landing-part-1 .container-input.file .person .icon-linkedin:before, body.landing .landing-part-1 .item-information > div.information .person .icon-linkedin:before {
          font-size: 50px; }
    body.landing div.image-background div p {
      font-size: 30px; } }

body.visitor .logo {
  margin: 50px auto 30px;
  text-align: center; }

/*# sourceMappingURL=visitor.css.map */
