/*** Some imports ***/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3c6f85;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #244350;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-gold {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  border-bottom: 3px solid #a07f4e;
  background-image: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  background-image: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffddba7f', endColorstr='#ffd6ab69', GradientType=0);
}
.btn-gold:hover {
  background-image: -webkit-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  background-image: linear-gradient(to bottom, #e3c188 0%, #ddb470 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3c188', endColorstr='#ffddb470', GradientType=0);
  text-decoration: none;
  color: #fff;
}
.btn-link {
  color: #3c6f85;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #244350;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3c6f85;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3c6f85;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 100px auto 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 99;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 10.60660172px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10.60660172px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10.60660172px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10.60660172px;
}
.tooltip-inner {
  max-width: 230px;
  padding: 5px 15px;
  color: #999999;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 1px #999999;
}
.tooltip-arrow {
  text-align: left;
  position: absolute;
  width: 0;
  height: 0;
  height: 21.21320344px;
  width: 21.21320344px;
  overflow: hidden;
}
.tooltip-arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  background: #ffffff;
  box-shadow: 0px 0px 3px 1px #999999;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10.60660172px;
  border-top-color: #ffffff;
  height: 10.60660172px;
}
.tooltip.top .tooltip-arrow:after {
  top: -10px;
}
.tooltip.top-left .tooltip-arrow {
  /*
    bottom: 0;
    left: @tooltip-arrow-width;
    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;
    border-top-color: @tooltip-arrow-color;
    */
}
.tooltip.top-right .tooltip-arrow {
  /*
    bottom: 0;
    right: @tooltip-arrow-width;
    border-width: @tooltip-arrow-width @tooltip-arrow-width 0;
    border-top-color: @tooltip-arrow-color;
    */
}
.tooltip.right .tooltip-arrow {
  /*
    top: 50%;
    left: 0;
    margin-top: -@tooltip-arrow-width;
    border-width: @tooltip-arrow-width @tooltip-arrow-width @tooltip-arrow-width 0;
    border-right-color: @tooltip-arrow-color;
    */
}
.tooltip.left .tooltip-arrow {
  /*
    top: 50%;
    right: 0;
    margin-top: -@tooltip-arrow-width;
    border-width: @tooltip-arrow-width 0 @tooltip-arrow-width @tooltip-arrow-width;
    border-left-color: @tooltip-arrow-color;
    */
}
.tooltip.bottom .tooltip-arrow {
  /*
    top: 0;
    left: 50%;
    margin-left: -@tooltip-arrow-width;
    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;
    border-bottom-color: @tooltip-arrow-color;
    */
}
.tooltip.bottom-left .tooltip-arrow {
  /*
    top: 0;
    left: @tooltip-arrow-width;
    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;
    border-bottom-color: @tooltip-arrow-color;
    */
}
.tooltip.bottom-right .tooltip-arrow {
  /*
    top: 0;
    right: @tooltip-arrow-width;
    border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;
    border-bottom-color: @tooltip-arrow-color;
    */
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  /*
            background-color: #3875d7;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
            background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
            */
  background-color: #3c6f85;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 28px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0 !important;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #ffffff url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('../img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../img/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ie-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 100%;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ie-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.day.disabled {
  color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  background-color: #006699;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff{@color1}', endColorstr='#ff{@color2}', GradientType=0);
  border-color: #0044cc #0044cc #003399;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ie-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  background-color: #006699;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff{@color1}', endColorstr='#ff{@color2}', GradientType=0);
  border-color: #0044cc #0044cc #003399;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
/* Header */
body {
  padding-top: 86px;
  position: relative;
}
body.search #main-search #search-down-arrow {
  display: block;
}
.header-mentions {
  height: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  background: #c79750;
}
.header-mentions .header-mentions-items {
  list-style: none;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.header-mentions .header-mentions-items li {
  float: left;
  list-style: none;
  border-right: 1px solid #906c32;
  padding: 0 15px;
  height: 15px;
  line-height: 14px;
}
.header-mentions .header-mentions-items li:first-child {
  border-left: 1px solid #906c32;
}
.header-mentions .header-mentions-items li a {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 12px;
  vertical-align: top;
}
.datepicker {
  padding: 0px;
  margin: 0px;
}
.datepicker .table-condensed thead tr.head {
  background: #3c6f85;
}
.datepicker .table-condensed thead tr.head th {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.datepicker .table-condensed thead tr.head th:hover {
  background: none transparent;
}
.datepicker .table-condensed thead th.dow {
  font-family: 'Roboto Condensed', sans-serif;
  color: #586266;
  font-size: 11px;
  font-weight: normal;
  background: #f0efeb;
  border-radius: 0px;
}
.datepicker .table-condensed td.day {
  font-family: 'Lato', sans-serif;
  color: #586266;
  font-size: 11px;
  font-weight: normal;
  background: #fff;
  border: 1px solid #f0efeb;
}
.datepicker .table-condensed td.day:first-child {
  border-left: 0px solid #FFF;
}
.datepicker .table-condensed td.day:last-child {
  border-right: 0px solid #FFF;
}
.datepicker .table-condensed td.day.old {
  color: #bfbfbf;
}
.datepicker .table-condensed td.day.active,
.datepicker .table-condensed td.day:hover {
  color: #fff;
  background: none #3c6f85;
}
.datepicker:before {
  border-bottom: 7px solid rgba(60, 111, 133, 0.2);
  border-left: 7px solid rgba(60, 111, 133, 0);
  border-right: 7px solid rgba(60, 111, 133, 0);
}
.datepicker:after {
  border-bottom: 6px solid #3c6f85;
}
header {
  background: #fff;
  border-top: 4px solid #c79750;
  border-bottom: 1px solid #c79750;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
header .logo a {
  width: 228px;
  height: 80px;
  background: url("/assets/actulegales-front-desktop/img/hd-logo2.png") no-repeat scroll 0 -10px rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
}
header .logo h1,
header .logo .h1 {
  margin-top: 0px;
  display: none;
}
header .logo .baseline {
  color: #586266;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 60px;
}
header .navigation {
  line-height: 80px;
}
header .navigation > ul {
  margin-bottom: 0;
}
header .navigation ul {
  list-style: none;
  float: left;
  padding-left: 10px;
}
header .navigation ul li {
  float: left;
  text-align: center;
  position: relative;
}
header .navigation ul li a {
  font-size: 14px;
  display: inline-block;
  padding: 0px 22px 2px 22px;
  color: #586266;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  line-height: 20px;
}
header .navigation ul li a:hover {
  text-decoration: none;
  color: #3c6f85;
}
header .navigation ul li a:focus {
  text-decoration: none;
}
header .navigation ul li a:active {
  text-decoration: none;
}
header .navigation ul li a:visited {
  text-decoration: none;
}
header .navigation ul li a.dropdown-toggle {
  display: inline-block;
}
header .navigation ul li a.dropdown-toggle span.logged-in {
  padding-top: 9px;
}
header .navigation ul li.nav-item a {
  border-right: 1px solid #ccc;
}
header .navigation ul li.nav-item a .icon {
  font-size: 18px;
  top: 4px;
  margin-right: 5px;
}
header .navigation ul li.nav-account .nav-account-content {
  display: none;
}
header .navigation ul li.nav-account.visible {
  background-color: #3C6F85;
  color: white;
}
header .navigation ul li.nav-account.visible a,
header .navigation ul li.nav-account.visible i {
  color: inherit;
}
header .navigation ul li.nav-account i.icon {
  font-size: 18px;
  top: 4px;
  margin-right: 5px;
}
header .navigation ul li.nav-account a.dropdown-toggle {
  height: 60px;
}
header .navigation ul li.nav-account span:not(.badge) {
  width: 100%;
  float: left;
  font-weight: normal;
}
header .navigation ul li.nav-account span:not(.badge) i {
  bottom: 11px;
  font-size: 19px;
  position: absolute;
  right: 12px;
  color: #3c6f85;
}
header .navigation ul li.nav-cart {
  text-align: left;
}
header .navigation ul li.nav-cart i {
  font-size: 19px;
  position: relative;
  right: 16px;
  color: #3c6f85;
  margin-left: 25px;
  top: -2px;
}
header .navigation ul li.nav-cart .number {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-cart.png') no-repeat 0 2px rgba(0, 0, 0, 0);
  width: 30px;
  height: 24px;
  display: inline-block;
  margin-right: 6px;
  color: #496e81;
  font-size: 8px;
  font-family: 'Arial', sans-serif;
  text-align: center;
  padding-left: 3px;
  float: left;
}
header .navigation ul li.nav-cart .number span {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 12px;
  margin-top: -2px;
}
header .navigation ul li.visible .nav-account-content {
  background-color: inherit;
}
header .navigation ul li.visible hr {
  float: left;
  width: 225px;
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #e5e4e0;
  margin-top: 10px;
}
header .navigation ul li.visible .nav-cart-content {
  background: url("/assets/actulegales-front-desktop/img/bck-open-cart.png") no-repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #E8EAEB;
  border-left: 1px solid #E8EAEB;
  border-right: 1px solid #E8EAEB;
  margin-top: -1px;
  z-index: 1000;
  max-height: none;
  opacity: 1;
  overflow: visible;
  right: -1px;
  left: auto;
  top: 80px;
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  width: 261px;
}
header .navigation ul li.visible .nav-cart-content.empty .cart-items {
  display: none;
}
header .navigation ul li.visible .nav-cart-content.empty .empty {
  display: block;
}
header .navigation ul li.visible .nav-cart-content .empty {
  display: none;
}
header .navigation ul li.visible .nav-cart-content .empty-cart {
  color: #293033;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 20px;
}
header .navigation ul li.visible .nav-cart-content a {
  color: #468298;
  text-decoration: underline;
  border-right: none;
}
header .navigation ul li.visible .nav-cart-content a:hover {
  text-decoration: none;
}
header .navigation ul li.visible .nav-cart-content p {
  color: #293033;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  margin-top: 15px;
  line-height: 20px;
}
header .navigation ul li.visible .nav-cart-content a.button {
  float: left;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  width: 225px;
  height: 50px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
header .navigation ul li.visible .nav-cart-content a.button:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
header .navigation ul li.visible .nav-cart-content a.button:visited,
header .navigation ul li.visible .nav-cart-content a.button:focus,
header .navigation ul li.visible .nav-cart-content a.button:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  width: 225px;
  height: 50px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
header .navigation ul li.visible .nav-cart-content .cart-items {
  padding-left: 0;
  max-height: 500px;
  overflow-y: scroll;
  margin-right: -15px;
  padding-right: 5px;
}
header .navigation ul li.visible .nav-cart-content .cart-items .cart-item {
  border-left: 0 solid #FFFFFF;
  padding: 15px 0px 12px;
  border-bottom: 1px solid #e5e4e0;
  float: left;
  text-align: left;
  position: relative;
  height: auto;
  width: 100%;
}
header .navigation ul li.visible .nav-cart-content .cart-items .cart-item:last-child {
  border-bottom: 0px solid #e5e4e0;
}
header .navigation ul li.visible .nav-cart-content .cart-items .cart-item .cart-item-title {
  color: #293033;
  float: left;
  line-height: 16px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 5px;
}
header .navigation ul li.visible .nav-cart-content .cart-items .cart-item .cart-item-type {
  background: #c79750;
  border-radius: 4px;
  color: #FFFFFF;
  float: left;
  height: 20px;
  padding: 2px;
  text-align: center;
  width: 105px;
  margin-top: 3px;
  line-height: 15px;
}
header .navigation ul li.visible .nav-cart-content .cart-items .cart-item .cart-item-prix {
  color: #293033;
  float: right;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
}
header .navigation ul li.visible .nav-cart-content .cart-items .cart-item .cart-item-delete {
  color: #B6BDBF;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 15px;
  cursor: pointer;
}
header .nav-account-content {
  background-color: #3C6F85;
  top: -1px;
  position: relative;
  margin-bottom: -1px;
}
header .nav-account-content article {
  margin-right: 40px;
  padding: 30px 20px 30px 20px;
  color: white;
}
header .nav-account-content article h3,
header .nav-account-content article .h3 {
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 2px solid white;
  margin-top: 0px;
  text-transform: uppercase;
}
header .nav-account-content article ul {
  padding: 0px;
  color: white;
}
header .nav-account-content article ul li {
  list-style: none;
  height: 24px;
  margin: 0px;
  color: inherit;
}
header .nav-account-content article ul li a {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 14px;
}
header .nav-account-content article ul li a:hover,
header .nav-account-content article ul li a:focus,
header .nav-account-content article ul li a:active {
  text-decoration: none;
}
header .nav-account-content article.last {
  margin-right: 0px;
}
header .nav-account-content article.quick-search {
  margin: 0;
  width: 310px;
}
header .nav-account-content article.account {
  background-color: #4D8C9E;
  margin-right: -19px;
  min-height: 218px;
}
header .nav-cart-content {
  background: none repeat scroll 0 0 #FFFFFF;
  position: absolute;
  padding: 25px 15px 15px;
  right: 10px;
  top: 50px;
  left: 0px;
  border: 0px solid #fff;
  box-shadow: 0 0 0 #fff;
  margin-top: 0px;
  width: 166px;
  color: #586266;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  transform: scale(0.7) rotate(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transform-origin: 20% 0 0;
  transition: all 0.25s ease 0s;
}
header .nav-cart-content .nav-account-title,
header .nav-cart-content .nav-cart-title {
  font-weight: bold;
}
.list-style-chevron li {
  height: auto !important;
  line-height: 26px;
}
.list-style-chevron li ul {
  margin-left: 1em;
}
.list-style-chevron li.separator {
  line-height: 5px;
  border-bottom: 1px solid white;
  margin-bottom: 5px;
}
.list-style-chevron li:not(.separator):before {
  display: inline-block;
  font-family: actulegales;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: ">";
  color: inherit;
  margin-right: 5px;
  font-size: 0.65em;
  position: relative;
  top: -1px;
}
.pc {
  background: #f0efeb;
  padding-bottom: 60px;
}
.pc .center-container {
  float: left;
  padding-top: 20px;
  width: 100%;
}
.pc .center-container figure {
  width: 490px;
  float: left;
}
.pc .center-container .pc-text {
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 45px;
  width: 490px;
  float: left;
}
.pc .center-container .pc-text h1 {
  font-weight: normal;
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #3c6f85;
  margin-top: 0px;
  margin-bottom: 25px;
}
.pc .center-container .pc-text h2 {
  font-weight: normal;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #3c6f85;
  margin-top: 0px;
  margin-bottom: 15px;
}
.pc .center-container .pc-text p {
  font-size: 20px;
  color: #586266;
  font-family: 'Lato', sans-serif;
  line-height: 28px;
}
.pc .center-container .pc-text .min {
  margin-top: 20px;
}
.pc .center-container .pc-text .min ul {
  margin: 0px;
  padding: 0 0 0 15px;
}
.pc .center-container .pc-text .min p,
.pc .center-container .pc-text .min li {
  font-size: 15px;
  line-height: 21px;
  color: #586266;
  font-family: 'Lato', sans-serif;
}
.pc .center-container .pc-text a.blue-button {
  margin-top: 35px;
  font-weight: normal;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  color: #fff;
  text-align: center;
  line-height: 57px;
  width: 303px;
  height: 57px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pc .center-container .pc-text a.blue-button:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
.pc .center-container .pc-description {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 60px;
  background: url('/assets/actulegales-front-desktop/img/bck-pc-description.png') no-repeat center top transparent;
}
.pc .center-container .pc-description .pc-description-item {
  width: 292px;
  float: left;
  text-align: center;
  padding-top: 34px;
}
.pc .center-container .pc-description .pc-description-item.middle {
  width: 301px;
}
.pc .center-container .pc-description .pc-description-item p {
  color: #c79750;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
}
.pc .center-container .pc-description .sep {
  width: 27px;
  float: left;
  height: 115px;
  background: url('/assets/actulegales-front-desktop/img/sep-pc-description.png') no-repeat center center transparent;
}
.pc .center-container .dsb-section-title {
  background: #c79750;
  width: 100%;
  margin: 0px 0px 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  padding-left: 20px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.pc .center-container .pc-info-flash {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px dashed #c79750;
  color: #3c6f85;
  font-family: 'Lato', sans-serif;
  width: 100%;
  float: left;
  margin-top: 0px;
  height: 50px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-info-promo.png') no-repeat 20px center #fff799;
  text-align: left;
  font-size: 15px;
  line-height: 50px;
  margin-bottom: 8px;
  padding-left: 70px;
}
.pc .center-container .pc-full {
  float: left;
  background: #fff;
  padding: 40px 20px;
  border-bottom: 2px solid #e0dfd5;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.pc .center-container .pc-full .pc-intro {
  background: #fff;
}
.pc .center-container .pc-full .pc-intro p,
.pc .center-container .pc-full .pc-intro a {
  font-size: 18px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 24px;
  font-weight: normal;
}
.pc .center-container .pc-full .pc-intro a {
  text-decoration: underline;
}
.pc .center-container .pc-full .pc-intro a:hover {
  text-decoration: none;
}
.pc .center-container .pc-full h2 {
  margin-top: 20px;
  font-size: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #3c6f85;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: uppercase;
}
.pc .center-container .pc-full h3 {
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #2ECC71;
  margin-bottom: 2px;
  font-weight: normal;
  text-transform: uppercase;
  float: right;
}
.pc .center-container .pc-full .switch {
  float: right;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.pc .center-container .pc-full .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pc .center-container .pc-full .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.pc .center-container .pc-full .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.pc .center-container .pc-full input:checked + .slider {
  background-color: #40768D;
}
.pc .center-container .pc-full input:focus + .slider {
  box-shadow: 0 0 1px #40768D;
}
.pc .center-container .pc-full input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.pc .center-container .pc-full .slider.round {
  border-radius: 34px;
}
.pc .center-container .pc-full .slider.round:before {
  border-radius: 50%;
}
.pc .center-container .pc-full ul:not(.chosen-choices):not(.chosen-results) {
  padding: 0px 0px 0px 15px;
  margin: 0;
}
.pc .center-container .pc-full ul:not(.chosen-choices):not(.chosen-results) li {
  padding: 0px;
  font-size: 14px;
  color: #586266;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
.pc .center-container .pc-full ul:not(.chosen-choices):not(.chosen-results) + p {
  margin-top: 15px;
}
.pc .center-container .pc-full p {
  font-size: 14px;
  color: #586266;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  with: 90%;
}
.pc .center-container .pc-full a {
  font-size: 14px;
  color: #3c6f85;
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
}
.pc .center-container .pc-full a:hover {
  text-decoration: none;
}
.pc .center-container .pc-full article {
  width: 100%;
  float: left;
  padding: 20px 20px 15px 20px;
  background: #fff;
  position: relative;
  border-bottom: 2px solid #e0dfd7;
}
.pc .center-container .pc-full article h2 {
  color: #3c6f85;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  max-width: 510px;
}
.pc .center-container .pc-full article .entreprise-adresse {
  display: inline-block;
  width: 510px;
  color: #c79750;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
}
.pc .center-container .pc-full article dl {
  width: 510px;
  float: left;
  line-height: 1.6em;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
.pc .center-container .pc-full article dl .evenement-title,
.pc .center-container .pc-full article dl .parution-title,
.pc .center-container .pc-full article dl .date-title,
.pc .center-container .pc-full article dl .evenement-content,
.pc .center-container .pc-full article dl .parution-content,
.pc .center-container .pc-full article dl .date-content {
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.pc .center-container .pc-full article dl dt {
  display: inline-block;
  vertical-align: top;
}
.pc .center-container .pc-full article dl dt span {
  display: inline-block;
  width: 70px;
}
.pc .center-container .pc-full article dl dd {
  margin-left: 5px;
  display: inline-block;
  width: 425px;
}
.pc .center-container .pc-full article dl dd strong {
  font-weight: normal;
}
.pc .center-container .pc-full article .entreprise-other-results {
  float: left;
  background: url('/assets/actulegales-front-desktop/img/bck-entreprise-other-results.png') no-repeat center top #f7f7f7;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px;
}
.pc .center-container .pc-full article .entreprise-other-results .entreprise-other-results-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #b6bdbf;
  width: 100%;
  float: left;
}
.pc .center-container .pc-full article .entreprise-other-results ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0px;
  float: left;
}
.pc .center-container .pc-full article .entreprise-other-results ul li {
  list-style: none;
  padding-left: 12px;
  border-left: 4px solid #e6e8e9;
  height: 35px;
  margin-bottom: 11px;
  float: left;
}
.pc .center-container .pc-full article .entreprise-other-results ul li h3 {
  font-size: 15px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  margin: 0;
  padding: 0;
}
.pc .center-container .pc-full article .entreprise-other-results ul li h3 .entreprise-adresse {
  font-size: 13px;
  float: left;
  color: #c79750;
}
.pc .center-container .pc-full #save-cookies-parameters {
  background: #ddba7f;
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 308px;
  height: 40px;
  border-bottom: 3px solid #a07f4e;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 20px auto 0px;
}
.pc .center-container .pc-full #save-cookies-parameters:hover {
  background: #E0BA7C;
}
.pc .center-container .pc-left {
  width: 625px;
  float: left;
  background: #fff;
  padding: 40px 20px;
  border-bottom: 2px solid #e0dfd5;
}
.pc .center-container .pc-left .pc-intro {
  background: #fff;
}
.pc .center-container .pc-left .pc-intro p,
.pc .center-container .pc-left .pc-intro a {
  font-size: 18px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 24px;
  font-weight: normal;
}
.pc .center-container .pc-left .pc-intro a {
  text-decoration: underline;
}
.pc .center-container .pc-left .pc-intro a:hover {
  text-decoration: none;
}
.pc .center-container .pc-left h2 {
  margin-top: 20px;
  font-size: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #3c6f85;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: uppercase;
}
.pc .center-container .pc-left ul:not(.chosen-choices):not(.chosen-results) {
  padding: 0px 0px 0px 15px;
  margin: 0;
}
.pc .center-container .pc-left ul:not(.chosen-choices):not(.chosen-results) li {
  padding: 0px;
  font-size: 14px;
  color: #586266;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
.pc .center-container .pc-left ul:not(.chosen-choices):not(.chosen-results) + p {
  margin-top: 15px;
}
.pc .center-container .pc-left p {
  font-size: 14px;
  color: #586266;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
.pc .center-container .pc-left a {
  font-size: 14px;
  color: #3c6f85;
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
}
.pc .center-container .pc-left a:hover {
  text-decoration: none;
}
.pc .center-container .pc-left article {
  width: 100%;
  float: left;
  padding: 20px 20px 15px 20px;
  background: #fff;
  position: relative;
  border-bottom: 2px solid #e0dfd7;
}
.pc .center-container .pc-left article h2 {
  color: #3c6f85;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  max-width: 510px;
}
.pc .center-container .pc-left article .entreprise-adresse {
  display: inline-block;
  width: 510px;
  color: #c79750;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
}
.pc .center-container .pc-left article dl {
  width: 510px;
  float: left;
  line-height: 1.6em;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
.pc .center-container .pc-left article dl .evenement-title,
.pc .center-container .pc-left article dl .parution-title,
.pc .center-container .pc-left article dl .date-title,
.pc .center-container .pc-left article dl .evenement-content,
.pc .center-container .pc-left article dl .parution-content,
.pc .center-container .pc-left article dl .date-content {
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.pc .center-container .pc-left article dl dt {
  display: inline-block;
  vertical-align: top;
}
.pc .center-container .pc-left article dl dt span {
  display: inline-block;
  width: 70px;
}
.pc .center-container .pc-left article dl dd {
  margin-left: 5px;
  display: inline-block;
  width: 425px;
}
.pc .center-container .pc-left article dl dd strong {
  font-weight: normal;
}
.pc .center-container .pc-left article .entreprise-other-results {
  float: left;
  background: url('/assets/actulegales-front-desktop/img/bck-entreprise-other-results.png') no-repeat center top #f7f7f7;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px;
}
.pc .center-container .pc-left article .entreprise-other-results .entreprise-other-results-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #b6bdbf;
  width: 100%;
  float: left;
}
.pc .center-container .pc-left article .entreprise-other-results ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0px;
  float: left;
}
.pc .center-container .pc-left article .entreprise-other-results ul li {
  list-style: none;
  padding-left: 12px;
  border-left: 4px solid #e6e8e9;
  height: 35px;
  margin-bottom: 11px;
  float: left;
}
.pc .center-container .pc-left article .entreprise-other-results ul li h3 {
  font-size: 15px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  margin: 0;
  padding: 0;
}
.pc .center-container .pc-left article .entreprise-other-results ul li h3 .entreprise-adresse {
  font-size: 13px;
  float: left;
  color: #c79750;
}
.pc .center-container .pc-aside {
  width: 350px;
  float: right;
}
.pc .center-container .pc-aside .pc-menu {
  float: left;
  width: 100%;
}
.pc .center-container .pc-aside .pc-menu .pc-menu-title {
  height: 55px;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  padding-left: 20px;
  background: #c79750;
  width: 100%;
  float: left;
}
.pc .center-container .pc-aside .pc-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.pc .center-container .pc-aside .pc-menu li {
  width: 100%;
  float: left;
  height: 39px;
  border-bottom: 1px solid #e0dfd5;
  padding-left: 20px;
  background: #fff;
  position: relative;
  list-style: none;
}
.pc .center-container .pc-aside .pc-menu li .fa-angle-right {
  font-size: 28px;
  position: absolute;
  right: 12px;
  top: 5px;
  color: #c79750;
}
.pc .center-container .pc-aside .pc-menu li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #586266;
  line-height: 39px;
  text-decoration: none;
}
.pc .center-container .pc-aside .pc-menu li a:hover {
  text-decoration: none;
}
.pc .center-container .pc-aside .pc-menu li:last-child {
  border-bottom: 2px solid #e0dfd5;
}
.pc .center-container .pc-aside .pc-menu li:hover .fa-angle-right {
  color: #3a6f86;
}
.pc .center-container .pc-aside .pc-partenaires {
  width: 100%;
  float: left;
}
.pc .center-container .pc-aside .pc-partenaires .pc-partenaires-title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #586266;
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.pc .center-container .pc-aside .pc-partenaires ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.pc .center-container .pc-aside .pc-partenaires li {
  display: table-cell;
  float: left;
  height: 90px;
  list-style: none outside none;
  margin-bottom: 35px;
  border-bottom: 0;
  margin-left: 25px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
.pc .center-container .pc-aside .pc-partenaires li.first-item-line {
  margin-left: 0px;
}
.pc .center-container .pc-aside .pc-partenaires li:last-child {
  border-bottom: 0;
}
.pc .center-container .departements-recherche {
  width: 100%;
  float: left;
  background: #fff;
  border-bottom: 2px solid #e0dfd7;
  height: 58px;
}
.pc .center-container .departements-recherche .recherche-par-departement {
  width: 480px;
  padding-left: 20px;
  float: left;
  padding-top: 14px;
}
.pc .center-container .departements-recherche .recherche-par-departement .chosen-container {
  margin-top: 3px;
}
.pc .center-container .departements-recherche .recherche-libre {
  float: left;
  width: 500px;
  padding-top: 14px;
}
.pc .center-container .departements-recherche .departements-recherche-title {
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  margin-right: 25px;
  color: #293033;
  height: 30px;
  vertical-align: middle;
  padding-top: 3px;
}
.pc .center-container .departements-recherche #departements-recherche-libre-input {
  width: 295px;
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 30px;
  border: 1px solid #e8eaeb;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 0px 0px #fff;
  float: left;
  padding-left: 5px;
}
.pc .center-container .departements-recherche #departements-recherche-libre-submit {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  background: #3c6f85;
  width: 34px;
  height: 30px;
  cursor: pointer;
  text-indent: 0;
  float: left;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
}
.pc .center-container table {
  width: 100%;
  background: #fff;
  float: left;
  margin-top: 8px;
}
.pc .center-container table td {
  border-bottom: 1px solid #e0dfd7;
  border-right: 0px solid #fff;
  min-height: 63px;
  vertical-align: middle;
  padding: 20px 0px;
}
.pc .center-container table td.journal {
  width: 480px;
  padding-left: 20px;
}
.pc .center-container table td.departements {
  width: 500px;
}
.pc .center-container table td a {
  color: #3c6f85;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: underline;
}
.pc .center-container table td a:hover {
  text-decoration: none;
}
.pc .center-container table td .departements-title {
  color: #c79750;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}
.pc .center-container .map-departements {
  width: 570px;
  float: left;
  margin-top: 25px;
  border-bottom: 2px solid #E0DFD7;
}
.pc .center-container .map-departements .map-departements-area {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
  padding-bottom: 22px;
  padding-top: 10px;
  height: 570px;
}
.pc .center-container .alpha-departements {
  width: 370px;
  float: right;
  margin-top: 25px;
  border-bottom: 2px solid #E0DFD7;
}
.pc .center-container .alpha-departements .alpha-departements-table {
  width: 100%;
  float: left;
  background: #fff;
  height: 570px;
}
.pc .center-container .alpha-departements .alpha-departements-table table {
  margin-top: 50px;
  margin-left: 57px;
  width: 255px;
  margin-bottom: 50px;
}
.pc .center-container .alpha-departements .alpha-departements-table table td {
  border: 1px solid #E0DFD7;
  height: 63px;
  line-height: 63px;
  padding: 0;
  text-align: center;
  width: 63px;
}
.pc .center-container .alpha-departements .alpha-departements-table table td a {
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #3c6f85;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
}
.pc .center-container .alpha-departements .alpha-departements-table table td a:hover {
  background: #3c6f85;
  color: #fff;
}
.pc .center-container .alpha-departements .alpha-departements-table table td.alpha-number a {
  font-size: 20px;
}
.pc .center-container .alpha-departements .alpha-departements-table table td.empty {
  border: 0px solid #fff;
}
#veille-sectorielle {
  color: #586266;
}
#veille-sectorielle .tooltip {
  text-align: center;
  cursor: pointer;
  opacity: 1;
  position: relative;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  display: inline-block;
  height: auto;
  width: auto;
  background: url('') no-repeat;
  font-size: 14px;
}
#veille-sectorielle .tooltip:hover {
  background: url('') no-repeat;
}
#veille-sectorielle .tooltip:hover:after {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  border: 1px solid #cbcfd1;
  box-shadow: 0 0px 4px -1px #7e888c;
  min-height: 50px;
  height: auto;
  padding: 10px 10px;
  color: #7e888c;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  content: attr(title);
  bottom: 34px;
  top: auto;
  right: auto;
  left: -53px;
  position: absolute;
  z-index: 98;
  width: 250px;
}
#veille-sectorielle .tooltip:hover:before {
  background: url("/assets/actulegales-front-desktop/img/bck-dsb-infobulle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  left: 0px;
  right: auto;
  position: absolute;
  width: 22px;
  z-index: 99;
  bottom: 21px;
}
#veille-sectorielle .pc-veille-param {
  float: left;
  width: 100%;
}
#veille-sectorielle .pc-veille-param p,
#veille-sectorielle .pc-veille-param a {
  color: initial;
  font-weight: normal;
}
#veille-sectorielle .pc-veille-param a {
  text-decoration: none;
}
#veille-sectorielle .pc-veille-param select {
  min-width: 100px;
}
#veille-sectorielle .pc-veille-param .param {
  display: inline-block;
}
#veille-sectorielle .pc-veille-param .param + .param {
  margin-left: 8px;
}
#veille-sectorielle .nafAuto .chosen-container {
  width: 100% !important;
}
#veille-sectorielle .nafAuto .chosen-container input[type="text"] {
  height: initial;
}
#veille-sectorielle .pc-encart-title {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #3c6f85;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 20px;
}
#veille-sectorielle .pc-encart-subtitle {
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #c79750;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 20px;
  margin-top: 6px;
}
#veille-sectorielle .pc-listtree {
  height: 380px;
  overflow: auto;
}
#veille-sectorielle .pc-block {
  float: left;
  width: 100%;
  padding: 20px 0px 10px;
  border-bottom: 2px solid #E0DFD7;
  background: #fff;
  position: relative;
}
#veille-sectorielle .pc-block + .pc-block {
  margin-top: 8px;
}
#veille-sectorielle .pc-block + .pc-block.pc-secteur-activite {
  margin-top: 0px;
}
#veille-sectorielle .pc-block ul.listtree {
  list-style: none;
  margin-top: 15px;
  padding-left: 0px;
}
#veille-sectorielle .pc-block ul.listtree li {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #586266;
  margin-top: 7px;
  padding: 0 20px 7px;
  border-bottom: 1px solid #E0DFD7;
}
#veille-sectorielle .pc-block ul.listtree li .number {
  color: #3c6f85;
  font-weight: bold;
}
#veille-sectorielle .pc-block ul.listtree li input {
  margin-right: 15px;
  cursor: pointer;
}
#veille-sectorielle .pc-block ul.listtree li .daredevel-tree-anchor {
  float: left;
}
#veille-sectorielle .pc-block ul.listtree .sublist {
  list-style: none;
  margin-top: 0px;
  padding: 0;
}
#veille-sectorielle .pc-block ul.listtree .sublist li {
  border-bottom: 0px solid #fff;
  margin-left: 6px;
  margin-top: 0;
  padding: 0;
  padding-left: 25px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #586266;
  background: url('/assets/actulegales-front-desktop/img/bck-list-veille.png') no-repeat top left transparent;
}
#veille-sectorielle .pc-block ul.listtree .sublist li label {
  font-weight: normal;
  margin-bottom: 0;
}
#veille-sectorielle .pc-block ul.listtree .sublist li:last-child {
  background: url('/assets/actulegales-front-desktop/img/bck-list-veille-end.png') no-repeat top left transparent;
}
#veille-sectorielle .pc-intro {
  padding: 15px 20px;
}
#veille-sectorielle .secteur-activite-recherche {
  position: absolute;
  right: 30px;
  top: 15px;
}
#veille-sectorielle #secteur-activite-recherche-input {
  width: 295px;
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 30px;
  border: 1px solid #e8eaeb;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 0px 0px #fff;
  float: left;
  padding-left: 5px;
}
#veille-sectorielle #secteur-activite-recherche-submit {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  background: #3c6f85;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  width: 34px;
  height: 30px;
  cursor: pointer;
  text-indent: 0px;
  float: left;
}
#veille-sectorielle .pc-geo-regions,
#veille-sectorielle .pc-geo-departements {
  width: 305px;
}
#veille-sectorielle .pc-geo-departements {
  float: right;
}
#veille-sectorielle .pc-date-parution {
  height: 60px;
  padding-top: 15px;
}
#veille-sectorielle .pc-date-parution label {
  font-family: 'Lato', sans-serif;
  color: #586266;
  font-size: 13px;
  margin-left: 15px;
  margin-right: 5px;
}
#veille-sectorielle .pc-date-parution input {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  width: 285px;
  margin-left: 15px;
  cursor: pointer;
  height: 28px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0px 5px;
  margin-left: -6px;
  margin-right: 11px;
  width: 124px;
  background: url('/assets/actulegales-front-desktop/img/datepicker.png') 100px center no-repeat #ffffff;
}
#veille-sectorielle .pc-aside {
  width: 350px;
  float: right;
  position: relative;
}
#veille-sectorielle .pc-aside.affix {
  top: 147px;
}
#veille-sectorielle .pc-aside .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  display: none;
  width: 350px;
}
#veille-sectorielle .pc-aside .overlay img {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
#veille-sectorielle .pc-aside .pc-criteres-title {
  height: 54px;
  background: #c79750;
  line-height: 54px;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  color: #fff;
}
#veille-sectorielle .pc-aside .pc-criteres-title span {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  color: #fff;
}
#veille-sectorielle .pc-aside .pc-criteres-title + small {
  background: #c79750;
  color: #fff;
  display: block;
  float: left;
  padding: 5px 10px;
}
#veille-sectorielle .pc-aside .pc-criteres-subtitle {
  background: #fff;
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #c79750;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-left: 15px;
}
#veille-sectorielle .pc-aside .pc-criteres-part-title {
  padding-left: 20px;
  width: 100%;
  float: left;
  height: 39px;
  line-height: 40px;
  color: #293033;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #f4f5f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f5f6), color-stop(100%, #e9ebec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f5f6 0%, #e9ebec 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
}
#veille-sectorielle .pc-aside .pc-criteres-part-title.active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #e9ebec;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e9ebec 0%, #f4f5f6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9ebec), color-stop(100%, #f4f5f6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e9ebec 0%, #f4f5f6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e9ebec 0%, #f4f5f6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e9ebec 0%, #f4f5f6 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e9ebec 0%, #f4f5f6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
}
#veille-sectorielle .pc-aside ul {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
#veille-sectorielle .pc-aside ul li {
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-family: 'Lato', sans-serif;
  color: #586266;
  font-size: 13px;
  border-bottom: 1px solid #E0DFD7;
  width: 100%;
  float: left;
  background: none repeat scroll 0 0 #FFFFFF;
}
#veille-sectorielle .pc-aside ul li .delete {
  height: 20px;
  line-height: 11px;
  position: absolute;
  right: -10px;
  top: 14px;
  cursor: pointer;
  color: #c79750;
}
#veille-sectorielle .pc-aside .pc-aside-commande {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 100%;
  float: left;
  margin: 0px;
  border-bottom: 2px solid #E0DFD7;
}
#veille-sectorielle .pc-aside .pc-aside-commande a {
  margin: 30px auto 20px;
}
#veille-sectorielle .pc-aside .pc-aside-commande a.commander-fichier {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 37px;
  width: 200px;
  height: 37px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#veille-sectorielle .pc-aside .pc-aside-commande a.commander-fichier:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#veille-sectorielle .pc-aside .pc-aside-commande a.exemple-fichier {
  float: left;
  font-family: 'Lato', sans-serif;
  color: #3c6f85;
  font-size: 13px;
  margin-top: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
