/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont-f7c2b4b747b1a225eb8dee034134a1b0.eot?v=4.3.0');
  src: url('fontawesome-webfont-f7c2b4b747b1a225eb8dee034134a1b0.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fontawesome-webfont-97493d3f11c0a3bd5cbd959f5d19b699.woff2?v=4.3.0') format('woff2'), url('fontawesome-webfont-d9ee23d59d0e0e727b51368b458a0bff.woff?v=4.3.0') format('woff'), url('fontawesome-webfont-706450d7bba6374ca02fe167d86685cb.ttf?v=4.3.0') format('truetype'), url('fontawesome-webfont-2980083682e94d33a66eef2e7d612519.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* 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;
	-ms-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-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-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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-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%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.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: pointer;
	-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-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240-0494d08913adc4581aa6a7da6c488d65.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240-0494d08913adc4581aa6a7da6c488d65.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240-a1dfe2a71a43bf01990892ce37e2e6de.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240-3ae0c37ecc29205a8923897bfb01c459.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240-c61734979ffc066b66a29e86229252ce.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240-a45290aa38c0848e8be2f98552f5a75d.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240-a4c68b5ed915dd5f7ed21c8c33762a38.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	-ms-filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@charset "UTF-8";
/* line 1, commun.scss */
* {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* FONT STACK */
/* line 10, commun.scss */
body, input, select, textarea, button {
  font-family: Arial, Helvetica, sans-serif;
}

/* line 13, commun.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

/* line 15, commun.scss */
a:link, a:visited, a:hover {
  color: #48802c;
}

/* prevents outline in webkit on active links but retains it for tab focus */
/* line 17, commun.scss */
a:hover, a:active {
  outline: none;
}

/* line 19, commun.scss */
p {
  text-align: left;
}

/* line 20, commun.scss */
ul {
  padding: 0;
}

/* line 21, commun.scss */
img {
  border: 0;
}

/* BASE LAYOUT */
/* line 25, commun.scss */
body {
  color: #333333;
  margin: 0;
  font-size: 14px;
  text-align: center;
  background-color: white;
}

/* line 32, commun.scss */
body > header {
  border: solid thin transparent;
  padding: 0 1%;
  display: block;
  min-height: 70px;
  background: transparent url("barre_fond-8b995711eacb337430e9690fd592f03c.gif") repeat-x top;
}

/* line 39, commun.scss */
body > header:before {
  float: left;
  content: url("logo-c25800de31bdea3c6dc673163b500d7f.png");
}

/* line 43, commun.scss */
body.login > header h1 {
  padding-right: 225px;
}

/* line 48, commun.scss */
header h1 {
  color: #48802c;
  margin: 0;
  font-size: 1.25em;
  text-align: center;
  padding-top: 19px;
  font-weight: normal;
  -moz-text-shadow: 0 0 0.1em white;
  text-shadow: 0 0 0.1em white;
}

/* line 59, commun.scss */
nav {
  float: right;
  width: 225px;
  margin: 0 auto 1.8em;
  min-width: 8em;
  max-width: 20%;
}

/* line 65, commun.scss */
nav a:link, nav a:visited {
  color: DarkSlateGray;
  display: inline-block !important;
  font-size: larger;
  min-width: 36px;
  min-height: 32px;
  line-height: 32px !important;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  text-decoration: none;
}

/* line 75, commun.scss */
nav a:link:active, nav a:link:visited, nav a:visited:active, nav a:visited:visited {
  color: DarkSlateGray;
}

/* line 76, commun.scss */
nav a:link:focus, nav a:link:hover, nav a:visited:focus, nav a:visited:hover {
  color: white;
  outline: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  background-color: #999;
}

/* line 85, commun.scss */
section {
  display: block;
}

/* GENERAL */
/* line 90, commun.scss */
.content h1 {
  width: 24em;
  margin: 0 auto 1em;
  min-width: 50%;
  max-width: 100%;
  font-size: xx-large;
  border-radius: 6px;
  border-bottom: solid 5px MediumSeaGreen;
  -moz-box-shadow: 0 6px 3px -4px black;
  box-shadow: 0 6px 3px -4px black;
  -moz-border-radius: 6px;
}

/* line 102, commun.scss */
.content table h2 {
  color: black;
  margin: 0;
  padding: 0;
  -moz-box-shadow: 0 6px 3px -4px black;
  box-shadow: 0 6px 3px -4px black;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-bottom: solid 5px MediumSeaGreen;
}

/* line 112, commun.scss */
.content h3 {
  margin-bottom: 0;
}

/* line 115, commun.scss */
footer {
  color: #000;
  padding: 1em 0;
  display: block;
  overflow: hidden;
  min-height: 1em;
  margin-top: 1.5em;
  background-color: #abbf78;
}

/* line 123, commun.scss */
footer a {
  color: #255b17;
}

/* line 126, commun.scss */
.spinner {
  top: 45%;
  left: 40%;
  padding: 1em;
  display: none;
  position: fixed;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: white;
  -moz-box-shadow: 10px 10px 1em black;
  box-shadow: 0.5em 0.5em 1em black;
}

/* CREATE/EDIT FORMS AND SHOW PAGES */
/* line 141, commun.scss */
fieldset, .property-list {
  border: none;
  margin: 0 auto;
  padding: 0.3em 1.8em 1.25em;
  position: relative;
  min-width: 30em;
}

/* line 148, commun.scss */
fieldset.form {
  margin: 0 auto;
  padding: 0;
}

/* line 152, commun.scss */
.property-list {
  display: table;
}

/* line 153, commun.scss */
.property-list .fieldcontain {
  margin-top: 1em;
  list-style: none;
}

/* line 158, commun.scss */
.fieldcontain {
  margin-top: 0.3em;
  text-align: left;
}

/* line 161, commun.scss */
.fieldcontain label, .fieldcontain .property-label {
  width: 30%;
  color: #555;
  display: inline-block;
  text-align: right;
  font-weight: bolder;
  margin-right: 0.4em;
}

/* line 169, commun.scss */
.fieldcontain .property-value {
  display: inline-block;
  text-align: left;
}

/* line 175, commun.scss */
.property-list.booleans h2 {
  margin: 0;
  text-align: center;
}

/* line 176, commun.scss */
.property-list.booleans label {
  width: 60%;
}

/* line 178, commun.scss */
label {
  cursor: pointer;
}

/* line 179, commun.scss */
input, button, select, textarea {
  color: black;
  border: 1px solid #ccc;
  padding: 0.2em 0.4em;
  margin-left: 0;
  -moz-border-radius: .2em;
  border-radius: .2em;
  background-color: #f5f5f5;
}

/* line 188, commun.scss */
select[multiple] {
  vertical-align: top;
}

/* line 190, commun.scss */
textarea {
  overflow: auto;
  /* IE always renders vertical scrollbar without this */
  vertical-align: top;
}

/* line 194, commun.scss */
input[type=checkbox], input[type=radio] {
  border: 0;
  padding: 0;
}

/* line 198, commun.scss */
button[type=submit] {
  font-size: larger;
  font-weight: normal;
}

/* Mostly for IE */
/* line 203, commun.scss */
input.placeholder, select.placeholder {
  color: gray;
}

/* line 204, commun.scss */
::-webkit-input-placeholder {
  color: gray;
}

/* line 205, commun.scss */
input:-moz-placeholder {
  color: gray;
}

/* line 206, commun.scss */
input:placeholder {
  color: gray;
}

/* line 207, commun.scss */
input:focus, select:focus, textarea:focus, button:focus {
  outline: 0;
  -moz-box-shadow: 0 0 0.5em #48802c;
  box-shadow: 0 0 0.5em #48802c;
  background-color: white;
}

/* line 214, commun.scss */
input.hasDatepicker {
  width: 5em;
  padding-right: 2em;
}

/* line 218, commun.scss */
button.ui-datepicker-trigger {
  color: gray;
  border: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  font-family: FontAwesome;
  margin-left: -1.8em;
  background-color: transparent;
  -moz-border-radius: 0 0.3em 0.3em 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0.3em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.3em;
}

/* line 233, commun.scss */
.ui-datepicker {
  width: auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 241, commun.scss */
.required-indicator {
  top: 0.1em;
  color: #A00;
  display: inline-block;
  position: relative;
  font-weight: bolder;
}

/* line 249, commun.scss */
ul.one-to-many {
  margin: 0;
  display: inline-block;
  list-style-position: inside;
  vertical-align: top;
}

/* line 255, commun.scss */
ul.one-to-many li.add {
  list-style-type: none;
}

/* line 258, commun.scss */
button {
  cursor: pointer;
  -moz-box-shadow: 0px 0px 2px gray;
  box-shadow: 0px 0px 2px gray;
  font-weight: bolder;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

/* line 266, commun.scss */
button:before, button em.fa {
  color: SeaGreen;
}

/* line 269, commun.scss */
button:hover {
  -moz-box-shadow: 2px 2px 2px black;
  box-shadow: 2px 2px 2px black;
  background-color: #DEB;
}

/* line 275, commun.scss */
p.help {
  display: block;
  text-align: right;
  margin-right: 10%;
}

/* line 281, commun.scss */
p.help_password {
  display: contents;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
}

/* line 289, commun.scss */
li.message_password {
  margin-top: 0.3em;
  text-align: center;
  font-size: 20px;
}

/* EMBEDDED PROPERTIES */
/* line 297, commun.scss */
fieldset.embedded {
  background-color: transparent;
  border: 1px solid #CCCCCC;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 306, commun.scss */
fieldset.embedded legend {
  margin: 0 1em;
}

/* MESSAGES AND ERRORS */
/* line 311, commun.scss */
.errors, .message {
  left: 10%;
  bottom: 100%;
  z-index: 10;
  position: fixed;
  min-width: 60%;
  max-width: 80%;
  font-size: larger;
  text-align: left;
  line-height: 2;
  padding-right: 0.5em;
}

/* line 324, commun.scss */
.errors {
  color: #cc0000;
  border: 1px solid #ffaaaa;
  -moz-box-shadow: 4px 4px 0.25em #ff8888;
  box-shadow: 4px 4px 0.25em #ff8888;
  background-color: #fff3f3;
}

/* line 330, commun.scss */
.errors li {
  list-style: none;
  text-indent: 1.8em;
}

/* line 333, commun.scss */
.errors li:before {
  content: "";
  font-family: FontAwesome;
  margin-left: -1.2em;
  margin-right: 0.6em;
}

/* line 342, commun.scss */
.message {
  color: #006dba;
  border: 1px solid #b2d1ff;
  -moz-box-shadow: 4px 4px 0.25em #b2d1ff;
  box-shadow: 4px 4px 0.25em #b2d1ff;
  text-indent: 1.8em;
  background-color: #f3f3ff;
}

/* line 349, commun.scss */
.message:before {
  content: "";
  font-family: FontAwesome;
  margin-left: -1.2em;
  margin-right: 0.6em;
}

/* line 357, commun.scss */
html.js .errors, html.js .message, body.ready .errors.hidden, body.ready .message.hidden {
  bottom: 102%;
}

/* line 360, commun.scss */
body.ready .errors, body.ready .message {
  bottom: 85%;
  transition-delay: 0.01s;
  transition-duration: 1s;
  -moz-transition-delay: 0.01s;
  /* Firefox 4 */
  -moz-transition-duration: 1s;
  -webkit-transition-delay: 0.01s;
  /* Safari and Chrome */
  -webkit-transition-duration: 1s;
  -o-transition-delay: 0.01s;
  /* Opera */
  -o-transition-duration: 1s;
}

/* form fields with errors */
/* line 374, commun.scss */
.error input, .error select, .error textarea, .error button {
  color: #cc0000;
  background: #fff3f3;
  border-color: #ffaaaa;
}

/* line 380, commun.scss */
.error input:focus, .error select:focus, .error textarea:focus, .error button:focus {
  -moz-box-shadow: 0 0 0.5em #ffaaaa;
  box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */
/* line 387, commun.scss */
input:invalid, select:invalid, textarea:invalid, button:invalid {
  color: #cc0000;
  background: #fff3f3;
  border-color: #ffaaaa;
}

/* line 393, commun.scss */
input:invalid:focus, select:invalid:focus, textarea:invalid:focus, button:invalid:focus {
  -moz-box-shadow: 0 0 0.5em #ffaaaa;
  box-shadow: 0 0 0.5em #ffaaaa;
}

/* TABLES */
/* line 400, commun.scss */
table {
  margin: 1em auto;
  -moz-box-shadow: 0 0 4px gray;
  box-shadow: 0 0 4px gray;
  border-spacing: 0;
  vertical-align: middle;
  background-color: #EFEFEF;
}

/* line 408, commun.scss */
table.inline {
  margin: 1em;
  display: inline-block;
}

/* line 412, commun.scss */
table.sticky-header {
  margin-top: 0;
  z-index: 10;
}

/* line 416, commun.scss */
table.sticky-header, table.sticky-header * {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 425, commun.scss */
tr > td:first-child, tr > th:first-child {
  padding-left: 1.25em;
}

/* line 426, commun.scss */
tr > td:last-child, tr > th:last-child {
  padding-right: 1.25em;
}

/* line 427, commun.scss */
td, th {
  padding: 0 0.6em;
}

/* line 429, commun.scss */
th {
  color: #555;
  padding: 0.2em 0.6em;
  font-family: inherit !important;
  font-weight: bold;
  line-height: 1.7em;
}

/* line 436, commun.scss */
th.fa {
  display: table-cell !important;
}

/* line 439, commun.scss */
th.fa:before {
  font-family: FontAwesome;
}

/* line 442, commun.scss */
th a {
  display: block;
  text-decoration: none;
}

/* line 447, commun.scss */
th.fa {
  display: table-cell !important;
}

/* line 450, commun.scss */
th.fa a {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bolder;
}

/* line 456, commun.scss */
th a:link, th a:visited {
  color: #555;
}

/* line 457, commun.scss */
th a:hover, th a:focus {
  color: #333;
}

/* line 458, commun.scss */
tr.clickable {
  cursor: pointer;
}

/* line 459, commun.scss */
th.sortable:hover a, tr.clickable:hover {
  background-color: #E1F2B6;
}

/* line 461, commun.scss */
td.goto a:link, td.goto a:visited {
  padding: 0 0.2em;
  font-size: 1.6em;
  text-decoration: none;
}

/* line 466, commun.scss */
td.goto a:before {
  color: MediumVioletRed;
  content: "";
  font-weight: bolder;
  font-family: FontAwesome;
}

/* line 472, commun.scss */
tr.clickable:hover td.goto a:before {
  color: LightSeaGreen;
}

/* line 474, commun.scss */
th.sortable a:after {
  position: absolute;
  margin-left: 0.1em;
  font-family: FontAwesome;
}

/* line 479, commun.scss */
th.sortable a:hover:after {
  content: "";
}

/* line 480, commun.scss */
th.asc a:after {
  content: "";
}

/* line 481, commun.scss */
th.desc a:after {
  content: "";
}

/* line 482, commun.scss */
tbody tr:nth-child(odd) {
  background-color: white;
}

/* line 483, commun.scss */
tbody.alt tr:nth-child(odd) {
  background-color: transparent;
}

/* line 484, commun.scss */
tbody.alt tr:nth-child(4n+1) {
  background-color: white;
}

/* line 485, commun.scss */
tbody.alt tr:nth-child(4n+1) + tr.altRow {
  background-color: white;
}

/* line 486, commun.scss */
tbody td {
  text-align: left;
}

/* line 487, commun.scss */
td.libelle {
  text-align: left;
  width: 300px;
}

/* line 488, commun.scss */
td.id, td.date {
  text-align: center;
}

/* line 489, commun.scss */
.quantity, .amount {
  text-align: right;
  white-space: nowrap;
}

/* line 493, commun.scss */
td.date {
  white-space: nowrap;
}

/* line 494, commun.scss */
td.boolean {
  text-align: center;
}

/* line 495, commun.scss */
td.select.boolean input[type='checkbox'] {
  display: none;
}

/* line 496, commun.scss */
td.boolean button {
  width: 100%;
  border: none;
  display: block;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

/* line 504, commun.scss */
tr.rubrique_2 {
  font-weight: bolder;
}

/* line 506, commun.scss */
#refRIB, .refRIB {
  width: 14em;
}

/* line 507, commun.scss */
.rib .fieldcontain {
  display: inline-block;
  border-spacing: 0;
}

/* line 511, commun.scss */
.rib .fieldcontain + .fieldcontain label {
  display: none;
}

/* line 512, commun.scss */
.rib .banque, .rib .siege {
  width: 4em;
}

/* line 513, commun.scss */
.rib select.banque {
  width: 6em;
}

/* line 514, commun.scss */
.rib .compte {
  width: 7em;
}

/* line 515, commun.scss */
.rib .cle {
  width: 2em;
}

/* line 516, commun.scss */
.rib input[type="text"], .rib input[type="number"], .rib select {
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: -0.35em;
}

/* line 521, commun.scss */
.rib .banque {
  -moz-border-radius: 0.4em 0 0 0.4em;
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
}

/* line 526, commun.scss */
.rib input.cle {
  -moz-border-radius: 0 0.4em 0.4em 0;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
}

/* line 531, commun.scss */
input#montantEuro {
  width: 10em;
}

/* line 532, commun.scss */
input#chqNumero {
  width: 5em;
}

/* line 533, commun.scss */
input#codeSiege {
  width: 3em;
}

/* line 534, commun.scss */
input#siegeDom {
  width: 4em;
}

/* line 535, commun.scss */
input#idClientCID {
  width: 8em;
}

/* line 537, commun.scss */
tr.altRow {
  display: none;
}

/* line 538, commun.scss */
tr.altRow td {
  text-align: center;
}

/* line 539, commun.scss */
tr.altRow .first, tr.altRow .second, tr.altRow .third {
  display: none;
}

/* line 540, commun.scss */
tr.opened + tr.altRow {
  display: table-row;
}

/* line 541, commun.scss */
tr.opened.first + tr.altRow .first, tr.opened.second + tr.altRow .second, tr.opened.third + tr.altRow .third {
  display: block;
}

/* line 542, commun.scss */
tr.altRow form {
  margin: 0.3em;
  border: solid thin #ddd;
  padding: 0;
  -moz-box-shadow: 0 0 3px 1px #aaaaaa;
  box-shadow: 0 0 3px 1px #aaaaaa;
}

/* line 549, commun.scss */
tr.altRow table {
  font-size: smaller;
}

/* PAGINATION */
/* line 552, commun.scss */
.pagination {
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: white;
}

/* line 556, commun.scss */
.pagination td {
  padding: 0;
}

/* line 557, commun.scss */
.pagination a, .pagination .currentStep {
  margin: 0 0.1em;
  padding: 0.25em 0;
  font-size: larger;
  font-weight: bolder;
  text-decoration: none;
}

/* line 565, commun.scss */
.pagination a:hover, .pagination a:focus, .pagination .currentStep {
  color: #ffffff;
  outline: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  background-color: #999999;
}

/* line 573, commun.scss */
.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
  color: #444444;
  text-decoration: underline;
  background-color: transparent;
}

/* line 579, commun.scss */
.pagination * {
  display: none;
}

/* line 580, commun.scss */
.pagination a.nextLink {
  display: block;
}

/* ACTION BUTTONS */
/* line 584, commun.scss */
body.scrolledY {
  padding-bottom: 3em;
}

/* line 585, commun.scss */
body.scrolledY > section > .buttons:last-child, body.scrolledY > section > form > .buttons:last-child {
  left: 1em;
  right: 1em;
  margin: 0;
  bottom: 1px;
  position: fixed;
}

/* line 593, commun.scss */
.buttons {
  margin: 1em 0.3em 0;
  padding: 0.3em 0;
  -moz-box-shadow: 0 0 3px 1px #aaa;
  box-shadow: 0 0 3px 1px #aaa;
  background-color: #efefef;
}

/* line 599, commun.scss */
.buttons input, .buttons a, .buttons button, .buttons button[type=submit] {
  color: DarkSlateGray !important;
  cursor: pointer;
  border: 0;
  margin: 0 0.25em;
  padding: 0.25em 0.7em;
  display: inline-block;
  font-size: 1.2em;
  line-height: inherit;
  -moz-box-sizing: content-box;
  /* Firefox */
  box-sizing: content-box;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  -moz-box-shadow: 0 0 4px gray;
  box-shadow: 0 0 4px gray;
  text-decoration: none;
  background-color: transparent;
}

/* line 617, commun.scss */
.buttons input:before, .buttons a:before, .buttons button:before, .buttons button em.fa:before, .buttons a em.fa:before {
  color: SeaGreen !important;
  margin-right: 0.3em;
}

/* line 621, commun.scss */
.buttons input:hover, .buttons input:focus,
.buttons a:hover, .buttons a:focus, .buttons button:hover, .buttons button:focus {
  color: white !important;
  outline: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  background-color: #999999;
}

/* line 631, commun.scss */
.buttons .delete, .buttons .edit, .buttons .save {
  text-indent: 25px;
  background-repeat: no-repeat;
  background-position: 0.7em center;
}

/* line 638, commun.scss */
span.quickStats {
  right: 1%;
  color: gray;
  position: absolute;
  font-size: smaller;
  margin-top: .5em;
}

/* line 646, commun.scss */
.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus,
.no-borderradius .buttons button:hover, .no-borderradius .buttons button:focus {
  color: #444444;
  text-decoration: underline;
  background-color: transparent;
}

/* line 654, commun.scss */
a.skip {
  left: -9999px;
  position: absolute;
}

/* Login */
/* line 661, commun.scss */
#login {
  margin: 4em auto;
  border: 2px solid #028553;
  padding: 1.2em;
  max-width: 30em;
  -moz-box-shadow: 0 0 4px gray;
  box-shadow: 0 0 4px gray;
  background-color: #F4F4F4;
}

