/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 1. Define consistent border, margin, and padding.
 * 2. Address width being affected by wide descendants in Chrome and Firefox.
 */
fieldset {
  border: 1px solid #c0c0c0;
  /* 1 */
  margin: 0 2px;
  /* 1 */
  min-width: 0;
  /* 2 */
  padding: 0.35em 0.625em 0.75em;
  /* 1 */
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct color not being inherited in all browsers.
 *    Known issue: `select` will not inherit color in Chrome and Safari on OS X.
 * 2. Correct font properties not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Re-apply the `font-weight` to avoid modifying the default UX, and because
 * the default cannot be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 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 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  line-height: 1.428571429;
  color: #3A3C3D;
}
body,
html {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #5a9ec2;
}
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0em;
  font: -webkit-small-control;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
a {
  color: #5a9ec2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2695CE;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
::-webkit-input-placeholder {
  color: #999;
}
.border-radius-none {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 68px;
  color: #ffffff;
  font-weight: lighter;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #35a0d7;
  background-image: -moz-linear-gradient(top, #1E95D3, #1E95D3);
  background-image: -webkit-linear-gradient(top, #1E95D3, #1E95D3);
  background-image: -o-linear-gradienttop(#1E95D3, #1E95D3);
  background-image: linear-gradient(top, #1E95D3, #1E95D3);
  background-image: -ms-linear-gradient(top, #1E95D3, #1E95D3);
  /* IE10+ */
}
.headerTopRight {
  width: 247px;
  height: 83px;
  right: 0px;
  top: 0px;
  position: absolute;
  background-image: url("../assets/images/headertopright.svg");
  padding-left: 55px;
  padding-bottom: 15px;
  padding-right: 10px;
  line-height: 68px;
  text-align: center;
}
.header_imgImage {
  width: 60px;
  height: 60px;
  left: 8px;
  top: 6px;
  position: absolute;
}
.headerTopRight_imgLogo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#header .fuiLabel {
  color: #ffffff;
  font-weight: lighter;
}
#mainFrame {
  width: 100%;
  height: 100%;
}
#menu {
  display: inline-block;
  position: absolute;
  width: 100px;
  top: 68px;
  bottom: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #35a0d7;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #35a0d7;
  background-image: -moz-linear-gradient(bottom, #1E95D3, #1E95D3);
  background-image: -webkit-linear-gradient(bottom, #1E95D3, #1E95D3);
  background-image: -o-linear-gradientbottom(#1E95D3, #1E95D3);
  background-image: linear-gradient(bottom, #1E95D3, #1E95D3);
  background-image: -ms-linear-gradient(bottom, #1E95D3, #1E95D3);
  /* IE10+ */
}
#workzone {
  display: inline-block;
  position: absolute;
  top: 68px;
  bottom: 0px;
  left: 100px;
  width: calc(100% - 100px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 30px;
}
#footer {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 101px;
  width: calc(100% - 100px);
  height: 37px;
  background-color: #eeeeee;
  border: 1px solid #c1c1c1;
}
.scrollable {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.bordered {
  border: 1px solid #dddddd;
}
.bubble {
  display: none;
  pointer-events: none;
  padding: 10px;
  background-color: #fcfcd3;
  border: 1px solid black;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 40px black;
  box-shadow: 0 3px 40px black;
}
.bubbleArrow {
  border-top: 30px solid #FCFCD3;
  border-left: 30px solid transparent;
  display: block;
  position: absolute;
}
.tooltip {
  display: none;
  pointer-events: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #fcfcd3;
  border: 1px solid black;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/**
 *   Configuration of the color display of the inlineSelect.
 */
.inlineSelect {
  border: 1px solid #39a2d8;
  background: white;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
/**
 *  Display configuration of an inlineSelect line.
 */
.inlineSelectChoice {
  display: table;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
}
/**
 *  Display configuration of an inlineSelect line cell.
 */
.inlineSelectChoiceCell {
  display: table-cell;
  padding: 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**
 *  Display configuration of an inlineSelect selected line.
 */
.inlineSelectChoice.selected {
  background: #5a9ec2;
}
.errorNote {
  margin-top: 1px;
  color: #a94442;
  font-size: smaller;
  font-style: italic;
  display: block;
}
.fuiButton {
  color: #ffffff;
  background-color: #1E95D3;
  border: 1px solid transparent;
  border-color: #49b0e5;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.fuiButton:not(.disabled):focus {
  outline: none;
  color: #c8ffc8;
  box-shadow: 0px 0px 2px #1E95D3;
}
.fuiButton:not(.disabled):active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}
.fuiButton:not(.disabled):hover {
  border-color: #39a2d8;
  background-color: #35a0d7;
  box-shadow: 0px 0px 2px #1E95D3;
}
.fuiButton.disabled,
.fuiButton[disabled] {
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fuiButton[data-active=true] {
  color: #fff;
  background-color: #615e5e;
  border-color: #969696;
}
.fuiButtonNotification {
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("../assets/images/notification.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  color: #ffffff;
}
.fuiButtonNoBackground {
  color: black;
  background-color: transparent;
  border-color: transparent;
}
.fuiButtonNoBackground:focus {
  color: black;
}
.fuiButtonNoBackground:hover {
  color: #fff;
}
.fuiButton[data-error] {
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid #a94442;
}
.fuiButton[data-error][data-active=true] {
  color: #fff;
  background-color: #615e5e;
  border-color: #969696;
}
.fuiContainer {
  vertical-align: top;
}
.fuiContainerBorder {
  border: #ddd 1px solid;
  border-radius: 10px;
  padding: 5px;
}
.fuiEditContainer {
  margin-bottom: 2px;
  line-height: 1;
}
.fuiEdit {
  display: block;
  width: 100%;
  height: 28px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCCCCC;
  padding: 5px 8px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.fuiEdit[data-disabled]:focus {
  border: 1px solid #005ba6;
  background-color: #eee;
  cursor: text;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.fuiEdit[data-disabled]:active {
  border: 1px solid #005ba6;
  background-color: #eee;
  cursor: text;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.fuiEdit:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.fuiEdit[data-error=true] {
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid #a94442;
}
.fuiEdit[data-disabled] {
  background-color: #eee;
  cursor: text;
}
.markerRequired {
  margin: auto;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #1E95D3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.fuiEditButton {
  height: 28px;
  margin-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.fuiFileUpload {
  overflow: hidden;
  color: #ffffff;
  background-color: #1E95D3;
  border: 1px solid transparent;
  border-color: #49b0e5;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 28px;
  margin-left: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.fuiFileUpload:not(.disabled):focus {
  outline: none;
  color: #c8ffc8;
  box-shadow: 0px 0px 2px #1E95D3;
}
.fuiFileUpload:not(.disabled):active {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.3);
}
.fuiFileUpload:not(.disabled):hover {
  border-color: #39a2d8;
  background-color: #35a0d7;
  box-shadow: 0px 0px 2px #1E95D3;
}
.fuiFileUploadUpload {
  position: relative;
}
.fuiFileUpload.disabled,
.fuiFileUpload[disabled] {
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fuiFileUpload input.inputUpload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
/**
 *   fuiGrid class
 */
.fuiGrid {
  width: 100%;
  border: 1px solid #dddddd;
  table-layout: fixed;
  word-wrap: break-word;
  color: #1E95D3;
}
.fuiGrid > thead > tr > th,
.fuiGrid > tbody > tr > th,
.fuiGrid > tfoot > tr > th,
.fuiGrid > thead > tr > td,
.fuiGrid > tbody > tr > td,
.fuiGrid > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}
.fuiGrid > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.fuiGrid > caption + thead > tr:first-child > th,
.fuiGrid > colgroup + thead > tr:first-child > th,
.fuiGrid > thead:first-child > tr:first-child > th,
.fuiGrid > caption + thead > tr:first-child > td,
.fuiGrid > colgroup + thead > tr:first-child > td,
.fuiGrid > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.fuiGrid > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.fuiGrid > thead > tr > th {
  color: #000000;
}
.fuiGrid > thead > tr > th,
.fuiGrid > tbody > tr > th,
.fuiGrid > tfoot > tr > th,
.fuiGrid > thead > tr > td,
.fuiGrid > tbody > tr > td,
.fuiGrid > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.fuiGrid > thead > tr > th,
.fuiGrid > thead > tr > td {
  border-bottom-width: 2px;
}
.fuiGrid > tbody > tr:nth-child(odd) > td,
.fuiGrid > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.fuiGrid > tbody > tr:hover > td,
.fuiGrid > tbody > tr:hover > th {
  cursor: pointer;
  background-color: #FFFFFF;
  text-decoration: underline;
}
.fuiGrid > tbody > tr.selected > td {
  background-color: #1E95D3;
  color: #FFFFFF;
}
.fuiGrid.sortable thead th:not([data-sortable=disabled]) {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
}
.fuiGrid.sortable thead th:hover:not([data-sortable=disabled]) {
  background: #f5f5f5;
}
.fuiCheckbox {
  height: 28px;
  width: 28px;
  line-height: 1.428571429;
  vertical-align: middle;
  text-align: center;
}
.fuiGridImage {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.fuiImage.disabled,
.fuiImage[disabled] {
  pointer-events: none;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.fuiImageDiv {
  border: 1px solid #dddddd;
}
.fuiLabel {
  display: block;
  vertical-align: baseline;
  border-radius: .25em;
  margin-top: 5px;
  white-space: normal;
}
div.markerRequired + .fuiLabel {
  display: inline;
}
.fuiLabel-default {
  color: #fff;
  background-color: #999;
}
.fuiLabel-primary {
  color: #fff;
  background-color: #428bca;
}
.fuiLabel-success {
  color: #fff;
  background-color: #5cb85c;
}
.fuiLabel-info {
  color: #fff;
  background-color: #5bc0de;
}
.fuiLabel-warning {
  color: #fff;
  background-color: #f0ad4e;
}
.fuiLabel-danger {
  color: #fff;
  background-color: #d9534f;
}
.fuiMemo {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCCCCC;
  padding: 5px 8px;
  resize: none;
  margin-bottom: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
}
.fuiMemo:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.fuiMemo[data-disabled]:focus {
  border: 1px solid #005ba6;
  background-color: #eee;
  cursor: text;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.fuiMemo[data-disabled]:active {
  border: 1px solid #005ba6;
  background-color: #eee;
  cursor: text;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.fuiMemo[data-error=true] {
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid #a94442;
}
.fuiMemo[data-disabled] {
  background-color: #eee;
  cursor: text;
}
.RoundBorderLeft {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.RoundBorderRight {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.RoundBorderNone {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.fuiRadioGroup {
  margin-bottom: 2px;
}
.fuiRadioGroupContainer {
  display: inline;
}
.fuiRadioGroup .fuiButton {
  color: #777777;
  background-color: #EEE;
  border-color: #39a2d8;
  margin-top: 0;
  margin-Bottom: 0;
}
.fuiRadioGroup .fuiButton:hover {
  color: #FFFFFF;
}
.fuiRadioGroup .fuiButton:focus {
  color: #777777;
}
.fuiRadioGroup .fuiButton[data-active=true] {
  color: #ffffff;
  background-color: #35a0d7;
}
/**
 *  Styles for the FUIRibbonButton
 */
/**
 *  Basic style for the buttons in a ribbon.
 */
.fuiRibbon .fuiButton {
  border-color: #5a9ec2;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 1px;
  margin-top: 1px;
}
/**
 *  Basic style for hover of the buttons in a ribbon.
 */
.fuiRibbon .fuiButton:hover {
  border-color: #35a0d7;
}
/**
 *  Style of the label within the component.
 */
.fuiRibbon span {
  font-size: 12px;
  color: #ffffff;
  word-wrap: break-word;
  white-space: normal;
}
/**
 *  Style for the Acceo logo in a ribbon.
 */
.fuiRibbon .fuiRibbonAcceoLogo {
  background: none;
  border: none;
}
/**
 *  Style for the Acceo logo in a ribbon on the hover.
 */
.fuiRibbon .fuiRibbonAcceoLogo:hover {
  background: none;
  border: none;
}
.fuiSearchEdit {
  margin-top: 1px;
  margin-bottom: 1px;
  padding-right: 1px;
}
.fuiSearchEdit .fuiButton {
  padding: 0px 0px;
  margin: 0px 0px;
  height: 28px;
}
.fuiSearchEdit .fuiEdit {
  vertical-align: middle;
}
.fuiSeparator {
  background-color: #5a9ec2;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.fuiTab {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}
div > .fuiTab {
  height: auto;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #5a9ec2;
}
.fuiTabContent {
  margin-top: 20px;
}
.fuiTab > li {
  margin-bottom: 1px;
  margin-top: 1px;
  margin-right: 5px;
  float: left;
  border: 1px solid transparent;
  border-color: #e1e1e1;
  background-color: #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.fuiTab > li > a {
  display: block;
  float: left;
  position: relative;
  padding: 10px 15px;
  text-align: center;
  color: #000000;
}
.fuiTab > li:hover {
  background-color: #1E95D3;
  text-decoration: none;
}
.fuiTab > li:hover > a {
  color: #FFFFFF;
}
.fuiTab > li.active {
  background-color: #35a0d7;
}
.fuiTab > li.active > a {
  color: #FFFFFF;
}
.fuiTab > li.disabled {
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: no-drop;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/**
 * Animation apply on the applicationState image.
 * It's make a rotation of 360 deg every secondes
 */
@-webkit-keyframes rotationApplicationState {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotationApplicationState {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotationApplicationState {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotationApplicationState {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.animApplicationState {
  -moz-animation: rotationApplicationState 1s linear infinite;
  -o-animation: rotationApplicationState 1s linear infinite;
  -webkit-animation: rotationApplicationState 1s linear infinite;
  animation: rotationApplicationState 1s linear infinite;
}
/**
 *   configuration of the color and the alpha of the applicationState
 */
.applicationState {
  background-color: #FFFFFF;
  opacity: 0.5;
}
.busy-indicator {
  position: relative;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #1E95D3;
  -moz-animation: rotationApplicationState 1s linear infinite;
  -o-animation: rotationApplicationState 1s linear infinite;
  -webkit-animation: rotationApplicationState 1s linear infinite;
  animation: rotationApplicationState 1s linear infinite;
}
.subWindowModal {
  background-color: #000000;
  opacity: 0.5;
}
.subWindowBackground {
  -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 15px 0px;
  background-color: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 15px 0px;
  display: block;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  vertical-align: top;
  word-wrap: break-word;
}
/**
 *   configuration of the color and the alpha of the msgBoxManager
 */
.msgBoxManager {
  background-color: #000000;
  opacity: 0.5;
}
.msgBoxManagerBackground {
  -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 15px 0px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position-y: 30px;
  background-position-x: 20px;
  background-position: 20px 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 15px 0px;
  color: #333333;
  display: block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  outline-color: #333333;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 64px;
  padding-left: 100px;
  padding-right: 20px;
  padding-top: 20px;
  vertical-align: top;
  word-wrap: break-word;
}
/**
 *  In calendar when a date is out of active month but show in previous or after month.
 */
.fuiCalendarButton {
  color: #000000;
  background-color: #FFF;
  border-color: #CCC;
}
.fuiCalendarButton.overflow {
  color: #777777;
  background-color: #FFF;
  border-color: #CCC;
}
.fuiCalendarButton.today {
  color: #428bca;
}
.fuiCalendarButton.current {
  background-color: #1E95D3;
  border-color: #49b0e5;
  color: #FFF;
}
.fuiRibbon {
  padding-top: 1px;
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #35a0d7;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #35a0d7;
  background-image: -moz-linear-gradient(bottom, #1E95D3, #1E95D3);
  background-image: -webkit-linear-gradient(bottom, #1E95D3, #1E95D3);
  background-image: -o-linear-gradientbottom(#1E95D3, #1E95D3);
  background-image: linear-gradient(bottom, #1E95D3, #1E95D3);
  background-image: -ms-linear-gradient(bottom, #1E95D3, #1E95D3);
  /* IE10+ */
}
/**
 *  Style for the list of options in the ribbon.
 */
.fuiRibbon ul {
  margin: auto;
  padding: 0;
  list-style-type: none;
}
.fichebase_fileupload {
  max-width: 400px;
}
@media (max-width: 560px) {
  .fichebase_fileupload .fuiFileUpload {
    display: block;
    margin-left: 14px;
  }
  .fichebase_fileupload .fuiEditContainer {
    display: block;
    width: 100%;
  }
}
@media (min-width: 561px) {
  .fichebase_fileupload .fuiEditContainer {
    display: inline-block;
    width: 198px;
  }
}