#veille-sectorielle .pc-aside .pc-aside-commande a.exemple-fichier:hover {
  text-decoration: underline;
}
#veille-sectorielle .pc-aside .pc-aside-commande h4 {
  text-align: center;
  color: #3c6f85;
}
#veille-sectorielle .pc-aside .pc-aside-commande .info {
  color: #3c6f85;
  padding-left: 5px;
  padding-right: 5px;
}
#veille-sectorielle .pc-aside .pc-aside-exemple {
  margin-top: 8px;
}
#annonce .center-container .pc-left {
  background: transparent;
  border-bottom: 0px solid #fff ;
  padding: 0px 10px 40px 0;
  width: 630px;
}
#veille-sectorielle .center-container .pc-left {
  background: transparent;
  border-bottom: 0px solid #fff ;
  padding: 0px 10px 40px 0;
  width: 630px;
}
.entreprise .ckeckall-result-entreprises {
  width: 270px;
  height: 175px;
}
.entreprise .ckeckall-result-entreprises .result-entreprise-total {
  width: 170px;
  margin-top: 55px;
}
.entreprise .ckeckall-result-entreprises .ckeckall-entreprise-checkbox {
  height: 94px;
  margin-top: 70px;
}
.entreprise .identity-entreprise {
  width: 100%;
  background: none repeat scroll 0 0 #fff;
  border-bottom: 2px solid #e0dfd7;
  height: auto;
  margin: 8px 0 0;
  padding: 20px;
  height: 175px;
}
.entreprise .identity-entreprise .identity-left {
  width: 465px;
}
.entreprise .identity-entreprise .identity-left .identity-title,
.entreprise .identity-entreprise .identity-left .identity-info,
.entreprise .identity-entreprise .identity-left .identity-adresse {
  float: left;
  font-size: 20px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  margin-bottom: 7px;
  width: 100%;
}
.entreprise .identity-entreprise .identity-left .identity-info,
.entreprise .identity-entreprise .identity-left .identity-adresse {
  font-size: 16px;
  margin-bottom: 0px;
}
.entreprise .identity-entreprise .identity-left .identity-siren {
  margin-top: 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #586266;
  padding: 10px;
  border-radius: 5px;
  background: #e7e9ea;
  display: inline-block;
  float: left;
}
.entreprise .identity-entreprise .identity-share {
  float: left;
}
.entreprise .identity-entreprise .identity-share .IN-widget {
  margin: 0px 5px;
}
.journal-content {
  background: #f0efeb;
  padding-bottom: 60px;
}
.journal-content .center-container {
  float: left;
  padding-top: 20px;
  width: 100%;
}
.journal-content .center-container .dsb-section-title {
  background: #c79750;
  width: 100%;
  margin: 0px 0px 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  padding-left: 20px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.journal-content .center-container .journal-unitaire-informations,
.journal-content .center-container .journal-unitaire-liste {
  width: 100%;
  float: left;
}
.journal-content .center-container .journal-unitaire-informations {
  margin-bottom: 60px;
}
.journal-content .center-container .journal-unitaire-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #c79750;
  font-size: 18px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #e0dfd7;
  line-height: normal;
  margin-bottom: 20px;
}
.journal-content .center-container .journal-unitaire-content {
  background: #fff;
  padding: 20px;
  float: left;
  width: 100%;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info,
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire {
  width: 100%;
  font-style: normal;
}
.journal-content .center-container .journal-unitaire-content figure {
  width: 200px;
  float: left;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e0dfd7;
  line-height: 200px;
  margin-right: 30px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.journal-content .center-container .journal-unitaire-content figure img {
  max-height: 200px;
  max-width: 200px;
  height: auto;
  width: auto;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content {
  width: 710px;
  float: left;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content span.info {
  width: 100%;
  float: left;
  font-family: 'Lato', sans-serif;
  color: #586266;
  font-size: 13px;
  line-height: 18px;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content span.info a {
  color: #3c6f85;
  text-decoration: underline;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content span.info a:hover {
  text-decoration: none;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content span.info.journal-unitaire-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #c79750;
  font-size: 18px;
  width: 100%;
  float: left;
  padding-bottom: 5px;
  border-bottom: 2px solid #e0dfd7;
  margin-bottom: 20px;
  line-height: normal;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content span.info.journal-unitaire-info-tel,
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content span.info.journal-unitaire-info-mail,
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content span.info.journal-unitaire-info-departement {
  margin-top: 18px;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content .journal-unitaire-info-content-left {
  width: 285px;
  float: left;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-info-content .journal-unitaire-info-content-right {
  width: 425px;
  float: left;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire {
  margin-top: 20px;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .journal-unitaire-form-left,
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .journal-unitaire-form-right {
  width: 50%;
  float: left;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .journal-unitaire-form-left {
  padding-right: 20px;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .journal-unitaire-form-right {
  padding-left: 20px;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item label,
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item input,
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item textarea {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  color: #586266;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item label {
  font-weight: bold;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item input,
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item textarea {
  color: #b6bdbf;
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eff1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eff1f1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #eff1f1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #eff1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #eff1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eff1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 30px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 0px #fff;
  float: left;
  padding-left: 5px;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item input#journal-unitaire-form-upload,
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item textarea#journal-unitaire-form-upload {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0 solid #FFFFFF;
  cursor: pointer;
  width: 100%;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item textarea {
  height: 210px;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item.textarea {
  margin-bottom: 22px;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item.submit {
  text-align: center;
  margin-top: 20px;
  clear: both;
  float: inherit;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item input#journal-unitaire-form-submit {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  width: 150px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: auto;
  float: none;
}
.journal-content .center-container .journal-unitaire-content .journal-unitaire-formulaire .item input#journal-unitaire-form-submit:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
.journal-content .center-container .journal-unitaire-liste article {
  width: 100%;
  float: left;
  padding: 20px 20px 15px 20px;
  background: #fff;
  position: relative;
  border-bottom: 2px solid #e0dfd7;
}
.journal-content .center-container .journal-unitaire-liste article .entreprise-title {
  color: #3c6f85;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  max-width: 510px;
}
.journal-content .center-container .journal-unitaire-liste article .entreprise-adresse {
  display: inline-block;
  width: 510px;
  color: #c79750;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
}
.journal-content .center-container .journal-unitaire-liste article dl {
  width: 510px;
  float: left;
  line-height: 1.6em;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
.journal-content .center-container .journal-unitaire-liste article dl .evenement-title,
.journal-content .center-container .journal-unitaire-liste article dl .parution-title,
.journal-content .center-container .journal-unitaire-liste article dl .date-title,
.journal-content .center-container .journal-unitaire-liste article dl .evenement-content,
.journal-content .center-container .journal-unitaire-liste article dl .parution-content,
.journal-content .center-container .journal-unitaire-liste article dl .date-content {
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.journal-content .center-container .journal-unitaire-liste article dl dt {
  display: inline-block;
  vertical-align: top;
}
.journal-content .center-container .journal-unitaire-liste article dl dt span {
  display: inline-block;
  width: 70px;
}
.journal-content .center-container .journal-unitaire-liste article dl dd {
  margin-left: 5px;
  display: inline-block;
  width: 425px;
}
.journal-content .center-container .journal-unitaire-liste article dl dd strong {
  font-weight: normal;
}
.journal-content .center-container .journal-unitaire-liste article .entreprise-other-results {
  float: left;
  background: url('/assets/actulegales-front-desktop/img/bck-entreprise-other-results.png') repeat-x center top #f7f7f7;
  margin-left: -20px;
  width: 980px;
  padding: 15px 20px;
}
.journal-content .center-container .journal-unitaire-liste article .entreprise-other-results .entreprise-other-results-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #b6bdbf;
  width: 100%;
  float: left;
}
.journal-content .center-container .journal-unitaire-liste article .entreprise-other-results ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0px;
  float: left;
}
.journal-content .center-container .journal-unitaire-liste article .entreprise-other-results ul li {
  list-style: none;
  padding-left: 12px;
  border-left: 4px solid #e6e8e9;
  height: 35px;
  margin-bottom: 11px;
  float: left;
}
.journal-content .center-container .journal-unitaire-liste article .entreprise-other-results ul li h3 {
  font-size: 15px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  margin: 0;
  padding: 0;
}
.journal-content .center-container .journal-unitaire-liste article .entreprise-other-results ul li h3 a {
  display: block;
}
.journal-content .center-container .journal-unitaire-liste article .entreprise-other-results ul li h3 .entreprise-adresse {
  font-size: 13px;
  float: left;
  color: #c79750;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions {
  width: 100%;
  margin-top: 15px;
  float: left;
  position: relative;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span,
.journal-content .center-container .journal-unitaire-liste article .result-actions a {
  color: #7e888c;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin-right: 20px;
  cursor: pointer;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span i,
.journal-content .center-container .journal-unitaire-liste article .result-actions a i {
  margin-right: 5px;
  display: inline-block;
  float: left;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions a i.icon-delete-sitemap {
  width: 15px;
  height: 16px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-delete-sitemap.png') no-repeat center bottom transparent;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions a span {
  float: left;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span i.icon-favoris {
  width: 16px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-favoris.png') no-repeat center bottom transparent;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span i.icon-alertemail {
  width: 16px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-alertemail.png') no-repeat center bottom transparent;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span i.icon-surveillance {
  width: 18px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-surveillance.png') no-repeat center bottom transparent;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span span {
  float: left;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span.check {
  color: #293033;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span.check i.icon-favoris {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-favoris-check.png') no-repeat center bottom transparent;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span.check i.icon-alertemail {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-alertemail-check.png') no-repeat center bottom transparent;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span.check i.icon-surveillance {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-surveillance-check.png') no-repeat center bottom transparent;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions span:hover {
  color: #7e888c;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions .result-delete-sitemap {
  float: right;
  margin-right: 0px;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions .result-delete-sitemap span {
  margin-right: 0px;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions .result-alert-flyout {
  display: none;
  bottom: 17px;
  height: 89px;
  left: 63px;
  padding: 12px 9px 0px;
  position: absolute;
  width: 196px;
  background: url('/assets/actulegales-front-desktop/img/back-result-alert-flyout.png') no-repeat center bottom transparent;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions .result-alert-flyout p {
  border-bottom: 2px solid #E0DFD7;
  margin-bottom: 5px;
  padding-bottom: 6px;
  text-align: center;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions .result-alert-flyout p:last-child {
  border-bottom: 0px solid #fff;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions .result-alert-flyout p a {
  color: #7e888c;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
.journal-content .center-container .journal-unitaire-liste article .result-actions .result-alert-flyout p a:hover {
  text-decoration: none;
  color: #293033;
}
.journal-content .center-container .journal-unitaire-liste article .result-new {
  width: 100px;
  height: 30px;
  position: absolute;
  right: 200px;
  top: 50px;
  background: #c79750;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}
.journal-content .center-container .journal-unitaire-liste article .result-new span {
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart {
  height: 40px;
  position: absolute;
  right: 20px;
  top: 45px;
  width: 140px;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-price {
  border-left: 1px solid #E8EAEB;
  border-right: 0px solid #E8EAEB;
  border-top: 1px solid #E8EAEB;
  border-bottom: 1px solid #E8EAEB;
  color: #7E888C;
  display: block;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 70px;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  text-indent: -9999px;
  height: 40px;
  float: left;
  background: url('/assets/actulegales-front-desktop/img/button-add-cart.png') no-repeat;
  width: 70px;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart.check {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-check.png') no-repeat;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart.check:hover {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-uncheck.png') no-repeat;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart.check:focus,
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart.check:active {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-check.png') no-repeat;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart.payed {
  float: right;
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-pay.png') no-repeat;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart.payed:hover,
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart.payed:focus,
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart.payed:active {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-pay.png') no-repeat;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart:focus,
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart:active {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart.png') no-repeat;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart .result-add-cart:hover {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-hover.png') no-repeat;
}
.journal-content .center-container .journal-unitaire-liste article .result-cart.payed .result-price {
  display: none;
}
/* Breadcrumb */
.breadcrumb {
  width: 100%;
  height: 20px;
  float: left;
  margin-bottom: 0;
  margin-top: 24px;
  padding: 0;
  background: none;
}
.breadcrumb .breadcrumb-home {
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  color: #4c4c4c;
}
.breadcrumb .breadcrumb-home i {
  color: #000;
  font-size: 16px;
  margin-right: 4px;
}
.breadcrumb .breadcrumb-sep {
  background: url('/assets/actulegales-front-desktop/img/breadcrumb-sep.png') no-repeat transparent;
  width: 6px;
  height: 11px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
}
.breadcrumb .breadcrumb-results {
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  color: #808080;
}
/* Main Search */
#main-search,
#advanced-search {
  background-image: url('/assets/actulegales-front-desktop/img/main-search-back2.png');
  background-repeat: repeat-x;
  background-color: #396a81;
  min-height: 240px;
  width: 100%;
  margin-top: -1px;
}
#main-search .main-search-container,
#advanced-search .main-search-container {
  position: relative;
  margin-top: 75px;
  margin-left: 90px;
  width: 770px;
  height: 60px;
  z-index: 1;
}
#main-search .main-search-container #main-search-label,
#advanced-search .main-search-container #main-search-label {
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 60px;
  padding-left: 18px;
  position: absolute;
  top: 0px;
  cursor: text;
  left: 90px;
}
#main-search .main-search-container #main-search-menu,
#advanced-search .main-search-container #main-search-menu {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-main-search-menu2.png') 0 0 no-repeat rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px 0 0 30px;
  border-style: solid;
  border-width: 0px;
  float: left;
  height: 60px;
  margin-right: 0;
  width: 90px;
  cursor: pointer;
  position: relative;
}
#main-search .main-search-container #main-search-menu ul,
#advanced-search .main-search-container #main-search-menu ul {
  display: none;
  background: url("/assets/actulegales-front-desktop/img/bck-search-menu-list.png") no-repeat scroll 29px top rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  left: 5px;
  list-style: none outside none;
  padding: 7px 0 0;
  position: absolute;
  top: 64px;
  width: 160px;
  z-index: 1;
  box-shadow: 0px 6px 4px -2px #bfbfbf;
}
#main-search .main-search-container #main-search-menu ul li,
#advanced-search .main-search-container #main-search-menu ul li {
  height: 38px;
  line-height: 38px;
  padding-left: 30px;
  border-bottom: 2px solid #e9e8e0;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  background: #fff;
}
#main-search .main-search-container #main-search-menu ul li:last-child,
#advanced-search .main-search-container #main-search-menu ul li:last-child {
  border-bottom: 0px solid #fff;
  border-radius: 0px 0px 5px 5px;
}
#main-search .main-search-container #main-search-menu ul li:first-child,
#advanced-search .main-search-container #main-search-menu ul li:first-child {
  border-radius: 5px 5px 0px 0px;
}
#main-search .main-search-container #main-search-menu ul li:hover,
#advanced-search .main-search-container #main-search-menu ul li:hover {
  background: url('/assets/actulegales-front-desktop/img/search-menu-list-item-hover.png') no-repeat;
  color: #fff;
}
#main-search .main-search-container #main-search-menu ul li.active:before,
#advanced-search .main-search-container #main-search-menu ul li.active:before {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  margin-left: -1.5em;
  padding-right: 0.5em;
}
#main-search .main-search-container #main-search-menu:hover,
#advanced-search .main-search-container #main-search-menu:hover,
#main-search .main-search-container #main-search-menu.open,
#advanced-search .main-search-container #main-search-menu.open {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-main-search-menu2.png') 0 -60px no-repeat rgba(255, 255, 255, 0.65);
}
#main-search .main-search-container #main-search-input,
#advanced-search .main-search-container #main-search-input {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  /*.borderRadius(20px);*/
  border-radius: 0px 30px 30px 0px;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  padding-left: 18px;
  cursor: text;
  height: 100%;
  width: 680px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 0px;
}
#main-search .main-search-container #main-search-submit,
#advanced-search .main-search-container #main-search-submit {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  border-radius: 30px;
  -o-border-radius: 30px;
  -ie-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #c79750;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  top: 5px;
  height: 50px;
  right: 5px;
  background: #fff;
  font-size: 21px;
  width: 195px;
  text-align: center;
}
#main-search .main-search-container #main-search-submit i,
#advanced-search .main-search-container #main-search-submit i {
  margin-right: 5px;
}
#main-search .main-search-container #main-search-submit:hover,
#advanced-search .main-search-container #main-search-submit:hover,
#main-search .main-search-container #main-search-submit:focus,
#advanced-search .main-search-container #main-search-submit:focus,
#main-search .main-search-container #main-search-submit:active,
#advanced-search .main-search-container #main-search-submit:active {
  color: #fff;
  background: #c79750;
}
#main-search .second-search-container,
#advanced-search .second-search-container {
  position: relative;
  margin-top: 10px;
  margin-left: 100px;
  width: 750px;
}
#main-search .second-search-container #second-search-description,
#advanced-search .second-search-container #second-search-description {
  color: #b6bdbf;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#main-search .second-search-container #second-search-submit,
#advanced-search .second-search-container #second-search-submit {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  border-radius: 15px;
  -o-border-radius: 15px;
  -ie-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  height: 28px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  width: 175px;
  text-align: center;
}
#main-search .second-search-container #second-search-submit i,
#advanced-search .second-search-container #second-search-submit i {
  font-size: 15px;
  position: absolute;
  right: 20px;
}
#main-search .second-search-container #second-search-submit i.fa-sort-desc,
#advanced-search .second-search-container #second-search-submit i.fa-sort-desc {
  bottom: 8px;
}
#main-search .second-search-container #second-search-submit i.fa-sort-asc,
#advanced-search .second-search-container #second-search-submit i.fa-sort-asc {
  bottom: 2px;
}
#main-search .second-search-container #second-search-submit:hover,
#advanced-search .second-search-container #second-search-submit:hover,
#main-search .second-search-container #second-search-submit:focus,
#advanced-search .second-search-container #second-search-submit:focus,
#main-search .second-search-container #second-search-submit:active,
#advanced-search .second-search-container #second-search-submit:active {
  color: #3c6f85;
  background: #fff;
}
#main-search #search-down-arrow,
#advanced-search #search-down-arrow {
  background: url('/assets/actulegales-front-desktop/img/search-down-arrow.png') no-repeat transparent;
  width: 43px;
  height: 127px;
  position: absolute;
  top: 105px;
  right: 43px;
  display: none;
}
#main-search .advanced-search-title,
#advanced-search .advanced-search-title {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 15px;
}
#main-search .advanced-search,
#advanced-search .advanced-search {
  /*display: none;*/
  width: 980px;
  margin: 20px -20px 30px;
  float: left;
  position: relative;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
#main-search .advanced-search.affix-parent,
#advanced-search .advanced-search.affix-parent {
  margin: 78px -20px 30px;
}
#main-search .advanced-search .advanced-search-content,
#advanced-search .advanced-search .advanced-search-content {
  padding-right: 0px;
  padding-left: 44px;
  margin-bottom: 10px;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item {
  display: table-cell;
  float: left;
  height: 30px;
  margin-top: 15px;
  vertical-align: middle;
  width: 100%;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item label,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item label,
#main-search .advanced-search .advanced-search-content .advanced-search-form-item .advanced-search-form-item-title,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item .advanced-search-form-item-title {
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  vertical-align: middle;
  width: 90px;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item label.advanced-search-date-label,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item label.advanced-search-date-label {
  width: 23px;
  margin-left: -3px;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item input:not(.chosen-search-input),
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item input:not(.chosen-search-input) {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  width: 285px;
  margin-left: 15px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 28px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0px 5px;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item input:not(.chosen-search-input)[name="advanced-search-date-start"],
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item input:not(.chosen-search-input)[name="advanced-search-date-start"],
#main-search .advanced-search .advanced-search-content .advanced-search-form-item input:not(.chosen-search-input)[name="advanced-search-date-end"],
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item input:not(.chosen-search-input)[name="advanced-search-date-end"] {
  margin-left: -6px;
  margin-right: 10px;
  width: 124px;
  background: url('/assets/actulegales-front-desktop/img/datepicker.png') 100px center no-repeat #ffffff;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item input:not(.chosen-search-input)[name="advanced-search-date-end"],
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item input:not(.chosen-search-input)[name="advanced-search-date-end"] {
  margin-right: 0px;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item input.ui-autocomplete-loading,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item input.ui-autocomplete-loading {
  background: #ffffff url('/assets/actulegales-front-desktop/img/spinner/refresh-16px.gif') right center no-repeat !important;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item.item-lg .chosen-container-single,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item.item-lg .chosen-container-single {
  width: 763px;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item.item-lg .chosen-container-single .chosen-single,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item.item-lg .chosen-container-single .chosen-single,
#main-search .advanced-search .advanced-search-content .advanced-search-form-item.item-lg .chosen-container-single.chosen-with-drop .chosen-drop,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item.item-lg .chosen-container-single.chosen-with-drop .chosen-drop {
  width: 763px;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item .chosen-container-single,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item .chosen-container-single {
  width: 285px;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item .chosen-container-single .chosen-single,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item .chosen-container-single .chosen-single {
  width: 285px;
  margin-left: 15px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 28px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0px 5px;
}
#main-search .advanced-search .advanced-search-content .advanced-search-form-item .chosen-container.chosen-with-drop .chosen-drop,
#advanced-search .advanced-search .advanced-search-content .advanced-search-form-item .chosen-container.chosen-with-drop .chosen-drop {
  left: 15px;
  width: 285px;
}
#main-search .advanced-search .advanced-search-content input.gold-button-btn,
#advanced-search .advanced-search .advanced-search-content input.gold-button-btn {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ddba7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  width: 225px;
  height: 37px;
  border-bottom: 3px solid #a07f4e;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
  margin-top: 20px;
}
#main-search .advanced-search .advanced-search-content input.gold-button-btn:hover,
#advanced-search .advanced-search .advanced-search-content input.gold-button-btn:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #e3c188;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3c188), color-stop(100%, #ddb470));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3c188 0%, #ddb470 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#main-search .advanced-search .advanced-search-close,
#advanced-search .advanced-search .advanced-search-close {
  cursor: pointer;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}
.total-result.entreprises .button i {
  margin-right: 42px;
}
.total-result.entreprises .button.check:after {
  font-family: actulegales;
  content: "\e013";
  right: -80px;
}
.full-height {
  position: relative;
  /*float: left;*/
}
.ckeckall-result-entreprises {
  width: 100%;
  float: left;
  margin-top: 8px;
  background: #fff;
  height: 60px;
  padding-top: 9px;
  border-bottom: 2px solid #E0DFD7;
}
.ckeckall-result-entreprises .ckeckall-entreprise-checkbox {
  background: url('/assets/actulegales-front-desktop/img/bck-checkall-entreprise.png') repeat-y transparent;
  width: 100px;
  float: left;
  margin-top: 15px;
  height: 34px;
}
.ckeckall-result-entreprises .ckeckall-entreprise-checkbox input {
  margin-left: 20px;
  float: left;
  margin-top: -2px;
  cursor: pointer;
}
.ckeckall-result-entreprises .result-entreprise-total {
  width: 780px;
  float: left;
}
.ckeckall-result-entreprises .result-entreprise-total span {
  background: url('/assets/actulegales-front-desktop/img/bck-result-entreprise-total.png') no-repeat transparent;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #586266;
  font-family: 'Roboto Condensed', sans-serif;
  padding-right: 40px;
  text-align: right;
  width: 70px;
  cursor: pointer;
}
.search-entreprises #center-table-result {
  width: 100%;
}
.search-entreprises #center-table-result .results-items {
  margin-top: 0px;
}
.search-entreprises #center-table-result .results-items article {
  padding: 20px 0px 15px 0;
}
.search-entreprises #center-table-result .results-items article .block {
  display: block;
}
.search-entreprises #center-table-result .results-items article .entreprise-other-results {
  background-repeat: repeat-x;
  margin-left: 0;
  width: 100%;
}
.search-entreprises #center-table-result .results-items article .entreprise-other-results .entreprise-title span {
  float: none;
  display: block;
}
.search-entreprises #center-table-result .results-items article .result-entreprise-checkbox {
  background: url('/assets/actulegales-front-desktop/img/bck-result-checkbox.png') repeat-y transparent;
  float: left;
  height: 100%;
  position: absolute;
  margin-bottom: -20px;
  margin-top: -20px;
  min-height: 130px;
  width: 100px;
}
.search-entreprises #center-table-result .results-items article .result-entreprise-checkbox input {
  float: none;
  margin: 55px auto auto 20px;
  cursor: pointer;
}
.search-entreprises #center-table-result .results-items article .result-entreprise-information {
  width: 900px;
  float: left;
  margin-left: 40px;
}
.search-entreprises #center-table-result .results-items article dl {
  margin-bottom: 0px;
}
.search-entreprises #center-table-result .results-items article dl dt span {
  width: auto;
  margin-right: 5px;
}
.search-entreprises #center-table-result .results-items article dl dd {
  width: 395px;
}
.search-entreprises #center-table-result .results-items article .result-informations {
  width: 100%;
  margin-top: 0px;
  float: left;
  position: relative;
}
.search-entreprises #center-table-result .results-items article .result-informations span {
  color: #586266;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  margin-right: 20px;
  cursor: pointer;
  line-height: 18px;
  float: left;
}
.search-entreprises #center-table-result .results-items article .result-informations span i {
  margin-right: 5px;
  display: inline-block;
  float: left;
  width: 18px;
  height: 15px;
}
.search-entreprises #center-table-result .results-items article .result-new {
  width: 100px;
  height: 30px;
  position: absolute;
  right: 200px;
  top: 50px;
  background: #c79750;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}