/* line 669, commun.scss */
#login * {
  white-space: nowrap;
}

/* line 670, commun.scss */
#login .version {
  float: right;
  font-size: small;
  font-style: italic;
}

/* line 675, commun.scss */
#login .help {
  font-size: smaller;
  border-bottom: 1px solid #028553;
  padding-bottom: 1em;
}

/* line 680, commun.scss */
#login div {
  margin: 1em auto;
}

/* line 681, commun.scss */
#login label {
  padding: 0.4em 0.2em 0;
  text-align: center;
  font-weight: bolder;
}

/* line 686, commun.scss */
#login #submit {
  cursor: pointer;
  border: 1px solid #999;
  padding: 0.3em 1em;
  font-size: larger;
  font-weight: bolder;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: #CCC;
}

/* line 698, commun.scss */
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
}

/* line 702, commun.scss */
.input-prepend label.add-on {
  width: 2em;
  height: 1.6em;
  border: 1px solid #AAA;
  padding: 0.3em 0;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  background-color: #CCC;
}

/* line 712, commun.scss */
.input-prepend input, .input-prepend select, .input-prepend .uneditable-input {
  height: 1.6em;
  font-size: 16px;
  margin-left: -6px;
  margin-right: -6px;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

/* line 721, commun.scss */
#status {
  float: left;
  width: 12em;
  border: .2em solid #fff;
  margin: 2em 2em 1em;
  padding: 1em;
  -moz-box-shadow: 0px 0px 1.25em #ccc;
  box-shadow: 0px 0px 1.25em #ccc;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  background-color: #eee;
}