.search-entreprises #center-table-result .results-items article .result-new span {
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}
.search-entreprises #center-table-result .results-items article .result-cart {
  height: 40px;
  position: absolute;
  right: 20px;
  top: 45px;
  width: 210px;
}
.search-entreprises #center-table-result .results-items article .result-cart .result-price {
  border-left: 1px solid #E8EAEB;
  border-right: 0px solid #E8EAEB;
  border-top: 1px solid #E8EAEB;
  border-bottom: 1px solid #E8EAEB;
  color: #7E888C;
  display: block;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 70px;
}
.search-entreprises #center-table-result .results-items article .result-cart .result-add-cart.payed {
  float: right;
}
.entreprise #grecaptcha {
  width: 304px;
  margin: 30px auto 0;
}
.entreprise .ckeckall-result-entreprises {
  position: absolute;
  height: auto;
  bottom: 0px;
  top: 0px;
  float: left;
}
.entreprise .ckeckall-result-entreprises .result-entreprise-total {
  width: 170px;
  margin-top: 55px;
}
.entreprise .ckeckall-result-entreprises .ckeckall-entreprise-checkbox {
  height: 94px;
  margin-top: 70px;
}
.entreprise .identity-entreprise {
  width: 100%;
  background: none repeat scroll 0 0 #fff;
  border-bottom: 2px solid #e0dfd7;
  height: auto;
  margin: 8px 0 0;
  padding: 20px;
}
.entreprise .identity-entreprise .identity-left {
  width: 465px;
}
.entreprise .identity-entreprise .identity-left .identity-title,
.entreprise .identity-entreprise .identity-left .identity-info,
.entreprise .identity-entreprise .identity-left .identity-adresse {
  float: left;
  font-size: 20px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  margin-bottom: 7px;
  width: 100%;
}
.entreprise .identity-entreprise .identity-left .identity-info,
.entreprise .identity-entreprise .identity-left .identity-adresse {
  font-size: 16px;
  margin-bottom: 0px;
}
.entreprise .identity-entreprise .identity-left .identity-siren {
  margin-top: 12px;
  font-size: 14px;
  text-transform: uppercase;
  color: #586266;
  padding: 10px;
  border-radius: 5px;
  background: #e7e9ea;
  display: inline-block;
  float: left;
}
.entreprise .identity-entreprise .identity-share {
  float: left;
}
.entreprise .identity-entreprise .identity-share ul {
  width: 195px;
  list-style-type: none;
}
.entreprise .identity-entreprise .identity-share .IN-widget {
  margin: 0px 0px;
}
.icon-surveillance {
  margin-right: 5px;
  display: inline-block;
  float: left;
  width: 18px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-surveillance-check.png') no-repeat center bottom transparent;
}
/* Total result */
.total-result {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #c79750;
  margin-top: 25px;
  float: left;
  height: 60px;
  padding: 0px 10px;
  width: 100%;
}
.total-result h1 {
  margin: 0;
  width: auto;
  float: left;
}
.total-result .total-result-nb {
  background: none repeat scroll 0 0 #D9B273;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  height: 47px;
  line-height: 47px;
  margin-right: 2px;
  margin-top: 7px;
  text-align: center;
  width: 26px;
}
.total-result .total-result-content {
  margin-left: 12px;
  display: inline-block;
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  margin-top: 18px;
}
.total-result button,
.total-result .button {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 340px;
  height: 50px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: right;
  margin-top: 5px;
  text-align: left;
}
.total-result button .i,
.total-result .button .i {
  font-size: 14px;
  font-style: italic;
}
.total-result button i,
.total-result .button i {
  float: left;
  font-size: 20px;
  margin-left: 40px;
  margin-right: 22px;
  line-height: 50px;
}
.total-result button:hover,
.total-result .button:hover,
.total-result button:focus,
.total-result .button:focus,
.total-result button:active,
.total-result .button:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
/* Too much result */
.too-much-result {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px dashed #c79750;
  color: #3c6f85;
  font-family: 'Lato', sans-serif;
  width: 100%;
  float: left;
  margin-top: 10px;
  height: 50px;
  background: #f2e3ce;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
}
/* Center table */
.search-captcha #grecaptcha {
  width: 304px;
  margin: 30px auto 0;
}
#center-table-result {
  width: 620px;
  float: left;
}
.filter-item {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 2px solid #E0DFD7;
  height: 54px;
  line-height: 54px;
  padding-left: 20px;
}
.filter-item .filter-item-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #293033;
  font-size: 15px;
  margin-left: 15px;
}
.filter-item .chosen-container {
  margin-left: 5px;
}
.filter-item .chosen-container .chosen-single {
  height: 26px;
}
.filter-item .filter-item-select {
  margin-left: 8px;
  margin-right: 18px;
  cursor: pointer;
  width: 140px;
  display: inline-block;
  height: 26px;
  padding-top: 3px;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
.filter-item .filter-item-select.entreprises {
  width: 200px;
}
.filter-item .filter-item-select option {
  color: #586266;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
.results-items {
  margin-top: 8px;
}
.results-items article {
  width: 100%;
  float: left;
  padding: 20px 20px 15px 20px;
  background: #fff;
  position: relative;
  border-bottom: 2px solid #e0dfd7;
}
.results-items article h2 {
  color: #3c6f85;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  max-width: 720px;
}
.results-items article .entreprise-adresse {
  display: inline-block;
  width: 510px;
  color: #c79750;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
}
.results-items article dl {
  width: 580px;
  float: left;
  line-height: 1.6em;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
.results-items article dl .evenement-title,
.results-items article dl .parution-title,
.results-items article dl .date-title,
.results-items article dl .evenement-content,
.results-items article dl .parution-content,
.results-items article dl .date-content {
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.results-items article dl dt {
  display: inline-block;
  vertical-align: top;
}
.results-items article dl dt span {
  display: inline-block;
  width: 70px;
}
.results-items article dl dd {
  margin-left: 5px;
  display: inline-block;
  width: 425px;
}
.results-items article dl dd strong {
  font-weight: normal;
}
.results-items article .entreprise-other-results {
  float: left;
  background: url('/assets/actulegales-front-desktop/img/bck-entreprise-other-results.png') no-repeat center top #f7f7f7;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px;
}
.results-items article .entreprise-other-results .entreprise-other-results-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #b6bdbf;
  width: 100%;
  float: left;
}
.results-items article .entreprise-other-results ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0px;
  float: left;
}
.results-items article .entreprise-other-results ul li {
  list-style: none;
  padding-left: 12px;
  border-left: 4px solid #e6e8e9;
  height: 35px;
  margin-bottom: 11px;
  float: left;
}
.results-items article .entreprise-other-results ul li h3 {
  font-size: 15px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  margin: 0;
  padding: 0;
}
.results-items article .entreprise-other-results ul li h3 .entreprise-adresse {
  font-size: 13px;
  color: #c79750;
}
.results-items article .result-actions {
  width: 100%;
  margin-top: 15px;
  float: left;
  position: relative;
}
.results-items article .result-actions div,
.results-items article .result-actions a {
  color: #7e888c;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin-right: 20px;
  cursor: pointer;
}
.results-items article .result-actions div i,
.results-items article .result-actions a i {
  margin-right: 5px;
  display: inline-block;
  float: left;
}
.results-items article .result-actions a i.icon-delete-sitemap {
  width: 15px;
  height: 16px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-delete-sitemap.png') no-repeat center bottom transparent;
}
.results-items article .result-actions a span {
  float: left;
}
.results-items article .result-actions div {
  display: inline-block;
}
.results-items article .result-actions div + div {
  margin-left: 1em;
}
.results-items article .result-actions div i.icon-favoris {
  width: 16px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-favoris.png') no-repeat center bottom transparent;
}
.results-items article .result-actions div i.icon-alertemail {
  width: 16px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-alertemail.png') no-repeat center bottom transparent;
}
.results-items article .result-actions div i.icon-surveillance {
  width: 18px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-surveillance.png') no-repeat center bottom transparent;
}
.results-items article .result-actions div span {
  float: left;
}
.results-items article .result-actions div.check {
  color: #293033;
}
.results-items article .result-actions div.check i.alicons-heart {
  color: #ff0000;
}
.results-items article .result-actions div.check i.alicons-mail {
  color: #4485ca;
}
.results-items article .result-actions div.check i.icon-favoris {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-favoris-check.png') no-repeat center bottom transparent;
}
.results-items article .result-actions div.check i.icon-alertemail {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-alertemail-check.png') no-repeat center bottom transparent;
}
.results-items article .result-actions div.check i.icon-surveillance {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-surveillance-check.png') no-repeat center bottom transparent;
}
.results-items article .result-actions div:hover {
  color: #596164;
}
.results-items article .result-actions .result-delete-sitemap {
  float: right;
  margin-right: 0px;
}
.results-items article .result-actions .result-delete-sitemap span {
  margin-right: 0px;
}
.results-items article .result-actions .result-alert-flyout {
  display: none;
  bottom: 17px;
  height: 89px;
  left: 63px;
  padding: 12px 9px 0px;
  position: absolute;
  width: 196px;
  background: url('/assets/actulegales-front-desktop/img/back-result-alert-flyout.png') no-repeat center bottom transparent;
}
.results-items article .result-actions .result-alert-flyout p {
  border-bottom: 2px solid #E0DFD7;
  margin-bottom: 5px;
  padding-bottom: 6px;
  text-align: center;
}
.results-items article .result-actions .result-alert-flyout p:last-child {
  border-bottom: 0px solid #fff;
}
.results-items article .result-actions .result-alert-flyout p a {
  color: #7e888c;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
.results-items article .result-actions .result-alert-flyout p a:hover {
  text-decoration: none;
  color: #293033;
}
.results-items article .result-cart {
  width: 70px;
  height: 80px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.results-items article .result-cart .result-price {
  border-top: 1px solid #e8eaeb;
  border-left: 1px solid #e8eaeb;
  border-right: 1px solid #e8eaeb;
  display: block;
  float: left;
  height: 40px;
  width: 70px;
  text-align: center;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #7e888c;
  font-size: 14px;
}
.results-items article .result-cart .result-add-cart {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  text-indent: -9999px;
  height: 40px;
  float: left;
  background: url('/assets/actulegales-front-desktop/img/button-add-cart.png') no-repeat;
  width: 70px;
}
.results-items article .result-cart .result-add-cart.check {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-check.png') no-repeat;
}
.results-items article .result-cart .result-add-cart.check:hover {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-uncheck.png') no-repeat;
}
.results-items article .result-cart .result-add-cart.check:focus,
.results-items article .result-cart .result-add-cart.check:active {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-check.png') no-repeat;
}
.results-items article .result-cart .result-add-cart.payed {
  text-indent: 0;
  background: #d6ab69;
  margin-bottom: 5px;
  border-bottom: 3px solid #a07f4e;
  font-size: 24px;
}
.results-items article .result-cart .result-add-cart.payed:hover,
.results-items article .result-cart .result-add-cart.payed:focus,
.results-items article .result-cart .result-add-cart.payed:active {
  background: #dbb67d;
}
.results-items article .result-cart .result-add-cart:focus,
.results-items article .result-cart .result-add-cart:active {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart.png') no-repeat;
}
.results-items article .result-cart .result-add-cart:hover {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-hover.png') no-repeat;
}
.results-items article .result-cart.payed .result-price {
  display: none;
}
.button-brown {
  background: #ddba7f;
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 280px;
  height: 40px;
  border-bottom: 3px solid #a07f4e;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /*margin: 20px auto 0px;*/
  clear: both;
}
/* Aside Search more */
#search-more {
  width: 350px;
  float: right;
}
#search-more .search-item {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 2px solid #E0DFD7;
  float: left;
  margin-bottom: 10px;
}
#search-more .search-item .search-title {
  height: 54px;
  background: #c79750;
  line-height: 54px;
  text-align: center;
  float: left;
  width: 100%;
}
#search-more .search-item .search-title span {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
#search-more .search-item .search-tags {
  background: #fff;
  width: 100%;
  float: left;
  min-height: 60px;
}
#search-more .search-item .search-tags .search-tags-title {
  color: #c79750;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
}
#search-more .search-item .search-tags .search-tags-content {
  padding-left: 15px;
  color: #b6bdbf;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  float: left;
  list-style-type: none;
}
#search-more .search-item .search-form {
  background: none repeat scroll 0 0 #FFFFFF;
  border-top: 1px solid #E0DFD5;
  float: left;
  margin-bottom: 1px;
  position: relative;
  width: 100%;
}
#search-more .search-item .search-form .search-form-title {
  margin-left: 1px;
  padding-left: 19px;
  width: 348px;
  float: left;
  height: 39px;
  line-height: 40px;
  cursor: pointer;
  color: #293033;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-weight: normal;
}
#search-more .search-item .search-form .search-form-title.open {
  background: url('/assets/actulegales-front-desktop/img/bck-search-form-open.png') no-repeat transparent;
}
#search-more .search-item .search-form .search-form-title.close {
  opacity: 1;
  background: url('/assets/actulegales-front-desktop/img/bck-search-form-close.png') no-repeat transparent;
}
#search-more .search-item .search-form .search-form-item {
  background: #fff;
  margin-left: 1px;
  width: 348px;
  float: left;
  position: relative;
  border-bottom: 1px solid #e0dfd5;
}
#search-more .search-item .search-form .search-form-item .row {
  margin-top: 0.5em;
}
#search-more .search-item .search-form .search-form-item .row:last-child {
  margin-bottom: 0.5em;
}
#search-more .search-item .search-form .search-form-item .search-form-item-status {
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 18px;
  top: 8px;
  font-weight: normal;
  background: url('/assets/actulegales-front-desktop/img/search-form-item-status-open.png') no-repeat transparent;
}
#search-more .search-item .search-form .search-form-item .search-form-item-status.close {
  opacity: 1;
  background: url('/assets/actulegales-front-desktop/img/search-form-item-status-close.png') no-repeat transparent;
}
#search-more .search-item .search-form .search-form-item .search-form-item-status:hover {
  opacity: 1;
  background: url('/assets/actulegales-front-desktop/img/search-form-item-status-hover.png') no-repeat transparent;
}
#search-more .search-item .search-form .search-form-item .search-form-item-status.check {
  background: none;
  cursor: default;
}
#search-more .search-item .search-form .search-form-item .search-form-item-status.check input[type="checkbox"] {
  cursor: pointer;
}
#search-more .search-item .search-form .search-form-item .search-form-item-title {
  padding-left: 54px;
  color: #586266;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  height: 40px;
  display: block;
  line-height: 40px;
}
#search-more .search-item .search-form .search-form-item .item-content {
  display: none;
  float: none;
  margin: 10px auto 15px;
  width: 260px !important;
}
#search-more .search-item .search-form .search-form-item .item-content select,
#search-more .search-item .search-form .search-form-item .item-content input[type="text"] {
  width: auto;
  margin: auto;
  display: block;
  margin-top: 8px;
  margin-bottom: 20px;
}
#search-more .search-item .search-form .search-form-item .item-content select {
  color: #586266;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  height: 26px;
  padding-top: 2px;
}
#search-more .search-item .search-form .search-form-item .item-content input[type="text"] {
  margin-left: 20px;
  float: left;
}
#search-more .search-item .search-form .search-form-item .item-content input[type="submit"] {
  float: left;
  margin: 8px;
  height: 34px;
}
#search-more .search-item .search-form .search-form-item .chosen-container {
  display: none;
  float: none;
  margin: 10px auto 15px;
  width: 260px !important;
}
/* Connexion template */
#connexion {
  background: #e3e2dc;
  padding: 60px 0px;
}
#connexion .connexion-content {
  width: 620px;
  margin: auto;
  background: #f0efeb;
  padding: 50px 135px 0px;
  display: table;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#connexion .connexion-content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  color: #3c6f85;
  text-align: center;
  margin: 0;
}
#connexion .connexion-content a {
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
  color: #3c6f85;
  font-size: 13px;
}
#connexion .connexion-content a:hover {
  text-decoration: none;
}
#connexion .connexion-content form {
  width: 310px;
  margin: 20px auto auto;
}
#connexion .connexion-content form .item {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
#connexion .connexion-content form .item.captcha {
  position: absolute;
  left: -9999px;
  top: 0px;
}
#connexion .connexion-content form label,
#connexion .connexion-content form span {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #586266;
  width: 100%;
  float: left;
  font-weight: normal;
}
#connexion .connexion-content form input[type="email"],
#connexion .connexion-content form input[type="password"] {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  border: 1px solid #e8eaeb;
}
#connexion .connexion-content form input[type="checkbox"] {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
#connexion .connexion-content form .create-account-conditions {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #f4f5f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f5f6), color-stop(100%, #e9ebec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f5f6 0%, #e9ebec 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  width: 100%;
  height: 68px;
  line-height: 16px;
  padding: 10px 10px;
  border: 1px solid #e8eaeb;
  font-family: 'Lato', sans-serif;
  color: #7e888c;
  font-size: 13px;
  overflow-y: scroll;
}
#connexion .connexion-content form .create-account-conditions p {
  margin: 0px 0px 10px;
}
#connexion .connexion-content form .create-account-conditions hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #e3e5e6;
  box-shadow: 0 1px #f3f4f4;
  height: 0px;
}
#connexion .connexion-content form .connexion-remember {
  display: inline-block;
  float: left;
  width: auto;
  margin-right: 5px;
}
#connexion .connexion-content form #connexion-submit {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 170px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 20px auto 0px;
}
#connexion .connexion-content form #connexion-submit:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#connexion .connexion-content form #connexion-submit:visited,
#connexion .connexion-content form #connexion-submit:focus,
#connexion .connexion-content form #connexion-submit:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 170px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#connexion .connexion-content form #passwd-remember-submit {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 210px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 20px auto 0px;
}
#connexion .connexion-content form #passwd-remember-submit:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#connexion .connexion-content form #passwd-remember-submit:visited,
#connexion .connexion-content form #passwd-remember-submit:focus,
#connexion .connexion-content form #passwd-remember-submit:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 210px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#connexion .connexion-content form #create-account-submit {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ddba7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 308px;
  height: 40px;
  border-bottom: 3px solid #a07f4e;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 20px auto 0px;
}
#connexion .connexion-content form #create-account-submit:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #e3c188;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3c188), color-stop(100%, #ddb470));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3c188 0%, #ddb470 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#connexion .connexion-content form #create-account-submit:visited,
#connexion .connexion-content form #create-account-submit:focus,
#connexion .connexion-content form #create-account-submit:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ddba7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 308px;
  height: 40px;
  border-bottom: 3px solid #a07f4e;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#connexion .connexion-content .connexion-create {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0 0 5px 5px;
  color: #7E888C;
  float: left;
  font-size: 13px;
  height: 45px;
  margin: 30px -135px 0;
  padding-top: 13px;
  text-align: center;
  width: 620px;
}
/* Dashboard template */
#dashboard {
  background: #F0EFEB;
  padding: 60px 0px;
}
#dashboard #dsb-cart table td:not(.td-clear):not(.dsb-cart-table-title) {
  border-bottom: 0;
}
#dashboard #dsb-cart .dsb-cart-total-title {
  width: auto;
  margin-left: 15px;
}
#dashboard.pc .center-container {
  width: inherit;
}
#dashboard .center-container {
  width: 800px;
  float: left;
}
#dashboard .center-container > .row {
  margin-left: 0px;
  margin-right: 0px;
}
#dashboard .center-container section {
  width: 100%;
  position: relative;
  float: left;
}
#dashboard .center-container section:after,
#dashboard .center-container section:before {
  clear: both;
}
#dashboard .center-container .dsb-section-title {
  background: #c79750;
  width: 100%;
  margin: 0px 0px 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  padding-left: 20px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#dashboard .center-container .dsb-section-information {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px dashed #c79750;
  color: #3c6f85;
  font-family: 'Lato', sans-serif;
  width: 100%;
  float: left;
  background: #f2e3ce;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
  margin-bottom: 8px;
}
#dashboard .center-container #dsb-alertes table th,
#dashboard .center-container #dsb-alertes table td {
  border-right: 0px solid #fff;
  text-align: left;
}
#dashboard .center-container #dsb-fichiers table td {
  vertical-align: top;
}
#dashboard .center-container table {
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #E0DFD7;
}
#dashboard .center-container table th {
  font-size: 14px;
  color: #c79750;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  vertical-align: middle;
  border-right: 1px solid #f2f1e9;
  text-align: center;
}
#dashboard .center-container table td {
  text-align: center;
  vertical-align: middle;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  border-right: 1px solid #f2f1e9;
  position: relative;
  padding: 8px 0px;
}
#dashboard .center-container table td.td-clear {
  padding: 0px;
  border: 0px solid #fff;
  height: 9px;
}
#dashboard .center-container table td.td-clear.top {
  height: 14px;
}
#dashboard .center-container table td.td-clear.bottom {
  border-bottom: 1px solid #e0dfd7;
}
#dashboard .center-container table td.td-clear.bottom.header {
  border-bottom: 2px solid #e0dfd7;
}
#dashboard .center-container table td a {
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#dashboard .center-container table td .relative {
  position: relative;
  width: 100%;
  height: 100%;
}
#dashboard i {
  font-style: normal;
}
#dashboard-sidebar {
  padding-left: 15px;
  width: 180px;
  float: left;
}
#dashboard-sidebar .side-dashboard-title {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #c79750;
}
#dashboard-sidebar ul {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 0px;
  list-style: none;
}
#dashboard-sidebar ul li {
  list-style: none;
  padding: 0px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}