/* line 732, commun.scss */
#status ul {
  padding: 0;
  font-size: 0.9em;
  margin-bottom: 0.6em;
  list-style-type: none;
}

/* line 738, commun.scss */
#status li {
  line-height: 1.3;
}

/* line 739, commun.scss */
#status h1 {
  margin: 0 0 0.3em;
  font-size: 1.1em;
  text-transform: uppercase;
}

/* line 746, commun.scss */
#page-body {
  margin: 2em auto;
}

/* line 747, commun.scss */
#controller-list li {
  margin: 0.25em 0;
  line-height: 1.3;
  list-style-position: inside;
}

/* Error display */
/* line 755, commun.scss */
section.error h1 {
  border: none;
}

/* line 756, commun.scss */
dl.error-details, pre.snippet, pre.stack {
  text-align: left;
  margin-left: 5%;
  white-space: wrap;
}

/* line 761, commun.scss */
section.error h2 {
  margin-bottom: 0;
}

/* line 762, commun.scss */
dl.error-details dt {
  float: left;
}

/* line 763, commun.scss */
code.line {
  display: block;
  font-size: 12px;
}

/* Search */
/* line 770, commun.scss */
fieldset.search, fieldset.admin {
  margin: 1em;
  display: inline-block;
  -moz-box-shadow: 0 0 4px gray;
  box-shadow: 0 0 4px gray;
  padding-top: 1.3em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

/* line 779, commun.scss */
fieldset.admin {
  margin-top: 3em;
}

/* Meilleur affichage des éventuels fa icônes devant les champs */
/* line 782, commun.scss */
fieldset.search span.fieldcontain {
  white-space: nowrap;
}

/* line 784, commun.scss */
fieldset.search span.fieldcontain:before {
  margin-left: 0.4em;
  margin-right: -0.2em;
}

/* line 789, commun.scss */
fieldset.search label {
  display: none;
}

/* line 790, commun.scss */
fieldset.search input[type=checkbox] + label {
  display: inline;
}

/* line 791, commun.scss */
fieldset.search input {
  text-align: center;
}

/* line 792, commun.scss */
fieldset.search label.banque {
  display: inline;
}

/* line 795, commun.scss */
fieldset legend a:link, fieldset legend a:visited {
  color: inherit;
  text-decoration: none;
}

/* line 799, commun.scss */
fieldset legend a em:last-child.fa {
  color: MediumVioletRed;
  margin-left: 0.5em;
}

/* line 804, commun.scss */
fieldset legend {
  color: #666;
  padding: 0.2em 1em 0;
  position: absolute;
  margin-top: -2em;
  text-align: left;
  -moz-box-shadow: 0 -2px 5px -2px gray;
  box-shadow: 0 -2px 5px -2px gray;
  font-weight: bolder;
  background-color: white;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
}

/* line 818, commun.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  display: none;
}

/* line 824, commun.scss */
h2.search {
  display: block;
}

/* line 826, commun.scss */
.bloc {
  width: 45%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 832, commun.scss */
.bloc fieldset {
  width: 100%;
}

/* line 834, commun.scss */
ol.bloc.dates {
  width: 18em;
  min-width: auto;
}

/* line 837, commun.scss */
ol.bloc.dates .property-label {
  width: 50%;
}

/* line 839, commun.scss */
.dates .fieldcontain, .adresse .fieldcontain {
  margin-top: 0;
}

/* line 840, commun.scss */
.dates .fieldcontain input, .dates .fieldcontain button,
.adresse .fieldcontain input {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 847, commun.scss */
.bloc.adresse
.fieldcontain .property-label, .bloc.adresse
.fieldcontain label {
  width: 6em;
}

/* line 848, commun.scss */
.bloc.adresse
.fieldcontain input {
  width: 20em;
}

/* line 849, commun.scss */
.bloc.adresse
.fieldcontain .fieldcontain + .fieldcontain .property-label,
.bloc.adresse
.fieldcontain .fieldcontain + .fieldcontain label {
  height: 1em;
  visibility: hidden;
}

/* line 856, commun.scss */
.extra {
  display: none !important;
}

/* line 857, commun.scss */
.admin {
  -moz-box-shadow: 2px 2px 1em DarkRed !important;
  box-shadow: 2px 2px 1em DarkRed !important;
}

/* line 861, commun.scss */
fieldset.admin .bloc {
  padding: 0;
}

/* Styles for mobile devices */
@media screen and (max-width: 480px) {
  /* line 4, mobile.scss */
  nav, .nav {
    float: right;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 10, mobile.scss */
  header h1 {
    clear: both;
    margin: 0;
    padding: 0;
  }
  /* line 15, mobile.scss */
  .utilisateur_groupe {
    display: none;
  }
  /* Hide individual steps in pagination, just have next and previous */
  /* line 18, mobile.scss */
  .pagination .step, .pagination .currentStep {
    display: none;
  }
  /* line 19, mobile.scss */
  .pagination .prevLink {
    float: left;
  }
  /* line 20, mobile.scss */
  .pagination .nextLink {
    float: right;
  }
  /* pagination needs to wrap around floated buttons */
  /* line 22, mobile.scss */
  .pagination {
    overflow: hidden;
  }
  /* line 24, mobile.scss */
  .content h1 {
    width: auto;
  }
  /* line 28, mobile.scss */
  fieldset.buttons {
    position: static !important;
  }
  /* slightly smaller margin around content body */
  /* line 33, mobile.scss */
  fieldset, .property-list {
    padding: 0.3em 1em 1em;
    min-width: 20em;
    max-width: 100%;
  }
  /* line 38, mobile.scss */
  input, textarea {
    width: 90%;
  }
  /* line 39, mobile.scss */
  select, input[type=checkbox], input[type=radio], input[type=submit], input[type=button], input[type=reset] {
    width: auto;
  }
  /* hide all but the first column of list tables */
  /* line 44, mobile.scss */
  .scaffold-list td:not(:first-child), .scaffold-list th:not(:first-child) {
    display: none;
  }
  /* line 48, mobile.scss */
  .scaffold-list thead th {
    text-align: center;
  }
  /* stack form elements */
  /* line 50, mobile.scss */
  .fieldcontain {
    margin-top: 0.6em;
  }
  /* line 52, mobile.scss */
  .fieldcontain label,
  .fieldcontain .property-label,
  .fieldcontain .property-value {
    display: block;
    float: none;
    margin: 0 0 0.25em 0;
    text-align: left;
    width: auto;
  }
  /* line 62, mobile.scss */
  .errors ul, .message p {
    margin: 0.5em;
  }
  /* line 63, mobile.scss */
  .error ul {
    margin-left: 0;
  }
  /* line 65, mobile.scss */
  .bloc {
    width: 90%;
  }
  /* line 66, mobile.scss */
  .rib.fieldcontain .fieldcontain {
    margin-top: 0;
  }
  /* line 68, mobile.scss */
  tr > td:first-child, tr > th:first-child {
    padding-left: 0.1em;
  }
  /* line 69, mobile.scss */
  tr > td:last-child, tr > th:last-child {
    padding-right: 0.1em;
  }
  /* line 70, mobile.scss */
  th, td {
    padding: 0;
    font-size: smaller;
  }
}

/* FONT STACK */
@media print {
  /* line 4, print.scss */
  body, input, select, textarea, button {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  }
  /* line 7, print.scss */
  [class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
  }
  /* line 10, print.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }
  /* line 12, print.scss */
  a:link, a:visited, a:hover {
    color: #48802c;
  }
  /* prevents outline in webkit on active links but retains it for tab focus */
  /* line 14, print.scss */
  a:hover, a:active {
    outline: none;
  }
  /* line 16, print.scss */
  p {
    text-align: left;
  }
  /* line 17, print.scss */
  ul {
    padding: 0;
  }
  /* line 18, print.scss */
  img {
    border: 0;
  }
  /* BASE LAYOUT */
  /* line 22, print.scss */
  html, body {
    background-color: white;
  }
  /* line 23, print.scss */
  body {
    color: black;
    margin: 0;
    font-size: 11px;
    text-align: center;
  }
  /* line 30, print.scss */
  header {
    border: solid thin transparent;
    display: block;
    margin-top: 1em;
    min-height: 68px;
    background: transparent url("barre_fond-8b995711eacb337430e9690fd592f03c.gif") repeat-x scroll 0 0;
  }
  /* line 37, print.scss */
  body > header:before {
    float: left;
    margin-left: 1%;
  }
  /* line 42, print.scss */
  nav {
    top: 0;
    right: 1%;
    position: absolute;
  }
  /* line 47, print.scss */
  nav a:link, nav a:visited {
    color: DarkSlateGray;
    display: inline-block !important;
    font-size: larger;
    min-width: 36px;
    min-height: 32px;
    line-height: 32px !important;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    text-decoration: none;
  }
  /* line 58, print.scss */
  nav a:active, nav a:visited {
    color: DarkSlateGray;
  }
  /* line 59, print.scss */
  nav a:focus, nav a:hover {
    color: white;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    background-color: #999;
  }
  /* line 66, print.scss */
  header h1 {
    color: #48802c;
    font-size: 1.25em;
    padding-top: 9px;
    font-weight: normal;
  }
  /* GENERAL */
  /* line 75, print.scss */
  .content h1 {
    width: 20em;
    margin: 1% auto;
    max-width: 100%;
    font-size: xx-large;
    -moz-box-shadow: 0 6px 3px -4px black;
    box-shadow: 0 6px 3px -4px black;
    text-shadow: 2px 2px 1px #DFDFDF;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-bottom: solid 5px MediumSeaGreen;
  }
  /* line 88, print.scss */
  section.dossiers {
    clear: left;
  }
  /* line 89, print.scss */
  section.dossiers h2 {
    margin-bottom: 0;
  }
  /* line 91, print.scss */
  footer {
    color: #000;
    padding: 1em 0;
    display: block;
    overflow: hidden;
    min-height: 1em;
    margin-top: 1.5em;
    background: #abbf78;
  }
  /* line 100, print.scss */
  footer a {
    color: #255b17;
  }
  /* line 102, print.scss */
  .spinner {
    top: 45%;
    left: 40%;
    padding: 1em;
    display: none;
    position: fixed;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background-color: white;
    -moz-box-shadow: 10px 10px 1em black;
    box-shadow: 0.5em 0.5em 1em black;
  }
  /* CREATE/EDIT FORMS AND SHOW PAGES */
  /* line 117, print.scss */
  fieldset, .property-list {
    zoom: 1;
    border: none;
    margin: 0.6em auto 0;
    padding: 0.3em 1.8em 1.25em;
    position: relative;
    min-width: 30em;
  }
  /* line 125, print.scss */
  fieldset.form {
    margin: 0 auto;
    padding: 0;
  }
  /* line 126, print.scss */
  .property-list {
    display: table;
  }
  /* line 127, print.scss */
  .property-list .fieldcontain {
    zoom: 1;
    overflow: hidden;
    margin-top: 1em;
    list-style: none;
  }
  /* line 134, print.scss */
  .fieldcontain {
    margin-top: 0.3em;
    text-align: left;
  }
  /* line 138, print.scss */
  .fieldcontain label, .fieldcontain .property-label {
    width: 30%;
    color: #555;
    display: inline-block;
    text-align: right;
    margin-right: 0.4em;
    vertical-align: middle;
  }
  /* line 146, print.scss */
  .property-list.booleans h2 {
    margin: 0;
    text-align: center;
  }
  /* line 147, print.scss */
  .property-list.booleans label {
    width: 60%;
  }
  /* line 149, print.scss */
  .fieldcontain .property-value {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  /* line 155, print.scss */
  label {
    cursor: pointer;
  }
  /* line 156, print.scss */
  input, button, select, textarea {
    color: black;
    border: 1px solid #ccc;
    padding: 0.2em 0.4em;
    -moz-border-radius: .4em;
    border-radius: .4em;
    background-color: #f5f5f5;
  }
  /* line 164, print.scss */
  select {
    padding: 0.2em 0.2em 0.2em 0;
  }
  /* line 165, print.scss */
  select[multiple] {
    vertical-align: top;
  }
  /* line 167, print.scss */
  textarea {
    overflow: auto;
    /* IE always renders vertical scrollbar without this */
    vertical-align: top;
  }
  /* line 171, print.scss */
  input[type=checkbox], input[type=radio] {
    border: 0;
    padding: 0;
  }
  /* Mostly for IE */
  /* line 176, print.scss */
  input.placeholder {
    color: gray;
  }
  /* line 177, print.scss */
  ::-webkit-input-placeholder {
    color: gray;
  }
  /* line 178, print.scss */
  input:-moz-placeholder {
    color: gray;
  }
  /* line 179, print.scss */
  input:placeholder {
    color: gray;
  }
  /* line 180, print.scss */
  input:focus, select:focus, textarea:focus, button:focus {
    outline: 0;
    -moz-box-shadow: 0 0 0.5em #48802c;
    box-shadow: 0 0 0.5em #48802c;
    background-color: white;
  }
  /* line 187, print.scss */
  .ui-datepicker {
    width: auto;
  }
  /* line 188, print.scss */
  input.hasDatepicker {
    width: 6.2em;
    -moz-border-radius: 0.4em 0 0 0.4em;
    border-radius: 0.4em 0 0 0.4em;
  }
  /* line 193, print.scss */
  button.ui-datepicker-trigger {
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: -1px;
    font-family: FontAwesome;
    line-height: 1.4em;
    -moz-border-radius: 0 0.4em 0.4em 0;
    border-radius: 0 0.4em 0.4em 0;
  }
  /* line 203, print.scss */
  .required-indicator {
    top: 0.1em;
    color: #A00;
    display: inline-block;
    position: relative;
    font-weight: bolder;
  }
  /* line 211, print.scss */
  ul.one-to-many {
    margin: 0;
    display: inline-block;
    list-style-position: inside;
    vertical-align: top;
  }
  /* line 218, print.scss */
  ul.one-to-many li.add {
    list-style-type: none;
  }
  /* line 220, print.scss */
  button {
    cursor: pointer;
    padding: 3px 6px 0;
    -moz-box-shadow: 0px 0px 4px gray;
    box-shadow: 0px 0px 4px gray;
    font-weight: bolder;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
  /* line 229, print.scss */
  button:before {
    color: SeaGreen;
  }
  /* line 230, print.scss */
  button:hover {
    -moz-box-shadow: 2px 2px 2px black;
    box-shadow: 2px 2px 2px black;
    background-color: #DEB;
  }
  /* line 236, print.scss */
  p.help {
    display: block;
    text-align: right;
    margin-right: 10%;
  }
  /* EMBEDDED PROPERTIES */
  /* line 244, print.scss */
  fieldset.embedded {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 255, print.scss */
  fieldset.embedded legend {
    margin: 0 1em;
  }
  /* MESSAGES AND ERRORS */
  /* line 259, print.scss */
  .errors, .message {
    left: 10%;
    position: fixed;
    min-width: 60%;
    max-width: 80%;
    font-size: larger;
    text-align: left;
    margin-top: -18em;
    line-height: 2;
    padding-right: 0.5em;
  }
  /* line 271, print.scss */
  .errors {
    color: #cc0000;
    border: 1px solid #ffaaaa;
    -moz-box-shadow: 4px 4px 0.25em #ff8888;
    box-shadow: 4px 4px 0.25em #ff8888;
    background-color: #fff3f3;
  }
  /* line 278, print.scss */
  .errors li {
    list-style: none;
    background: url(skin/exclamation-e4dd51f46566ed3ceacdc900bf2fdf01.png) 0.5em 50% no-repeat transparent;
    text-indent: 1.8em;
  }
  /* line 284, print.scss */
  .message {
    color: #006dba;
    border: 1px solid #b2d1ff;
    -moz-box-shadow: 4px 4px 0.25em #b2d1ff;
    box-shadow: 4px 4px 0.25em #b2d1ff;
    background: url(skin/information-3750c701d2ec35a45d289b9b9c1a0667.png) 0.5em 50% no-repeat #f3f3ff;
    text-indent: 1.8em;
  }
  /* line 293, print.scss */
  html.js .errors, html.js .message, body.ready .errors.hidden, body.ready .message.hidden {
    margin-top: -14em;
  }
  /* line 296, print.scss */
  body.ready .errors, body.ready .message {
    margin-top: -3em;
    transition-delay: 0.01s;
    transition-duration: 1s;
    -moz-transition-delay: 0.01s;
    /* Firefox 4 */
    -moz-transition-duration: 1s;
    -webkit-transition-delay: 0.01s;
    /* Safari and Chrome */
    -webkit-transition-duration: 1s;
    -o-transition-delay: 0.01s;
    /* Opera */
    -o-transition-duration: 1s;
  }
  /* form fields with errors */
  /* line 310, print.scss */
  .error input, .error select, .error textarea, .error button {
    color: #cc0000;
    background: #fff3f3;
    border-color: #ffaaaa;
  }
  /* line 316, print.scss */
  .error input:focus, .error select:focus, .error textarea:focus, .error button:focus {
    -moz-box-shadow: 0 0 0.5em #ffaaaa;
    box-shadow: 0 0 0.5em #ffaaaa;
  }
  /* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */
  /* line 323, print.scss */
  input:invalid, select:invalid, textarea:invalid, button:invalid {
    color: #cc0000;
    background: #fff3f3;
    border-color: #ffaaaa;
  }
  /* line 329, print.scss */
  input:invalid:focus, select:invalid:focus, textarea:invalid:focus, button:invalid:focus {
    -moz-box-shadow: 0 0 0.5em #ffaaaa;
    box-shadow: 0 0 0.5em #ffaaaa;
  }
  /* TABLES */
  /* line 336, print.scss */
  table {
    margin: 1em;
    display: inline-block;
    border-radius: 1em;
    border-spacing: 0;
    vertical-align: middle;
  }
  /* line 344, print.scss */
  tr > td:first-child, tr > th:first-child {
    padding-left: 1.25em;
  }
  /* line 345, print.scss */
  tr > td:last-child, tr > th:last-child {
    padding-right: 1.25em;
  }
  /* line 346, print.scss */
  td, th {
    padding: 0 0.6em;
  }
  /* line 348, print.scss */
  th {
    background-color: #EFEFEF;
    color: #666666;
    padding: 0.2em 0.6em;
    font-weight: bold;
    line-height: 1.7em;
    border: 1px solid black;
  }
  /* line 357, print.scss */
  th a {
    display: block;
    text-decoration: none;
  }
  /* line 362, print.scss */
  th a:link, th a:visited {
    color: #666;
  }
  /* line 363, print.scss */
  th a:hover, th a:focus {
    color: #333;
  }
  /* line 364, print.scss */
  tr.clickable {
    cursor: pointer;
  }
  /* line 365, print.scss */
  th.sortable:hover a, tr.clickable:hover {
    background-color: #E1F2B6;
  }
  /* line 367, print.scss */
  td {
    border: 1px solid black;
  }
  /* line 371, print.scss */
  table .goto {
    display: none;
  }
  /* line 373, print.scss */
  th.sortable a {
    padding-right: 1.1em;
    background-repeat: no-repeat;
    background-position: right;
  }
  /* line 378, print.scss */
  th.asc a {
    background-image: url(skin/sorted_asc-df23e44c4c4999383e95e9c8bf5da156.gif);
  }
  /* line 379, print.scss */
  th.desc a {
    background-image: url(skin/sorted_desc-b85986b88116c4b0ef7571a1c4f3cfa3.gif);
  }
  /* line 380, print.scss */
  .even, .even + .altRow {
    background-color: white;
  }
  /* line 381, print.scss */
  tbody td {
    text-align: left;
  }
  /* line 382, print.scss */
  tbody td.libelle {
    text-align: left;
    width: 300px;
  }
  /* line 383, print.scss */
  tbody td.id, tbody td.date {
    text-align: center;
  }
  /* line 384, print.scss */
  .quantity, .amount {
    text-align: right;
  }
  /* line 385, print.scss */
  tbody td.boolean {
    text-align: center;
  }
  /* line 386, print.scss */
  tbody td.boolean button {
    width: 100%;
    border: none;
    display: block;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    display: none;
  }
  /* line 395, print.scss */
  tbody tr.type2 {
    font-weight: bolder;
  }
  /* line 397, print.scss */
  #refRIB, .refRIB {
    width: 14em;
  }
  /* line 398, print.scss */
  .rib .fieldcontain {
    display: inline-block;
    border-spacing: 0;
  }
  /* line 402, print.scss */
  .rib .fieldcontain + .fieldcontain label {
    display: none;
  }
  /* line 403, print.scss */
  .rib .banque, .rib .siege {
    width: 4em;
  }
  /* line 404, print.scss */
  .rib .compte {
    width: 7em;
  }
  /* line 405, print.scss */
  .rib .cle {
    width: 2em;
  }
  /* line 406, print.scss */
  .rib input {
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: -6px;
  }
  /* line 411, print.scss */
  .rib input.banque {
    -moz-border-radius: 0.4em 0 0 0.4em;
    border-top-left-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
  }
  /* line 416, print.scss */
  .rib input.cle {
    -moz-border-radius: 0 0.4em0 0.4em 0;
    border-top-right-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
  }
  /* line 421, print.scss */
  input#montantEuro {
    width: 10em;
  }
  /* line 422, print.scss */
  input#chqNumero {
    width: 5em;
  }
  /* line 423, print.scss */
  input#codeSiege {
    width: 3em;
  }
  /* line 424, print.scss */
  input#siegeDom {
    width: 4em;
  }
  /* line 425, print.scss */
  input#idClientCID {
    width: 8em;
  }
  /* line 427, print.scss */
  tr.altRow {
    display: none;
  }
  /* line 428, print.scss */
  tr.altRow td {
    text-align: center;
    display: none;
  }
  /* line 429, print.scss */
  tr.altRow .first, tr.altRow .second, tr.altRow .third {
    display: none;
  }
  /* line 430, print.scss */
  table tr.opened + tr.altRow {
    display: none;
  }
  /* line 431, print.scss */
  table tr.opened.first + tr.altRow .first, table tr.opened.second + tr.altRow .second, table tr.opened.third + tr.altRow .third {
    display: none;
  }
  /* line 432, print.scss */
  tr.altRow form {
    margin: 0.3em;
    border: solid thin #ddd;
    padding: 0;
    -moz-box-shadow: 0 0 3px 1px #aaaaaa;
    box-shadow: 0 0 3px 1px #aaaaaa;
  }
  /* line 439, print.scss */
  tr.altRow table {
    font-size: smaller;
  }
  /* PAGINATION */
  /* line 442, print.scss */
  .pagination {
    padding: 0.3em;
  }
  /* line 443, print.scss */
  .pagination a, .pagination .currentStep {
    color: #666666;
    margin: 0 0.1em;
    padding: 0.25em 0.7em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    text-decoration: none;
    display: none;
  }
  /* line 453, print.scss */
  .pagination a:hover, .pagination a:focus,
  .pagination .currentStep {
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    background-color: #999999;
    display: none;
  }
  /* line 462, print.scss */
  .no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
  .no-borderradius .pagination .currentStep {
    color: #444444;
    text-decoration: underline;
    background-color: transparent;
  }
  /* line 468, print.scss */
  .pagination * {
    display: none;
  }
  /* line 469, print.scss */
  .pagination a.nextLink {
    display: none;
  }
  /* ACTION BUTTONS */
  /* line 473, print.scss */
  .buttons {
    margin: 0.3em;
    padding: 0.3em 0;
    -moz-box-shadow: 0 0 3px 1px #aaaaaa;
    box-shadow: 0 0 3px 1px #aaaaaa;
    background-color: #efefef;
    display: none;
  }
  /* line 482, print.scss */
  .buttons input, .buttons a, .buttons button {
    color: DarkSlateGray;
    cursor: pointer;
    border: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.7em;
    display: inline-block;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    text-decoration: none;
    background-color: transparent;
  }
  /* line 494, print.scss */
  .buttons input:before, .buttons a:before, .buttons button:before {
    margin-right: 0.3em;
  }
  /* line 495, print.scss */
  .buttons input:hover, .buttons input:focus,
  .buttons a:hover, .buttons a:focus, .buttons button:hover, .buttons button:focus {
    color: white;
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    background-color: #999999;
  }
  /* line 505, print.scss */
  .no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
  .no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus,
  .no-borderradius .buttons button:hover, .no-borderradius .buttons button:focus {
    color: #444444;
    text-decoration: underline;
    background-color: transparent;
  }
  /* line 513, print.scss */
  .buttons .delete, .buttons .edit, .buttons .save {
    text-indent: 25px;
    background-repeat: no-repeat;
    background-position: 0.7em center;
  }
  /* line 519, print.scss */
  a.skip {
    left: -9999px;
    position: absolute;
  }
  /* Login */
  /* line 526, print.scss */
  #login * {
    white-space: nowrap;
  }
  /* line 528, print.scss */
  #login {
    margin: 4em auto;
    border: 2px solid #028553;
    padding: 1.2em;
    max-width: 30em;
    -moz-box-shadow: 4px 4px 1em gray;
    box-shadow: 4px 4px 1em gray;
    background-color: #F4F4F4;
  }
  /* line 537, print.scss */
  #login .version {
    float: right;
    font-size: small;
    font-style: italic;
  }
  /* line 542, print.scss */
  #login .help {
    font-size: smaller;
    border-bottom: 1px solid #028553;
    padding-bottom: 1em;
  }
  /* line 547, print.scss */
  #login div {
    margin: 1em auto;
  }
  /* line 548, print.scss */
  #login label {
    text-align: center;
    font-weight: bolder;
  }
  /* line 552, print.scss */
  #login #submit {
    cursor: pointer;
    border: 1px solid #999;
    padding: 0.3em 1em;
    font-size: larger;
    font-weight: bolder;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #CCC;
  }
  /* line 563, print.scss */
  .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  /* line 567, print.scss */
  .input-prepend .add-on, .input-prepend .btn {
    margin-right: -6px;
  }
  /* line 568, print.scss */
  .input-append .add-on, .input-prepend .add-on {
    width: 2em;
    height: 1.7em;
    border: 1px solid #AAA;
    display: inline-block;
    padding-top: 0.2em;
    vertical-align: top;
    background-color: #CCC;
  }
  /* line 577, print.scss */
  .input-append input, .input-prepend input, .input-append select,
  .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
    height: 1.6em;
    margin-left: 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  /* line 585, print.scss */
  #status {
    float: left;
    width: 12em;
    border: .2em solid #fff;
    margin: 2em 2em 1em;
    padding: 1em;
    -moz-box-shadow: 0px 0px 1.25em #ccc;
    box-shadow: 0px 0px 1.25em #ccc;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;
    background-color: #eee;
  }
  /* line 598, print.scss */
  #status ul {
    padding: 0;
    font-size: 0.9em;
    margin-bottom: 0.6em;
    list-style-type: none;
  }
  /* line 604, print.scss */
  #status li {
    line-height: 1.3;
  }
  /* line 605, print.scss */
  #status h1 {
    margin: 0 0 0.3em;
    font-size: 1.1em;
    text-transform: uppercase;
  }
  /* line 610, print.scss */
  #page-body {
    margin: 2em auto;
  }
  /* line 611, print.scss */
  #controller-list li {
    margin: 0.25em 0;
    line-height: 1.3;
    list-style-position: inside;
  }
  /* Error display */
  /* line 619, print.scss */
  section.error h1 {
    border: none;
  }
  /* line 620, print.scss */
  dl.error-details, pre.snippet, pre.stack {
    text-align: left;
    margin-left: 5%;
    white-space: wrap;
  }
  /* line 625, print.scss */
  section.error h2 {
    margin-bottom: 0;
  }
  /* line 626, print.scss */
  dl.error-details dt {
    float: left;
  }
  /* line 627, print.scss */
  code.line {
    display: block;
    font-size: 12px;
  }
  /* Search */
  /* line 634, print.scss */
  fieldset.search, fieldset.admin {
    min-width: 50%;
    margin: 2em auto 1em;
    display: inline-block;
    -moz-box-shadow: 2px 2px 1em gray;
    box-shadow: 2px 2px 1em gray;
    padding-top: 1.3em;
    -moz-border-radius: 0.6em;
    border-radius: 0.6em;
    display: none;
  }
  /* line 645, print.scss */
  fieldset legend {
    color: #149;
    padding: 0.2em 1em 0;
    position: absolute;
    margin-top: -2em;
    text-align: left;
    -moz-box-shadow: 0 -2px 5px -2px gray;
    box-shadow: 0 -2px 5px -2px gray;
    font-weight: bolder;
    background-color: white;
    -moz-border-radius: 1em;
    border-radius: 1em;
    display: none;
  }
  /* line 659, print.scss */
  fieldset.search label {
    display: none;
  }
  /* line 660, print.scss */
  fieldset.search input {
    text-align: center;
  }
  /* line 662, print.scss */
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    display: none;
  }
  /* line 668, print.scss */
  h2.search {
    display: block;
  }
  /* line 670, print.scss */
  .bloc {
    width: 45%;
    margin: 0 auto;
    display: inline-block;
    min-width: 22em;
    vertical-align: middle;
  }
  /* line 677, print.scss */
  .bloc fieldset {
    width: 100%;
  }
  /* line 679, print.scss */
  ol.bloc.dates {
    width: 14em;
    min-width: auto;
  }
  /* line 683, print.scss */
  ol.bloc.dates label, ol.bloc.dates .property-label {
    width: 50%;
  }
  /* line 684, print.scss */
  .dates .fieldcontain, .adresse .fieldcontain {
    margin-top: 0;
  }
  /* line 685, print.scss */
  .dates .fieldcontain input, .dates .fieldcontain button,
  .adresse .fieldcontain input {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 687, print.scss */
  .bloc.adresse .fieldcontain .property-label,
  .bloc.adresse .fieldcontain label {
    width: 4em;
  }
  /* line 689, print.scss */
  .bloc.adresse .fieldcontain + .fieldcontain .property-label,
  .bloc.adresse .fieldcontain + .fieldcontain label {
    height: 1em;
    visibility: hidden;
  }
  /* line 694, print.scss */
  .bloc.adresse .fieldcontain input {
    width: 20em;
  }
  /* line 696, print.scss */
  .extra {
    display: none;
  }
  /* line 698, print.scss */
  .admin {
    -moz-box-shadow: 2px 2px 1em DarkRed !important;
    box-shadow: 2px 2px 1em DarkRed !important;
  }
  /* line 702, print.scss */
  fieldset.admin .bloc {
    padding: 0;
  }
  /* Erreurs fichiers */
  /* line 705, print.scss */
  .fichiererr {
    color: red;
  }
  /* line 706, print.scss */
  .integration-ok {
    color: green;
  }
  /* line 707, print.scss */
  .integration-ano {
    color: orange;
  }
  /* line 708, print.scss */
  .integration-err {
    color: red;
  }
  /* line 709, print.scss */
  .integration-abs {
    color: red;
  }
  /* Question */
  /* line 712, print.scss */
  .confirmation {
    font-weight: bolder;
    color: darkblue;
  }
  /* line 717, print.scss */
  .first {
    display: none;
  }
  /* line 721, print.scss */
  .second {
    display: none;
  }
  /* line 725, print.scss */
  .third {
    display: none;
  }
  /* line 729, print.scss */
  .noprint {
    display: none;
  }
}