#dashboard-sidebar ul li a,
#dashboard-sidebar ul li a:visited,
#dashboard-sidebar ul li a:focus {
  margin: 0px;
  text-transform: uppercase;
  color: #293033;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
#dashboard-sidebar ul li:hover a,
#dashboard-sidebar ul li.active a {
  color: #3c6f85;
  text-decoration: none;
}
#dashboard-sidebar ul li i {
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 10px;
}
#dashboard-sidebar ul li.side-dashboard-profil i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-profil.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-credit i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-credit.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-factures i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-factures.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-annonces i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-annonces.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-surveillance i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-surveillance.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-fichiers i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-fichiers.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-alertes i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-alertes.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-favoris i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-favoris.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-edit i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-edit.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-profil.active i,
#dashboard-sidebar ul li.side-dashboard-profil:hover i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-profil-active.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-credit.active i,
#dashboard-sidebar ul li.side-dashboard-credit:hover i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-credit-active.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-factures.active i,
#dashboard-sidebar ul li.side-dashboard-factures:hover i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-factures-active.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-annonces.active i,
#dashboard-sidebar ul li.side-dashboard-annonces:hover i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-annonces-active.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-surveillance.active i,
#dashboard-sidebar ul li.side-dashboard-surveillance:hover i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-surveillance-active.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-fichiers.active i,
#dashboard-sidebar ul li.side-dashboard-fichiers:hover i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-fichiers-active.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-alertes.active i,
#dashboard-sidebar ul li.side-dashboard-alertes:hover i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-alertes-active.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-favoris.active i,
#dashboard-sidebar ul li.side-dashboard-favoris:hover i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-favoris-active.png') no-repeat left center transparent;
}
#dashboard-sidebar ul li.side-dashboard-edit.active i,
#dashboard-sidebar ul li.side-dashboard-edit:hover i {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-edit-active.png') no-repeat left center transparent;
}
/*** Dashboard Credit ***/
.dsb-credit-portemonnaie-left {
  padding: 20px 20px 25px;
  background: #fff;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dsb-credit-portemonnaie-left .dsb-credit-portemonnaie-solde-title {
  color: #3c6f85;
  font-size: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 25px 0px 0px;
}
.dsb-credit-portemonnaie-left .dsb-credit-portemonnaie-solde-date {
  color: #b6bdbf;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  /*float: right;*/
  padding-top: 8px;
}
.dsb-credit-portemonnaie-left .dsb-credit-portemonnaie-solde-date:after {
  clear: both;
}
.dsb-credit-portemonnaie-left .dsb-credit-portemonnaie-solde-solde {
  display: block;
  margin: 0px 0px 10px;
  width: 100%;
  color: #586266;
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  font-size: 50px;
  text-align: center;
}
.dsb-credit-portemonnaie-left hr {
  margin: 0px 0px 20px;
  width: 100%;
  border-color: #f0efeb;
}
.dsb-credit-portemonnaie-left dl {
  width: 100%;
  margin-top: 30px;
}
.dsb-credit-portemonnaie-left dl:before,
.dsb-credit-portemonnaie-left dl:after {
  content: " ";
  display: table;
}
.dsb-credit-portemonnaie-left dl:after {
  clear: both;
}
.dsb-credit-portemonnaie-left dl:before,
.dsb-credit-portemonnaie-left dl:after {
  content: " ";
  display: table;
}
.dsb-credit-portemonnaie-left dl:after {
  clear: both;
}
.dsb-credit-portemonnaie-left dl dt {
  float: left;
  width: 120px;
}
.dsb-credit-portemonnaie-left dl dd {
  float: right;
  text-align: right;
  width: 130px;
}
.dsb-credit-portemonnaie-left dl dt,
.dsb-credit-portemonnaie-left dl dd {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #586266;
  font-weight: normal;
  margin-bottom: 20px;
}
.dsb-credit-portemonnaie-left hr {
  border-color: #f0efeb;
  width: 100%;
  float: left;
}
.dsb-credit-portemonnaie-left a {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 9px;
  display: inline-block;
}
.dsb-credit-portemonnaie-left a:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
.dsb-credit-portemonnaie-left a:visited,
.dsb-credit-portemonnaie-left a:focus,
.dsb-credit-portemonnaie-left a:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dsb-credit-portemonnaie-paypal-offer {
  background: url('/assets/actulegales-front-desktop/img/paypal-offer.png') no-repeat 15px 15px transparent;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #c9cfd0;
  padding: 10px 15px 12px 85px;
  margin-bottom: 30px;
}
.dsb-credit-portemonnaie-paypal-offer .dsb-credit-portemonnait-paypal-offer-title {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #3c6f85;
}
.dsb-credit-portemonnaie-paypal-offer p {
  font-color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  margin: 0px;
}
.dsb-credit-portemonnaie-paypal-offer p strong {
  font-weight: normal;
  color: #3c6f85;
}
.dsb-credit-portemonnaie-right promotion {
  display: none;
}
.dsb-credit-portemonnaie-right[class*="col-"] {
  padding-right: 0px;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal-title {
  width: 100%;
  height: 60px;
  background: url('/assets/actulegales-front-desktop/img/bck-portemonnaie-paypal-title.png') no-repeat right top;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 17px;
  padding-left: 20px;
  margin-bottom: 8px;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  float: left;
  padding: 20px 20px 11px;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form {
  position: relative;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form label {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  color: #586266;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form label span {
  font-style: italic;
  font-weight: normal;
  color: #b6bdbf;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form #portemonnaie-credit-form-input {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  text-align: center;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  color: #7e888c;
  width: 138px;
  height: 48px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  border: 1px solid #e8eaeb;
  margin-left: 80px;
  margin-top: 15px;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form .portemonnaie-credit-form-input-sub {
  float: left;
  font-family: 'Lato', sans-serif;
  color: #b6bdbf;
  font-size: 13px;
  font-style: italic;
  margin-top: 5px;
  padding-left: 105px;
  width: 100%;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form .portemonnaie-credit-form-bulle-info {
  position: absolute;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #3c6f85;
  width: 141px;
  height: 40px;
  line-height: 40px;
  font-style: italic;
  top: 44px;
  left: 225px;
  overflow: visible;
  background: url('/assets/actulegales-front-desktop/img/bck-bull-info-credit.png') no-repeat transparent;
  padding-left: 15px;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form .portemonnaie-credit-form-bulle-info:before {
  content: " ";
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form .portemonnaie-credit-form-bulle-info .info-content {
  padding-right: 15px;
  background-color: #F2E3CE;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  white-space: nowrap;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form #portemonnaie-credit-form-submit {
  margin-top: 20px;
  margin-left: 80px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ddba7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 100px;
  height: 40px;
  border-bottom: 3px solid #a07f4e;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal #portemonnaie-credit-form #portemonnaie-credit-form-submit:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #e3c188;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3c188), color-stop(100%, #ddb470));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3c188 0%, #ddb470 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal hr {
  border-color: #f0efeb;
  width: 100%;
  float: left;
  margin: 20px 0;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal .portemonnaie-credit-form-informations {
  width: 100%;
  float: left;
}
.dsb-credit-portemonnaie-right .dsb-credit-portemonnaie-paypal .portemonnaie-credit-form-informations p {
  color: #b6bdbf;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
#dsb-credit-historique {
  margin-top: 60px;
}
#dsb-credit-historique table {
  width: 100%;
}
#dsb-credit-historique table thead {
  display: block;
}
#dsb-credit-historique table thead .numero {
  width: 102px;
  text-align: center;
}
#dsb-credit-historique table thead .date {
  width: 118px;
  text-align: center;
  padding: 0 12px;
}
#dsb-credit-historique table thead .debits,
#dsb-credit-historique table thead .credits {
  width: 94px;
  text-align: center;
}
#dsb-credit-historique table thead .description {
  width: 375px;
  text-align: left;
  padding-left: 20px;
  border-right: 0;
}
#dsb-credit-historique table tbody {
  display: block;
}
#dsb-credit-historique table tbody .numero {
  width: 102px;
  text-align: center;
}
#dsb-credit-historique table tbody .date {
  width: 118px;
  text-align: center;
  padding: 0 12px;
}
#dsb-credit-historique table tbody .debits,
#dsb-credit-historique table tbody .credits {
  width: 94px;
  text-align: center;
}
#dsb-credit-historique table tbody .description {
  width: 375px;
  text-align: left;
  padding-left: 20px;
  border-right: 0;
}
#dsb-credit-historique table tfoot .td-clear.bottom {
  border-top: 2px solid #e0dfd7;
}
#dsb-credit-historique .dsb-credit-historique-total {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 60px;
  background: #c79750;
  width: 100%;
  float: left;
  margin-top: 8px;
  margin-bottom: 2px;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}
#dsb-credit-historique .dsb-credit-historique-total .dsb-credit-historique-total-title {
  width: 202px;
  text-align: right;
  padding-top: 17px;
  float: left;
  margin-right: 15px;
}
#dsb-credit-historique .dsb-credit-historique-total .dsb-credit-historique-total-debits,
#dsb-credit-historique .dsb-credit-historique-total .dsb-credit-historique-total-credits {
  padding: 12px;
  background: #d9b273;
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 12%;
  text-align: center;
}
/*** Dashboard Profil ***/
/** Profil content **/
#dsb-profil .dsb-profil-edit-link {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  right: 7px;
  top: 10px;
}
#dsb-profil .dsb-profil-edit-link:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#dsb-profil .dsb-profil-edit-link:visited,
#dsb-profil .dsb-profil-edit-link:focus,
#dsb-profil .dsb-profil-edit-link:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#dsb-profil .dsb-profil-content {
  background: #fff;
  float: left;
  width: 100%;
}
#dsb-profil .dsb-profil-content h2 {
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  color: #586266;
  font-size: 16px;
  margin: 0px;
  float: left;
  width: 100%;
}
#dsb-profil .dsb-profil-content h3 {
  color: #3c6f85;
  font-weight: normal;
  font-size: 18px;
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#dsb-profil .dsb-profil-content .dsb-profil-title,
#dsb-profil .dsb-profil-content .dsb-profil-coordonnees,
#dsb-profil .dsb-profil-content .dsb-profil-mails,
#dsb-profil .dsb-profil-content .dsb-profil-societes {
  border-bottom: 1px solid #E0DFD7;
  padding: 25px 20px 23px;
  float: left;
  width: 100%;
}
#dsb-profil .dsb-profil-content .dsb-profil-societes {
  border-bottom: 2px solid #E0DFD7;
}
#dsb-profil .dsb-profil-content .dsb-profil-content-item-title,
#dsb-profil .dsb-profil-content .dsb-profil-content-item-content {
  width: 250px;
  float: left;
  display: inline-block;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #586266;
  margin-top: 10px;
}
#dsb-profil .dsb-profil-content .dsb-profil-content-item-content {
  width: 510px;
}
/** Profil edit **/
#dsb-profil.edit .dsb-section-information {
  background: url('/assets/actulegales-front-desktop/img/bck-dsb-profil-information.png') no-repeat scroll 18px 28px #f2e3ce !important;
  border: 1px dashed #C79750;
  border-radius: 5px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  padding-left: 100px;
  padding-top: 20px;
  width: 100%;
}
#dsb-profil.edit .dsb-section-information p {
  color: #3C6F85;
  text-align: left;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
#dsb-profil.edit fieldset {
  border-bottom: 1px solid #E0DFD7;
  padding: 25px 20px 23px;
  float: left;
  width: 100%;
}
#dsb-profil.edit fieldset legend {
  border: 0px solid #fff;
  float: left;
  font-weight: normal;
  margin: 0px;
}
#dsb-profil.edit fieldset label {
  font-weight: normal;
  margin-left: 1em;
  cursor: pointer;
}
#dsb-profil.edit fieldset label > input[type="radio"],
#dsb-profil.edit fieldset label > input[type="checkbox"] {
  width: 15px;
  float: left;
  height: 15px;
  border-radius: 50%;
  margin-top: 2px;
  appearance: radio;
  -o-appearance: radio;
  -ie-appearance: radio;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  margin-left: 5px;
}
#dsb-profil.edit fieldset label > input[type="radio"] + span,
#dsb-profil.edit fieldset label > input[type="checkbox"] + span {
  padding-left: 1em;
}
#dsb-profil.edit fieldset.dsb-profil-edit-form-title legend {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #586266;
}
#dsb-profil.edit fieldset.dsb-profil-edit-form-coordonnees legend,
#dsb-profil.edit fieldset.dsb-profil-edit-form-societe legend {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #586266;
  font-weight: bold;
}
#dsb-profil.edit fieldset.dsb-profil-edit-form-raison legend,
#dsb-profil.edit fieldset.dsb-profil-edit-form-civilite legend,
#dsb-profil.edit fieldset.dsb-profil-edit-form-submit legend {
  position: absolute;
  left: -9999px;
}
#dsb-profil.edit fieldset.dsb-profil-edit-form-raison label {
  font-weight: bold;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#dsb-profil.edit fieldset.dsb-profil-edit-form-raison .chosen-container {
  width: 310px !important;
  margin-left: 10px;
}
#dsb-profil.edit fieldset.dsb-profil-edit-form-raison .chosen-container .chosen-single {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 28px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 0px #fff;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item {
  width: 370px;
  margin-top: 10px;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item .dsb-profil-edit-form-civilite-title {
  font-weight: bold;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item label {
  width: 100%;
  float: left;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item input {
  width: 350px;
  float: left;
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 28px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0px 5px;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item input[type="radio"] {
  height: auto;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item .dsb-profil-edit-form-civilite-title {
  float: left;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item.full {
  width: 100%;
  float: left;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item.full label {
  width: auto;
  margin-left: 10px;
  float: left;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item.full input {
  margin-left: 20px;
  width: auto;
  float: left;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item.full input[type="radio"] {
  cursor: pointer;
  width: 15px;
  float: left;
  height: 15px;
  border-radius: 50%;
  margin-top: 2px;
  appearance: radio;
  -o-appearance: radio;
  -ie-appearance: radio;
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item.left {
  float: left;
}
#dsb-profil.edit fieldset .dsb-profil-edit-form-item.right {
  float: right;
  padding-left: 10px;
}
#dsb-profil.edit fieldset.dsb-profil-edit-form-submit button {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0px auto;
}
#dsb-profil.edit fieldset.dsb-profil-edit-form-submit button:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#dsb-profil.edit fieldset.dsb-profil-edit-form-submit button:visited,
#dsb-profil.edit fieldset.dsb-profil-edit-form-submit button:focus,
#dsb-profil.edit fieldset.dsb-profil-edit-form-submit button:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
/** Factures **/
#dsb-factures {
  /*
	#dsb-factures-annonces{
		display: block;
	}
        */
}
#dsb-factures .dsb-factures-menu {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 2px solid #E0DFD7;
  height: 46px;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
}
#dsb-factures .dsb-factures-menu .dsb-factures-menu-item {
  float: left;
  width: 50%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #3c6f85;
  text-transform: uppercase;
  line-height: 44px;
  margin-bottom: 8px;
  margin-top: 0;
  cursor: pointer;
  height: 46px;
}
#dsb-factures .dsb-factures-menu .dsb-factures-menu-item:hover,
#dsb-factures .dsb-factures-menu .dsb-factures-menu-item.active {
  background: url('/assets/actulegales-front-desktop/img/dsb-factures-menu-item-hover.png');
  border-bottom: 0px solid #E0DFD7;
  height: 46px;
}
#dsb-factures #dsb-factures-fichiers table th.nbr-annonces {
  padding: 0 15px;
}
#dsb-factures #dsb-factures-fichiers table td {
  vertical-align: top;
}
#dsb-factures .dsb-facture {
  display: none;
}
#dsb-factures .dsb-facture.active {
  display: block;
}
#dsb-factures .dsb-facture table th.facturePDF,
#dsb-factures .dsb-facture table th.duree {
  padding: 0px 15px;
}
#dsb-factures .dsb-facture table th.prix {
  border-right: 0px solid #fff;
}
#dsb-factures .dsb-facture table th.evenements {
  border-color: #f2f1e9;
}
#dsb-factures .dsb-facture table td.duree {
  width: 129px;
}
#dsb-factures .dsb-facture table td.date {
  width: 109px;
}
#dsb-factures .dsb-facture table td.societe {
  width: 250px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
#dsb-factures .dsb-facture table td.criteres {
  width: 360px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
#dsb-factures .dsb-facture table td.nbr-annonces {
  width: 149px;
  padding-left: 20px;
  padding-right: 20px;
}
#dsb-factures .dsb-facture table td.evenements {
  width: 229px;
  text-align: left;
  border-color: transparent;
}
#dsb-factures .dsb-facture table td.evenements div {
  padding-left: 20px;
  padding-right: 10px;
}
#dsb-factures .dsb-facture table td.jal {
  width: 50px;
  text-align: center;
}
#dsb-factures .dsb-facture table td.jal .tooltip {
  text-align: center;
  cursor: pointer;
  opacity: 1;
  position: relative;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-download-info.png') no-repeat;
}
#dsb-factures .dsb-facture table td.jal .tooltip:hover {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-download-info-active.png') no-repeat;
}
#dsb-factures .dsb-facture table td.jal .tooltip:hover:after {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  border: 1px solid #cbcfd1;
  box-shadow: 0 0px 4px -1px #7e888c;
  min-height: 50px;
  height: auto;
  padding: 10px 10px;
  color: #7e888c;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  content: attr(title);
  bottom: 34px;
  top: auto;
  right: auto;
  left: -53px;
  position: absolute;
  z-index: 98;
  width: 190px;
}
#dsb-factures .dsb-facture table td.jal .tooltip:hover:before {
  background: url("/assets/actulegales-front-desktop/img/bck-dsb-infobulle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  left: 0px;
  right: auto;
  position: absolute;
  width: 22px;
  z-index: 99;
  bottom: 21px;
}
#dsb-factures .dsb-facture table td.facturePDF {
  width: 79px;
}
#dsb-factures .dsb-facture table td.facturePDF .tooltip {
  text-align: center;
  cursor: pointer;
  opacity: 1;
  position: relative;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-download-facture.png') no-repeat;
}
#dsb-factures .dsb-facture table td.facturePDF .tooltip:hover {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-download-facture-active.png') no-repeat;
}
#dsb-factures .dsb-facture table td.facturePDF .tooltip:hover:after {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  border: 1px solid #cbcfd1;
  box-shadow: 0 0px 4px -1px #7e888c;
  min-height: 50px;
  height: auto;
  padding: 10px 10px;
  color: #7e888c;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  content: attr(title);
  bottom: 34px;
  top: auto;
  right: auto;
  left: -53px;
  position: absolute;
  z-index: 98;
  width: 125px;
}
#dsb-factures .dsb-facture table td.facturePDF .tooltip:hover:before {
  background: url("/assets/actulegales-front-desktop/img/bck-dsb-infobulle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  left: 0px;
  right: auto;
  position: absolute;
  width: 22px;
  z-index: 99;
  bottom: 21px;
}
#dsb-factures .dsb-facture table td.prix {
  width: 83px;
  border-right: 0px solid #fff;
}
#dsb-factures .dsb-facture table td span,
#dsb-factures .dsb-facture table td li {
  color: #b6bdbf;
}
#dsb-factures .dsb-facture .dsb-cart-total-content {
  float: right;
  margin-right: 20px;
}
#dsb-factures .dsb-facture .dsb-cart-total-content .dsb-cart-total-content-ht,
#dsb-factures .dsb-facture .dsb-cart-total-content .dsb-cart-total-content-tva,
#dsb-factures .dsb-facture .dsb-cart-total-content .dsb-cart-total-content-ttc {
  padding: 7px 9px;
  background: #b6bdbf;
  float: left;
  font-size: 14px;
  color: #586266;
  margin-left: 20px;
  margin-top: 8px;
  min-width: 150px;
  text-align: center;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #d4d8d9;
}
#dsb-factures .dsb-facture .dsb-cart-total-content .dsb-cart-total-content-ht span,
#dsb-factures .dsb-facture .dsb-cart-total-content .dsb-cart-total-content-tva span,
#dsb-factures .dsb-facture .dsb-cart-total-content .dsb-cart-total-content-ttc span {
  font-size: 20px;
  color: #fff;
}
#dsb-factures .dsb-facture .dsb-cart-total-content .dsb-cart-total-content-ttc {
  background: #d4d8d9;
  color: #586266;
}
#dsb-factures .dsb-facture .dsb-factures-annonces-total,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 60px;
  background: #b6bdbf;
  width: 100%;
  float: left;
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}
#dsb-factures .dsb-facture .dsb-factures-annonces-total-title,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-title,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-title {
  /*width:633px;
			text-align: right;
			padding-top:17px;
			float: left;*/
  width: 265px;
  text-align: right;
  padding-top: 17px;
  float: left;
}
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content {
  float: right;
  margin-right: 8px;
  /*	padding:9px;
			background:#d4d8d9;
			float: left;
		    margin-left: 20px;
		    margin-top: 7px;
		    width: 140px;
		    font-size: 20px;
		    text-align: center;
			.borderRadius(5px);*/
}
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-annonces-total-content-ht,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-annonces-total-content-ht,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-annonces-total-content-ht,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-annonces-total-content-tva,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-annonces-total-content-tva,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-annonces-total-content-tva,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-annonces-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-annonces-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-annonces-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-surveillances-total-content-ht,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-surveillances-total-content-ht,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-surveillances-total-content-ht,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-surveillances-total-content-tva,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-surveillances-total-content-tva,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-surveillances-total-content-tva,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-surveillances-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-surveillances-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-surveillances-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-fichiers-total-content-ht,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-fichiers-total-content-ht,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-fichiers-total-content-ht,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-fichiers-total-content-tva,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-fichiers-total-content-tva,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-fichiers-total-content-tva,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-fichiers-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-fichiers-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-fichiers-total-content-ttc {
  padding: 7px 9px;
  background: #b6bdbf;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  min-width: 150px;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #d4d8d9;
}
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-annonces-total-content-ht span,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-annonces-total-content-ht span,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-annonces-total-content-ht span,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-annonces-total-content-tva span,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-annonces-total-content-tva span,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-annonces-total-content-tva span,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-annonces-total-content-ttc span,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-annonces-total-content-ttc span,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-annonces-total-content-ttc span,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-surveillances-total-content-ht span,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-surveillances-total-content-ht span,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-surveillances-total-content-ht span,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-surveillances-total-content-tva span,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-surveillances-total-content-tva span,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-surveillances-total-content-tva span,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-surveillances-total-content-ttc span,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-surveillances-total-content-ttc span,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-surveillances-total-content-ttc span,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-fichiers-total-content-ht span,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-fichiers-total-content-ht span,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-fichiers-total-content-ht span,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-fichiers-total-content-tva span,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-fichiers-total-content-tva span,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-fichiers-total-content-tva span,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-fichiers-total-content-ttc span,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-fichiers-total-content-ttc span,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-fichiers-total-content-ttc span {
  font-size: 14px;
  color: #586266;
}
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-annonces-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-annonces-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-annonces-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-surveillances-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-surveillances-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-surveillances-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-annonces-total-content .dsb-factures-fichiers-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-surveillances-total-content .dsb-factures-fichiers-total-content-ttc,
#dsb-factures .dsb-facture .dsb-factures-fichiers-total-content .dsb-factures-fichiers-total-content-ttc {
  background: #d4d8d9;
  color: #586266;
}
/** Dashboard Annonces **/
#dsb-annonces form {
  width: 375px;
  position: absolute;
  top: 15px;
  right: 15px;
}
#dsb-annonces form ::-webkit-input-placeholder {
  color: #586266;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
}
#dsb-annonces form ::-moz-placeholder {
  color: #586266;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
}
#dsb-annonces form :-ms-input-placeholder {
  color: #586266;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
}
#dsb-annonces form :-moz-placeholder {
  color: #586266;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
}
#dsb-annonces form #search-annonces-input {
  width: 340px;
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 30px;
  border: 1px solid #e8eaeb;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 0px 0px #fff;
  float: left;
  padding-left: 5px;
}
#dsb-annonces form #search-annonces-submit {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  background: url('/assets/actulegales-front-desktop/img/button-search-annonces-submit.png') no-repeat;
  width: 34px;
  height: 30px;
  cursor: pointer;
  text-indent: -9999px;
  float: left;
}
#dsb-annonces table th.date {
  padding: 0px 10px;
}
#dsb-annonces table th.evenements {
  border-right: 0px solid #fff;
}
#dsb-annonces table td.date {
  width: 90px;
  padding: 0px 10px;
}
#dsb-annonces table td.societe {
  width: 275px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