@charset "UTF-8";
/* line 1, override.scss */
a[class^="fa-"], a[class*=" fa-"] {
  text-decoration: none;
}

/* line 2, override.scss */
*[class^="fa-"]:before, *[class*=" fa-"]:before {
  font-style: normal;
  font-weight: normal !important;
}

/* line 7, override.scss */
body.mail {
  padding: 1em;
  text-align: left;
}

/* line 11, override.scss */
ul {
  max-width: 50em;
  text-align: left;
}

/* line 16, override.scss */
.apac, th.apac, td.apac {
  display: none;
}

/* line 18, override.scss */
fieldset.search input[type=checkbox], fieldset.search input[type=radio] {
  vertical-align: middle;
}

/* line 21, override.scss */
fieldset.search span.fieldcontain.show {
  display: inline-block;
}

/* line 23, override.scss */
fieldset.search span.fieldcontain.show label {
  width: auto;
  display: block;
  text-align: center;
}

/* line 28, override.scss */
fieldset.search span.fieldcontain.show input, fieldset.search span.fieldcontain.show select {
  margin: 0 auto;
  display: block;
}

/* line 34, override.scss */
table.utilisateurs .username {
  padding-left: 1.25em;
}

/* line 36, override.scss */
img.favicon {
  max-width: 1.4em;
  max-height: 1.4em;
  vertical-align: middle;
}

/* line 43, override.scss */
span.help em.fa {
  color: gray;
}

/* line 44, override.scss */
span.help span.text {
  display: none;
  position: absolute;
  font-size: larger;
  margin-left: 0.5em;
  vertical-align: baseline;
}

/* line 51, override.scss */
span.help:hover span.text {
  display: inline;
}

/* line 54, override.scss */
.ajd {
  color: green;
  text-shadow: 1px 1px 3px gray;
}

/* line 58, override.scss */
.retard {
  color: red;
  text-shadow: 1px 1px 3px gray;
}

/* line 62, override.scss */
.retard.activ {
  color: darkorange;
  text-shadow: 1px 1px gray;
}

/* line 67, override.scss */
th.typeFiche, td.typeFiche, th.favicon, td.favicon {
  padding: 0;
  text-align: center;
}

/* line 72, override.scss */
td.valeur {
  word-break: break-word;
}

/* line 76, override.scss */
.bloc img {
  max-width: 60%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 83, override.scss */
.utilisateur_groupe {
  top: 25px;
  right: 1%;
  width: 225px;
  margin: 0 auto;
  position: absolute;
  min-width: 8em;
  max-width: 20%;
  font-size: larger;
  text-align: center;
  text-decoration: none;
}

/* line 97, override.scss */
.prefere, .prefere:link, .prefere:visited {
  color: gold !important;
  font-weight: bolder;
  text-shadow: -2px -2px 1px yellow, 1px 1px 1px black;
  text-decoration: none;
}

/* line 105, override.scss */
table.openable thead tr + tr, table.openable tbody tr, table.openable tfoot tr {
  display: none;
}

/* line 109, override.scss */
table.openable.open thead tr:first-child th h2:before {
  content: '\f077';
}

/* line 112, override.scss */
table.openable.open thead tr + tr, table.openable.open tbody tr, table.openable.open tfoot tr {
  display: table-row;
}

/* line 117, override.scss */
table.openable thead tr:first-child {
  cursor: pointer;
}

/* line 119, override.scss */
table.openable thead tr:first-child:hover th h2:before {
  color: MediumVioletRed;
}

/* line 122, override.scss */
table.openable thead tr:first-child th h2 {
  padding-left: 3em;
}

/* line 124, override.scss */
table.openable thead tr:first-child th h2:before {
  float: right;
  content: '\f078';
  font-weight: normal;
  font-family: FontAwesome;
  margin-left: 2em;
}

/* line 136, override.scss */
textarea.description {
  padding: 1em;
  font-size: inherit;
}

/* line 140, override.scss */
.description {
  margin: 1em auto;
  border: solid thin #cc0;
  padding: 0 1em;
  position: relative;
  max-width: 50em;
  box-shadow: 0px 0px 0.2em gray;
  border-radius: 0.2em;
  background-color: lightyellow;
}

/* line 149, override.scss */
.description ul, .description ol {
  min-width: 10em;
  margin-left: 1em;
}

/* line 153, override.scss */
.description ol.property-list {
  width: 80%;
  padding-bottom: 0;
}

/* line 157, override.scss */
.description ol li.fieldcontain {
  margin: 0;
}

/* line 158, override.scss */
.description blockquote {
  border: outset thin #eee;
  padding: 0 1em;
  box-shadow: 3px 3px 6px -3px gray;
}

/* line 163, override.scss */
.description .count {
  color: #999;
  right: 0.3em;
  bottom: 0.1em;
  z-index: 10;
  position: absolute;
  font-size: smaller;
  font-style: italic;
  padding-top: 0.4em;
  text-shadow: 1px 1px 3px gray;
  background-color: lightyellow;
}

/* line 174, override.scss */
.description .count a.createClone:hover {
  font-size: x-large;
}

/* line 177, override.scss */
.description .count .text, .description .count a.createClone + a.createClone {
  display: none;
}

/* line 181, override.scss */
.description .count:hover a.createClone + a.createClone {
  padding-left: 0.4em;
}

/* line 184, override.scss */
.description .count:hover .text, .description .count:hover a.createClone + a.createClone {
  display: inline;
}

/* Pour les listes de champs */
/* line 192, override.scss */
ol.property-list.wide {
  width: 90%;
}

/* line 194, override.scss */
ol.property-list.wide li {
  margin: 0;
  line-height: 2em;
}

/* line 198, override.scss */
ol.property-list.wide li.fieldcontain label, ol.property-list.wide ol.property-list.wide li.fieldcontain .property-label {
  min-width: 48%;
}

/* line 200, override.scss */
li.fieldcontain.fichier {
  display: inline-block;
}

/* line 201, override.scss */
.fieldcontain.fichier img {
  margin: 0 0.4em;
  max-height: 4em;
  vertical-align: middle;
}

/* line 206, override.scss */
.fileUpload {
  margin-left: 25%;
}

/* line 207, override.scss */
.fileUpload input.fichiers {
  width: 40em;
  max-width: 40%;
}

/* line 212, override.scss */
article header {
  width: 20%;
  display: inline-block;
  min-width: 20em;
  min-height: inherit;
  text-align: left;
  margin-top: 0.8em;
  margin-right: 1%;
  vertical-align: top;
  background-image: linear-gradient(left top, white, #ded 30%, white);
  background-image: -moz-linear-gradient(left top, white, #ded 30%, white);
  background-image: -webkit-linear-gradient(left top, white, #ded 30%, white);
  background-image: -ms-linear-gradient(left top, white, #ded 30%, white);
}

/* line 226, override.scss */
article header img.favicon {
  float: left;
  max-width: 3em;
  max-height: 3em;
  margin-top: 0.4em;
  margin-right: 0.5em;
  margin-bottom: 1em;
}

/* line 234, override.scss */
article header .utilisateur {
  font-size: larger;
  font-weight: bolder;
}

/* line 238, override.scss */
article header .date {
  font-style: italic;
}

/* line 243, override.scss */
.observateurs {
  right: 1%;
  z-index: 10;
  position: absolute;
  box-shadow: 0.2em -0.2em 1em #999;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 250, override.scss */
.observateurs h3 {
  margin: 0;
  padding: 0.2em 4%;
  box-shadow: 0px 2px 2px #999;
  white-space: nowrap;
  background-color: #ddd;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 259, override.scss */
.observateurs ol {
  margin: 0.5em 0.3em;
  padding-left: 0;
}

/* line 263, override.scss */
.observateurs li {
  text-align: left;
  border-bottom: solid thin #eee;
  list-style-type: none;
}

/* line 270, override.scss */
a:link.typeFiche {
  font-size: larger;
  text-decoration: none;
}

/* line 274, override.scss */
a:link.typeFiche:hover {
  text-shadow: 0 0 1em gray;
}

/* line 276, override.scss */
h2 input {
  font-size: inherit;
}

/* line 279, override.scss */
sup.ficheOriginale, sub.ficheClones {
  color: gray;
  display: inline-block;
  font-size: small;
  font-weight: normal;
  text-shadow: 1px 1px 1px lightgray;
}

/* line 286, override.scss */
sup.ficheOriginale {
  margin-right: 2%;
}

/* line 287, override.scss */
sub.ficheClones {
  margin-left: 2%;
}

/* line 288, override.scss */
h2 .createClone {
  z-index: 1;
  position: absolute;
}

/* line 293, override.scss */
.noCreateur_groupe .createur_groupe, .noCreateur .createur,
.noPrestataire .prestataire, .noClient .client, .noGroupe .groupe,
.noResponsable .responsable, .noStatut .statut, .noPrefere .prefere,
.noDateCreated .dateCreated, .noLastUpdated .lastUpdated {
  display: none !important;
}

/* Cache la société dont on fait partie */
/* line 301, override.scss */
table.Client th.client, table.Client td.client,
table.Client th.Client, table.Client td.Client,
table.Prestataire th.prestataire, table.Prestataire td.prestataire,
table.Prestataire th.Prestataire, table.Prestataire td.Prestataire,
ol.Client li.client, ol.Prestataire li.prestataire,
form.Client span.client, form.Prestataire span.prestataire,
.flot.Client img.Client, .flot.Prestataire img.Prestataire {
  display: none !important;
}

/* line 311, override.scss */
th.createur_groupe a:before, th.createur a:before, th.typeCentre a:before,
th.module a:before, th.typeFiche a:before,
th.responsable a:before, th.statut a:before,
th.echeance a:before, th.origine a:before,
th.centre a:before, th.client a:before, th.prestataire a:before,
th.societe a:before, th.email a:before {
  font-family: FontAwesome, Arial, Helvetica, sans-serif !important;
  margin-right: 0.4em;
}

/* line 320, override.scss */
th.createur_groupe a:before {
  content: '\f0ac';
}

/* line 321, override.scss */
th.createur a:before {
  content: '\f007';
}

/* line 322, override.scss */
th.typeCentre a:before {
  content: '\f0e8';
}

/* line 323, override.scss */
th.module a:before {
  content: '\f12e';
}

/* line 324, override.scss */
th.typeFiche a:before {
  content: '\f145';
}

/* line 325, override.scss */
th.responsable a:before {
  content: '\f007';
}

/* line 326, override.scss */
th.statut a:before {
  content: '\f041';
}

/* line 327, override.scss */
th.echeance a:before {
  content: '\f073';
}

/* line 328, override.scss */
th.origine a:before {
  content: '\f0e3';
}

/* line 329, override.scss */
th.centre a:before {
  content: '\f1b2';
}

/* line 330, override.scss */
th.client a:before {
  content: '\f19c';
}

/* line 331, override.scss */
th.prestataire a:before {
  content: '\f0d1';
}

/* line 332, override.scss */
th.societe a:before {
  content: '\f1ad';
}

/* line 333, override.scss */
th.email a:before {
  content: '\f0e0';
}

/* line 335, override.scss */
form.champType {
  text-align: left;
}

/* line 338, override.scss */
form.champTypeValeur input, form.champTypeValeur button[type=submit] {
  font-size: smaller;
}

/* line 341, override.scss */
.fiche.create button#submit, .fiche.show button#submit, .fiche.mettreAJour button#submit, body.copy button#submit {
  margin: 1em;
  padding: 0.4em 10%;
  font-size: large;
  box-shadow: 0 0.4em 2em gray;
  font-weight: bolder;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

/* line 353, override.scss */
td.option, span.option {
  min-width: 10em;
}

/* line 356, override.scss */
.option em.fa-minus {
  margin-left: 1em;
}

/* line 360, override.scss */
.flot {
  width: 80em;
  height: 40em;
  margin: 0 auto;
  max-width: 90%;
}

/* line 366, override.scss */
.flot .legend {
  background-color: transparent;
}

/* line 369, override.scss */
.flot .legend table, .flot .legend > div {
  margin-top: -2em;
  margin-right: -15em;
}

/* line 376, override.scss */
body.flp header h1 {
  text-shadow: none;
}

/* line 380, override.scss */
body.bdf > header {
  background: none;
}

/* line 381, override.scss */
body.bdf > header:before {
  content: url("logobdf-3cf465fb82bfb55babf3f4f319f8329c.png");
  margin-bottom: -50px;
}

/* line 385, override.scss */
body.bdf header h1 {
  color: #1F69AA;
}

/* line 386, override.scss */
body.bdf.login > header h1 {
  padding-right: 220px;
}

/* line 387, override.scss */
body.bdf header nav, body.bdf body.bdf .utilisateur_groupe {
  width: 220px;
}

/* line 389, override.scss */
body.bdf .content a {
  color: #6B9CB9;
}

/* line 391, override.scss */
body.bdf #login, body.bdf .content h1, body.bdf .content table h2 {
  border-color: #6B9CB9;
}

/* line 395, override.scss */
body.bdf input:focus, body.bdf select:focus, body.bdf textarea:focus, body.bdf button:focus {
  -moz-box-shadow: 0 0 0.5em #6B9CB9;
  box-shadow: 0 0 0.5em #6B9CB9;
}

/* line 400, override.scss */
body.bdf button:before, body.bdf .buttons input:before, body.bdf .buttons a:before, body.bdf .buttons button:before {
  color: #6B9CB9;
}

/* line 405, override.scss */
body.ancv {
  font-family: Arial, Helvetica, sans-serif;
}

/* line 407, override.scss */
body.ancv > header {
  background: none;
}

/* line 408, override.scss */
body.ancv > header:before {
  content: url("logoancv-a6407eb3c5c81595e7e59def6b774133.gif");
  margin-top: -15px;
}

/* line 412, override.scss */
body.ancv header h1 {
  color: #0a529a;
  text-shadow: none;
}

/* line 416, override.scss */
body.ancv.login > header h1 {
  padding-right: 150px;
}

/* line 417, override.scss */
body.ancv header nav, body.ancv .utilisateur_groupe {
  width: 150px;
}

/* line 419, override.scss */
body.ancv .content {
  margin-top: 1.5em;
}

/* line 422, override.scss */
body.ancv .content a:link, body.ancv .content a:visited {
  color: #0a529a;
}

/* line 428, override.scss */
body.ancv #login, body.ancv .content h1, body.ancv .content table h2 {
  border-color: #6B9CB9;
}

/* line 432, override.scss */
body.ancv input:focus, body.ancv select:focus, body.ancv textarea:focus, body.ancv button:focus {
  -moz-box-shadow: 0 0 0.5em #6B9CB9;
  box-shadow: 0 0 0.5em #6B9CB9;
}

/* line 437, override.scss */
body.ancv button:before, body.ancv .buttons input:before, body.ancv .buttons a:before, body.ancv .buttons button:before {
  color: #6B9CB9;
}

/* line 441, override.scss */
body.ancv input, body.ancv select, body.ancv button[type=submit] {
  border: 1px solid #58585a;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

/* line 446, override.scss */
body.ancv input:focus, body.ancv select:focus, body.ancv button[type=submit]:focus {
  box-shadow: 0 0 1px black;
}

/* line 450, override.scss */
body.ancv fieldset.search {
  border: solid thin #ccc;
  box-shadow: none;
  border-radius: 0;
}

/* line 455, override.scss */
body.ancv .content table {
  border: solid thin #ccc;
  box-shadow: none;
  border-radius: 0;
}

/* line 460, override.scss */
body.ancv .content table thead tr, body.ancv .content table thead th, body.ancv .content table thead td, body.ancv .content table thead h2, body.ancv .content table thead h3, body.ancv .content table thead a:link, body.ancv .content table thead a:visited {
  color: white;
  border: none;
  box-shadow: none;
  background-color: #003F7D;
}

/* line 473, override.scss */
body.fiches > header {
  background: none;
}

/* line 474, override.scss */
body.fiches > header:before {
  content: url("logofiches-ea51f93c0ad3cfaee94cb1d0a2d7d265.png");
}

/* line 475, override.scss */
body.fiches header h1 {
  color: #1F69AA;
}

/* line 476, override.scss */
body.fiches.login > header h1 {
  padding-right: 138px;
}

/* line 477, override.scss */
body.fiches header nav, body.fiches .utilisateur_groupe {
  width: 138px;
}

/* line 479, override.scss */
body.fiches .content a {
  color: #83bb26;
}

/* line 480, override.scss */
body.fiches .content a:hover {
  color: #97d530;
}

/* line 482, override.scss */
body.fiches #login, body.fiches .content h1, body.fiches .content table h2 {
  border-color: #83bb26;
}

/* line 486, override.scss */
body.fiches input:focus, body.fiches select:focus, body.fiches textarea:focus, body.fiches button:focus {
  -moz-box-shadow: 0 0 0.5em #706F6F;
  box-shadow: 0 0 0.5em #706F6F;
}

/* line 491, override.scss */
body.fiches button:before, body.fiches .buttons input:before, body.fiches .buttons a:before, body.fiches .buttons button:before {
  color: #1F69AA;
}

/* line 496, override.scss */
body.fiches thead, body.fiches thead h2, body.fiches thead th, body.fiches thead th:before {
  color: white;
  border: none;
  box-shadow: none;
  background-color: #83bb26;
}

/* line 504, override.scss */
body.fiches thead th a:link, body.fiches thead th a:visited {
  color: white;
}

/* line 505, override.scss */
body.fiches thead th a:hover, body.fiches thead th a:focus {
  color: yellow !important;
  background-color: transparent;
}

/* line 514, override.scss */
body.bnpprct > header {
  background: none;
}

/* line 515, override.scss */
body.bnpprct > header:before {
  content: url("logofiches-ea51f93c0ad3cfaee94cb1d0a2d7d265.png");
}

/* line 516, override.scss */
body.bnpprct header h1 {
  color: #1F69AA;
}

/* line 517, override.scss */
body.bnpprct.login > header h1 {
  padding-right: 138px;
}

/* line 518, override.scss */
body.bnpprct header nav, body.bnpprct .utilisateur_groupe {
  width: 138px;
}

/* line 520, override.scss */
body.bnpprct .content a {
  color: #83bb26;
}

/* line 521, override.scss */
body.bnpprct .content a:hover {
  color: #97d530;
}

/* line 523, override.scss */
body.bnpprct #login, body.bnpprct .content h1, body.bnpprct .content table h2 {
  border-color: #83bb26;
}

/* line 527, override.scss */
body.bnpprct input:focus, body.bnpprct select:focus, body.bnpprct textarea:focus, body.bnpprct button:focus {
  -moz-box-shadow: 0 0 0.5em #706F6F;
  box-shadow: 0 0 0.5em #706F6F;
}

/* line 532, override.scss */
body.bnpprct button:before, body.bnpprct .buttons input:before, body.bnpprct .buttons a:before, body.bnpprct .buttons button:before {
  color: #1F69AA;
}

/* line 537, override.scss */
body.bnpprct thead, body.bnpprct thead h2, body.bnpprct thead th, body.bnpprct thead th:before {
  color: white;
  border: none;
  box-shadow: none;
  background-color: #83bb26;
}

/* line 545, override.scss */
body.bnpprct thead th a:link, body.bnpprct thead th a:visited {
  color: white;
}

/* line 546, override.scss */
body.bnpprct thead th a:hover, body.bnpprct thead th a:focus {
  color: yellow !important;
  background-color: transparent;
}

/* line 555, override.scss */
body.makunudhoo > header {
  background: none;
}

/* line 556, override.scss */
body.makunudhoo > header:before {
  content: url("logofiches-ea51f93c0ad3cfaee94cb1d0a2d7d265.png");
}

/* line 557, override.scss */
body.makunudhoo header h1 {
  color: #1F69AA;
}

/* line 558, override.scss */
body.makunudhoo.login > header h1 {
  padding-right: 138px;
}

/* line 559, override.scss */
body.makunudhoo header nav, body.makunudhoo .utilisateur_groupe {
  width: 138px;
}

/* line 561, override.scss */
body.makunudhoo .content a {
  color: #83bb26;
}

/* line 562, override.scss */
body.makunudhoo .content a:hover {
  color: #97d530;
}

/* line 564, override.scss */
body.makunudhoo #login, body.makunudhoo .content h1, body.makunudhoo .content table h2 {
  border-color: #83bb26;
}

/* line 568, override.scss */
body.makunudhoo input:focus, body.makunudhoo select:focus, body.makunudhoo textarea:focus, body.makunudhoo button:focus {
  -moz-box-shadow: 0 0 0.5em #706F6F;
  box-shadow: 0 0 0.5em #706F6F;
}

/* line 573, override.scss */
body.makunudhoo button:before, body.makunudhoo .buttons input:before, body.makunudhoo .buttons a:before, body.makunudhoo .buttons button:before {
  color: #1F69AA;
}

/* line 578, override.scss */
body.makunudhoo thead, body.makunudhoo thead h2, body.makunudhoo thead th, body.makunudhoo thead th:before {
  color: white;
  border: none;
  box-shadow: none;
  background-color: #83bb26;
}

/* line 586, override.scss */
body.makunudhoo thead th a:link, body.makunudhoo thead th a:visited {
  color: white;
}

/* line 587, override.scss */
body.makunudhoo thead th a:hover, body.makunudhoo thead th a:focus {
  color: yellow !important;
  background-color: transparent;
}

@media screen and (max-width: 480px) {
  /* line 596, override.scss */
  header h1 {
    clear: left;
  }
  /* line 599, override.scss */
  .content h1, h2 {
    clear: both;
    margin: 0 auto;
  }
  /* line 603, override.scss */
  .observateurs {
    display: none !important;
  }
  /* line 606, override.scss */
  ol.property-list.wide, ol.property-list, ol.property-list li.fieldcontain {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 611, override.scss */
  ol.property-list li.fieldcontain {
    margin-top: 0;
    line-height: initial;
  }
  /* line 618, override.scss */
  article header, article .description {
    width: 90%;
    margin: 0;
    min-width: 80%;
  }
  /* line 623, override.scss */
  article header {
    width: 100%;
    font-size: smaller;
    margin-top: 0.3em;
  }
  /* line 627, override.scss */
  article header .groupe {
    float: left;
  }
  /* line 628, override.scss */
  article header .date {
    float: right;
    margin-right: 0.5em;
  }
}

/* line 637, override.scss */
body.client.show .buttons a:nth-child(4), body.client.show .buttons a:nth-child(6) {
  display: none;
}

/* line 641, override.scss */
body.statutFiche.show .buttons a:last-child,
body.typeCause.show .buttons a:last-child,
body.centre.list table .description,
body.module.list table .description {
  display: none;
}

@media print {
  /* line 649, override.scss */
  * {
    transition: none !important;
    -webkit-transition: none !important;
  }
  /* line 653, override.scss */
  body {
    font-size: smaller;
  }
  /* line 655, override.scss */
  body > header:before {
    float: right;
    margin-top: -0.8em;
  }
  /* line 660, override.scss */
  .content h1, h2 {
    width: auto;
    margin: 0 auto;
    font-size: initial;
  }
  /* line 665, override.scss */
  .content h1 {
    float: left;
    border: none;
    box-shadow: none !important;
  }
  /* line 670, override.scss */
  h2 {
    font-size: larger;
  }
  /* line 673, override.scss */
  h3 {
    margin: 0.4em auto;
  }
  /* line 676, override.scss */
  nav, .observateurs, form, h2 a.createClone {
    display: none !important;
  }
  /* line 679, override.scss */
  ol.property-list.wide, ol.property-list, ol.property-list li.fieldcontain {
    padding: 0;
  }
  /* line 682, override.scss */
  ol.property-list {
    width: 49%;
    min-width: 20em;
  }
  /* line 685, override.scss */
  ol.property-list li.fieldcontain {
    margin-top: 0;
    line-height: initial;
  }
  /* line 690, override.scss */
  ol.property-list.wide {
    margin-bottom: 1em;
  }
  /* line 693, override.scss */
  article {
    clear: left;
  }
  /* line 695, override.scss */
  article header {
    width: auto;
    float: left;
    margin: 0;
    min-width: 26%;
    font-size: smaller;
  }
  /* line 701, override.scss */
  article header .utilisateur {
    font-size: inherit;
  }
  /* line 705, override.scss */
  article .description.bloc {
    width: 70%;
    margin: 0 auto;
    padding: 0 0.4em;
  }
  /* line 709, override.scss */
  article .description.bloc .count {
    padding: 0;
  }
}

/* line 716, override.scss */
body.statutFiche select, body.client select {
  min-width: 185px;
  min-height: 140px;
}

/* Propriété qui fixe les select "in-line" des statistiques dans EDGE */
/* line 723, override.scss */
option {
  display: block;
}

/* line 727, override.scss */
.legales {
  height: 30px;
  background-color: #c0d8ea;
  display: flex !important;
}

/* line 733, override.scss */
.pck {
  margin: auto;
  width: 33%;
  text-align: center;
}

/* line 739, override.scss */
.cgu {
  margin: auto;
  width: 34%;
  text-align: center;
}

/* line 745, override.scss */
.mentions {
  margin: auto;
  width: 33%;
  text-align: center;
}

/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require font-awesome
*= require jquery-ui
*= require commun
*= require mobile
*= require print
*= require override
*= require_self
*/