#dsb-annonces table td.evenements {
  width: 315px;
  text-align: left;
  border-right: 0px solid #fff;
}
#dsb-annonces table td.evenements div {
  padding-left: 20px;
  padding-right: 60px;
}
#dsb-annonces table td.evenements .tooltip {
  text-align: center;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  bottom: 6px;
  right: 20px;
  top: auto;
  left: auto;
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-download-info.png') no-repeat;
}
#dsb-annonces table td.evenements .tooltip:hover {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-download-info-active.png') no-repeat;
}
#dsb-annonces table td.evenements .tooltip:hover:after {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  border: 1px solid #cbcfd1;
  box-shadow: 0 0px 4px -1px #7e888c;
  min-height: 50px;
  height: auto;
  padding: 10px 10px;
  color: #7e888c;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  content: attr(title);
  bottom: 34px;
  top: auto;
  right: -20px;
  left: auto;
  position: absolute;
  z-index: 98;
  width: 190px;
}
#dsb-annonces table td.evenements .tooltip:hover:before {
  background: url("/assets/actulegales-front-desktop/img/bck-dsb-infobulle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  left: 0px;
  right: auto;
  position: absolute;
  width: 22px;
  z-index: 99;
  bottom: 21px;
}
#dsb-annonces table td.detail {
  width: 75px;
  border-right: 0px solid #fff;
}
#dsb-annonces table td.detail a {
  display: block;
  height: 24px;
  margin: auto;
  width: 24px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-facture-prolonger-active.png') no-repeat;
}
#dsb-annonces table td.detail a:hover {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-facture-prolonger-hover.png') no-repeat;
}
#dsb-annonces table td span {
  color: #b6bdbf;
}
/** Annonce unitaire **/
#dsb-annonce-single .dsb-section-title {
  padding-left: 50px !important;
}
#dsb-annonce-single .dsb-back-annonce-single {
  color: #D9B273;
  font-size: 23px;
  left: 15px;
  position: absolute;
  text-decoration: none;
  top: 18px;
}
#dsb-annonce-single .dsb-back-annonce-single:hover {
  color: #fff;
  text-decoration: none;
}
#dsb-annonce-single table {
  float: left;
}
#dsb-annonce-single table td {
  border-bottom: 1px solid #e0dfd7;
  padding: 10px 20px !important;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  border-right: 0px solid #fff !important;
}
#dsb-annonce-single table td.annonce-mouvement-title,
#dsb-annonce-single table td.annonce-texte {
  padding: 20px 20px !important;
  text-align: left !important;
}
#dsb-annonce-single table td.annonce-journal,
#dsb-annonce-single table td.annonce-pdf,
#dsb-annonce-single table td.annonce-mail {
  padding: 20px 20px 20px 60px !important;
  text-align: left !important;
}
#dsb-annonce-single table td.annonce-journal {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-annonce-journal.png') no-repeat 15px center transparent;
}
#dsb-annonce-single table td.annonce-pdf {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-annonce-pdf.png') no-repeat 10px center transparent;
}
#dsb-annonce-single table td.annonce-mail {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-annonce-mail.png') no-repeat 20px center transparent;
}
#dsb-annonce-single table td.annonce-mouvement-title,
#dsb-annonce-single table td.annonce-journal {
  font-weight: bold;
}
#dsb-annonce-single table td.annonce-texte h2 {
  color: #c79750;
  font-weight: normal;
  font-size: 16px;
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#dsb-annonce-single table td a {
  text-decoration: underline;
  color: #3c6f85 !important;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#dsb-annonce-single table td a:hover {
  text-decoration: none;
}
#dsb-annonce-single table td p {
  font-size: 13px;
  color: #586266;
  line-height: 20px;
  text-align: left;
  font-family: 'Lato', sans-serif;
}
#dsb-annonce-single ul,
#dsb-annonce-single li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#dsb-annonce-single ul {
  float: left;
  padding: 10px 0;
  width: 100%;
}
#dsb-annonce-single li {
  width: 100%;
  float: left;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  text-align: left;
}
#dsb-annonce-single h2 {
  color: #3c6f85;
  font-weight: normal;
  font-size: 18px;
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  width: 100%;
}
#dsb-annonce-single .dsb-annonce-single-title {
  border-bottom: 2px solid #c79750;
  padding: 20px;
  float: left;
  width: 100%;
  background: #fff;
}
/** Dashboard Alertes **/
#dsb-alertes input[name="siren"].ui-autocomplete-loading {
  background: #ffffff url('/assets/actulegales-front-desktop/img/spinner/refresh-16px.gif') right center no-repeat !important;
}
#dsb-alertes table .live-update td.actions a.update-yes,
#dsb-alertes table .live-update td.actions a.update-no {
  display: block;
}
#dsb-alertes table .live-update td.actions a.update {
  display: none;
}
#dsb-alertes table td .siren {
  color: #b6bdbf;
}
#dsb-alertes table td.input {
  width: 50px;
  text-align: center !important;
}
#dsb-alertes table td.societe {
  width: 425px;
  padding-right: 150px;
}
#dsb-alertes table td.evenement {
  width: 225px;
  padding-right: 10px;
}
#dsb-alertes table td.frequence {
  width: 200px;
}
#dsb-alertes table td.frequence .chosen-container {
  margin-left: 0px;
}
#dsb-alertes table td.departement {
  width: 200px;
  padding-right: 10px;
}
#dsb-alertes table td.departement .chosen-container {
  margin-left: 0px;
}
#dsb-alertes table td.actions {
  padding-right: 15px;
  width: 75px;
}
#dsb-alertes table td.actions a {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: block;
  float: right;
}
#dsb-alertes table td.actions a.update {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-update.png') no-repeat;
}
#dsb-alertes table td.actions a.update-yes {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-yes.png') no-repeat;
  display: none;
}
#dsb-alertes table td.actions a.update-no {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-no.png') no-repeat;
  display: none;
}
#dsb-alertes table td.actions a.delete {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-delete.png') no-repeat;
}
#dsb-alertes table td.list-actions {
  padding-left: 20px;
}
#dsb-alertes table td.list-actions .delete {
  /*background:url('/assets/actulegales-front-desktop/img/button-list-action-blue-noactive.png') no-repeat;*/
  float: left;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #bdc4c6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdc4c6), color-stop(100%, #afb7b9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bdc4c6 0%, #afb7b9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: default;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 126px;
  height: 30px;
  border-bottom: 3px solid #83898b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 10px;
}
#dsb-alertes table td.list-actions .delete:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #bdc4c6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdc4c6), color-stop(100%, #afb7b9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bdc4c6 0%, #afb7b9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#dsb-alertes table td.list-actions .delete.active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 126px;
  height: 30px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
}
#dsb-alertes table td.list-actions .delete.active:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#dsb-alertes table td.list-actions .create-alert {
  float: left;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ddba7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  width: 126px;
  height: 30px;
  border-bottom: 3px solid #a07f4e;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#dsb-alertes table td.list-actions .create-alert:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #e3c188;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3c188), color-stop(100%, #ddb470));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3c188 0%, #ddb470 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#dsb-alertes table td .tooltip {
  text-align: center;
  cursor: pointer;
  opacity: 1;
  position: relative;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  display: inline-block;
  height: 100%;
  width: 100%;
  background: url('') no-repeat;
}
#dsb-alertes table td .tooltip:hover {
  background: url('') no-repeat;
}
#dsb-alertes table td .tooltip:hover:after {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  border: 1px solid #cbcfd1;
  box-shadow: 0 0px 4px -1px #7e888c;
  min-height: 30px;
  height: auto;
  padding: 10px 10px;
  color: #7e888c;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  content: attr(title);
  bottom: 34px;
  top: auto;
  right: auto;
  left: -37px;
  position: absolute;
  z-index: 98;
  width: 120px;
}
#dsb-alertes table td .tooltip:hover:before {
  background: url("/assets/actulegales-front-desktop/img/bck-dsb-infobulle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  left: 1px;
  right: auto;
  position: absolute;
  width: 22px;
  z-index: 99;
  bottom: 21px;
}
/** Dashboard FAvoris **/
#dsb-favoris article {
  width: 100%;
  float: left;
  padding: 20px 20px 15px 20px;
  background: #fff;
  position: relative;
  border-bottom: 2px solid #e0dfd7;
}
#dsb-favoris article h2 {
  color: #3c6f85;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  max-width: 510px;
}
#dsb-favoris article .entreprise-adresse {
  display: inline-block;
  width: 510px;
  color: #c79750;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
}
#dsb-favoris article dl {
  width: 510px;
  float: left;
  line-height: 1.6em;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#dsb-favoris article dl .evenement-title,
#dsb-favoris article dl .parution-title,
#dsb-favoris article dl .date-title,
#dsb-favoris article dl .evenement-content,
#dsb-favoris article dl .parution-content,
#dsb-favoris article dl .date-content {
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
#dsb-favoris article dl dt {
  display: inline-block;
  vertical-align: top;
}
#dsb-favoris article dl dt span {
  display: inline-block;
  width: 70px;
}
#dsb-favoris article dl dd {
  margin-left: 5px;
  display: inline-block;
  width: 425px;
}
#dsb-favoris article dl dd strong {
  font-weight: normal;
}
#dsb-favoris article .entreprise-other-results {
  float: left;
  background: url('/assets/actulegales-front-desktop/img/bck-entreprise-other-results.png') no-repeat center top #f7f7f7;
  margin-left: -20px;
  margin-right: -20px;
  padding: 15px 20px;
}
#dsb-favoris article .entreprise-other-results .entreprise-other-results-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #b6bdbf;
  width: 100%;
  float: left;
}
#dsb-favoris article .entreprise-other-results ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0px;
  float: left;
}
#dsb-favoris article .entreprise-other-results ul li {
  list-style: none;
  padding-left: 12px;
  border-left: 4px solid #e6e8e9;
  height: 35px;
  margin-bottom: 11px;
  float: left;
}
#dsb-favoris article .entreprise-other-results ul li h3 {
  font-size: 15px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  float: left;
  margin: 0;
  padding: 0;
}
#dsb-favoris article .entreprise-other-results ul li h3 .entreprise-adresse {
  font-size: 13px;
  float: left;
  color: #c79750;
}
#dsb-favoris article .result-actions {
  width: 100%;
  margin-top: 15px;
  float: left;
  position: relative;
}
#dsb-favoris article .result-actions span,
#dsb-favoris article .result-actions a {
  color: #7e888c;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin-right: 20px;
  cursor: pointer;
}
#dsb-favoris article .result-actions span i,
#dsb-favoris article .result-actions a i {
  margin-right: 5px;
  display: inline-block;
  float: left;
}
#dsb-favoris article .result-actions a i.icon-delete-sitemap {
  width: 15px;
  height: 16px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-delete-sitemap.png') no-repeat center bottom transparent;
}
#dsb-favoris article .result-actions a span {
  float: left;
}
#dsb-favoris article .result-actions span i.icon-favoris {
  width: 16px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-favoris.png') no-repeat center bottom transparent;
}
#dsb-favoris article .result-actions span i.icon-alertemail {
  width: 16px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-alertemail.png') no-repeat center bottom transparent;
}
#dsb-favoris article .result-actions span i.icon-surveillance {
  width: 18px;
  height: 15px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-surveillance.png') no-repeat center bottom transparent;
}
#dsb-favoris article .result-actions span span {
  float: left;
}
#dsb-favoris article .result-actions span.check {
  color: #293033;
}
#dsb-favoris article .result-actions span.check i.icon-favoris {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-favoris-check.png') no-repeat center bottom transparent;
}
#dsb-favoris article .result-actions span.check i.icon-alertemail {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-alertemail-check.png') no-repeat center bottom transparent;
}
#dsb-favoris article .result-actions span.check i.icon-surveillance {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-surveillance-check.png') no-repeat center bottom transparent;
}
#dsb-favoris article .result-actions span:hover {
  color: #7e888c;
}
#dsb-favoris article .result-actions .result-delete-sitemap {
  float: right;
  margin-right: 0px;
}
#dsb-favoris article .result-actions .result-delete-sitemap span {
  margin-right: 0px;
}
#dsb-favoris article .result-actions .result-alert-flyout {
  display: none;
  bottom: 17px;
  height: 89px;
  left: 20px;
  padding: 12px 9px 0px;
  position: absolute;
  width: 196px;
  background: url('/assets/actulegales-front-desktop/img/back-result-alert-flyout.png') no-repeat center bottom transparent;
}
#dsb-favoris article .result-actions .result-alert-flyout p {
  border-bottom: 2px solid #E0DFD7;
  margin-bottom: 5px;
  padding-bottom: 6px;
  text-align: center;
}
#dsb-favoris article .result-actions .result-alert-flyout p:last-child {
  border-bottom: 0px solid #fff;
}
#dsb-favoris article .result-actions .result-alert-flyout p a {
  color: #7e888c;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}
#dsb-favoris article .result-actions .result-alert-flyout p a:hover {
  text-decoration: none;
  color: #293033;
}
#dsb-favoris article .result-cart {
  width: 70px;
  height: 80px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#dsb-favoris article .result-cart .result-price {
  border-top: 1px solid #e8eaeb;
  border-left: 1px solid #e8eaeb;
  border-right: 1px solid #e8eaeb;
  display: block;
  float: left;
  height: 40px;
  width: 70px;
  text-align: center;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #7e888c;
  font-size: 14px;
}
#dsb-favoris article .result-cart .result-add-cart {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  text-indent: -9999px;
  height: 40px;
  float: left;
  background: url('/assets/actulegales-front-desktop/img/button-add-cart.png') no-repeat;
  width: 70px;
}
#dsb-favoris article .result-cart .result-add-cart.check {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-check.png') no-repeat;
}
#dsb-favoris article .result-cart .result-add-cart.check:hover {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-uncheck.png') no-repeat;
}
#dsb-favoris article .result-cart .result-add-cart.check:focus,
#dsb-favoris article .result-cart .result-add-cart.check:active {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-check.png') no-repeat;
}
#dsb-favoris article .result-cart .result-add-cart.payed {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-pay.png') no-repeat;
}
#dsb-favoris article .result-cart .result-add-cart.payed:hover,
#dsb-favoris article .result-cart .result-add-cart.payed:focus,
#dsb-favoris article .result-cart .result-add-cart.payed:active {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-pay.png') no-repeat;
}
#dsb-favoris article .result-cart .result-add-cart:focus,
#dsb-favoris article .result-cart .result-add-cart:active {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart.png') no-repeat;
}
#dsb-favoris article .result-cart .result-add-cart:hover {
  background: url('/assets/actulegales-front-desktop/img/button-add-cart-hover.png') no-repeat;
}
#dsb-favoris article .result-cart.payed .result-price {
  display: none;
}
/** Dashboard Surveillances **/
#dsb-surveillances table th.date,
#dsb-surveillances table th.duree,
#dsb-surveillances table th.date-fin,
#dsb-surveillances table th.prolonger {
  padding: 0px 15px;
}
#dsb-surveillances table th.prolonger {
  border-right: 0px solid #fff;
}
#dsb-surveillances table td span {
  color: #b6bdbf;
}
#dsb-surveillances table td.date {
  width: 148px;
}
#dsb-surveillances table td.societe {
  width: 260px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
#dsb-surveillances table td.societe a {
  text-decoration: underline;
}
#dsb-surveillances table td.societe a:hover {
  text-decoration: none;
}
#dsb-surveillances table td.duree,
#dsb-surveillances table td.date-fin {
  width: 129px;
}
#dsb-surveillances table td.date-fin span {
  color: #586266;
}
#dsb-surveillances table td.date-fin .tooltip {
  text-align: center;
  cursor: pointer;
  opacity: 1;
  position: relative;
  display: inline-block;
  width: 100%;
}
#dsb-surveillances table td.date-fin .tooltip:hover:after {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  border: 1px solid #cbcfd1;
  box-shadow: 0 0px 4px -1px #7e888c;
  min-height: 30px;
  height: auto;
  padding: 10px 10px;
  color: #7e888c;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  content: attr(title);
  bottom: 34px;
  top: auto;
  right: auto;
  left: -37px;
  position: absolute;
  z-index: 98;
  width: 190px;
}
#dsb-surveillances table td.date-fin .tooltip:hover:before {
  background: url("/assets/actulegales-front-desktop/img/bck-dsb-infobulle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  left: 50px;
  right: auto;
  position: absolute;
  width: 22px;
  z-index: 99;
  bottom: 21px;
}
#dsb-surveillances table td.prolonger {
  width: 130px;
  border-right: 0px solid #fff;
}
#dsb-surveillances table td.prolonger .tooltip {
  text-align: center;
  cursor: pointer;
  opacity: 1;
  position: relative;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-facture-prolonger-active.png') no-repeat;
}
#dsb-surveillances table td.prolonger .tooltip:hover {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-facture-prolonger-active.png') no-repeat;
}
#dsb-surveillances table td.prolonger .tooltip.active,
#dsb-surveillances table td.prolonger .tooltip:hover {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-facture-prolonger-hover.png') no-repeat;
}
#dsb-surveillances table td.prolonger .tooltip:hover:after {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  border: 1px solid #cbcfd1;
  box-shadow: 0 0px 4px -1px #7e888c;
  min-height: 30px;
  height: auto;
  padding: 10px 10px;
  color: #7e888c;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  content: attr(title);
  bottom: 34px;
  top: auto;
  right: auto;
  left: -41px;
  position: absolute;
  z-index: 98;
  width: 100px;
}
#dsb-surveillances table td.prolonger .tooltip:hover:before {
  background: url("/assets/actulegales-front-desktop/img/bck-dsb-infobulle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 14px;
  left: 0px;
  right: auto;
  position: absolute;
  width: 22px;
  z-index: 99;
  bottom: 21px;
}
#dsb-surveillances table td.prolonger .inactive {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-dsb-facture-prolonger.png') no-repeat;
}
/** Dashboard Surveillances single **/
#dsb-surveillances-single .dsb-section-title {
  padding-left: 50px !important;
}
#dsb-surveillances-single .dsb-back-surveillances-single {
  color: #D9B273;
  font-size: 23px;
  left: 15px;
  position: absolute;
  text-decoration: none;
  top: 18px;
}
#dsb-surveillances-single .dsb-back-surveillances-single:hover {
  color: #fff;
  text-decoration: none;
}
#dsb-surveillances-single table td.date {
  width: 179px;
}
#dsb-surveillances-single table td.evenement {
  width: 329px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
#dsb-surveillances-single table td.journal {
  width: 290px;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
#dsb-surveillances-single table td.journal a {
  text-decoration: underline;
}
#dsb-surveillances-single table td.journal a:hover {
  text-decoration: none;
}
/** Dashboard Fichiers **/
#dsb-fichiers .dsb-fichiers-add-link {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  right: 7px;
  top: 10px;
}
#dsb-fichiers .dsb-fichiers-add-link:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#dsb-fichiers .dsb-fichiers-add-link:visited,
#dsb-fichiers .dsb-fichiers-add-link:focus,
#dsb-fichiers .dsb-fichiers-add-link:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#dsb-fichiers table th.fichier,
#dsb-fichiers table th.nbr-annonces {
  padding: 0px 15px;
}
#dsb-fichiers table th.prix {
  border-right: 0px solid #fff;
}
#dsb-fichiers table td {
  vertical-align: top;
}
#dsb-fichiers table td.date {
  width: 109px;
}
#dsb-fichiers table td.criteres {
  width: 399px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
#dsb-fichiers table td.nbr-annonces {
  width: 139px;
  padding-left: 20px;
  padding-right: 20px;
}
#dsb-fichiers table td.fichier {
  width: 150px;
  /*
				.tooltip{
					.tooltip-class(24px;24px;'/assets/actulegales-front-desktop/img/icons/icon-download-facture.png';'/assets/actulegales-front-desktop/img/icons/icon-download-facture-active.png';auto;auto;auto;auto;relative);
				}
				.tooltip:hover:after{
					.tooltip-after(125px;30px;auto;auto;34px;-53px)
				}
				.tooltip:hover:before{
					.tooltip-before(21px,auto,0px);
				}
                                */
}
#dsb-fichiers table td li {
  color: #b6bdbf;
}
.dsb-premium.dsb-credit-portemonnaie-left {
  height: 260px;
}
.dsb-premium .suscribe {
  height: 260px;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 20px 25px;
  position: absolute;
  width: 518px;
  color: #586266;
}
.dsb-premium .suscribe.options {
  color: #7e888c;
  display: none;
}
.dsb-premium .suscribe.options .line + .line {
  margin-top: 10px;
}
.dsb-premium .suscribe.options .line.hover {
  color: #3c6f85;
}
.dsb-premium .suscribe.description {
  font-size: 16px;
  line-height: 2;
}
.dsb-premium .suscribe .arrow li {
  list-style: none;
}
.dsb-premium .suscribe .arrow li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\f061";
  color: inherit;
  margin-right: 10px;
}
.dsb-premium .suscribe .arrow.arrow-gold li:before {
  color: #c79750;
}
.dsb-premium .suscribe .exclu {
  margin-top: 5px;
  width: 75px;
  height: 35px;
  overflow-y: hidden;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
.dsb-premium .suscribe .exclu .peak {
  width: 50px;
  height: 50px;
  background-color: #3c6f85;
  display: block;
  -webkit-transform: rotate(60deg) skewX(30deg) scale(1.15, 1);
  margin-top: -7px;
  margin-right: 12px;
  border-right: 2px solid #315a6c;
}
.dsb-premium .suscribe .exclu .title {
  text-align: center;
  border-radius: 4px 0 0 4px;
  background-color: #3c6f85;
  width: 56px;
  height: 35px;
  display: block;
  position: absolute;
  border-bottom: 3px solid #315a6c;
  font-size: 20px;
  line-height: 35px;
}
.dsb-premium .suscribe .exclu .title.normal {
  font-size: 14px;
  line-height: 12px !important;
  padding-top: 5px !important;
}
.dsb-premium .suscribe .content {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #e9ebec;
  border-radius: 4px;
  margin-left: -50px;
  padding-left: 50px;
  width: 330px;
  margin-right: 5px;
}
.dsb-premium .suscribe button {
  margin-top: 2px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 août 2014, 17:20:50
    Author     : Bouchez Guillaume <guillaume.bouchez@infolegale.fr>
*/
#paiement-result .tkt-thx {
  height: 165px;
  margin-bottom: 20px;
  background: #f2e3ce;
  border: 1px dashed #c79750;
  padding: 25px 20px;
  color: #3c6f85;
  width: 590px;
  float: left;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#paiement-result .tkt-thx h2 {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
}
#paiement-result .tkt-thx h2 a {
  text-decoration: underline;
}
#paiement-result .tkt-thx p {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  margin-bottom: 0px;
}
#paiement-result .tkt-thx.pending {
  background: #fff;
  border-color: #3c6f85;
}
#paiement-result .tkt-thx.refused {
  background: #F8E8E8;
  border-color: #E0A6A6;
  color: #AD3838;
}
#paiement-result .tkt-rsm {
  height: 165px;
  margin-bottom: 20px;
  width: 200px;
  float: left;
  margin-left: 10px;
  background: #fff;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #3c6f85;
  padding: 25px 15px 15px;
  text-align: center;
}
#paiement-result .tkt-rsm .tkt-rsm-big-title {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#paiement-result .tkt-rsm .tkt-rsm-big-price {
  font-size: 28px;
  width: 100%;
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #3c6f85;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#paiement-result .tkt-rsm .tkt-rsm-price {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
#dsb-fc-a {
  display: block;
}
#dsb-fc-f table th.nbr-annonces {
  padding: 0 15px;
}
#dsb-fc-f table td {
  vertical-align: top;
}
.billing .dsb-section-title {
  width: 590px !important;
  float: left;
}
.billing .dsb-section-title .facturePDF {
  margin-right: 15px;
  margin-top: 15px;
  cursor: pointer;
  font-family: "FontAwesome", sans-serif;
  text-align: center;
  line-height: 30px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  color: #3c6f85;
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.billing .dsb-section-title .facturePDF:hover {
  background: none repeat scroll 0 0 #3c6f85 !important;
  border: 1px solid #3c6f85;
  text-decoration: none;
  color: #fff;
}
a.fichierDL {
  padding: 5px 10px;
  cursor: pointer;
  font-family: "FontAwesome", sans-serif;
  text-align: center;
  line-height: 30px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e8eaeb;
  border-radius: 4px;
  color: #3c6f85 !important;
  width: 30px;
  height: 30px;
  font-size: 20px;
}
a.fichierDL:hover {
  background: none repeat scroll 0 0 #3c6f85 !important;
  border: 1px solid #3c6f85;
  text-decoration: none;
  color: #fff !important;
}
a.access-button {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  width: 200px;
  height: 60px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  margin-left: 10px;
}
a.access-button:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
a.access-button:visited,
a.access-button:focus,
a.access-button:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  width: 200px;
  height: 60px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.dsb-cart-total-content {
  float: right;
  margin-right: 20px;
}
.dsb-cart-total-content .dsb-cart-total-content-ht,
.dsb-cart-total-content .dsb-cart-total-content-tva,
.dsb-cart-total-content .dsb-cart-total-content-ttc {
  padding: 7px 9px;
  background: #b6bdbf;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  min-width: 150px;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #d4d8d9;
}
.dsb-cart-total-content .dsb-cart-total-content-ht span,
.dsb-cart-total-content .dsb-cart-total-content-tva span,
.dsb-cart-total-content .dsb-cart-total-content-ttc span {
  font-size: 14px;
  color: #586266;
}
.dsb-cart-total-content .dsb-cart-total-content-ttc {
  background: #d4d8d9;
  color: #586266;
}
.dsb-fc-a-total {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 60px;
  background: #b6bdbf;
  width: 100%;
  float: left;
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 20px;
}
.dsb-fc-a-total-title {
  width: 265px;
  text-align: right;
  padding-top: 17px;
  float: left;
}
.dsb-fc-a-total-content {
  float: right;
  margin-right: 8px;
}
.dsb-fc-a-total-content .dsb-fc-a-ht,
.dsb-fc-a-total-content .dsb-fc-a-tva,
.dsb-fc-a-total-content .dsb-fc-a-ttc {
  padding: 7px 9px;
  background: #b6bdbf;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  min-width: 150px;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #d4d8d9;
}
.dsb-fc-a-total-content .dsb-fc-a-ht span,
.dsb-fc-a-total-content .dsb-fc-a-tva span,
.dsb-fc-a-total-content .dsb-fc-a-ttc span {
  font-size: 14px;
  color: #586266;
}
.dsb-fc-a-total-content .dsb-fc-a-ttc {
  background: #d4d8d9;
  color: #586266;
}
/* Cart */
#dashboard #dsb-cart.not-connected .dsb-section-step-title {
  display: block;
}
#dashboard #dsb-cart.not-connected #dsb-cart-step-adresse {
  display: block;
}
#dashboard #dsb-cart .dsb-section-step-title {
  display: none;
  background: #fff;
  width: 100%;
  margin: 0px 0px 8px;
  border-bottom: 2px solid #e0dfd7;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #3c6f85;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  padding-left: 20px;
}
#dashboard #dsb-cart .dsb-section-step-title span {
  color: #fff;
  width: 25px;
  line-height: 25px;
  height: 25px;
  background: #3c6f85;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#dashboard #dsb-cart .page-content-info-flash {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px dashed #c79750;
  color: #3c6f85;
  font-family: 'Lato', sans-serif;
  width: 390px;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
  height: 30px;
  background: #fff799;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0px;
}
#dashboard #dsb-cart #dsb-cart-step-cart,
#dashboard #dsb-cart #dsb-cart-step-adresse {
  margin-bottom: 35px;
}
#dashboard #dsb-cart #dsb-cart-step-adresse {
  display: none;
}
#dashboard #dsb-cart .cart-annonces,
#dashboard #dsb-cart .cart-surveillances,
#dashboard #dsb-cart .cart-fichiers,
#dashboard #dsb-cart .cart-all-delete {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
#dashboard #dsb-cart .cart-fichiers table td {
  vertical-align: top;
}
#dashboard #dsb-cart table th.delete {
  border-right: 0px solid #fff;
}
#dashboard #dsb-cart table td.dsb-cart-table-title {
  height: 42px;
  border-bottom: 4px solid #4d8c9e;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #3c6f85;
  padding-left: 20px;
  font-weight: normal;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fafafa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #fafafa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-align: left;
  text-transform: uppercase;
}
#dashboard #dsb-cart table td.date {
  width: 108px;
}
#dashboard #dsb-cart table td.societe {
  width: 295px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
#dashboard #dsb-cart table td.evenements {
  width: 234px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
#dashboard #dsb-cart table td.duree {
  width: 342px;
  padding-left: 20px;
  padding-right: 20px;
}
#dashboard #dsb-cart table td.duree select {
  width: 100px;
}
#dashboard #dsb-cart table td.criteres {
  width: 349px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
#dashboard #dsb-cart table td.nbr-annonces {
  width: 275px;
  padding-left: 20px;
  padding-right: 20px;
}
#dashboard #dsb-cart table td.prix {
  width: 79px;
}
#dashboard #dsb-cart table td.delete {
  width: 80px;
  border-right: 0px solid #fff;
}
#dashboard #dsb-cart table td .siren {
  color: #b6bdbf;
  display: inline-block;
}
#dashboard #dsb-cart table td.criteres li {
  color: #b6bdbf;
}
#dashboard #dsb-cart .dsb-cart-total {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 60px;
  background: #b6bdbf;
  width: 100%;
  float: left;
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
}
#dashboard #dsb-cart .dsb-cart-total-title {
  width: 245px;
  text-align: right;
  padding-top: 17px;
  float: left;
}
#dashboard #dsb-cart .dsb-cart-total-content {
  float: right;
  margin-right: 8px;
}
#dashboard #dsb-cart .dsb-cart-total-content .dsb-cart-total-content-ht,
#dashboard #dsb-cart .dsb-cart-total-content .dsb-cart-total-content-tva,
#dashboard #dsb-cart .dsb-cart-total-content .dsb-cart-total-content-ttc {
  font-size: 14px;
  color: #586266;
  padding: 7px 9px;
  background: #b6bdbf;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  min-width: 150px;
  text-align: center;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #d4d8d9;
}
#dashboard #dsb-cart .dsb-cart-total-content .dsb-cart-total-content-ht span,
#dashboard #dsb-cart .dsb-cart-total-content .dsb-cart-total-content-tva span,
#dashboard #dsb-cart .dsb-cart-total-content .dsb-cart-total-content-ttc span {
  font-size: 20px;
  color: #fff;
}
#dashboard #dsb-cart .dsb-cart-total-content .dsb-cart-total-content-ttc {
  background: #d4d8d9;
  color: #586266;
}
#dashboard #dsb-cart .cart-all-delete {
  background: #fff;
  height: 57px;
  text-align: right;
  margin-bottom: 15px;
}
#dashboard #dsb-cart .cart-all-delete span {
  line-height: 57px;
  text-transform: uppercase;
  color: #c79750;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  text-align: right;
  display: inline-block;
}
#dashboard #dsb-cart .cart-all-delete span .delete-all-items {
  display: block;
  float: right;
  height: 25px;
  margin-left: 35px;
  margin-right: 30px;
  margin-top: -2px;
  width: 25px;
}
#dashboard #dsb-cart .cart-payment {
  background: #fff;
  padding: 35px 15px 40px;
  width: 100%;
  margin-top: 20px;
  border-bottom: 2px solid #e0dfd7;
  float: left;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal,
#dashboard #dsb-cart .cart-payment .cart-payment-credit {
  padding-left: 25px;
  float: left;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal .cart-payment-title,
#dashboard #dsb-cart .cart-payment .cart-payment-credit .cart-payment-title {
  color: #586266;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  padding-left: 55px;
  height: 29px;
  float: left;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal .checkout,
#dashboard #dsb-cart .cart-payment .cart-payment-credit .checkout {
  margin-top: 30px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal .btn-al,
#dashboard #dsb-cart .cart-payment .cart-payment-credit .btn-al {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  width: 390px;
  height: 56px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  margin: 20px auto auto 10px;
  font-size: 14px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal .btn-al:hover,
#dashboard #dsb-cart .cart-payment .cart-payment-credit .btn-al:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal .btn-al.nocredit,
#dashboard #dsb-cart .cart-payment .cart-payment-credit .btn-al.nocredit {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #bdc4c6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdc4c6), color-stop(100%, #afb7b9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bdc4c6 0%, #afb7b9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  cursor: default;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  width: 320px;
  height: 56px;
  border-bottom: 3px solid #83898b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  display: block;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal .btn-al.nocredit:hover,
#dashboard #dsb-cart .cart-payment .cart-payment-credit .btn-al.nocredit:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #bdc4c6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdc4c6), color-stop(100%, #afb7b9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bdc4c6 0%, #afb7b9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal .btn-al.active,
#dashboard #dsb-cart .cart-payment .cart-payment-credit .btn-al.active {
  display: block;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal {
  width: 450px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal .cart-payment-title {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-payment-paypal.png') no-repeat 35px center;
  margin-top: 30px;
  padding-left: 75px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal .cart-payment-title.unregistered {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-result-link-more.png') no-repeat 35px 3px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-paypal a {
  margin-left: 10px;
  margin-top: 34px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-credit {
  float: right;
  padding-left: 15px;
  width: 450px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-credit .cart-payment-title {
  margin-left: 35px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-payment-credit.png') no-repeat left center;
}
#dashboard #dsb-cart .cart-payment .cart-payment-credit .cart-payment-title.unregistered {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-result-link-more.png') no-repeat 35px 3px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-credit .unregistered {
  margin-top: 34px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-middle {
  float: left;
  width: 42px;
  height: 117px;
  background: url('/assets/actulegales-front-desktop/img/bck-payment-middle.png') no-repeat center top;
  margin-top: 30px;
}
#dashboard #dsb-cart .cart-payment .cart-payment-middle span {
  float: left;
  margin: 47px 0 0 13px;
  font-size: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #586266;
}
#dashboard #dsb-cart .cart-payment .cart-payment-credit-add {
  float: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  color: #fff;
  text-align: center;
  line-height: 56px;
  width: 56px;
  height: 56px;
  border-color: transparent;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  margin: 20px auto auto 10px;
  font-size: 26px;
}
#dashboard #dsb-cart .dsb-profil-content {
  background: #F0EFEB;
  float: left;
}
#dashboard #dsb-cart .dsb-profil-content .dsb-section-information {
  background: url('/assets/actulegales-front-desktop/img/bck-dsb-profil-information.png') no-repeat scroll 18px 28px #f2e3ce !important;
  border: 1px dashed #C79750;
  border-radius: 5px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  padding-left: 100px;
  padding-top: 20px;
  width: 100%;
}
#dashboard #dsb-cart .dsb-profil-content .dsb-section-information p {
  color: #3C6F85;
  text-align: left;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset {
  border-bottom: 1px solid #E0DFD7;
  padding: 25px 20px 23px;
  float: left;
  width: 100%;
  background: #fff;
}
#dashboard #dsb-cart .dsb-profil-content fieldset legend {
  border: 0px solid #fff;
  float: left;
  font-weight: normal;
  margin: 0px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset label {
  font-weight: normal;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-title legend {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #586266;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-coordonnees legend,
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-societe legend {
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  color: #586266;
  font-weight: bold;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-raison legend,
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-civilite legend,
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-submit legend {
  position: absolute;
  left: -9999px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-raison label {
  font-weight: bold;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-raison .chosen-container {
  width: 310px !important;
  margin-left: 10px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-raison .chosen-container .chosen-single {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 28px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 0px #fff;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-mentions {
  border-bottom: 2px solid #E0DFD7;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-mentions .dsb-profil-edit-form-item .dsb-profil-edit-checkbox-item {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-mentions .dsb-profil-edit-form-item .dsb-profil-edit-checkbox-item label {
  width: 340px;
  float: left;
  margin-left: 15px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-submit {
  margin-top: 8px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item {
  width: 380px;
  margin-top: 10px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item .dsb-profil-edit-form-civilite-title {
  font-weight: bold;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item label {
  width: 100%;
  float: left;
  color: #586266;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item input {
  width: 370px;
  float: left;
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  height: 28px;
  border: 1px solid #e8eaeb;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0px 5px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item input[type="radio"] {
  height: auto;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  float: left;
  height: 15px;
  margin-top: 2px;
  appearance: checkbox;
  -o-appearance: checkbox;
  -ie-appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item .dsb-profil-edit-form-civilite-title {
  float: left;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item .dsb-profil-edit-form-conditions {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #f4f5f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f5f6), color-stop(100%, #e9ebec));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f5f6 0%, #e9ebec 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f5f6 0%, #e9ebec 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  width: 370px;
  height: 68px;
  line-height: 16px;
  padding: 10px 10px;
  border: 1px solid #e8eaeb;
  font-family: 'Lato', sans-serif;
  color: #7e888c;
  font-size: 13px;
  overflow-y: scroll;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item .dsb-profil-edit-form-conditions p {
  margin: 0px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item .dsb-profil-edit-form-conditions hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #e3e5e6;
  box-shadow: 0 1px #f3f4f4;
  height: 0px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item .dsb-profil-conditions-pdf {
  color: #586266;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  margin-top: 10px;
  width: 370px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item .dsb-profil-conditions-pdf a {
  color: #3c6f85;
  text-decoration: underline;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item .dsb-profil-conditions-pdf a:hover {
  text-decoration: none;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item.full {
  width: 100%;
  float: left;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item.full label {
  width: auto;
  margin-left: 10px;
  float: left;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item.full input {
  margin-left: 20px;
  width: auto;
  float: left;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item.full input[type="radio"] {
  cursor: pointer;
  width: 15px;
  float: left;
  height: 15px;
  border-radius: 50%;
  margin-top: 2px;
  appearance: radio;
  -o-appearance: radio;
  -ie-appearance: radio;
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item.left {
  float: left;
}
#dashboard #dsb-cart .dsb-profil-content fieldset .dsb-profil-edit-form-item.right {
  float: right;
  padding-left: 10px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-submit legend {
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  color: #586266;
  font-size: 15px;
  font-weight: normal;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-submit legend i {
  font-size: 19px;
  margin-right: 15px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-submit input {
  margin: auto;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  width: 320px;
  height: 56px;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#dashboard #dsb-cart .dsb-profil-content fieldset.dsb-profil-edit-form-submit input:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#home-offres {
  width: 100%;
  float: left;
  background: #f0efeb;
  padding-bottom: 50px;
}
#home-offres h2 {
  color: #7e888c;
  font-size: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  margin: 50px 0px 45px;
}
#home-offres .home-offres-item {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  height: 320px;
  margin-right: 20px;
  width: 230px;
  background: none repeat scroll 0 0 #C79750;
  position: relative;
}
#home-offres .home-offres-item i {
  display: block;
  width: 100%;
  height: 77px;
  margin-top: 20px;
}
#home-offres .home-offres-item i.icon-annonces {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-home-annonces.png') no-repeat center center;
}
#home-offres .home-offres-item i.icon-alertes {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-home-mail.png') no-repeat center center;
}
#home-offres .home-offres-item i.icon-surveillance {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-home-surveillance.png') no-repeat center center;
  float: none;
}
#home-offres .home-offres-item i.icon-veille {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-home-veille.png') no-repeat center center;
}
#home-offres .home-offres-item h3 {
  font-size: 21px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-align: center;
}
#home-offres .home-offres-item p {
  padding: 0px 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
}
#home-offres .home-offres-item a {
  position: absolute;
  bottom: 23px;
  left: 30px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ddba7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 170px;
  height: 40px;
  border-bottom: 3px solid #a07f4e;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  cursor: pointer;
}
#home-offres .home-offres-item a:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #e3c188;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3c188), color-stop(100%, #ddb470));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3c188 0%, #ddb470 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#home-offres .home-offres-item:last-child {
  margin-right: 0px;
}
.text-yellow {
  color: #c79750;
  font-weight: bold;
  font-size: 17px;
}
#home-presentation {
  width: 100%;
  background: #e3e2dc;
  padding: 50px 0px;
}
#home-presentation .home-sources {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 430px;
  background: #f0efeb;
  float: left;
  position: relative;
}
#home-presentation .home-sources figure {
  width: 320px;
  text-align: center;
  float: left;
  margin-right: 20px;
  padding-top: 50px;
}
#home-presentation .home-sources .home-sources-content {
  width: 240px;
  float: left;
  padding-right: 20px;
  text-align: left;
  padding-top: 50px;
}
#home-presentation .home-sources .home-sources-content h3,
#home-presentation .home-sources .home-sources-content h2 {
  margin-top: 0px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
}
#home-presentation .home-sources .home-sources-content p {
  color: #586266;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
#home-presentation .home-sources .home-sources-content a.more-button {
  position: absolute;
  bottom: 20px;
  right: 75px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 170px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  cursor: pointer;
}
#home-presentation .home-sources .home-sources-content a.more-button:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#home-presentation .home-sources .home-sources-content a.more-button:visited,
#home-presentation .home-sources .home-sources-content a.more-button:focus,
#home-presentation .home-sources .home-sources-content a.more-button:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 170px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#home-presentation .home-interface,
#home-presentation .home-formules {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: 20px;
  background: #f0efeb;
  float: left;
  width: 375px;
  padding: 20px;
  position: relative;
}
#home-presentation .home-interface h2,
#home-presentation .home-formules h2 {
  margin-top: 0px;
  color: #3c6f85;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
}
#home-presentation .home-interface p,
#home-presentation .home-formules p {
  color: #586266;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
#home-presentation .home-interface a,
#home-presentation .home-formules a {
  position: absolute;
  left: 20px;
  bottom: 20px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#home-presentation .home-interface a:hover,
#home-presentation .home-formules a:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#home-presentation .home-interface a:visited,
#home-presentation .home-formules a:visited,
#home-presentation .home-interface a:focus,
#home-presentation .home-formules a:focus,
#home-presentation .home-interface a:active,
#home-presentation .home-formules a:active {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  width: 160px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#home-presentation .home-interface {
  height: 220px;
  margin-bottom: 20px;
}
#home-presentation .home-interface .home-interface-content {
  width: 160px;
  margin-right: 20px;
  float: left;
}
#home-presentation .home-interface figure {
  float: left;
}
#home-presentation .home-formules {
  height: 190px;
}
section.stripped {
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 16px;
  color: #586266;
}
section.stripped:nth-child(odd) {
  background: #f0efeb !important;
}
section.stripped:nth-child(even) {
  background: #e3e2dc !important;
}
section.stripped h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
}
section .new h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  margin-top: 0;
}
section .new ul {
  font-size: 22px;
}
section#offres {
  font-size: 14px;
}
section#offres table tr td {
  vertical-align: middle;
  text-align: center;
}
section#offres table tr td:first-child {
  text-align: left;
}
section#offres table tr td h4 {
  font-family: 'Roboto Condensed', sans-serif;
}
section#offres table tr th {
  font-weight: normal;
  text-align: center;
  background: #427a91;
  color: #fff;
  font-size: 20px;
}
section#offres table tr th:first-child {
  border-radius: 8px 0 0 0;
}
section#offres table tr th:last-child {
  border-radius: 0 8px 0 0;
}
section#offres table tr th .offer-desc {
  margin: 10px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 25px;
  background: #fff;
  color: #427a91;
  font-size: 16px;
  border-radius: 4px;
}
section#offres table tr th .offer-desc .subdesc {
  font-weight: normal;
  display: block;
  font-size: 14px;
  font-style: italic;
}
.services h3 {
  font-size: 20px;
  font-weight: bold;
}
.services .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.services .row .desc {
  padding-top: 35px;
}
.al-icon.al-icon-offer {
  position: relative;
  top: 5px;
  width: 32px;
  height: 32px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-info-promo.png') no-repeat 0px center;
  margin-right: 0.5em;
}
ul.arrow li {
  list-style: none;
}
ul.arrow li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\f061";
  color: inherit;
  margin-right: 10px;
}
ul.arrow.arrow-gold li:before {
  color: #c79750;
}
.bg-white {
  background: #fff !important;
}
.table.table-rounded {
  border-radius: 8px;
}
.table.table-rounded .no-border {
  border-top: 0;
  border-bottom: 0;
}
#show-tarif th {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  text-align: center;
  background: #427a91;
  color: #fff;
  font-size: 20px;
}
#show-tarif th:first-child {
  border-radius: 8px 0 0 0;
}
#show-tarif th:last-child {
  border-radius: 0 8px 0 0;
}
#cookieChoiceDismiss {
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
  -o-border-radius: 15px;
  -ie-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  height: 28px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  width: 175px;
  text-align: center;
}
#cookieChoiceDismiss:hover {
  color: #427a91;
  background: #ffffff;
}
.cookiesBarUrl {
  color: #ffffff;
  text-decoration: underline;
}
.cookiesBarUrl:hover {
  color: #ffffff;
}
/** Footer **/
footer {
  width: 100%;
  float: left;
}
footer h2 {
  left: -9999px;
  position: absolute;
}
footer .main-footer-container {
  color: #fff;
  background: #3c6f85;
  width: 100%;
}
footer .main-footer-container .row:first-child .main-footer-left {
  margin-top: 28px;
}
footer .main-footer-container .row:first-child .main-footer-right {
  margin-top: 40px;
}
footer .main-footer-container .main-footer-paiement {
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #4d8c9e;
  text-align: center;
  margin-bottom: 20px;
  padding: 0px 15px;
}
footer .main-footer-container .main-footer-paiement .paiement {
  display: inline-block;
  width: 75px;
  height: 53px;
  text-indent: -9999px;
  margin-top: 14px;
}
footer .main-footer-container .main-footer-paiement .icon-paypal {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-paypal.png') no-repeat;
}
footer .main-footer-container .main-footer-paiement .icon-cb {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-cb.png') no-repeat;
  margin-left: 11px;
}
footer .main-footer-container .main-footer-paiement .icon-mastercard {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-mastercard.png') no-repeat;
}
footer .main-footer-container .main-footer-paiement .icon-visa {
  background: url('/assets/actulegales-front-desktop/img/icons/icon-visa.png') no-repeat;
  margin-left: 11px;
}
footer .main-footer-container .main-footer-paiement .paiement-title {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  padding: 10px 0;
}
footer .main-footer-container .main-footer-left {
  width: 250px;
  margin-top: 20px;
}
footer .main-footer-container .main-footer-left .al-logo {
  text-indent: -9999px;
  background: url('/assets/actulegales-front-desktop/img/ft-al-logo2.png') no-repeat transparent;
  width: 207px;
  height: 37px;
}
footer .main-footer-container .main-footer-left .al-presentation,
footer .main-footer-container .main-footer-left .il-presentation {
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}
footer .main-footer-container .main-footer-left .il-presentation {
  margin-top: 15px;
}
footer .main-footer-container .main-footer-left .il-logo {
  text-indent: -9999px;
  background: url('/assets/actulegales-front-desktop/img/ft-il-logo2.png') no-repeat transparent;
  width: 207px;
  height: 37px;
}
footer .main-footer-container .main-footer-left .il-logo a {
  display: block;
  width: 100%;
}
footer .main-footer-container .main-footer-left .apte-logo {
  text-indent: -9999px;
  background: url('/assets/actulegales-front-desktop/img/logo-apte.png') no-repeat transparent;
  background-size: 50%;
  height: 70px;
}
footer .main-footer-container .main-footer-right {
  margin-top: 20px;
  width: 680px;
}
footer .main-footer-container .main-footer-right article {
  width: 200px;
  margin-right: 40px;
}
footer .main-footer-container .main-footer-right article h3 {
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  padding-bottom: 14px;
  border-bottom: 2px solid #4d8c9e;
  margin-top: 0px;
}
footer .main-footer-container .main-footer-right article ul {
  padding: 0px;
}
footer .main-footer-container .main-footer-right article ul li {
  list-style: none;
  height: 24px;
  margin: 0px;
}
footer .main-footer-container .main-footer-right article ul li a {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 12px;
}
footer .main-footer-container .main-footer-right article ul li a:hover,
footer .main-footer-container .main-footer-right article ul li a:focus,
footer .main-footer-container .main-footer-right article ul li a:active {
  text-decoration: none;
}
footer .main-footer-container .main-footer-right article.last {
  margin-right: 0px;
}
footer .main-footer-container .main-footer-right article.quick-search {
  margin: 0;
  width: 310px;
}
footer .second-footer-container {
  background: #284b5b;
  width: 100%;
  height: 40px;
}
footer .second-footer-container .mentions {
  margin-top: 9px;
}
footer .second-footer-container .mentions a {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  border-right: 1px solid #FFFFFF;
  margin-right: 5px;
  padding-right: 5px;
}
footer .second-footer-container .mentions a:hover,
footer .second-footer-container .mentions a:focus,
footer .second-footer-container .mentions a:active {
  color: #fff;
  text-decoration: none;
}
footer .second-footer-container .mentions a:last-child {
  border-right: 0px solid #fff;
  padding-right: 0px;
  margin-right: 0px;
}
footer .second-footer-container .copyright {
  margin-top: 12px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
#modal-connexion {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
#modal-connexion .popin-connexion {
  padding-top: 50px;
  padding-bottom: 50px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 5px solid #c79750;
  border-radius: 5px;
  max-height: 320px;
  width: 520px;
  top: 50%;
  text-align: center;
  display: inline-block;
  margin-top: -160px;
  margin-left: -260px;
  position: absolute;
}
#modal-connexion .popin-connexion strong {
  color: #c79750;
}
#modal-connexion .popin-connexion a {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  width: 220px;
  height: 40px;
  border-bottom: 3px solid #284b5b;
  text-decoration: none;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  margin-left: 24px;
  margin-top: 35px;
}
#modal-connexion .popin-connexion a:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#modal-connexion .popin-connexion a.btn-gold {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ddba7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  width: 220px;
  height: 40px;
  border-bottom: 3px solid #a07f4e;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#modal-connexion .popin-connexion a.btn-gold:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #e3c188;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3c188), color-stop(100%, #ddb470));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3c188 0%, #ddb470 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
#modal-connexion .popin-connexion .close {
  margin-top: -35px;
  margin-right: 15px;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
}
#modal-connexion .popin-connexion .close:hover {
  text-decoration: none;
  opacity: 1;
}
.list-style-arrowed li {
  height: auto !important;
}
.list-style-arrowed li ul {
  margin-left: 1em;
}
.list-style-arrowed li:before {
  display: inline-block;
  font-family: actulegales;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\2265";
  color: inherit;
  opacity: 0.5;
  margin-right: 5px;
  font-size: 0.8em;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 sept. 2014, 11:29:23
    Author     : Bouchez Guillaume <guillaume.bouchez@infolegale.fr>
*/
#noty_center_layout_container {
  font-size: 15px !important;
  width: 480px !important;
  left: 50% !important;
  margin-left: -240px !important;
}
#noty_center_layout_container > li {
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 25px !important;
}
#noty_center_layout_container > li + li {
  margin-top: 3px !important;
}
#noty_center_layout_container > li .noty_bar {
  background: #f0efeb !important;
  border-color: #ccc !important;
  border-width: 0px 0px 2px 0px !important;
  border-style: solid !important;
}
#noty_center_layout_container > li .noty_bar .noty_message {
  font-weight: normal !important;
  line-height: 25px !important;
  font-size: 14px !important;
  padding-top: 18px !important;
}
#noty_center_layout_container > li .noty_bar:before {
  float: left !important;
  position: absolute;
  margin-left: 10px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
}
#noty_center_layout_container > li .noty_bar.noty_type_success {
  background: #d4e2e7 !important;
  border-color: #a6c2cd !important;
  color: #3c6f85 !important;
}
#noty_center_layout_container > li .noty_bar.noty_type_success:before {
  content: 'Opération réussie';
  color: #b3cbd5;
}
#noty_center_layout_container > li .noty_bar.noty_type_warning {
  background: #F5D9B1 !important;
  border-color: #edba72 !important;
  color: #735325 !important;
}
#noty_center_layout_container > li .noty_bar.noty_type_warning:before {
  content: 'Attention';
  color: #efc384;
}
#noty_center_layout_container > li .noty_bar.noty_type_error {
  background: #FFCEC2 !important;
  border-color: #ffa58f !important;
  color: darkred !important;
  font-weight: normal !important;
}
#noty_center_layout_container > li .noty_bar.noty_type_error:before {
  content: 'Echec';
  color: #ffb19e;
}
/*** Some Variables ***/
/*** Some Classes ***/
.appearanceReset {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus {
  border-color: #72a5bf !important;
}
/*** Template styles ***/
/* Generic */
* {
  outline: none !important;
}
.container {
  width: 980px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
#dashboard-sidebar a {
  display: inline-flex;
  line-height: 15px;
}
#dashboard .container {
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.hidden {
  display: none;
}
.chosen-container-single .chosen-drop {
  padding-top: 5px;
}
/** Main-content results **/
#main-content {
  background: none repeat scroll 0 0 #F0EFEB;
  float: left;
  padding-bottom: 75px;
  width: 100%;
  /* Center column */
}
#main-content .center-container {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.ui-state-focus {
  background: #3c6f85 !important;
  border-color: #346073 !important;
}
.ui-autocomplete.ui-corner-all {
  border-radius: 2px 2px 4px 4px;
  -o-border-radius: 2px 2px 4px 4px;
  -ie-border-radius: 2px 2px 4px 4px;
  -moz-border-radius: 2px 2px 4px 4px;
  -webkit-border-radius: 2px 2px 4px 4px;
}
.ui-autocomplete.ui-widget-content {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.ui-widget-header {
  background: #445967;
  border-color: #333E46;
  color: #fff;
  font-size: 1.5em;
}
.ui-widget-content:not(.pc-block) {
  border-width: 3px;
}
input:not([type="checkbox"]):not([type="radio"]) {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  border: 1px solid #e8eaeb;
}
select#motifForm {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0px 10px;
  border: 1px solid #e8eaeb;
}
textarea.contact {
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  height: 150px;
  line-height: 28px;
  padding: 0px 10px;
  border: 1px solid #e8eaeb;
}
.tooltip.right {
  width: 300px;
}
.tooltip.right .tooltip-arrow {
  display: none;
}
/*
 * Register Page
 */
.create-account-conditions h3 {
  font-size: 13px;
  font-weight: bold;
}
*[id^="mustacheTpl"] {
  display: none;
}
.input-datepicker {
  width: 127px !important;
  background: url('/assets/actulegales-front-desktop/img/datepicker.png') 100px center no-repeat #ffffff !important;
}
#filter-select-entreprise {
  max-width: 200px;
}
path[class^="map"] {
  cursor: pointer;
}
#fileExtrait table {
  margin-bottom: 20px;
  border-collapse: collapse;
  border: 1px solid #445967;
}
.tabExtraitFichier {
  font-size: 12px;
  margin-top: 20px;
  margin-right: 15px;
}
.extraitTitle {
  border: 1px solid #fff;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #445967;
}
.extraitContent {
  color: #445967;
  border: 1px solid #445967;
  padding-left: 5px;
  background-color: #FFFFFF;
}
.promo-info-flash {
  z-index: 10000;
  display: none;
  position: fixed;
  bottom: 0;
  border: 1px dashed #c79750;
  color: #3c6f85;
  font-family: 'Lato', sans-serif;
  width: 100%;
  float: left;
  margin-top: 0px;
  height: 50px;
  background: url('/assets/actulegales-front-desktop/img/icons/icon-info-promo.png') no-repeat 20px center #fff799;
  text-align: left;
  font-size: 15px;
  line-height: 50px;
  padding-left: 70px;
}
.promo-info-flash .close {
  font-size: 28px;
  margin-top: 10px;
  margin-right: 10px;
}
#please-wait {
  display: none;
  z-index: 10000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
#please-wait .popin-connexion {
  text-align: center;
  position: absolute;
  width: 480px;
  height: 280px;
  top: 50%;
  margin-top: -140px;
  left: 50%;
  margin-left: -240px;
  border: 5px solid #c79750;
  border-radius: 5px;
  background-color: #fff;
  padding: 50px 0px;
}
#please-wait .popin-connexion h2 {
  padding-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #586266;
}
.connexion-content fieldset > legend {
  display: block;
  width: 350px;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #3c6f85;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin-left: -20px;
}
.connexion-content label.radio {
  display: inline-block !important;
  width: auto !important;
  margin-top: 5px !important;
}
.connexion-content label.radio + .radio {
  margin-top: inherited !important;
  margin-left: 15px !important;
}
.connexion-content label.radio:first-child {
  width: 100% !important;
  padding-left: 0px !important;
}
a.btn.btn-al,
button.btn.btn-al,
div.btn.btn-al {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #427a91;
  /* Old browsers */
  background: -moz-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #427a91), color-stop(100%, #37657a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #427a91 0%, #37657a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #427a91 0%, #37657a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  appearance: none;
  -o-appearance: none;
  -ie-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px solid #fff;
  padding: 0px;
  display: block;
  cursor: pointer;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: inherit;
  color: #fff;
  text-align: center;
  line-height: inherit;
  width: auto;
  height: auto;
  border-bottom: 3px solid #284b5b;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ie-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  padding: 8px 30px;
}
a.btn.btn-al:hover,
button.btn.btn-al:hover,
div.btn.btn-al:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #47839d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47839d), color-stop(100%, #41778e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47839d 0%, #41778e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47839d 0%, #41778e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
a.btn.btn-al.btn-primary,
button.btn.btn-al.btn-primary,
div.btn.btn-al.btn-primary {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #ddba7f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddba7f), color-stop(100%, #d6ab69));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ddba7f 0%, #d6ab69 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ddba7f 0%, #d6ab69 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  border-bottom: 3px solid #a07f4e;
}
a.btn.btn-al.btn-primary:hover,
button.btn.btn-al.btn-primary:hover,
div.btn.btn-al.btn-primary:hover {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #e3c188;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3c188), color-stop(100%, #ddb470));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e3c188 0%, #ddb470 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e3c188 0%, #ddb470 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  text-decoration: none;
}
a.btn.btn-al.disabled,
button.btn.btn-al.disabled,
div.btn.btn-al.disabled,
a.btn.btn-al[disabled],
button.btn.btn-al[disabled],
div.btn.btn-al[disabled] {
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-8 */
  background: #bdc4c6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bdc4c6), color-stop(100%, #afb7b9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bdc4c6 0%, #afb7b9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bdc4c6 0%, #afb7b9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
  /* IE6-8 */
  border-bottom: 3px solid #83898b;
}
a.btn.btn-al.btn-lg,
button.btn.btn-al.btn-lg,
div.btn.btn-al.btn-lg {
  font-size: 18px;
}
#modal-choix-paiement {
  display: none;
  z-index: 10000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
#modal-choix-paiement .popin-connexion {
  text-align: center;
  position: absolute;
  width: 480px;
  height: 280px;
  top: 50%;
  margin-top: -140px;
  left: 50%;
  margin-left: -240px;
  border: 5px solid #c79750;
  border-radius: 5px;
  background-color: #fff;
  padding: 50px 0px;
}
#modal-choix-paiement .popin-connexion p {
  margin: 0 0 20px;
}
#modal-choix-paiement .popin-connexion .recap {
  font-size: 2em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #586266;
}
#modal-choix-paiement .popin-connexion .btn + .btn {
  margin-left: 30px;
}
#modal-choix-paiement .popin-connexion .close {
  margin-top: -35px;
  margin-right: 15px;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
}
#modal-choix-paiement .popin-connexion .close:hover {
  text-decoration: none;
  opacity: 1;
}
#modal-choix-paiement .popin-connexion .infos {
  font-size: 9px;
}
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.text-md {
  font-size: 18px;
}
.text-lg {
  font-size: 24px;
}
#main-search {
  -webkit-transition: border-top 0.8s ease;
  transition: border-top 0.8s ease;
}
#main-search #main-search-submit {
  -webkit-transition: border-radius 0.8s ease;
  transition: border-radius 0.8s ease;
  border-radius: 30px 30px 30px 30px;
}
#main-search .second-search-container {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#main-search.affix {
  top: 84px;
  z-index: 1999;
  border-bottom: 2px solid #BDD2DB;
}
#main-search.affix .main-search-container {
  margin: 0px 0px -2px 90px;
}
#main-search.affix .second-search-container {
  margin-top: 77px;
}
#main-search.affix #main-search-submit {
  border-radius: 4px 30px 30px 4px;
}
#main-search .main-search-container.affix {
  margin: 10px 0px -2px 90px;
}
.modal {
  top: 75px;
}
.text-blue {
  color: #3c6f85 !important;
}
.text-gold {
  color: #c79750 !important;
}
.nav-account .premium {
  left: -90px !important;
  top: 8px !important;
}
.badge.badge-al {
  background-color: white;
  color: #3c6f85;
}
header .navigation ul li a > i {
  font-size: 24px;
  top: 6px;
  font-weight: bold;
  margin-right: 5px;
}
.tab-donnee-perso {
  border: 1px solid grey !important;
  text-align: center;
  margin-bottom: 20px;
}
