@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
/*!
 *  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/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, a.collapse-toggle > i.collapse-icon, a.collapse-toggle.collapsed > i.collapse-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

.fa.fa-pull-left, a.collapse-toggle > i.fa-pull-left.collapse-icon {
  margin-right: .3em; }

.fa.fa-pull-right, a.collapse-toggle > i.fa-pull-right.collapse-icon {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right, .blocInfo ul > li .infoR {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, a.collapse-toggle > i.pull-left.collapse-icon {
  margin-right: .3em; }

.fa.pull-right, .blocInfo ul > li .fa.infoR, .blocInfo ul > li a.collapse-toggle > i.infoR.collapse-icon, a.collapse-toggle > i.pull-right.collapse-icon {
  margin-left: .3em; }

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before, a.collapse-toggle > i.collapse-icon:before {
  content: ""; }

.fa-chevron-circle-down:before, a.collapse-toggle.collapsed > i.collapse-icon:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-resizable {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget .inpTime,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666; }

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
The jQuery UI Month Picker Version 3.0.4
https://github.com/KidSysco/jquery-ui-month-picker/

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see
<http://www.gnu.org/licenses/gpl-3.0.txt>.
*/
.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 9999; }

.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px; }

.month-picker td {
  padding: 0px; }

/*
Prevents the button labels from maving sligtly to the left
when applying the width CSS property to the buttons.
See: .month-picker-month-table button { width: 4.3em; }
*/
.month-picker .ui-button-text {
  padding: .4em 0; }

.month-picker-header {
  margin: 3px 3px 0px 3px; }

.month-picker-year-table {
  width: 100%;
  /*
    Makes sure the next/previous/jump years buttons are not unnecessarily
    selected if the user clicks them a couple of times fast.
    */
  -ms-user-select: none;
  /* IE 10+ */
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

/*
The plugin uses buttons with a transparent background in the year-table
(aka header) in order to look consistent with jQuery UI datepicker and to
make the year title a button that blends into the heading in the default state.

The plugin does this by removing the .ui-state-default class from (in MonthPicker.js)
the a tags (buttons) which also ends up removing the 1px border that it applies.

To prevent the button from resizing and moving everything around when you hover
in and out, we use a carefully constructed selector, which gets overroden by the
more specific .ui-state-hover/actove class selectors in the jquery-ui.css
that apply the visible borders that we want.

This selector applies a 1px transparent border that keeps the button
in the same size, but it doesen't hide the borders that .ui-state-hover/actove give us.
*/
.month-picker-year-table a {
  border: 1px solid transparent; }

/*
Sets the size of the next/previous buttons,
and makes the buttons in the heading (year-table) sligtly bigger,
and removes the pointer cursor from the buttons in the heading (year-table).
*/
.month-picker-year-table .ui-button {
  font-size: 1.1em;
  width: 1.5em;
  height: 1.5em;
  cursor: default;
  margin: 0; }

.month-picker-year-table .month-picker-title {
  text-align: center; }

.month-picker-year-table .month-picker-title .ui-button {
  font-size: 1em;
  padding: .1em 0;
  width: 100%;
  font-weight: bold; }

/*
The buttons in the heading (year-table) are slightly shrinked, but because jQuery ui and
the .month-picker .ui-button-text rule at the top of this CSS file apply some
padding which results in the button text being moved to the bottom of
the button.

This rule removes the unnecessary padding so the text in
the jump years button will be vericaly centred.
*/
.month-picker-year-table .ui-button-text {
  padding: 0; }

.month-picker-month-table td {
  height: 35px;
  text-align: center; }

/*
Makes sure the buttons stay in the same size when swithching
to the Jump years menu.
this also ensures that the entire menu dosen't resize itself
in response to the slightly bigger buttons in the Jump years menu.
 */
.month-picker-month-table .ui-button {
  width: 4.2em;
  margin: .2em; }

.month-picker-open-button {
  height: 20px;
  width: 20px;
  vertical-align: bottom; }

.month-picker-invalid-message {
  display: none;
  background-color: Yellow; }

.month-picker-disabled {
  background-color: #e1e1e1; }

.color-green {
  color: #5cb85c; }

.color-red {
  color: #f96f75 !important; }

.color-gray {
  color: #ccc !important; }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a: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 {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input, .inpTime {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, button > .caret, .btn-default > .caret, .btn-cancel > .caret, .btn-valid > .caret,
  .dropup > .btn > .caret,
  .dropup > button > .caret,
  .dropup > .btn-default > .caret,
  .dropup > .btn-cancel > .caret,
  .dropup > .btn-valid > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

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

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

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-tent:before {
  content: "\26fa"; }

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

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

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

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

.glyphicon-hourglass:before {
  content: "\231b"; }

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

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

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

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

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

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

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

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto";
  font-size: 13px;
  line-height: 1.2;
  color: #303030;
  background-color: #fff; }

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

a {
  color: #0A76E3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #07509a;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  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; }

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

[role="button"] {
  cursor: pointer; }

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 15px;
  margin-bottom: 7.5px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 7.5px;
  margin-bottom: 7.5px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 33px; }

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

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

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

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

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

p {
  margin: 0 0 7.5px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #0A76E3; }

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

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #f61c25; }

a.text-danger:hover,
a.text-danger:focus {
  color: #d50912; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0A76E3; }

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

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 6.5px;
  margin: 30px 0 15px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 7.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .blocInfo ul {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.2; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 7.5px 15px;
  margin: 0 0 15px;
  font-size: 16.25px;
  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.2;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right,
.blocInfo ul > li blockquote.infoR {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before, .blocInfo ul > li blockquote.infoR footer:before,
  blockquote.pull-right small:before, .blocInfo ul > li blockquote.infoR small:before,
  blockquote.pull-right .small:before, .blocInfo ul > li blockquote.infoR .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after, .blocInfo ul > li blockquote.infoR footer:after,
  blockquote.pull-right small:after, .blocInfo ul > li blockquote.infoR small:after,
  blockquote.pull-right .small:after, .blocInfo ul > li blockquote.infoR .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 15px;
  font-style: normal;
  line-height: 1.2; }

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

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

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

pre {
  display: block;
  padding: 7px;
  margin: 0 0 7.5px;
  font-size: 12px;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  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, #page, .conversation .chat {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, #page:before, .conversation .chat:before, .container:after, #page:after, .conversation .chat:after {
    content: " ";
    display: table; }
  .container:after, #page:after, .conversation .chat:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, #page, .conversation .chat {
      width: 750px; } }
  @media (min-width: 992px) {
    .container, #page, .conversation .chat {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container, #page, .conversation .chat {
      width: 1170px; } }

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

.row, #header, #main, .row-pagination, .show .field-row, .conversation .chat .header, .conversation .chat .body, .conversation .chat .footer, .task .task-row, .task .show .history .logs {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, #header:before, #main:before, .row-pagination:before, .show .field-row:before, .conversation .chat .header:before, .conversation .chat .body:before, .conversation .chat .footer:before, .task .task-row:before, .task .show .history .logs:before, .row:after, #header:after, #main:after, .row-pagination:after, .show .field-row:after, .conversation .chat .header:after, .conversation .chat .body:after, .conversation .chat .footer:after, .task .task-row:after, .task .show .history .logs:after {
    content: " ";
    display: table; }
  .row:after, #header:after, #main:after, .row-pagination:after, .show .field-row:after, .conversation .chat .header:after, .conversation .chat .body:after, .conversation .chat .footer:after, .task .task-row:after, .task .show .history .logs:after {
    clear: both; }

.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, .conversation .chat .col-conversations, .col-md-3, #main .colR, .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, #main .colL1, #main .colR1, .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, .conversation .chat .col-messages, .col-md-9, #main .colL, .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, #main .col1, #main .fullCol, .conversation, .task, .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-1 {
  width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .conversation .chat .col-conversations, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .conversation .chat .col-messages, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3, .conversation .chat .col-conversations {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9, .conversation .chat .col-messages {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, #main .colR, .col-md-4, .col-md-5, .col-md-6, #main .colL1, #main .colR1, .col-md-7, .col-md-8, .col-md-9, #main .colL, .col-md-10, .col-md-11, .col-md-12, #main .col1, #main .fullCol, .conversation, .task {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3, #main .colR {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6, #main .colL1, #main .colR1 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9, #main .colL {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12, #main .col1, #main .fullCol, .conversation, .task {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table 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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 11.25px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

input[type="search"], [type="search"].inpTime {
  box-sizing: border-box; }

input[type="radio"], [type="radio"].inpTime,
input[type="checkbox"],
[type="checkbox"].inpTime {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"], [type="file"].inpTime {
  display: block; }

input[type="range"], [type="range"].inpTime {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus, [type="file"].inpTime:focus,
input[type="radio"]:focus,
[type="radio"].inpTime:focus,
input[type="checkbox"]:focus,
[type="checkbox"].inpTime:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.2;
  color: #555555; }

.form-control, input, .inpTime,
select,
textarea {
  display: block;
  width: 100%;
  height: 23px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.2;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, input:focus, .inpTime:focus,
  select:focus,
  textarea:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, input::-moz-placeholder, .inpTime::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, input:-ms-input-placeholder, .inpTime:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, input::-webkit-input-placeholder, .inpTime::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, input::-ms-expand, .inpTime::-ms-expand,
  select::-ms-expand,
  textarea::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], input[disabled], [disabled].inpTime,
  select[disabled],
  textarea[disabled], .form-control[readonly], input[readonly], [readonly].inpTime,
  select[readonly],
  textarea[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] input,
  fieldset[disabled] .inpTime,
  fieldset[disabled]
  select,
  fieldset[disabled]
  textarea {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], input[disabled], [disabled].inpTime,
  select[disabled],
  textarea[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] input,
  fieldset[disabled] .inpTime,
  fieldset[disabled]
  select,
  fieldset[disabled]
  textarea {
    cursor: not-allowed; }

textarea.form-control,
textarea {
  height: auto; }

input[type="search"], [type="search"].inpTime {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="date"], [type="date"].inpTime,
  input[type="time"].form-control,
  input[type="time"],
  [type="time"].inpTime,
  input[type="datetime-local"].form-control,
  input[type="datetime-local"],
  [type="datetime-local"].inpTime,
  input[type="month"].form-control,
  input[type="month"],
  [type="month"].inpTime {
    line-height: 23px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"], .input-group-sm > [type="date"].inpTime,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm > .input-group-btn > [type="date"].btn.inpTime,
  .input-group-sm > .input-group-btn > button[type="date"].inpTime,
  .input-group-sm > .input-group-btn > [type="date"].inpTime.btn-default,
  .input-group-sm > .input-group-btn > [type="date"].inpTime.btn-cancel,
  .input-group-sm > .input-group-btn > [type="date"].inpTime.btn-valid,
  .input-group-sm > .input-group-btn > input[type="date"].btn-default,
  .input-group-sm > .input-group-btn > input[type="date"].btn-cancel,
  .input-group-sm > .input-group-btn > input[type="date"].btn-valid, [type="date"].input-sm.inpTime,
  .input-group-sm input[type="date"],
  .input-group-sm [type="date"].inpTime,
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"],
  .input-group-sm > [type="time"].inpTime,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm > .input-group-btn > [type="time"].btn.inpTime,
  .input-group-sm > .input-group-btn > button[type="time"].inpTime,
  .input-group-sm > .input-group-btn > [type="time"].inpTime.btn-default,
  .input-group-sm > .input-group-btn > [type="time"].inpTime.btn-cancel,
  .input-group-sm > .input-group-btn > [type="time"].inpTime.btn-valid,
  .input-group-sm > .input-group-btn > input[type="time"].btn-default,
  .input-group-sm > .input-group-btn > input[type="time"].btn-cancel,
  .input-group-sm > .input-group-btn > input[type="time"].btn-valid,
  [type="time"].input-sm.inpTime,
  .input-group-sm
  input[type="time"],
  .input-group-sm [type="time"].inpTime,
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"],
  .input-group-sm > [type="datetime-local"].inpTime,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm > .input-group-btn > [type="datetime-local"].btn.inpTime,
  .input-group-sm > .input-group-btn > button[type="datetime-local"].inpTime,
  .input-group-sm > .input-group-btn > [type="datetime-local"].inpTime.btn-default,
  .input-group-sm > .input-group-btn > [type="datetime-local"].inpTime.btn-cancel,
  .input-group-sm > .input-group-btn > [type="datetime-local"].inpTime.btn-valid,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn-default,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn-cancel,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn-valid,
  [type="datetime-local"].input-sm.inpTime,
  .input-group-sm
  input[type="datetime-local"],
  .input-group-sm [type="datetime-local"].inpTime,
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"],
  .input-group-sm > [type="month"].inpTime,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm > .input-group-btn > [type="month"].btn.inpTime,
  .input-group-sm > .input-group-btn > button[type="month"].inpTime,
  .input-group-sm > .input-group-btn > [type="month"].inpTime.btn-default,
  .input-group-sm > .input-group-btn > [type="month"].inpTime.btn-cancel,
  .input-group-sm > .input-group-btn > [type="month"].inpTime.btn-valid,
  .input-group-sm > .input-group-btn > input[type="month"].btn-default,
  .input-group-sm > .input-group-btn > input[type="month"].btn-cancel,
  .input-group-sm > .input-group-btn > input[type="month"].btn-valid,
  [type="month"].input-sm.inpTime,
  .input-group-sm
  input[type="month"],
  .input-group-sm [type="month"].inpTime {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"], .input-group-lg > [type="date"].inpTime,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg > .input-group-btn > [type="date"].btn.inpTime,
  .input-group-lg > .input-group-btn > button[type="date"].inpTime,
  .input-group-lg > .input-group-btn > [type="date"].inpTime.btn-default,
  .input-group-lg > .input-group-btn > [type="date"].inpTime.btn-cancel,
  .input-group-lg > .input-group-btn > [type="date"].inpTime.btn-valid,
  .input-group-lg > .input-group-btn > input[type="date"].btn-default,
  .input-group-lg > .input-group-btn > input[type="date"].btn-cancel,
  .input-group-lg > .input-group-btn > input[type="date"].btn-valid, [type="date"].input-lg.inpTime,
  .input-group-lg input[type="date"],
  .input-group-lg [type="date"].inpTime,
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"],
  .input-group-lg > [type="time"].inpTime,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg > .input-group-btn > [type="time"].btn.inpTime,
  .input-group-lg > .input-group-btn > button[type="time"].inpTime,
  .input-group-lg > .input-group-btn > [type="time"].inpTime.btn-default,
  .input-group-lg > .input-group-btn > [type="time"].inpTime.btn-cancel,
  .input-group-lg > .input-group-btn > [type="time"].inpTime.btn-valid,
  .input-group-lg > .input-group-btn > input[type="time"].btn-default,
  .input-group-lg > .input-group-btn > input[type="time"].btn-cancel,
  .input-group-lg > .input-group-btn > input[type="time"].btn-valid,
  [type="time"].input-lg.inpTime,
  .input-group-lg
  input[type="time"],
  .input-group-lg [type="time"].inpTime,
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"],
  .input-group-lg > [type="datetime-local"].inpTime,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg > .input-group-btn > [type="datetime-local"].btn.inpTime,
  .input-group-lg > .input-group-btn > button[type="datetime-local"].inpTime,
  .input-group-lg > .input-group-btn > [type="datetime-local"].inpTime.btn-default,
  .input-group-lg > .input-group-btn > [type="datetime-local"].inpTime.btn-cancel,
  .input-group-lg > .input-group-btn > [type="datetime-local"].inpTime.btn-valid,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn-default,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn-cancel,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn-valid,
  [type="datetime-local"].input-lg.inpTime,
  .input-group-lg
  input[type="datetime-local"],
  .input-group-lg [type="datetime-local"].inpTime,
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"],
  .input-group-lg > [type="month"].inpTime,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg > .input-group-btn > [type="month"].btn.inpTime,
  .input-group-lg > .input-group-btn > button[type="month"].inpTime,
  .input-group-lg > .input-group-btn > [type="month"].inpTime.btn-default,
  .input-group-lg > .input-group-btn > [type="month"].inpTime.btn-cancel,
  .input-group-lg > .input-group-btn > [type="month"].inpTime.btn-valid,
  .input-group-lg > .input-group-btn > input[type="month"].btn-default,
  .input-group-lg > .input-group-btn > input[type="month"].btn-cancel,
  .input-group-lg > .input-group-btn > input[type="month"].btn-valid,
  [type="month"].input-lg.inpTime,
  .input-group-lg
  input[type="month"],
  .input-group-lg [type="month"].inpTime {
    line-height: 45px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 15px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  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], [type="radio"][disabled].inpTime, input[type="radio"].disabled, [type="radio"].disabled.inpTime,
fieldset[disabled] input[type="radio"],
fieldset[disabled] [type="radio"].inpTime,
input[type="checkbox"][disabled],
[type="checkbox"][disabled].inpTime,
input[type="checkbox"].disabled,
[type="checkbox"].disabled.inpTime,
fieldset[disabled]
input[type="checkbox"],
fieldset[disabled] [type="checkbox"].inpTime {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 28px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > input.form-control-static, .input-group-lg > .form-control-static.inpTime, .input-group-lg >
  select.form-control-static, .input-group-lg >
  textarea.form-control-static,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn,
  .input-group-lg > .input-group-btn > button.form-control-static,
  .input-group-lg > .input-group-btn > .form-control-static.btn-default,
  .input-group-lg > .input-group-btn > .form-control-static.btn-cancel,
  .input-group-lg > .input-group-btn > .form-control-static.btn-valid, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > input.form-control-static, .input-group-sm > .form-control-static.inpTime, .input-group-sm >
  select.form-control-static, .input-group-sm >
  textarea.form-control-static,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn,
  .input-group-sm > .input-group-btn > button.form-control-static,
  .input-group-sm > .input-group-btn > .form-control-static.btn-default,
  .input-group-sm > .input-group-btn > .form-control-static.btn-cancel,
  .input-group-sm > .input-group-btn > .form-control-static.btn-valid {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > input, .input-group-sm > .inpTime, .input-group-sm >
select, .input-group-sm >
textarea,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > button,
.input-group-sm > .input-group-btn > .btn-default,
.input-group-sm > .input-group-btn > .btn-cancel,
.input-group-sm > .input-group-btn > .btn-valid {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm >
select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.btn-default,
.input-group-sm > .input-group-btn > select.btn-cancel,
.input-group-sm > .input-group-btn > select.btn-valid {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm >
textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.btn-default,
.input-group-sm > .input-group-btn > textarea.btn-cancel,
.input-group-sm > .input-group-btn > textarea.btn-valid,
select[multiple].input-sm,
.input-group-sm >
select[multiple],
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].btn-default,
.input-group-sm > .input-group-btn > select[multiple].btn-cancel,
.input-group-sm > .input-group-btn > select[multiple].btn-valid {
  height: auto; }

.form-group-sm .form-control, .form-group-sm input, .form-group-sm .inpTime, .form-group-sm
select, .form-group-sm
textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm
select {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm
textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm
select[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 27px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > input, .input-group-lg > .inpTime, .input-group-lg >
select, .input-group-lg >
textarea,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > button,
.input-group-lg > .input-group-btn > .btn-default,
.input-group-lg > .input-group-btn > .btn-cancel,
.input-group-lg > .input-group-btn > .btn-valid {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg >
select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.btn-default,
.input-group-lg > .input-group-btn > select.btn-cancel,
.input-group-lg > .input-group-btn > select.btn-valid {
  height: 45px;
  line-height: 45px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg >
textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.btn-default,
.input-group-lg > .input-group-btn > textarea.btn-cancel,
.input-group-lg > .input-group-btn > textarea.btn-valid,
select[multiple].input-lg,
.input-group-lg >
select[multiple],
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].btn-default,
.input-group-lg > .input-group-btn > select[multiple].btn-cancel,
.input-group-lg > .input-group-btn > select[multiple].btn-valid {
  height: auto; }

.form-group-lg .form-control, .form-group-lg input, .form-group-lg .inpTime, .form-group-lg
select, .form-group-lg
textarea {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg
select {
  height: 45px;
  line-height: 45px; }

.form-group-lg textarea.form-control, .form-group-lg
textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg
select[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 32px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback input, .has-feedback .inpTime, .has-feedback
  select, .has-feedback
  textarea {
    padding-right: 28.75px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > input + .form-control-feedback, .input-group-lg > .inpTime + .form-control-feedback, .input-group-lg >
select + .form-control-feedback, .input-group-lg >
textarea + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > button + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-default + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-cancel + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn-valid + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg input + .form-control-feedback,
.form-group-lg .inpTime + .form-control-feedback,
.form-group-lg
select + .form-control-feedback,
.form-group-lg
textarea + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > input + .form-control-feedback, .input-group-sm > .inpTime + .form-control-feedback, .input-group-sm >
select + .form-control-feedback, .input-group-sm >
textarea + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > button + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-default + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-cancel + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn-valid + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm input + .form-control-feedback,
.form-group-sm .inpTime + .form-control-feedback,
.form-group-sm
select + .form-control-feedback,
.form-group-sm
textarea + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success input, .has-success .inpTime, .has-success
select, .has-success
textarea {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success input:focus, .has-success .inpTime:focus, .has-success
  select:focus, .has-success
  textarea:focus {
    border-color: #2b542c;
    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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning input, .has-warning .inpTime, .has-warning
select, .has-warning
textarea {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning input:focus, .has-warning .inpTime:focus, .has-warning
  select:focus, .has-warning
  textarea:focus {
    border-color: #66512c;
    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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f61c25; }

.has-error .form-control, .has-error input, .has-error .inpTime, .has-error
select, .has-error
textarea {
  border-color: #f61c25;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error input:focus, .has-error .inpTime:focus, .has-error
  select:focus, .has-error
  textarea:focus {
    border-color: #d50912;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fa7e83; }

.has-error .input-group-addon {
  color: #f61c25;
  border-color: #f61c25;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #f61c25; }

.has-feedback label ~ .form-control-feedback {
  top: 20px; }

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline input, .form-inline .inpTime, .form-inline
  select, .form-inline
  textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group input,
    .form-inline .input-group .inpTime,
    .form-inline .input-group
    select,
    .form-inline .input-group
    textarea {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > input, .form-inline .input-group > .inpTime, .form-inline .input-group >
  select, .form-inline .input-group >
  textarea {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .radio [type="radio"].inpTime,
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .checkbox [type="checkbox"].inpTime {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 22px; }

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, button, .btn-default, .btn-cancel, .btn-valid {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, button:focus, .btn-default:focus, .btn-cancel:focus, .btn-valid:focus, .btn.focus, button.focus, .focus.btn-default, .focus.btn-cancel, .focus.btn-valid, .btn:active:focus, button:active:focus, .btn-default:active:focus, .btn-cancel:active:focus, .btn-valid:active:focus, .btn:active.focus, button:active.focus, .btn-default:active.focus, .btn-cancel:active.focus, .btn-valid:active.focus, .btn.active:focus, button.active:focus, .active.btn-default:focus, .active.btn-cancel:focus, .active.btn-valid:focus, .btn.active.focus, button.active.focus, .active.focus.btn-default, .active.focus.btn-cancel, .active.focus.btn-valid {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, button:hover, .btn-default:hover, .btn-cancel:hover, .btn-valid:hover, .btn:focus, button:focus, .btn-default:focus, .btn-cancel:focus, .btn-valid:focus, .btn.focus, button.focus, .focus.btn-default, .focus.btn-cancel, .focus.btn-valid {
    color: #a9a9a9;
    text-decoration: none; }
  .btn:active, button:active, .btn-default:active, .btn-cancel:active, .btn-valid:active, .btn.active, button.active, .active.btn-default, .active.btn-cancel, .active.btn-valid {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, button.disabled, .disabled.btn-default, .disabled.btn-cancel, .disabled.btn-valid, .btn[disabled], button[disabled], [disabled].btn-default, [disabled].btn-cancel, [disabled].btn-valid,
  fieldset[disabled] .btn,
  fieldset[disabled] button,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-cancel,
  fieldset[disabled] .btn-valid {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, a.disabled.btn-default, a.disabled.btn-cancel, a.disabled.btn-valid,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn-default,
fieldset[disabled] a.btn-cancel,
fieldset[disabled] a.btn-valid {
  pointer-events: none; }

.btn-default, .btn-cancel {
  color: #a9a9a9;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-cancel:focus, .btn-default.focus, .focus.btn-cancel {
    color: #a9a9a9;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover, .btn-cancel:hover {
    color: #a9a9a9;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-cancel:active, .btn-default.active, .active.btn-cancel,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.btn-cancel {
    color: #a9a9a9;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-cancel:active:hover, .btn-default:active:focus, .btn-cancel:active:focus, .btn-default:active.focus, .btn-cancel:active.focus, .btn-default.active:hover, .active.btn-cancel:hover, .btn-default.active:focus, .active.btn-cancel:focus, .btn-default.active.focus, .active.focus.btn-cancel,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .dropdown-toggle.btn-cancel:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .dropdown-toggle.btn-cancel:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.btn-cancel {
      color: #a9a9a9;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-cancel:active, .btn-default.active, .active.btn-cancel,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.btn-cancel {
    background-image: none; }
  .btn-default.disabled:hover, .disabled.btn-cancel:hover, .btn-default.disabled:focus, .disabled.btn-cancel:focus, .btn-default.disabled.focus, .disabled.focus.btn-cancel, .btn-default[disabled]:hover, [disabled].btn-cancel:hover, .btn-default[disabled]:focus, [disabled].btn-cancel:focus, .btn-default[disabled].focus, [disabled].focus.btn-cancel,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-cancel:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-cancel:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .focus.btn-cancel {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge, .btn-cancel .badge, .btn-default .outlined-badge, .btn-cancel .outlined-badge {
    color: #fff;
    background-color: #a9a9a9; }

.btn-primary {
  color: #fff;
  background-color: #0A76E3;
  border-color: #0969cb; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #085db2;
    border-color: #042a50; }
  .btn-primary:hover {
    color: #fff;
    background-color: #085db2;
    border-color: #064b90; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #085db2;
    border-color: #064b90; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #064b90;
      border-color: #042a50; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #0A76E3;
    border-color: #0969cb; }
  .btn-primary .badge, .btn-primary .outlined-badge {
    color: #0A76E3;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge, .btn-success .outlined-badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge, .btn-info .outlined-badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge, .btn-warning .outlined-badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #f96f75;
  border-color: #f8575e; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #f73e46;
    border-color: #c70811; }
  .btn-danger:hover {
    color: #fff;
    background-color: #f73e46;
    border-color: #f61c25; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #f73e46;
    border-color: #f61c25; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #f61c25;
      border-color: #c70811; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #f96f75;
    border-color: #f8575e; }
  .btn-danger .badge, .btn-danger .outlined-badge {
    color: #f96f75;
    background-color: #fff; }

.btn-link {
  color: #0A76E3;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #07509a;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > button, .btn-group-lg > .btn-default, .btn-group-lg > .btn-cancel, .btn-group-lg > .btn-valid {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > button, .btn-group-sm > .btn-default, .btn-group-sm > .btn-cancel, .btn-group-sm > .btn-valid, .blocRecherche > .title .btn, .blocRecherche > .title button, .blocRecherche > .title .btn-default, .blocRecherche > .title .btn-cancel, .blocRecherche > .title .btn-valid,
.blocInfo > .title .btn,
.blocInfo > .title button,
.blocInfo > .title .btn-default,
.blocInfo > .title .btn-cancel,
.blocInfo > .title .btn-valid,
.blocDefault > .title .btn,
.blocDefault > .title button,
.blocDefault > .title .btn-default,
.blocDefault > .title .btn-cancel,
.blocDefault > .title .btn-valid,
.blocAide > .title .btn,
.blocAide > .title button,
.blocAide > .title .btn-default,
.blocAide > .title .btn-cancel,
.blocAide > .title .btn-valid,
.blocActivite > .title .btn,
.blocActivite > .title button,
.blocActivite > .title .btn-default,
.blocActivite > .title .btn-cancel,
.blocActivite > .title .btn-valid,
.blocAction > .title .btn,
.blocAction > .title button,
.blocAction > .title .btn-default,
.blocAction > .title .btn-cancel,
.blocAction > .title .btn-valid, .blocActivite .title #toggleBlocActiviteContentBtn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > button, .btn-group-xs > .btn-default, .btn-group-xs > .btn-cancel, .btn-group-xs > .btn-valid {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, [type="submit"].btn-block.inpTime,
input[type="reset"].btn-block,
[type="reset"].btn-block.inpTime,
input[type="button"].btn-block,
[type="button"].btn-block.inpTime {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right, .blocInfo ul > li .dropdown-menu.infoR {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 6.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.2;
    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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0A76E3; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  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.2;
  color: #777777;
  white-space: nowrap; }

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

.pull-right > .dropdown-menu, .blocInfo ul > li .infoR > .dropdown-menu {
  right: 0;
  left: auto; }

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

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > button, .btn-group > .btn-default, .btn-group > .btn-cancel, .btn-group > .btn-valid,
  .btn-group-vertical > .btn,
  .btn-group-vertical > button,
  .btn-group-vertical > .btn-default,
  .btn-group-vertical > .btn-cancel,
  .btn-group-vertical > .btn-valid {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > button:hover, .btn-group > .btn-default:hover, .btn-group > .btn-cancel:hover, .btn-group > .btn-valid:hover, .btn-group > .btn:focus, .btn-group > button:focus, .btn-group > .btn-default:focus, .btn-group > .btn-cancel:focus, .btn-group > .btn-valid:focus, .btn-group > .btn:active, .btn-group > button:active, .btn-group > .btn-default:active, .btn-group > .btn-cancel:active, .btn-group > .btn-valid:active, .btn-group > .btn.active, .btn-group > button.active, .btn-group > .active.btn-default, .btn-group > .active.btn-cancel, .btn-group > .active.btn-valid,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > button:hover,
    .btn-group-vertical > .btn-default:hover,
    .btn-group-vertical > .btn-cancel:hover,
    .btn-group-vertical > .btn-valid:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > button:focus,
    .btn-group-vertical > .btn-default:focus,
    .btn-group-vertical > .btn-cancel:focus,
    .btn-group-vertical > .btn-valid:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > button:active,
    .btn-group-vertical > .btn-default:active,
    .btn-group-vertical > .btn-cancel:active,
    .btn-group-vertical > .btn-valid:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > button.active,
    .btn-group-vertical > .active.btn-default,
    .btn-group-vertical > .active.btn-cancel,
    .btn-group-vertical > .active.btn-valid {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group button + .btn, .btn-group .btn-default + .btn, .btn-group .btn-cancel + .btn, .btn-group .btn-valid + .btn, .btn-group .btn + button, .btn-group button + button, .btn-group .btn-default + button, .btn-group .btn-cancel + button, .btn-group .btn-valid + button, .btn-group .btn + .btn-default, .btn-group button + .btn-default, .btn-group .btn-default + .btn-default, .btn-group .btn-cancel + .btn-default, .btn-group .btn-valid + .btn-default, .btn-group .btn + .btn-cancel, .btn-group button + .btn-cancel, .btn-group .btn-default + .btn-cancel, .btn-group .btn-cancel + .btn-cancel, .btn-group .btn-valid + .btn-cancel, .btn-group .btn + .btn-valid, .btn-group button + .btn-valid, .btn-group .btn-default + .btn-valid, .btn-group .btn-cancel + .btn-valid, .btn-group .btn-valid + .btn-valid,
.btn-group .btn + .btn-group,
.btn-group button + .btn-group,
.btn-group .btn-default + .btn-group,
.btn-group .btn-cancel + .btn-group,
.btn-group .btn-valid + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + button,
.btn-group .btn-group + .btn-default,
.btn-group .btn-group + .btn-cancel,
.btn-group .btn-group + .btn-valid,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar button, .btn-toolbar .btn-default, .btn-toolbar .btn-cancel, .btn-toolbar .btn-valid,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .btn-toolbar > button, .btn-toolbar > .btn-default, .btn-toolbar > .btn-cancel, .btn-toolbar > .btn-valid,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-default:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-cancel:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-valid:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .btn-group > button:first-child, .btn-group > .btn-default:first-child, .btn-group > .btn-cancel:first-child, .btn-group > .btn-valid:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-default:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-cancel:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-valid: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 > button:last-child:not(:first-child), .btn-group > .btn-default:last-child:not(:first-child), .btn-group > .btn-cancel:last-child:not(:first-child), .btn-group > .btn-valid: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, .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-default, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-cancel, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-valid {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-default:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-cancel:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .btn-valid:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-default:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-cancel:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .btn-valid: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 > .btn + .dropdown-toggle, .btn-group > button + .dropdown-toggle, .btn-group > .btn-default + .dropdown-toggle, .btn-group > .btn-cancel + .dropdown-toggle, .btn-group > .btn-valid + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > button + .dropdown-toggle, .btn-group-lg.btn-group > .btn-default + .dropdown-toggle, .btn-group-lg.btn-group > .btn-cancel + .dropdown-toggle, .btn-group-lg.btn-group > .btn-valid + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret, button .caret, .btn-default .caret, .btn-cancel .caret, .btn-valid .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > button .caret, .btn-group-lg > .btn-default .caret, .btn-group-lg > .btn-cancel .caret, .btn-group-lg > .btn-valid .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > button .caret, .dropup .btn-group-lg > .btn-default .caret, .dropup .btn-group-lg > .btn-cancel .caret, .dropup .btn-group-lg > .btn-valid .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > button, .btn-group-vertical > .btn-default, .btn-group-vertical > .btn-cancel, .btn-group-vertical > .btn-valid,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > button,
.btn-group-vertical > .btn-group > .btn-default,
.btn-group-vertical > .btn-group > .btn-cancel,
.btn-group-vertical > .btn-group > .btn-valid {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > button, .btn-group-vertical > .btn-group > .btn-default, .btn-group-vertical > .btn-group > .btn-cancel, .btn-group-vertical > .btn-group > .btn-valid {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > button + .btn, .btn-group-vertical > .btn-default + .btn, .btn-group-vertical > .btn-cancel + .btn, .btn-group-vertical > .btn-valid + .btn, .btn-group-vertical > .btn + button, .btn-group-vertical > button + button, .btn-group-vertical > .btn-default + button, .btn-group-vertical > .btn-cancel + button, .btn-group-vertical > .btn-valid + button, .btn-group-vertical > .btn + .btn-default, .btn-group-vertical > button + .btn-default, .btn-group-vertical > .btn-default + .btn-default, .btn-group-vertical > .btn-cancel + .btn-default, .btn-group-vertical > .btn-valid + .btn-default, .btn-group-vertical > .btn + .btn-cancel, .btn-group-vertical > button + .btn-cancel, .btn-group-vertical > .btn-default + .btn-cancel, .btn-group-vertical > .btn-cancel + .btn-cancel, .btn-group-vertical > .btn-valid + .btn-cancel, .btn-group-vertical > .btn + .btn-valid, .btn-group-vertical > button + .btn-valid, .btn-group-vertical > .btn-default + .btn-valid, .btn-group-vertical > .btn-cancel + .btn-valid, .btn-group-vertical > .btn-valid + .btn-valid,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > button + .btn-group,
.btn-group-vertical > .btn-default + .btn-group,
.btn-group-vertical > .btn-cancel + .btn-group,
.btn-group-vertical > .btn-valid + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + button,
.btn-group-vertical > .btn-group + .btn-default,
.btn-group-vertical > .btn-group + .btn-cancel,
.btn-group-vertical > .btn-group + .btn-valid,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > button:not(:first-child):not(:last-child), .btn-group-vertical > .btn-default:not(:first-child):not(:last-child), .btn-group-vertical > .btn-cancel:not(:first-child):not(:last-child), .btn-group-vertical > .btn-valid:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > button:first-child:not(:last-child), .btn-group-vertical > .btn-default:first-child:not(:last-child), .btn-group-vertical > .btn-cancel:first-child:not(:last-child), .btn-group-vertical > .btn-valid:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > button:last-child:not(:first-child), .btn-group-vertical > .btn-default:last-child:not(:first-child), .btn-group-vertical > .btn-cancel:last-child:not(:first-child), .btn-group-vertical > .btn-valid:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-default, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-cancel, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-valid {
  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) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-default:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-cancel:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-valid: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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-default:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-cancel:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-valid: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 > button, .btn-group-justified > .btn-default, .btn-group-justified > .btn-cancel, .btn-group-justified > .btn-valid,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group button, .btn-group-justified > .btn-group .btn-default, .btn-group-justified > .btn-group .btn-cancel, .btn-group-justified > .btn-group .btn-valid {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > button input[type="radio"], [data-toggle="buttons"] > .btn-default input[type="radio"], [data-toggle="buttons"] > .btn-cancel input[type="radio"], [data-toggle="buttons"] > .btn-valid input[type="radio"], [data-toggle="buttons"] > .btn [type="radio"].inpTime, [data-toggle="buttons"] > button [type="radio"].inpTime, [data-toggle="buttons"] > .btn-default [type="radio"].inpTime, [data-toggle="buttons"] > .btn-cancel [type="radio"].inpTime, [data-toggle="buttons"] > .btn-valid [type="radio"].inpTime,
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > button input[type="checkbox"],
[data-toggle="buttons"] > .btn-default input[type="checkbox"],
[data-toggle="buttons"] > .btn-cancel input[type="checkbox"],
[data-toggle="buttons"] > .btn-valid input[type="checkbox"],
[data-toggle="buttons"] > .btn [type="checkbox"].inpTime,
[data-toggle="buttons"] > button [type="checkbox"].inpTime,
[data-toggle="buttons"] > .btn-default [type="checkbox"].inpTime,
[data-toggle="buttons"] > .btn-cancel [type="checkbox"].inpTime,
[data-toggle="buttons"] > .btn-valid [type="checkbox"].inpTime,
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-default input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-cancel input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-valid input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn [type="radio"].inpTime,
[data-toggle="buttons"] > .btn-group > button [type="radio"].inpTime,
[data-toggle="buttons"] > .btn-group > .btn-default [type="radio"].inpTime,
[data-toggle="buttons"] > .btn-group > .btn-cancel [type="radio"].inpTime,
[data-toggle="buttons"] > .btn-group > .btn-valid [type="radio"].inpTime,
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-default input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-cancel input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-valid input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn [type="checkbox"].inpTime,
[data-toggle="buttons"] > .btn-group > button [type="checkbox"].inpTime,
[data-toggle="buttons"] > .btn-group > .btn-default [type="checkbox"].inpTime,
[data-toggle="buttons"] > .btn-group > .btn-cancel [type="checkbox"].inpTime,
[data-toggle="buttons"] > .btn-group > .btn-valid [type="checkbox"].inpTime {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control, .input-group input, .input-group .inpTime, .input-group
  select, .input-group
  textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group input:focus, .input-group .inpTime:focus, .input-group
    select:focus, .input-group
    textarea:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group input,
.input-group .inpTime,
.input-group
select,
.input-group
textarea {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group input:not(:first-child):not(:last-child),
  .input-group .inpTime:not(:first-child):not(:last-child),
  .input-group
  select:not(:first-child):not(:last-child),
  .input-group
  textarea: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: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .input-group-sm > .input-group-btn > button.input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn-default,
  .input-group-sm > .input-group-btn > .input-group-addon.btn-cancel,
  .input-group-sm > .input-group-btn > .input-group-addon.btn-valid {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .input-group-lg > .input-group-btn > button.input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn-default,
  .input-group-lg > .input-group-btn > .input-group-addon.btn-cancel,
  .input-group-lg > .input-group-btn > .input-group-addon.btn-valid {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"], .input-group-addon [type="radio"].inpTime,
  .input-group-addon input[type="checkbox"],
  .input-group-addon [type="checkbox"].inpTime {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group input:first-child, .input-group .inpTime:first-child, .input-group
select:first-child, .input-group
textarea:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > button,
.input-group-btn:first-child > .btn-default,
.input-group-btn:first-child > .btn-cancel,
.input-group-btn:first-child > .btn-valid,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > button,
.input-group-btn:first-child > .btn-group > .btn-default,
.input-group-btn:first-child > .btn-group > .btn-cancel,
.input-group-btn:first-child > .btn-group > .btn-valid,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-default:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-cancel:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-valid:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > button,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-default,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-cancel,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-valid {
  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 input:last-child, .input-group .inpTime:last-child, .input-group
select:last-child, .input-group
textarea:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > button,
.input-group-btn:last-child > .btn-default,
.input-group-btn:last-child > .btn-cancel,
.input-group-btn:last-child > .btn-valid,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > button,
.input-group-btn:last-child > .btn-group > .btn-default,
.input-group-btn:last-child > .btn-group > .btn-cancel,
.input-group-btn:last-child > .btn-group > .btn-valid,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > button:not(:first-child),
.input-group-btn:first-child > .btn-default:not(:first-child),
.input-group-btn:first-child > .btn-cancel:not(:first-child),
.input-group-btn:first-child > .btn-valid:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > button,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-default,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-cancel,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-valid {
  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, .input-group-btn > button, .input-group-btn > .btn-default, .input-group-btn > .btn-cancel, .input-group-btn > .btn-valid {
    position: relative; }
    .input-group-btn > .btn + .btn, .input-group-btn > button + .btn, .input-group-btn > .btn-default + .btn, .input-group-btn > .btn-cancel + .btn, .input-group-btn > .btn-valid + .btn, .input-group-btn > .btn + button, .input-group-btn > button + button, .input-group-btn > .btn-default + button, .input-group-btn > .btn-cancel + button, .input-group-btn > .btn-valid + button, .input-group-btn > .btn + .btn-default, .input-group-btn > button + .btn-default, .input-group-btn > .btn-default + .btn-default, .input-group-btn > .btn-cancel + .btn-default, .input-group-btn > .btn-valid + .btn-default, .input-group-btn > .btn + .btn-cancel, .input-group-btn > button + .btn-cancel, .input-group-btn > .btn-default + .btn-cancel, .input-group-btn > .btn-cancel + .btn-cancel, .input-group-btn > .btn-valid + .btn-cancel, .input-group-btn > .btn + .btn-valid, .input-group-btn > button + .btn-valid, .input-group-btn > .btn-default + .btn-valid, .input-group-btn > .btn-cancel + .btn-valid, .input-group-btn > .btn-valid + .btn-valid {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > button:hover, .input-group-btn > .btn-default:hover, .input-group-btn > .btn-cancel:hover, .input-group-btn > .btn-valid:hover, .input-group-btn > .btn:focus, .input-group-btn > button:focus, .input-group-btn > .btn-default:focus, .input-group-btn > .btn-cancel:focus, .input-group-btn > .btn-valid:focus, .input-group-btn > .btn:active, .input-group-btn > button:active, .input-group-btn > .btn-default:active, .input-group-btn > .btn-cancel:active, .input-group-btn > .btn-valid:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .input-group-btn:first-child > button, .input-group-btn:first-child > .btn-default, .input-group-btn:first-child > .btn-cancel, .input-group-btn:first-child > .btn-valid,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .input-group-btn:last-child > button, .input-group-btn:last-child > .btn-default, .input-group-btn:last-child > .btn-cancel, .input-group-btn:last-child > .btn-valid,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0A76E3; }
  .nav .nav-divider {
    height: 1px;
    margin: 6.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.2;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0A76E3; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  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:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .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; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header, #page > .navbar-header, .conversation .chat > .navbar-header,
.container > .navbar-collapse, #page > .navbar-collapse, .conversation .chat > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header, #page > .navbar-header, .conversation .chat > .navbar-header,
    .container > .navbar-collapse, #page > .navbar-collapse, .conversation .chat > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-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: 17.5px 15px;
  font-size: 17px;
  line-height: 15px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > #page .navbar-brand, .conversation .navbar > .chat .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: 3px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 15px; }
  @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: 15px; }
        .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: 17.5px;
          padding-bottom: 17.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 13.5px;
  margin-bottom: 13.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control, .navbar-form input, .navbar-form .inpTime, .navbar-form
    select, .navbar-form
    textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control,
      .navbar-form .input-group input,
      .navbar-form .input-group .inpTime,
      .navbar-form .input-group
      select,
      .navbar-form .input-group
      textarea {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > input, .navbar-form .input-group > .inpTime, .navbar-form .input-group >
    select, .navbar-form .input-group >
    textarea {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"], .navbar-form .radio [type="radio"].inpTime,
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .checkbox [type="checkbox"].inpTime {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

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

.navbar-btn {
  margin-top: 13.5px;
  margin-bottom: 13.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > button.navbar-btn, .btn-group-sm > .navbar-btn.btn-default, .btn-group-sm > .navbar-btn.btn-cancel, .btn-group-sm > .navbar-btn.btn-valid, .blocRecherche > .title .navbar-btn.btn, .blocRecherche > .title button.navbar-btn, .blocRecherche > .title .navbar-btn.btn-default, .blocRecherche > .title .navbar-btn.btn-cancel, .blocRecherche > .title .navbar-btn.btn-valid,
  .blocInfo > .title .navbar-btn.btn,
  .blocInfo > .title button.navbar-btn,
  .blocInfo > .title .navbar-btn.btn-default,
  .blocInfo > .title .navbar-btn.btn-cancel,
  .blocInfo > .title .navbar-btn.btn-valid,
  .blocDefault > .title .navbar-btn.btn,
  .blocDefault > .title button.navbar-btn,
  .blocDefault > .title .navbar-btn.btn-default,
  .blocDefault > .title .navbar-btn.btn-cancel,
  .blocDefault > .title .navbar-btn.btn-valid,
  .blocAide > .title .navbar-btn.btn,
  .blocAide > .title button.navbar-btn,
  .blocAide > .title .navbar-btn.btn-default,
  .blocAide > .title .navbar-btn.btn-cancel,
  .blocAide > .title .navbar-btn.btn-valid,
  .blocActivite > .title .navbar-btn.btn,
  .blocActivite > .title button.navbar-btn,
  .blocActivite > .title .navbar-btn.btn-default,
  .blocActivite > .title .navbar-btn.btn-cancel,
  .blocActivite > .title .navbar-btn.btn-valid,
  .blocAction > .title .navbar-btn.btn,
  .blocAction > .title button.navbar-btn,
  .blocAction > .title .navbar-btn.btn-default,
  .blocAction > .title .navbar-btn.btn-cancel,
  .blocAction > .title .navbar-btn.btn-valid, .blocActivite .title .navbar-btn#toggleBlocActiviteContentBtn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > button.navbar-btn, .btn-group-xs > .navbar-btn.btn-default, .btn-group-xs > .navbar-btn.btn-cancel, .btn-group-xs > .navbar-btn.btn-valid {
    margin-top: 14px;
    margin-bottom: 14px; }

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.2;
      text-decoration: none;
      color: #0A76E3;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #07509a;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #0A76E3;
    border-color: #0A76E3;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 15px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, button .label, .btn-default .label, .btn-cancel .label, .btn-valid .label {
    position: relative;
    top: -1px; }

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

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

.label-primary {
  background-color: #0A76E3; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #085db2; }

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

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

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

.label-danger, .label-lead-status-done-lost {
  background-color: #f96f75; }
  .label-danger[href]:hover, [href].label-lead-status-done-lost:hover, .label-danger[href]:focus, [href].label-lead-status-done-lost:focus {
    background-color: #f73e46; }

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

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, #page .jumbotron, .conversation .chat .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container, .jumbotron #page, .jumbotron .conversation .chat, .conversation .jumbotron .chat {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, #page .jumbotron, .conversation .chat .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 59px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 15px;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #303030; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0A76E3; }

.alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  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: #f61c25; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #d50912; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  background-color: #0A76E3;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

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

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

.progress-bar-warning, .progress-bar-lead-status-pipe {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning, .progress-striped .progress-bar-lead-status-pipe {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

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

.media-right,
.media > .pull-right, .blocInfo ul > li
.media > .infoR {
  padding-left: 10px; }

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

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0A76E3;
  border-color: #0A76E3; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #bddcfc; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #f61c25;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #f61c25; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #f61c25;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #f61c25;
    border-color: #f61c25; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body, .panel-activity .panel-body, .panel-origine .panel-body {
  padding: 15px; }
  .panel-body:before, .panel-activity .panel-body:before, .panel-origine .panel-body:before, .panel-body:after, .panel-activity .panel-body:after, .panel-origine .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after, .panel-activity .panel-body:after, .panel-origine .panel-body:after {
    clear: both; }

.panel-heading, .blocActivite .title, .panel-activity .panel-heading, .panel-origine .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle, .blocActivite .title > .dropdown .dropdown-toggle, .panel-activity .panel-heading > .dropdown .dropdown-toggle, .panel-origine .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .blocActivite .panel > .title + .panel-collapse > .list-group .list-group-item:first-child, .panel-activity .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel-origine .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child, .blocActivite .title + .list-group .list-group-item:first-child, .panel-activity .panel-heading + .list-group .list-group-item:first-child, .panel-origine .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 2px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 2px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 2px; }

.panel > .panel-body + .table, .panel-activity .panel > .panel-body + .table, .panel-origine .panel > .panel-body + .table,
.panel > .panel-body + .table-responsive, .panel-activity
.panel > .panel-body + .table-responsive, .panel-origine
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body, .panel-activity
.panel > .table + .panel-body, .panel-origine
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body, .panel-activity
.panel > .table-responsive + .panel-body, .panel-origine
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 15px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading, .panel-group .blocActivite .title, .blocActivite .panel-group .title {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .blocActivite .title + .panel-collapse > .panel-body, .blocActivite .panel-group .title + .panel-collapse > .panel-body, .panel-group .blocActivite .panel-activity .title + .panel-collapse > .panel-body, .blocActivite .panel-group .panel-activity .title + .panel-collapse > .panel-body, .panel-group .panel-activity .panel-heading + .panel-collapse > .panel-body, .panel-group .blocActivite .panel-origine .title + .panel-collapse > .panel-body, .blocActivite .panel-group .panel-origine .title + .panel-collapse > .panel-body, .panel-group .panel-origine .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group,
    .panel-group .blocActivite .title + .panel-collapse > .list-group, .blocActivite
    .panel-group .title + .panel-collapse > .list-group,
    .panel-group .panel-activity .panel-heading + .panel-collapse > .list-group,
    .panel-group .panel-origine .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default, .fiche-client .panel-indicator, .panel-activity, .panel-origine {
  border-color: #ddd; }
  .panel-default > .panel-heading, .fiche-client .panel-indicator > .panel-heading, .blocActivite .panel-default > .title, .fiche-client .blocActivite .panel-indicator > .title, .blocActivite .fiche-client .panel-indicator > .title, .blocActivite .panel-activity > .title, .blocActivite .panel-origine > .title, .panel-activity .panel-default > .panel-heading, .fiche-client .panel-activity .panel-indicator > .panel-heading, .panel-activity > .panel-heading, .panel-activity .panel-origine > .panel-heading, .panel-origine .panel-default > .panel-heading, .fiche-client .panel-origine .panel-indicator > .panel-heading, .panel-origine .panel-activity > .panel-heading, .panel-origine > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body, .fiche-client .panel-indicator > .panel-heading + .panel-collapse > .panel-body, .blocActivite .panel-default > .title + .panel-collapse > .panel-body, .fiche-client .blocActivite .panel-indicator > .title + .panel-collapse > .panel-body, .blocActivite .fiche-client .panel-indicator > .title + .panel-collapse > .panel-body, .blocActivite .panel-activity .panel-default > .title + .panel-collapse > .panel-body, .fiche-client .blocActivite .panel-activity .panel-indicator > .title + .panel-collapse > .panel-body, .blocActivite .fiche-client .panel-activity .panel-indicator > .title + .panel-collapse > .panel-body, .blocActivite .panel-activity > .title + .panel-collapse > .panel-body, .blocActivite .panel-activity .panel-origine > .title + .panel-collapse > .panel-body, .panel-activity .panel-default > .panel-heading + .panel-collapse > .panel-body, .fiche-client .panel-activity .panel-indicator > .panel-heading + .panel-collapse > .panel-body, .panel-activity > .panel-heading + .panel-collapse > .panel-body, .blocActivite .panel-origine .panel-default > .title + .panel-collapse > .panel-body, .fiche-client .blocActivite .panel-origine .panel-indicator > .title + .panel-collapse > .panel-body, .blocActivite .fiche-client .panel-origine .panel-indicator > .title + .panel-collapse > .panel-body, .blocActivite .panel-origine .panel-activity > .title + .panel-collapse > .panel-body, .blocActivite .panel-origine > .title + .panel-collapse > .panel-body, .panel-activity .panel-origine > .panel-heading + .panel-collapse > .panel-body, .panel-origine .panel-default > .panel-heading + .panel-collapse > .panel-body, .fiche-client .panel-origine .panel-indicator > .panel-heading + .panel-collapse > .panel-body, .panel-origine .panel-activity > .panel-heading + .panel-collapse > .panel-body, .panel-origine > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge, .fiche-client .panel-indicator > .panel-heading .badge, .blocActivite .panel-default > .title .badge, .fiche-client .blocActivite .panel-indicator > .title .badge, .blocActivite .fiche-client .panel-indicator > .title .badge, .blocActivite .panel-activity > .title .badge, .blocActivite .panel-origine > .title .badge, .panel-activity .panel-default > .panel-heading .badge, .fiche-client .panel-activity .panel-indicator > .panel-heading .badge, .panel-activity > .panel-heading .badge, .panel-activity .panel-origine > .panel-heading .badge, .panel-origine .panel-default > .panel-heading .badge, .fiche-client .panel-origine .panel-indicator > .panel-heading .badge, .panel-origine .panel-activity > .panel-heading .badge, .panel-origine > .panel-heading .badge, .panel-default > .panel-heading .outlined-badge, .fiche-client .panel-indicator > .panel-heading .outlined-badge, .blocActivite .panel-default > .title .outlined-badge, .fiche-client .blocActivite .panel-indicator > .title .outlined-badge, .blocActivite .fiche-client .panel-indicator > .title .outlined-badge, .blocActivite .panel-activity > .title .outlined-badge, .blocActivite .panel-origine > .title .outlined-badge, .panel-activity .panel-default > .panel-heading .outlined-badge, .fiche-client .panel-activity .panel-indicator > .panel-heading .outlined-badge, .panel-activity > .panel-heading .outlined-badge, .panel-activity .panel-origine > .panel-heading .outlined-badge, .panel-origine .panel-default > .panel-heading .outlined-badge, .fiche-client .panel-origine .panel-indicator > .panel-heading .outlined-badge, .panel-origine .panel-activity > .panel-heading .outlined-badge, .panel-origine > .panel-heading .outlined-badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body, .fiche-client .panel-indicator > .panel-footer + .panel-collapse > .panel-body, .panel-activity .panel-default > .panel-footer + .panel-collapse > .panel-body, .fiche-client .panel-activity .panel-indicator > .panel-footer + .panel-collapse > .panel-body, .panel-activity > .panel-footer + .panel-collapse > .panel-body, .panel-activity .panel-origine > .panel-footer + .panel-collapse > .panel-body, .panel-origine .panel-default > .panel-footer + .panel-collapse > .panel-body, .fiche-client .panel-origine .panel-indicator > .panel-footer + .panel-collapse > .panel-body, .panel-origine .panel-activity > .panel-footer + .panel-collapse > .panel-body, .panel-origine > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #0A76E3; }
  .panel-primary > .panel-heading, .blocActivite .panel-primary > .title, .panel-activity .panel-primary > .panel-heading, .panel-origine .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0A76E3;
    border-color: #0A76E3; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body, .blocActivite .panel-primary > .title + .panel-collapse > .panel-body, .blocActivite .panel-activity .panel-primary > .title + .panel-collapse > .panel-body, .panel-activity .panel-primary > .panel-heading + .panel-collapse > .panel-body, .blocActivite .panel-origine .panel-primary > .title + .panel-collapse > .panel-body, .panel-origine .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0A76E3; }
    .panel-primary > .panel-heading .badge, .blocActivite .panel-primary > .title .badge, .panel-activity .panel-primary > .panel-heading .badge, .panel-origine .panel-primary > .panel-heading .badge, .panel-primary > .panel-heading .outlined-badge, .blocActivite .panel-primary > .title .outlined-badge, .panel-activity .panel-primary > .panel-heading .outlined-badge, .panel-origine .panel-primary > .panel-heading .outlined-badge {
      color: #0A76E3;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body, .panel-activity .panel-primary > .panel-footer + .panel-collapse > .panel-body, .panel-origine .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0A76E3; }

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

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

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

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading, .blocActivite .panel-danger > .title, .panel-activity .panel-danger > .panel-heading, .panel-origine .panel-danger > .panel-heading {
    color: #f61c25;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body, .blocActivite .panel-danger > .title + .panel-collapse > .panel-body, .blocActivite .panel-activity .panel-danger > .title + .panel-collapse > .panel-body, .panel-activity .panel-danger > .panel-heading + .panel-collapse > .panel-body, .blocActivite .panel-origine .panel-danger > .title + .panel-collapse > .panel-body, .panel-origine .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge, .blocActivite .panel-danger > .title .badge, .panel-activity .panel-danger > .panel-heading .badge, .panel-origine .panel-danger > .panel-heading .badge, .panel-danger > .panel-heading .outlined-badge, .blocActivite .panel-danger > .title .outlined-badge, .panel-activity .panel-danger > .panel-heading .outlined-badge, .panel-origine .panel-danger > .panel-heading .outlined-badge {
      color: #f2dede;
      background-color: #f61c25; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body, .panel-activity .panel-danger > .panel-footer + .panel-collapse > .panel-body, .panel-origine .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .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; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer button + .btn, .modal-footer .btn-default + .btn, .modal-footer .btn-cancel + .btn, .modal-footer .btn-valid + .btn, .modal-footer .btn + button, .modal-footer button + button, .modal-footer .btn-default + button, .modal-footer .btn-cancel + button, .modal-footer .btn-valid + button, .modal-footer .btn + .btn-default, .modal-footer button + .btn-default, .modal-footer .btn-default + .btn-default, .modal-footer .btn-cancel + .btn-default, .modal-footer .btn-valid + .btn-default, .modal-footer .btn + .btn-cancel, .modal-footer button + .btn-cancel, .modal-footer .btn-default + .btn-cancel, .modal-footer .btn-cancel + .btn-cancel, .modal-footer .btn-valid + .btn-cancel, .modal-footer .btn + .btn-valid, .modal-footer button + .btn-valid, .modal-footer .btn-default + .btn-valid, .modal-footer .btn-cancel + .btn-valid, .modal-footer .btn-valid + .btn-valid {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group button + .btn, .modal-footer .btn-group .btn-default + .btn, .modal-footer .btn-group .btn-cancel + .btn, .modal-footer .btn-group .btn-valid + .btn, .modal-footer .btn-group .btn + button, .modal-footer .btn-group button + button, .modal-footer .btn-group .btn-default + button, .modal-footer .btn-group .btn-cancel + button, .modal-footer .btn-group .btn-valid + button, .modal-footer .btn-group .btn + .btn-default, .modal-footer .btn-group button + .btn-default, .modal-footer .btn-group .btn-default + .btn-default, .modal-footer .btn-group .btn-cancel + .btn-default, .modal-footer .btn-group .btn-valid + .btn-default, .modal-footer .btn-group .btn + .btn-cancel, .modal-footer .btn-group button + .btn-cancel, .modal-footer .btn-group .btn-default + .btn-cancel, .modal-footer .btn-group .btn-cancel + .btn-cancel, .modal-footer .btn-group .btn-valid + .btn-cancel, .modal-footer .btn-group .btn + .btn-valid, .modal-footer .btn-group button + .btn-valid, .modal-footer .btn-group .btn-default + .btn-valid, .modal-footer .btn-group .btn-cancel + .btn-valid, .modal-footer .btn-group .btn-valid + .btn-valid {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  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: #fff; }

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

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

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

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

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn, .carousel-caption button, .carousel-caption .btn-default, .carousel-caption .btn-cancel, .carousel-caption .btn-valid {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

.pull-right, .blocInfo ul > li .infoR {
  float: right !important; }

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-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;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.input-group.input-group-lg span.twitter-typeahead .form-control, .input-group.input-group-lg span.twitter-typeahead input, .input-group.input-group-lg span.twitter-typeahead .inpTime, .input-group.input-group-lg span.twitter-typeahead
select, .input-group.input-group-lg span.twitter-typeahead
textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-group.input-group-sm span.twitter-typeahead .form-control, .input-group.input-group-sm span.twitter-typeahead input, .input-group.input-group-sm span.twitter-typeahead .inpTime, .input-group.input-group-sm span.twitter-typeahead
select, .input-group.input-group-sm span.twitter-typeahead
textarea {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

span.twitter-typeahead {
  width: 100%; }

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
  border-radius: 4px; }

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important; }

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control, .input-group span.twitter-typeahead:not(:first-child):not(:last-child) input, .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .inpTime, .input-group span.twitter-typeahead:not(:first-child):not(:last-child)
select, .input-group span.twitter-typeahead:not(:first-child):not(:last-child)
textarea {
  border-radius: 0px; }

.input-group span.twitter-typeahead:last-child .form-control, .input-group span.twitter-typeahead:last-child input, .input-group span.twitter-typeahead:last-child .inpTime, .input-group span.twitter-typeahead:last-child
select, .input-group span.twitter-typeahead:last-child
textarea {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.input-group.input-group-sm span.twitter-typeahead {
  height: 30px; }

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important; }

.input-group.input-group-lg span.twitter-typeahead {
  height: 46px; }

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important; }

@media print {
  .breadcrumb, #critere, #critereHaut, .non-printable, #footer, #popupSuppr, #popupSupport, #popupInfo, #popupOnDemand {
    display: none;
    visibility: hidden; }
  #printCrit {
    display: block !important; }
  a[href]:after {
    content: none !important; }
  #table-responsive {
    overflow-x: auto;
    overflow-y: auto; }
  #printcontent {
    position: absolute;
    top: 40px;
    left: 30px; } }

svg {
  font-family: "Roboto";
  font-weight: 300; }
  svg .strong {
    font-weight: 400; }

html {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline;
  height: 100%; }

body {
  line-height: 1;
  background-color: #ffffff;
  color: #303030;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  outline: 0px;
  height: 100%; }

div {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

span {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

h1 {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  vertical-align: baseline;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 18px; }

h2 {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 18px;
  vertical-align: baseline; }

h3 {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 1em;
  font-weight: 500;
  line-height: 18px;
  vertical-align: baseline; }

h4 {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  vertical-align: baseline; }

h5 {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

h6 {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

p {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

em {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

font {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

img {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

center {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

fieldset {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

form {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

label {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

legend {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

table {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

.tableStandard {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

.tableSaisie {
  margin: 0 0 10px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

tbody {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: 400; }

tfoot {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

thead {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline;
  background: #F3F3F3; }

tr {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline; }

#listTable, .listTable {
  width: 100%; }

#listTable tr.odd, #suivicontrat tr.odd, #datatable tr.odd, .listTable tr.odd {
  background-color: #f9f9f9; }

#printCrit {
  display: none; }

th {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: 400; }

td {
  margin: 0px;
  padding: 0px;
  outline: 0px;
  border: 0px currentColor;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: 300; }

/* -------------------------------------------------MISE EN PAGE GENERALE----------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------*/
.login {
  margin-top: 200px; }
  @media (max-width: 991px) {
    .login {
      margin-top: 50px; } }
  .login .title, .login .body {
    text-align: center; }
  .login .title {
    font-weight: 400; }
    .login .title h1 {
      font-size: 3em; }
    .login .title p {
      font-size: 2em; }
    .login .title hr {
      margin-top: 25px;
      margin-bottom: 25px;
      border: 0;
      width: 5em;
      border-top: 1px solid #303030; }
  .login label {
    font-weight: 300; }
  .login a, .login a:link, .login a:visited {
    color: #0A76E3; }
  .login p {
    font-weight: 300;
    padding-bottom: 1.2em; }
  .login .logoK {
    display: inline-block;
    padding-right: 0.7em;
    margin-right: 0.7em;
    border-right: solid 1px #303030; }
  .login .loginbox {
    font-size: 1.2em;
    border-radius: 3px;
    padding: 2em 2em 2em 2em;
    /*background-color: $heading-color;*/ }
  .login .footer {
    font-weight: 300;
    font-size: 0.9em;
    padding-top: 5em;
    text-align: center; }

#page {
  padding: 0;
  margin: 0 auto 0px;
  min-height: 100%;
  height: auto; }
  @media (max-width: 991px) {
    #page {
      padding-left: 0.5em;
      padding-right: 0.5em; } }

#main {
  min-height: 535px;
  margin-bottom: 2em; }

#main .col1 {
  margin-bottom: 2em; }
  @media screen and (max-width: 991px) {
    #main .col1 {
      margin-bottom: 1em; } }

#main .colR {
  min-height: 535px; }

#main .colL1 div.row + div.row, #main .colL1 div#header + div.row, #main .colL1 div#main + div.row, #main .colL1 div.row-pagination + div.row, #main .colL1 .show div.field-row + div.row, .show #main .colL1 div.field-row + div.row, #main .colL1 .conversation .chat div.header + div.row, .conversation .chat #main .colL1 div.header + div.row, #main .colL1 .conversation .chat div.body + div.row, .conversation .chat #main .colL1 div.body + div.row, #main .colL1 .conversation .chat div.footer + div.row, .conversation .chat #main .colL1 div.footer + div.row, #main .colL1 .task div.task-row + div.row, .task #main .colL1 div.task-row + div.row, #main .colL1 .task .show .history div.logs + div.row, .task .show .history #main .colL1 div.logs + div.row, #main .colL1 div.row + div#header, #main .colL1 div#header + div#header, #main .colL1 div#main + div#header, #main .colL1 div.row-pagination + div#header, #main .colL1 .show div.field-row + div#header, .show #main .colL1 div.field-row + div#header, #main .colL1 .conversation .chat div.header + div#header, .conversation .chat #main .colL1 div.header + div#header, #main .colL1 .conversation .chat div.body + div#header, .conversation .chat #main .colL1 div.body + div#header, #main .colL1 .conversation .chat div.footer + div#header, .conversation .chat #main .colL1 div.footer + div#header, #main .colL1 .task div.task-row + div#header, .task #main .colL1 div.task-row + div#header, #main .colL1 .task .show .history div.logs + div#header, .task .show .history #main .colL1 div.logs + div#header, #main .colL1 div.row + div#main, #main .colL1 div#header + div#main, #main .colL1 div#main + div#main, #main .colL1 div.row-pagination + div#main, #main .colL1 .show div.field-row + div#main, .show #main .colL1 div.field-row + div#main, #main .colL1 .conversation .chat div.header + div#main, .conversation .chat #main .colL1 div.header + div#main, #main .colL1 .conversation .chat div.body + div#main, .conversation .chat #main .colL1 div.body + div#main, #main .colL1 .conversation .chat div.footer + div#main, .conversation .chat #main .colL1 div.footer + div#main, #main .colL1 .task div.task-row + div#main, .task #main .colL1 div.task-row + div#main, #main .colL1 .task .show .history div.logs + div#main, .task .show .history #main .colL1 div.logs + div#main, #main .colL1 div.row + div.row-pagination, #main .colL1 div#header + div.row-pagination, #main .colL1 div#main + div.row-pagination, #main .colL1 div.row-pagination + div.row-pagination, #main .colL1 .show div.field-row + div.row-pagination, .show #main .colL1 div.field-row + div.row-pagination, #main .colL1 .conversation .chat div.header + div.row-pagination, .conversation .chat #main .colL1 div.header + div.row-pagination, #main .colL1 .conversation .chat div.body + div.row-pagination, .conversation .chat #main .colL1 div.body + div.row-pagination, #main .colL1 .conversation .chat div.footer + div.row-pagination, .conversation .chat #main .colL1 div.footer + div.row-pagination, #main .colL1 .task div.task-row + div.row-pagination, .task #main .colL1 div.task-row + div.row-pagination, #main .colL1 .task .show .history div.logs + div.row-pagination, .task .show .history #main .colL1 div.logs + div.row-pagination, #main .colL1 .show div.row + div.field-row, .show #main .colL1 div.row + div.field-row, #main .colL1 .show div#header + div.field-row, .show #main .colL1 div#header + div.field-row, #main .colL1 .show div#main + div.field-row, .show #main .colL1 div#main + div.field-row, #main .colL1 .show div.row-pagination + div.field-row, .show #main .colL1 div.row-pagination + div.field-row, #main .colL1 .show div.field-row + div.field-row, .show #main .colL1 div.field-row + div.field-row, #main .colL1 .conversation .chat .show div.header + div.field-row, .show #main .colL1 .conversation .chat div.header + div.field-row, .conversation .chat #main .colL1 .show div.header + div.field-row, .show .conversation .chat #main .colL1 div.header + div.field-row, #main .colL1 .conversation .chat .show div.body + div.field-row, .show #main .colL1 .conversation .chat div.body + div.field-row, .conversation .chat #main .colL1 .show div.body + div.field-row, .show .conversation .chat #main .colL1 div.body + div.field-row, #main .colL1 .conversation .chat .show div.footer + div.field-row, .show #main .colL1 .conversation .chat div.footer + div.field-row, .conversation .chat #main .colL1 .show div.footer + div.field-row, .show .conversation .chat #main .colL1 div.footer + div.field-row, #main .colL1 .task .show div.task-row + div.field-row, .show #main .colL1 .task div.task-row + div.field-row, .task #main .colL1 .show div.task-row + div.field-row, .show .task #main .colL1 div.task-row + div.field-row, #main .colL1 .task .show .history div.logs + div.field-row, .task .show .history #main .colL1 div.logs + div.field-row, #main .colL1 .conversation .chat div.row + div.header, .conversation .chat #main .colL1 div.row + div.header, #main .colL1 .conversation .chat div#header + div.header, .conversation .chat #main .colL1 div#header + div.header, #main .colL1 .conversation .chat div#main + div.header, .conversation .chat #main .colL1 div#main + div.header, #main .colL1 .conversation .chat div.row-pagination + div.header, .conversation .chat #main .colL1 div.row-pagination + div.header, #main .colL1 .show .conversation .chat div.field-row + div.header, .conversation .chat #main .colL1 .show div.field-row + div.header, .show #main .colL1 .conversation .chat div.field-row + div.header, .conversation .chat .show #main .colL1 div.field-row + div.header, #main .colL1 .conversation .chat div.header + div.header, .conversation .chat #main .colL1 div.header + div.header, #main .colL1 .conversation .chat div.body + div.header, .conversation .chat #main .colL1 div.body + div.header, #main .colL1 .conversation .chat div.footer + div.header, .conversation .chat #main .colL1 div.footer + div.header, #main .colL1 .task .conversation .chat div.task-row + div.header, .conversation .chat #main .colL1 .task div.task-row + div.header, .task #main .colL1 .conversation .chat div.task-row + div.header, .conversation .chat .task #main .colL1 div.task-row + div.header, #main .colL1 .task .show .history .conversation .chat div.logs + div.header, .conversation .chat #main .colL1 .task .show .history div.logs + div.header, .task .show .history #main .colL1 .conversation .chat div.logs + div.header, .conversation .chat .task .show .history #main .colL1 div.logs + div.header, #main .colL1 .conversation .chat div.row + div.body, .conversation .chat #main .colL1 div.row + div.body, #main .colL1 .conversation .chat div#header + div.body, .conversation .chat #main .colL1 div#header + div.body, #main .colL1 .conversation .chat div#main + div.body, .conversation .chat #main .colL1 div#main + div.body, #main .colL1 .conversation .chat div.row-pagination + div.body, .conversation .chat #main .colL1 div.row-pagination + div.body, #main .colL1 .show .conversation .chat div.field-row + div.body, .conversation .chat #main .colL1 .show div.field-row + div.body, .show #main .colL1 .conversation .chat div.field-row + div.body, .conversation .chat .show #main .colL1 div.field-row + div.body, #main .colL1 .conversation .chat div.header + div.body, .conversation .chat #main .colL1 div.header + div.body, #main .colL1 .conversation .chat div.body + div.body, .conversation .chat #main .colL1 div.body + div.body, #main .colL1 .conversation .chat div.footer + div.body, .conversation .chat #main .colL1 div.footer + div.body, #main .colL1 .task .conversation .chat div.task-row + div.body, .conversation .chat #main .colL1 .task div.task-row + div.body, .task #main .colL1 .conversation .chat div.task-row + div.body, .conversation .chat .task #main .colL1 div.task-row + div.body, #main .colL1 .task .show .history .conversation .chat div.logs + div.body, .conversation .chat #main .colL1 .task .show .history div.logs + div.body, .task .show .history #main .colL1 .conversation .chat div.logs + div.body, .conversation .chat .task .show .history #main .colL1 div.logs + div.body, #main .colL1 .conversation .chat div.row + div.footer, .conversation .chat #main .colL1 div.row + div.footer, #main .colL1 .conversation .chat div#header + div.footer, .conversation .chat #main .colL1 div#header + div.footer, #main .colL1 .conversation .chat div#main + div.footer, .conversation .chat #main .colL1 div#main + div.footer, #main .colL1 .conversation .chat div.row-pagination + div.footer, .conversation .chat #main .colL1 div.row-pagination + div.footer, #main .colL1 .show .conversation .chat div.field-row + div.footer, .conversation .chat #main .colL1 .show div.field-row + div.footer, .show #main .colL1 .conversation .chat div.field-row + div.footer, .conversation .chat .show #main .colL1 div.field-row + div.footer, #main .colL1 .conversation .chat div.header + div.footer, .conversation .chat #main .colL1 div.header + div.footer, #main .colL1 .conversation .chat div.body + div.footer, .conversation .chat #main .colL1 div.body + div.footer, #main .colL1 .conversation .chat div.footer + div.footer, .conversation .chat #main .colL1 div.footer + div.footer, #main .colL1 .task .conversation .chat div.task-row + div.footer, .conversation .chat #main .colL1 .task div.task-row + div.footer, .task #main .colL1 .conversation .chat div.task-row + div.footer, .conversation .chat .task #main .colL1 div.task-row + div.footer, #main .colL1 .task .show .history .conversation .chat div.logs + div.footer, .conversation .chat #main .colL1 .task .show .history div.logs + div.footer, .task .show .history #main .colL1 .conversation .chat div.logs + div.footer, .conversation .chat .task .show .history #main .colL1 div.logs + div.footer, #main .colL1 .task div.row + div.task-row, .task #main .colL1 div.row + div.task-row, #main .colL1 .task div#header + div.task-row, .task #main .colL1 div#header + div.task-row, #main .colL1 .task div#main + div.task-row, .task #main .colL1 div#main + div.task-row, #main .colL1 .task div.row-pagination + div.task-row, .task #main .colL1 div.row-pagination + div.task-row, #main .colL1 .show .task div.field-row + div.task-row, .task #main .colL1 .show div.field-row + div.task-row, .show #main .colL1 .task div.field-row + div.task-row, .task .show #main .colL1 div.field-row + div.task-row, #main .colL1 .conversation .chat .task div.header + div.task-row, .task #main .colL1 .conversation .chat div.header + div.task-row, .conversation .chat #main .colL1 .task div.header + div.task-row, .task .conversation .chat #main .colL1 div.header + div.task-row, #main .colL1 .conversation .chat .task div.body + div.task-row, .task #main .colL1 .conversation .chat div.body + div.task-row, .conversation .chat #main .colL1 .task div.body + div.task-row, .task .conversation .chat #main .colL1 div.body + div.task-row, #main .colL1 .conversation .chat .task div.footer + div.task-row, .task #main .colL1 .conversation .chat div.footer + div.task-row, .conversation .chat #main .colL1 .task div.footer + div.task-row, .task .conversation .chat #main .colL1 div.footer + div.task-row, #main .colL1 .task div.task-row + div.task-row, .task #main .colL1 div.task-row + div.task-row, #main .colL1 .task .show .history div.logs + div.task-row, .task .show .history #main .colL1 div.logs + div.task-row, #main .colL1 .task .show .history div.row + div.logs, .task .show .history #main .colL1 div.row + div.logs, #main .colL1 .task .show .history div#header + div.logs, .task .show .history #main .colL1 div#header + div.logs, #main .colL1 .task .show .history div#main + div.logs, .task .show .history #main .colL1 div#main + div.logs, #main .colL1 .task .show .history div.row-pagination + div.logs, .task .show .history #main .colL1 div.row-pagination + div.logs, #main .colL1 .task .show .history div.field-row + div.logs, .task #main .colL1 .show .history div.field-row + div.logs, .task .show #main .colL1 .history div.field-row + div.logs, .task .show .history #main .colL1 div.field-row + div.logs, #main .colL1 .conversation .chat .task .show .history div.header + div.logs, .task .show .history #main .colL1 .conversation .chat div.header + div.logs, .conversation .chat #main .colL1 .task .show .history div.header + div.logs, .task .show .history .conversation .chat #main .colL1 div.header + div.logs, #main .colL1 .conversation .chat .task .show .history div.body + div.logs, .task .show .history #main .colL1 .conversation .chat div.body + div.logs, .conversation .chat #main .colL1 .task .show .history div.body + div.logs, .task .show .history .conversation .chat #main .colL1 div.body + div.logs, #main .colL1 .conversation .chat .task .show .history div.footer + div.logs, .task .show .history #main .colL1 .conversation .chat div.footer + div.logs, .conversation .chat #main .colL1 .task .show .history div.footer + div.logs, .task .show .history .conversation .chat #main .colL1 div.footer + div.logs, #main .colL1 .task .show .history div.task-row + div.logs, .task #main .colL1 .show .history div.task-row + div.logs, .task .show .history #main .colL1 div.task-row + div.logs, #main .colL1 .task .show .history div.logs + div.logs, .task .show .history #main .colL1 div.logs + div.logs {
  margin-top: 10px; }

.ajax-wait {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }

@media screen and (min-width: 992px) {
  #main .home.colL1 div.col-md-6, #main .home.colL1 div.colL1, #main .home.colL1 div.colR1 {
    padding-right: 5px; } }

@media screen and (min-width: 992px) {
  #main .home.colL1 div.col-md-6 + div.col-md-6, #main .home.colL1 div.colL1 + div.col-md-6, #main .home.colL1 div.colR1 + div.col-md-6, #main .home.colL1 div.col-md-6 + div.colL1, #main .home.colL1 div.colL1 + div.colL1, #main .home.colL1 div.colR1 + div.colL1, #main .home.colL1 div.col-md-6 + div.colR1, #main .home.colL1 div.colL1 + div.colR1, #main .home.colL1 div.colR1 + div.colR1 {
    padding-right: 15px;
    padding-left: 5px; } }

@media screen and (max-width: 991px) {
  #main .home.colL1 div.col-md-6 + div.col-md-6, #main .home.colL1 div.colL1 + div.col-md-6, #main .home.colL1 div.colR1 + div.col-md-6, #main .home.colL1 div.col-md-6 + div.colL1, #main .home.colL1 div.colL1 + div.colL1, #main .home.colL1 div.colR1 + div.colL1, #main .home.colL1 div.col-md-6 + div.colR1, #main .home.colL1 div.colL1 + div.colR1, #main .home.colL1 div.colR1 + div.colR1 {
    padding-top: 10px; } }

#main .home.colL1 .bloc1, #main .home.colL1 .bloc2 {
  border-radius: 3px;
  height: 130px;
  padding-top: 36px;
  border-top: 0px;
  text-align: left;
  background: #F3F3F3; }

#main .home.colL1 .bloc2 {
  background: #558ed5; }

#main .colL1 .bloc1:hover, #main .home.colL1 .bloc2:hover {
  color: #0A76E3;
  cursor: pointer; }

#main .colL1 .nb {
  font-size: 35px;
  font-weight: 500;
  text-align: center; }

#main .colL1 .titre {
  font-size: 20px;
  font-weight: 500;
  text-align: center; }

#main .colL1 a {
  text-decoration: none; }

#main .colL1 a:hover {
  color: #0A76E3; }

#main .colL1 .v2 {
  height: 120px; }

#main .colL1 .v2 .nb {
  height: 39px; }

#footer {
  line-height: 30px;
  padding: 20px 0 20px;
  background-color: #F3F3F3; }

#footer2 {
  background: #999; }

.content {
  margin: 0 auto; }

.oblg {
  color: red; }

/* ---------------------------------------------------------HEADER-----------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------*/
#logo {
  width: 127px;
  float: left;
  margin-right: 25px; }

a {
  color: #303030; }

div.menu {
  float: left; }

div.menu span .fa, div.menu span a.collapse-toggle > i.collapse-icon {
  line-height: 2.5em;
  font-size: 2em;
  color: white;
  color: #999;
  padding-right: 0.7em; }

div.menu span .fa:hover, div.menu span a.collapse-toggle > i.collapse-icon:hover {
  color: white; }

/**
 * Badges
 */
.badge-icon {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.5em;
  position: absolute;
  display: block;
  top: 0.4em;
  margin-left: 1em;
  line-height: 1.5em;
  border-radius: 10px;
  text-align: center;
  padding: 0 0.5em;
  color: #fff;
  background: #FF002F; }

.badge.ic-status, .ic-status.outlined-badge {
  width: 6em;
  background: none;
  font-weight: 300;
  border: solid 1px #d7dadc; }

.badge.ic-status.declared, .ic-status.declared.outlined-badge {
  border-color: #0A76E3;
  color: #0A76E3 !important; }

.badge.ic-status.in-progress, .ic-status.in-progress.outlined-badge {
  border-color: #f0ad4e;
  color: #f0ad4e !important; }

.badge.ic-status.closed, .ic-status.closed.outlined-badge {
  border-color: #5cb85c;
  color: #5cb85c !important; }

.badge.termination-status, .termination-status.outlined-badge {
  width: 12em;
  background: none;
  font-weight: 300;
  border: solid 1px #d7dadc;
  color: #303030; }

.badge.relance-status, .relance-status.outlined-badge {
  width: 6em;
  background: none;
  font-weight: 300;
  border: solid 1px #d7dadc;
  color: #303030; }

.badge.termination-status.status-0, .termination-status.status-0.outlined-badge,
.badge.relance-status.status-0,
.relance-status.status-0.outlined-badge {
  border-color: #0A76E3;
  color: #0A76E3 !important; }

.badge.termination-status.status-6, .termination-status.status-6.outlined-badge,
.badge.termination-status.status-7,
.termination-status.status-7.outlined-badge {
  border-color: #f0ad4e;
  color: #f0ad4e !important; }

.badge.termination-status.status-0, .termination-status.status-0.outlined-badge,
.badge.termination-status.status-1,
.termination-status.status-1.outlined-badge,
.badge.termination-status.status-2,
.termination-status.status-2.outlined-badge,
.badge.termination-status.status-4,
.termination-status.status-4.outlined-badge,
.badge.relance-status.status-1,
.relance-status.status-1.outlined-badge {
  border-color: #5cb85c;
  color: #5cb85c !important; }

.badge.termination-status.status-5, .termination-status.status-5.outlined-badge {
  border-color: #f96f75;
  color: #f96f75 !important; }

/* -----------------------------------------------------------MAIN-----------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------*/
#mainheader {
  vertical-align: top;
  border-bottom: solid 1px #d7dadc;
  padding: 0 0px 5px 0px; }

.homebarl {
  color: #4d4d4d;
  vertical-align: baseline;
  padding: 1em 0 10px 0px;
  font-weight: 500;
  font-size: 1.3em;
  float: left; }

.homebarr {
  text-align: right;
  vertical-align: baseline;
  padding: 11px 0px 5px 0;
  float: right; }

#mainselect {
  width: 100%;
  background-color: #F3F3F3; }
  #mainselect label {
    font-weight: 300; }
  #mainselect form {
    width: 100%;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    outline: 0px;
    border: 0px currentColor;
    font-size: 100%;
    vertical-align: baseline; }
  #mainselect table {
    width: 100%;
    padding: 0 5px;
    height: 28px; }
  #mainselect td {
    margin: 0px;
    padding: 0px 5px 0px 5px;
    outline: 0px;
    border: 0px currentColor;
    font-size: 100%;
    vertical-align: middle; }
  #mainselect td div {
    width: 80px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: right; }

.filtreSuppMasque {
  height: 0px;
  overflow: hidden; }

.mstbl1 {
  padding: 1px 3px 0px 3px;
  text-align: left;
  border-top: 1px #d7dadc solid;
  vertical-align: middle;
  height: 30px; }

.mstbl1-2 {
  padding: 1px 3px 0px 3px;
  text-align: right;
  border-top: 1px #d7dadc solid;
  vertical-align: middle;
  height: 30px; }

.mstbl2 {
  padding: 1px 3px 0px 3px;
  text-align: left;
  border-top: 1px #d7dadc dotted;
  vertical-align: middle;
  height: 30px;
  color: #BBBBBB; }

.mstbl2-2 {
  padding: 1px 3px 0px 3px;
  text-align: right;
  border-top: 1px #d7dadc dotted;
  vertical-align: middle;
  height: 30px;
  color: #BBBBBB; }

.mstbl3 {
  text-align: left;
  border-top: 1px #d7dadc solid;
  font-weight: 500;
  color: #303030;
  padding: 0px 3px 0px 3px;
  background: #d7dadc;
  vertical-align: middle;
  height: 30px; }

#mainselect select {
  padding: 2px 1px 2px 1px;
  width: 100%; }

#mainselect a {
  border: 1px solid #d7dadc;
  outline: none;
  background: #ffffff;
  text-align: center;
  padding: 4px 5px 4px 5px;
  color: #303030;
  text-transform: uppercase;
  font-weight: normal;
  margin-right: 2px; }

#mainselect a.caltrigger {
  margin: 3px 0 0 3px;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 15px;
  background-color: #F3F3F3; }

#mainselect a.caltrigger:before {
  font-family: FontAwesome;
  content: "\f073"; }

#mainselect a.caltrigger:hover {
  color: #0A75E2; }

#mainselect a.caltrigger.actif {
  float: right;
  width: 20px;
  height: 20px;
  margin: 1px 0 0 0;
  border: 0;
  outline: none;
  padding: 0; }

#mainselect a:hover {
  background: #e6e6e6;
  transition: all .5s; }

#mainselect a.actif {
  background: #ffffff;
  font-weight: 500;
  border: 1px solid #0a76e3;
  padding: 4px 5px 4px 5px; }

#mainselect input, #mainselect .inpTime {
  width: 95%;
  padding: 3px 3px 2px 5px;
  border: 1px solid #d7dadc; }

#mainselect input[type=checkbox], #mainselect [type=checkbox].inpTime {
  border: 0px;
  padding: 3px 3px 2px 5px; }

#mainselect select {
  padding: 0px;
  border: 1px solid #d7dadc; }

#mainselect #dateFin, #mainselect #dateDeb {
  width: 80px; }

.filtreGrid {
  margin: 8px 0;
  float: right !important; }

.filtreGrid2 {
  margin: 10px 0; }

.filtreGrid i,
.filtreGrid2 i {
  font-size: 15px;
  margin-left: 5px;
  color: #303030; }

.filtreGrid i:hover,
.filtreGrid2 i:hover {
  font-size: 15px;
  color: #0A75E2; }

#tagselect {
  width: 100%;
  margin: 5px 0 10px;
  border-bottom: #303030 1px dotted;
  padding-bottom: 10px; }

#tagselect a {
  border: 1px solid #d7dadc;
  padding: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #ffffff; }

#tagselect a:hover {
  background: #e6e6e6;
  font-weight: normal; }

#tagselect a.actif {
  font-weight: 500;
  border: 1px solid #0a76e3; }

#tagselect .tagsTxt {
  float: left;
  margin-left: 5px; }

#tagselect .tagsSupp {
  float: left;
  margin: 2px 0 0 10px; }

#tagselect .tagsSupp .close {
  width: 8px; }

#filtreTags {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

#filtreTags a {
  display: inline-block;
  margin-bottom: 3px; }

.tagsBulletFiltre {
  float: left;
  border-radius: 3px;
  width: 8px;
  height: 8px;
  margin: 1px 5px 0 0;
  border: 1px solid #d7dadc; }

.affectTags {
  position: absolute;
  background-color: white;
  border: 1px solid lightgrey;
  margin-left: 0px;
  margin-top: 0.5em;
  width: 165px;
  max-height: 180px;
  overflow: auto;
  padding-bottom: 5px;
  z-index: 10; }

#mainmain {
  width: 100%;
  vertical-align: top; }
  #mainmain label {
    font-weight: 300; }

.ttpart1 {
  font-size: 13px;
  margin: 1em 0 0.6em 0;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase; }
  .ttpart1 .btn, .ttpart1 button, .ttpart1 .btn-default, .ttpart1 .btn-cancel, .ttpart1 .btn-valid {
    margin-top: -0.5em; }

.ttpart1separator {
  padding-top: 20px; }

.ttpart1-1 {
  margin: 0;
  padding: 0;
  width: 80%;
  display: inline-block; }

.ttpart1-2 {
  margin: 0;
  padding: 0;
  width: 20%;
  float: right;
  display: inline-block;
  text-align: right; }

.ttpart2 {
  margin: 0px 0px 0px 0px;
  padding-left: 5px;
  font-weight: 500;
  width: 100%; }

.ttheadimgl {
  vertical-align: top;
  padding: 3px 2px 3px 4px;
  width: 2%; }

.lng1:hover,
.lng1:hover .tbl4,
.lng1:hover .tbl4a,
.lng1:hover .tbl4-2,
.lng1:hover .tbl4-2a,
.lng1:hover .tbl4-2b,
.lng1:hover .tbl4-2c,
.lng1:hover .tbl4-3,
.lng1:hover .tbl4a,
.lng1:hover .tbl4-2,
.lng1:hover .tbl4-2a,
.lng1:hover .tbl4-2b,
.lng1:hover .tbl4-2c,
.lng1:hover .tbl4-2a,
.lng1:hover .tbl4-2b,
.lng1:hover .tbl4-3 {
  background-color: #f5f5f5;
  cursor: pointer; }

.lng1hidden {
  display: none; }

.lng1display {
  display: visible; }

.lng1a {
  background-color: #f9f9f9; }

.lng1a:hover {
  background-color: #f5f5f5; }

.lng2 {
  background-color: #eef6fe; }

td.no-results {
  font-size: 17px;
  padding: 2em;
  border: none;
  text-align: center;
  font-weight: 400; }
  td.no-results .fa, td.no-results a.collapse-toggle > i.collapse-icon {
    font-size: 3em;
    color: #0A76E3; }

.tbl3, .tbl3a, .tbl3b, .tbl3-2, .tbl3-3, .tbl3-3c, .tbl4, .tbl4a, .tbl4-2, .tbl4-2a, .tbl4-2b, .tbl4-2c, .tbl4-3 {
  text-align: left;
  border-top: 1px #d7dadc solid;
  border-bottom: 1px #d7dadc solid;
  color: #303030;
  padding: 0px 3px 0px 3px;
  vertical-align: middle;
  height: 30px; }
  .tbl3 input[type="checkbox"], .tbl3a input[type="checkbox"], .tbl3b input[type="checkbox"], .tbl3-2 input[type="checkbox"], .tbl3-3 input[type="checkbox"], .tbl3-3c input[type="checkbox"], .tbl4 input[type="checkbox"], .tbl4a input[type="checkbox"], .tbl4-2 input[type="checkbox"], .tbl4-2a input[type="checkbox"], .tbl4-2b input[type="checkbox"], .tbl4-2c input[type="checkbox"], .tbl4-3 input[type="checkbox"], .tbl3 [type="checkbox"].inpTime, .tbl3a [type="checkbox"].inpTime, .tbl3b [type="checkbox"].inpTime, .tbl3-2 [type="checkbox"].inpTime, .tbl3-3 [type="checkbox"].inpTime, .tbl3-3c [type="checkbox"].inpTime, .tbl4 [type="checkbox"].inpTime, .tbl4a [type="checkbox"].inpTime, .tbl4-2 [type="checkbox"].inpTime, .tbl4-2a [type="checkbox"].inpTime, .tbl4-2b [type="checkbox"].inpTime, .tbl4-2c [type="checkbox"].inpTime, .tbl4-3 [type="checkbox"].inpTime,
  .tbl3 input[type="radio"], .tbl3a input[type="radio"], .tbl3b input[type="radio"], .tbl3-2 input[type="radio"], .tbl3-3 input[type="radio"], .tbl3-3c input[type="radio"], .tbl4 input[type="radio"], .tbl4a input[type="radio"], .tbl4-2 input[type="radio"], .tbl4-2a input[type="radio"], .tbl4-2b input[type="radio"], .tbl4-2c input[type="radio"], .tbl4-3 input[type="radio"],
  .tbl3 [type="radio"].inpTime, .tbl3a [type="radio"].inpTime, .tbl3b [type="radio"].inpTime, .tbl3-2 [type="radio"].inpTime, .tbl3-3 [type="radio"].inpTime, .tbl3-3c [type="radio"].inpTime, .tbl4 [type="radio"].inpTime, .tbl4a [type="radio"].inpTime, .tbl4-2 [type="radio"].inpTime, .tbl4-2a [type="radio"].inpTime, .tbl4-2b [type="radio"].inpTime, .tbl4-2c [type="radio"].inpTime, .tbl4-3 [type="radio"].inpTime {
    width: auto; }

.tbl3a {
  border-right: 1px #d7dadc solid; }

.tbl3b {
  border-right: 1px #d7dadc dotted; }

.tbl3-2 {
  text-align: center;
  max-height: 30px; }

.tbl3-3, .tbl3-3c {
  text-align: right; }

.tbl3-3c {
  border-left: 1px #d7dadc dotted; }

.tbl3NoBorderTop {
  border-top: 0;
  height: 20px; }

.tbl3NoBorderBottom {
  border-bottom: 0;
  height: 20px; }

.tbl4, .tbl4a, .tbl4-2, .tbl4-2a, .tbl4-2b, .tbl4-2c, .tbl4-3 {
  padding: 1px 3px 0px 3px;
  border-top: none;
  border-bottom: 1px #d7dadc solid; }

.tbl4grey {
  font-size: 0.9em; }

.tbl4a {
  border-right: 1px #d7dadc solid; }

.tbl4-2, .tbl4-2a, .tbl4-2b, .tbl4-2c {
  text-align: right; }

.tbl4-2a {
  border-right: 1px #d7dadc solid; }

.tbl4-2b {
  border-right: 1px #d7dadc dotted; }

.tbl4-2c {
  border-left: 1px #d7dadc dotted; }

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

.tbl6 {
  padding: 3px 3px 3px 0;
  text-align: center;
  border-bottom: 1px #d7dadc solid;
  vertical-align: top;
  vertical-align: middle; }

.tbl7 {
  margin-top: 4px;
  text-align: left; }

.tbl8 {
  background-color: #FFFFFF;
  border: 1px solid #d7dadc;
  color: #9C9C9C;
  margin: 0px 0px 1px 0px;
  padding: 3px 5px 3px 5px; }

#listTable .badge.activite, #listTable .activite.outlined-badge, #datatable .badge.activite, #datatable .activite.outlined-badge {
  color: #303030;
  font-weight: 300; }

.tbl4Action, span.actions a, span.actions span {
  width: 17px;
  text-align: center;
  font-size: 17px; }

.sort:after {
  font: normal normal normal 13px FontAwesome;
  margin-left: 5px;
  position: relative;
  top: 2px;
  content: "\f0dc"; }

.sortAsc:after {
  font: normal normal normal 13px FontAwesome;
  margin-left: 10px;
  position: relative;
  top: 6px;
  content: "\f0de";
  color: #0A76E3; }

.sortDesc:after {
  font: normal normal normal 13px FontAwesome;
  margin-left: 10px;
  position: relative;
  top: 0px;
  content: "\f0dd";
  color: #0A76E3; }

.sortNull:after {
  font: normal normal normal 13px FontAwesome;
  margin-left: 0px;
  position: relative;
  top: 2px;
  content: ""; }

.icoAction {
  color: #777 !important;
  font-size: 13px; }
  @media print {
    .icoAction {
      display: none; } }

button.icoAction,
button.icoAction:disabled,
button.icoAction:active,
button.icoAction:hover,
button.icoAction[disabled=disabled] {
  background: transparent;
  padding: 0; }

.icoActionActive {
  color: #0a76e3 !important;
  font-size: 13px; }

.icoActionPlus {
  color: #0a76e3 !important; }

.icoActionColor:hover {
  color: #0a76e3 !important; }

.icoActionColorInfo:hover {
  color: #0A76E3 !important; }

.icoActionColorDel:hover {
  color: #f96f75 !important; }

.icoActionColorCancel {
  color: #f96f75 !important; }

.icoActionColorCancel:hover {
  color: #f96f75 !important; }

.icoActionColorVal {
  color: #66cc00 !important; }

.icoActionColorVal:hover {
  color: #66cc00 !important; }

.icoActionColorValGreen {
  color: #04FC16 !important; }

.icoActionColorValGreen:hover {
  color: #04FC16 !important; }

.icoActionColorRepos {
  color: #A61AAC !important; }

.icoActionColorRepos:hover {
  color: #A61AAC !important; }

.icoActionColorNo,
.icoActionColorNo:hover {
  color: #C5C5C5 !important; }

.icoActionDownload:hover {
  color: #0a76e3 !important; }

.icoValid {
  color: #5cb85c !important; }

.icoValid:hover {
  color: #5cb85c !important; }

.icoNonValid {
  color: #f96f75 !important; }

.icoNonValid:hover {
  color: #f96f75 !important; }

.colTitreGris {
  background-color: #D6D6D6; }

.colGris {
  background-color: #F3F3F3; }

.frow1 {
  background: none;
  display: block;
  min-height: 25px;
  padding: 0px 20px 0px 20px;
  float: left; }

.frow2 {
  background: none;
  display: block;
  min-height: 25px;
  padding: 0px 10px 0px 20px;
  float: left; }

.fleft {
  width: 160px;
  float: left;
  padding: 5px 10px 6px 0px;
  min-height: 1px;
  text-align: right; }
  @media (max-width: 1199px) {
    .fleft {
      width: 130px; } }

.ferror {
  width: 140px;
  float: left;
  padding: 5px 0 6px 10px;
  min-height: 1px;
  text-align: left;
  color: #f96f75;
  font-weight: 500; }

.fright {
  width: 220px;
  float: left;
  padding: 0px;
  min-height: 1px;
  font-weight: 400; }
  @media (max-width: 1199px) {
    .fright {
      width: 150px; } }

.fphone {
  width: 213px; }

.fphone2 {
  width: 215px; }

.fright-0 {
  float: left;
  padding: 0px;
  min-height: 1px;
  font-weight: 400; }

.fright-2 {
  width: 220px;
  float: left;
  padding: 5px 0 6px;
  min-height: 1px;
  vertical-align: top;
  font-weight: 400; }

.fclear {
  float: none;
  clear: both;
  height: 0px; }

.vrow1 {
  background: none;
  display: block;
  min-height: 25px;
  padding: 0px 20px 0px 20px;
  float: left; }

.vrow2 {
  background: none;
  display: block;
  min-height: 25px;
  padding: 0px 10px 0px 20px; }

.vright {
  width: 200px;
  float: left;
  padding: 5px 10px 5px 0px;
  min-height: 1px;
  font-weight: 400; }
  @media (max-width: 1199px) {
    .vright {
      width: 150px; } }

.vleft {
  width: 140px;
  float: left;
  padding: 5px 10px 5px 0px;
  min-height: 1px;
  text-align: right; }
  @media (max-width: 1199px) {
    .vleft {
      width: 130px; } }

.vrightOverflow {
  max-height: initial;
  overflow: visible; }

.vrightNoOverflow {
  max-height: 1.5em;
  overflow: hidden; }

.tdOverflow {
  float: left;
  width: 175px;
  max-height: initial;
  overflow: visible; }

.tdNoOverflow {
  float: left;
  width: 175px;
  max-height: 12px;
  margin-top: 1px;
  overflow: hidden; }

/*.vclear {
    float: none;
    clear: both;
    border-bottom: 1px solid $border-color;
    height: 0px
}*/
.tableAffect {
  padding: 15px 0;
  background-color: #F3F3F3;
  margin: 10px 0; }

#jserror {
  float: none;
  padding: 15px;
  color: #f96f75;
  border: 1px solid #f96f75;
  border-radius: 3px;
  display: block; }

#jserror.notview {
  height: 1px;
  min-height: 1px;
  display: none; }

#jserror h2 {
  font-size: 1.1em; }

#jserrornews {
  float: none; }

#jserrornews.notview {
  margin: 0;
  height: 1px;
  min-height: 1px;
  display: block; }

#jserrornews.view {
  margin: 2em 0;
  padding: 1em;
  border: solid 1px #f96f75;
  border-radius: 3px;
  color: #f96f75;
  display: block;
  width: 100%; }

#jserrornews h2 {
  font-weight: 500; }

#jserrornews ul {
  -webkit-padding-start: 1.5em; }

#jserror2 {
  float: none;
  width: 400px;
  margin: 15px 0px 15px 568px;
  padding: 15px;
  color: #f96f75;
  background-color: #fdded7;
  border: 1px solid #f96f75;
  display: block;
  position: absolute; }

#jserror2.notview {
  height: 1px;
  min-height: 1px;
  display: none; }

#jserror2 h2 {
  font-size: 14px; }

#msgerror {
  width: 480px;
  position: absolute;
  margin-top: 12px;
  margin-left: 220px;
  padding: 5px;
  border: 0px;
  border-radius: 3px; }

#msgerror.notview {
  display: none; }

#msgerror.view {
  color: #f96f75;
  background-color: #fdded7;
  display: block; }

#msgerror_login {
  position: relative;
  margin-top: 12px;
  padding: 5px;
  border: 0px;
  border-radius: 3px;
  text-align: left; }

#msgerror_login.notview {
  display: none; }

#msgerror_login.view {
  color: #f96f75;
  background-color: #fdded7;
  display: block; }

.news {
  margin: 15px 0px 0px 0px; }

.newsbarl, .newsbarlblue {
  vertical-align: baseline;
  padding: 4px 6px 4px 6px;
  border-bottom: 1px solid #303030;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #303030;
  color: #fff;
  font-size: 0.9em;
  text-align: center; }

.newsbarlblue {
  border-bottom-color: #0a76e3;
  background-color: #0a76e3; }

.newsbarr {
  vertical-align: baseline;
  padding: 0px;
  width: 80px;
  border-bottom: 1px solid #303030;
  text-align: right; }

.newsbarr img {
  width: 8px; }

.newsbarrblue {
  vertical-align: baseline;
  padding: 0px;
  width: 80px;
  border-bottom: 1px solid #0a76e3;
  text-align: right; }

.newscontent {
  padding: 5px; }

.newscontent td {
  vertical-align: middle;
  padding-bottom: 2px; }

.tags {
  margin: 0 0 5px 0;
  float: left;
  padding: 5px; }

.tags2 {
  margin: 0 0 5px 0;
  float: right;
  padding: 5px; }

.tagsV2 {
  margin-top: 5px;
  float: left;
  width: 100%; }

.tagsSelect {
  float: left;
  margin-left: 5px;
  width: 20px; }

.tagsTxt {
  float: left;
  text-align: left;
  margin: 2px 0 0 5px; }

.tagsTxt2 {
  margin: 0 0 0 5px; }

.tagsBullet {
  float: right;
  margin-right: 5px;
  border-radius: 3px;
  width: 8px;
  height: 8px;
  margin-top: 1px;
  border: 1px solid #d7dadc; }

.tagsBulletSel {
  margin-top: 4px; }

.tagsSupp {
  float: left;
  margin: 2px 0 0 10px; }

.tagsSupp .close {
  width: 8px; }

.tutol {
  height: 30px;
  border-bottom: 1px solid #d7dadc;
  text-align: right;
  vertical-align: middle;
  padding: 3px 5px 3px 0; }

.tutor {
  height: 30px;
  border-bottom: 1px solid #d7dadc;
  text-align: left;
  vertical-align: middle;
  padding: 3px 5px 3px 0; }

#numpage {
  width: 100%;
  padding: 15px 0px 5px 0px;
  margin-bottom: 10px;
  text-align: right; }

#numpagehaut, #numpagebas, .pager {
  width: 100%;
  padding: 5px 0px 5px 0px;
  margin-top: 10px;
  text-align: right; }

#filtreContact {
  width: 85%;
  margin: 10px 0;
  float: left; }

#filtreGrid {
  margin: 10px 0;
  float: right; }

#filtreGrid i {
  font-size: 15px;
  margin-left: 5px;
  color: #303030; }

#filtreGrid i:hover {
  font-size: 15px;
  color: #0a76e3; }

#mainfooter, .form-horizontal .footer {
  border-top: solid 1px #d7dadc;
  vertical-align: top;
  min-height: 1px;
  margin-top: 1em; }

/*---------------------------------------------------FORMULAIRES-------------------------------------------------------------*/
/* --------------------------------------------------------------------------------------------------------------------------*/
input, .inpTime,
select,
textarea {
  display: inline-block;
  padding: 0 3px !important;
  border-radius: 3px;
  border-color: #d7dadc; }

.inpTime {
  width: 115px; }

input[type=text], [type=text].inpTime,
input[type=password],
[type=password].inpTime,
select,
textarea {
  border: #d7dadc 1px solid;
  border-radius: 3px; }

input[type=radio], [type=radio].inpTime,
input[type=checkbox],
[type=checkbox].inpTime {
  height: auto; }

input[type=text]:hover, [type=text].inpTime:hover,
input[type=password]:hover,
[type=password].inpTime:hover,
select:hover,
textarea:hover,
input[type=text]:focus,
[type=text].inpTime:focus,
input[type=password]:focus,
[type=password].inpTime:focus,
select:focus,
textarea:focus {
  border: #a9afb4 1px solid; }

input[type="checkbox"] + label, [type="checkbox"].inpTime + label {
  padding-left: 5px; }

.lab {
  padding-right: 5px;
  text-align: right;
  font-weight: 500;
  color: #303030; }

.inpRadio {
  width: 1.5em;
  border: 0px; }

.inpRadio2 {
  width: 1.5em;
  border: 0px;
  margin: 0 0 0 5px; }

.inpRadioLbl {
  margin: 0 6px 0 2px; }

.inpSelect1 {
  padding: 2px 1px 2px 1px;
  width: 102%;
  height: 22px;
  vertical-align: middle; }

.inpSelect2 {
  padding: 2px 1px 2px 1px;
  width: 100%;
  height: 22px;
  vertical-align: middle; }

.inpSelectPays {
  width: 85px !important;
  padding: 2px 1px 2px 1px;
  width: 100%;
  height: 20px;
  vertical-align: top; }

.inpPhone {
  width: 125px;
  margin-left: 3px;
  padding: 3px 3px 3px 5px; }

.inpPhoneR {
  width: 116px; }

.inpText2 {
  padding: 2px 5px;
  width: 94%; }

.inpText3 {
  width: 97%;
  padding: 3px 3px 3px 5px; }

.inpText4 {
  width: 94%;
  padding: 3px 3px 2px 5px; }

.inpText5 {
  width: 94%;
  padding: 3px 3px 2px 5px;
  color: #9c9c9c; }

.inpText6 {
  width: 97%;
  padding: 3px 3px 3px 5px;
  text-align: right; }

.inpCmt {
  width: 100%;
  height: 100px;
  padding: 3px 3px 3px 5px; }

.inpCommentaire {
  width: 648px;
  height: 45px;
  padding: 3px 3px 3px 5px; }
  @media (max-width: 1199px) {
    .inpCommentaire {
      width: 450px; } }

.inpPwd {
  width: 97%;
  padding: 3px 3px 2px 5px; }

.inpChk {
  border: 0px;
  margin: 0 5px 0 0;
  background-color: #FFFFFF;
  width: 13px; }

.inpChk3 {
  border: 0px;
  margin: 5px 5px 0 0;
  background-color: #FFFFFF;
  width: 13px; }

#rechercheNom {
  position: absolute;
  background-color: white;
  border: 1px solid lightgrey;
  margin-left: 0px;
  margin-top: 0px;
  width: 220px;
  height: 200px;
  overflow: auto; }
  #rechercheNom table {
    position: absolute;
    z-index: 10; }

#rechercheNom.masque {
  display: none; }

#rechercheNom.aff {
  display: block;
  z-index: 10;
  position: absolute; }

#rechercheProduit {
  background-color: white;
  border: 1px solid lightgrey;
  margin-left: 0px;
  margin-top: 0px;
  width: 178px;
  height: 200px;
  overflow: auto; }

#rechercheProduit.masque {
  display: none; }

#rechercheProduit.aff {
  display: block;
  z-index: 10;
  position: absolute; }

#rechercheRef {
  position: absolute;
  background-color: white;
  border: 1px solid lightgrey;
  margin-left: 0px;
  margin-top: 0px;
  width: 178px;
  height: 200px;
  overflow: auto; }

#rechercheRef.masque {
  display: none; }

#rechercheRef.aff {
  display: block;
  z-index: 10;
  position: absolute; }

/*----------------------------------------------------------------Liens---------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a.no-decoration:hover {
  text-decoration: none; }

a:link {
  color: #303030;
  text-decoration: none; }

a:visited {
  color: #303030;
  text-decoration: none; }

a:hover {
  color: #303030;
  text-decoration: underline;
  cursor: pointer; }

a:focus {
  outline: 0; }

a.a0:link {
  color: #303030;
  text-decoration: underline; }

a.a0:visited {
  color: #303030;
  text-decoration: underline; }

a.a0:hover {
  color: #0a76e3;
  text-decoration: underline;
  cursor: pointer; }

a.a0:focus {
  outline: 0; }

a > i {
  /*margin-right: 5px;*/ }

a > i.fa-question {
  margin: 0; }

.btn-ico {
  margin-left: 4px;
  vertical-align: middle;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 16px;
  background-color: #FFF; }

a.pgnav:link, ul.pagination li > a, ul.pagination li.disabled > span {
  border: 1px solid #d7dadc;
  padding: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #ffffff; }

a.pgnav:visited {
  border: 1px solid #d7dadc;
  padding: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #ffffff; }

a.pgnav:hover {
  border: 1px solid #d7dadc;
  padding: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #e6e6e6; }

.pgnavon, ul.pagination li.active > span {
  font-weight: 500;
  border: 1px solid #0a76e3;
  padding: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #0a76e3;
  text-decoration: none;
  background-color: #ffffff; }

.row-pagination {
  padding: 20px 0px; }

ul.pagination {
  margin: 0px;
  width: auto; }
  ul.pagination li > a, ul.pagination li > span {
    margin: 0px 1px; }

.tooltip {
  background-color: #fff;
  border: 1px solid #d7dadc;
  padding: 10px 15px;
  width: 300px;
  color: #333333;
  text-align: left;
  -moz-box-shadow: 3px 3px 5px #d7dadc;
  -webkit-box-shadow: 3px 3px 5px #d7dadc;
  display: none; }

/*----------------------------------------------------------------Calendrier----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#calroot {
  z-index: 10000;
  margin-top: -1px;
  width: 198px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666; }

/* head. contains title, prev/next month controls and possible month/year selectors */
.amount {
  font-weight: 500; }

#calhead {
  padding: 2px 0;
  height: 22px; }

#caltitle {
  color: #0150D1;
  float: left;
  text-align: center;
  width: 155px;
  line-height: 20px;
  text-shadow: 0 1px 0 #ddd; }

#calnext,
#calprev {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(/img/prev.gif) no-repeat scroll center center;
  float: left;
  cursor: pointer; }

#calnext {
  background-image: url(/img/next.gif);
  float: right; }

#calprev.caldisabled,
#calnext.caldisabled {
  visibility: hidden; }

/* year/month selector */
#caldays {
  height: 14px;
  border-bottom: 1px solid #ddd; }

/* names of the days */
#caldays span {
  display: block;
  float: left;
  width: 28px;
  text-align: center; }

#calweeks {
  background-color: #fff;
  margin-top: 4px; }

/* container for weeks */
.calweek {
  clear: left;
  height: 22px; }

/* single week */
.calweek a {
  /* single day */
  display: block;
  float: left;
  width: 27px;
  height: 20px;
  text-decoration: none;
  margin-left: 1px;
  text-align: center;
  line-height: 20px;
  color: #666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.calweek a:hover,
.calfocus {
  background-color: #ddd; }

/* different states */
a.calsun {
  color: red; }

/* Sunday */
a.caloff {
  color: #ccc; }

a.caloff:hover {
  background-color: #f5f5fa; }

a.caldisabled {
  background-color: #efefef !important;
  color: #ccc !important;
  cursor: default; }

#calcurrent {
  background-color: #498CE2;
  color: #fff; }

#caltoday {
  background-color: #333;
  color: #fff; }

.caltrigger {
  margin: 3px 0 0 3px;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 15px;
  background-color: #F3F3F3;
  cursor: pointer; }

.caltrigger2 {
  margin: 3px 2px 0 3px;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 15px;
  background-color: #F3F3F3;
  cursor: pointer; }

.caltrigger:before,
.caltrigger2:before {
  font-family: FontAwesome;
  content: "\f073"; }

.caltrigger:hover,
.caltrigger2:hover {
  color: #0A75E2; }

.caltrigger.actif,
.caltrigger2.actif {
  float: right;
  width: 20px;
  height: 20px;
  margin: 1px 0 0 0;
  border: 0;
  outline: none;
  padding: 0; }

/*----------------------------------------------------------------Barre de progression------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#avancement {
  width: 80%;
  height: 20px;
  border: 1px solid #ccc;
  padding: 0;
  position: relative;
  float: right; }

#avancement .avancementBarreStarter {
  width: 20%;
  height: 20px;
  border-right: 1px solid #ccc;
  padding: 0;
  background-color: #098711;
  position: absolute;
  z-index: 100; }

#avancement .avancementBarre {
  width: 20%;
  height: 20px;
  border-right: 1px solid #ccc;
  padding: 0;
  background-color: #8CC6D7;
  position: absolute;
  z-index: 100; }

#avancement .avancementInfo {
  width: 100%;
  height: 17px;
  border: 0px solid #ccc;
  padding: 0;
  position: absolute;
  z-index: 200;
  padding-top: 2px;
  text-align: center; }

/*--------------------------------------------------------------------------Pop-up----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#facebox {
  display: none;
  width: 550px;
  height: 310px; }

#facebox div {
  height: 305px; }

#facebox h2 {
  margin: -11px;
  margin-bottom: 0px;
  color: #fff;
  background-color: #6D84B4;
  padding: 5px 10px;
  border: 1px solid #3B5998;
  font-size: 20px; }

/*----------------------------------------------------------------Home page-----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#lnHome {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  line-height: 30px; }

.colHome {
  width: 32%;
  background-color: #F3F3F3;
  margin: 15px 0 15px;
  padding: 15px 3px 10px;
  float: left;
  border-radius: 3px; }

.colHome + .colHome {
  margin-left: 2%; }

.colHomeBlue {
  background-color: #558ed5;
  color: #FFF; }

.colHome .titre {
  width: 155px;
  float: left;
  margin: -32px 0 0 70px;
  text-align: center;
  background-color: #4A77B6;
  position: absolute; }

.colHome .sstitre {
  text-align: center;
  float: left;
  width: 50%;
  font-size: 18px; }

.colHome .valeur {
  text-align: center;
  float: left;
  width: 50%;
  font-size: 25px; }

#affContactForm {
  margin-top: 5px; }

#formulaire2contact {
  margin-top: 10px; }

#formulaire2contact h2 {
  margin: 0px;
  padding: 10px 0 10px 45px;
  border-bottom: 1px solid #333;
  font-size: 20px; }

#formulaire2contact p {
  width: 100%;
  margin: 10px 0 0;
  float: left; }

#formulaire2contact .inpCommentaire {
  width: 100%;
  height: 200px;
  padding: 3px 3px 3px 5px; }

#formulaire2contact .inpText3 {
  width: 100%;
  padding: 3px 3px 3px 5px; }

#formulaire2contact .fleft {
  width: 100px;
  float: left;
  padding: 5px 10px 6px 0px;
  min-height: 1px;
  text-align: right; }

#formulaire2contact .fright {
  width: 270px;
  float: left;
  padding: 0px;
  min-height: 1px;
  font-weight: 400; }

#formulaire2contact .spanErr {
  color: #f96f75;
  float: left;
  margin: 0 0 5px 6px;
  display: none; }

.saisieChk {
  float: left;
  width: 100%;
  margin: 5px 0 0; }

.saisieChk > input, .saisieChk > .inpTime {
  float: left;
  margin: 0px;
  width: auto; }

.saisieChk > label {
  float: left;
  margin: 0 0 0 5px; }

.msgInfo {
  padding: 10px;
  background: #FFCCCC;
  font-weight: 500;
  margin-bottom: 5px; }

.msgInfo > a {
  float: right;
  width: 0.8em;
  color: #848484; }

.msgInfo > a:hover {
  color: #303030; }

.msgInfo .close {
  width: 8px; }

.boxContact {
  width: 381px;
  min-height: 155px;
  float: left;
  border: #EBEAEA 1px solid;
  padding: 5px 10px;
  background-color: #F6F6F6;
  margin: 0 0 11px;
  position: relative; }

.boxContactSup {
  margin: 0 0 11px 11px; }

.boxContact .info {
  color: #929292; }

.boxContact .btn, .boxContact button, .boxContact .btn-default, .boxContact .btn-cancel, .boxContact .btn-valid {
  position: absolute;
  right: 0; }

.boxContact .btn a, .boxContact button a, .boxContact .btn-default a, .boxContact .btn-cancel a, .boxContact .btn-valid a {
  text-align: center; }

.boxContact .btn i, .boxContact button i, .boxContact .btn-default i, .boxContact .btn-cancel i, .boxContact .btn-valid i {
  width: 14px; }

/* css de classement des tableaux */
.dg-arrange-table-rows-drag-icon {
  background-image: url("img/table_reorder.gif");
  background-repeat: no-repeat;
  background-position: center;
  cursor: move; }

.dg-arrange-table-rows-container {
  background-color: #FFF; }

.dg-arrange-table-rows-insertion-marker {
  width: 7px;
  height: 10px;
  background-image: url("img/table_insert.gif");
  background-repeat: no-repeat; }

.errLn {
  color: #f96f75;
  font-weight: 500; }

.ui-dialog {
  z-index: 1200 !important;
  padding: 0 0 8px !important; }

.ui-widget-overlay {
  background: "#000" !important;
  opacity: 0.5 !important;
  filter: Alpha(Opacity=50) !important; }

.ui-button-text-only .ui-button-text {
  padding: 0 !important; }

.ui-dialog .fleft {
  width: 15%;
  text-align: left; }

.ui-dialog .fright {
  width: 80%; }

.supprDialog {
  border: 1px solid #303030;
  background-color: #FFF;
  z-index: 2000; }

.supprDialog .ui-dialog-titlebar-close {
  display: none; }

.supprDialog .ui-dialog-titlebar {
  background: #000;
  color: #FFF;
  font-weight: 500; }

.normalDialog {
  border: 1px solid #303030;
  background-color: #FFF;
  z-index: 2000; }

.normalDialog .ui-dialog-titlebar-close {
  display: none; }

.normalDialog .ui-dialog-titlebar {
  background: #303030;
  color: #FFF;
  font-weight: 500; }

.rssDialog {
  border: 1px solid #303030;
  background-color: #FFF;
  z-index: 2000; }

.rssDialog .ui-dialog-titlebar {
  background: #303030;
  color: #FFF;
  font-weight: 500; }

.ajax-contents .peity {
  margin: 0 3px 0 0;
  float: none; }

.peity {
  float: right;
  margin-left: 3px; }

.peity2 {
  float: right; }

/* Bloc Filtre */
.blocRecherche,
.blocInfo,
.blocDefault,
.blocAide,
.blocActivite,
.blocAction {
  display: block;
  margin-top: 15px;
  border: 1px solid #F3F3F3;
  width: 100%;
  border-radius: 3px;
  padding-bottom: 1em; }
  .blocRecherche > .title,
  .blocInfo > .title,
  .blocDefault > .title,
  .blocAide > .title,
  .blocActivite > .title,
  .blocAction > .title {
    width: 100%;
    font-weight: 400;
    padding: 1em;
    text-transform: uppercase;
    background-color: #F3F3F3;
    margin-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em; }
    .blocRecherche > .title .btn, .blocRecherche > .title button, .blocRecherche > .title .btn-default, .blocRecherche > .title .btn-cancel, .blocRecherche > .title .btn-valid,
    .blocInfo > .title .btn,
    .blocInfo > .title button,
    .blocInfo > .title .btn-default,
    .blocInfo > .title .btn-cancel,
    .blocInfo > .title .btn-valid,
    .blocDefault > .title .btn,
    .blocDefault > .title button,
    .blocDefault > .title .btn-default,
    .blocDefault > .title .btn-cancel,
    .blocDefault > .title .btn-valid,
    .blocAide > .title .btn,
    .blocAide > .title button,
    .blocAide > .title .btn-default,
    .blocAide > .title .btn-cancel,
    .blocAide > .title .btn-valid,
    .blocActivite > .title .btn,
    .blocActivite > .title button,
    .blocActivite > .title .btn-default,
    .blocActivite > .title .btn-cancel,
    .blocActivite > .title .btn-valid,
    .blocAction > .title .btn,
    .blocAction > .title button,
    .blocAction > .title .btn-default,
    .blocAction > .title .btn-cancel,
    .blocAction > .title .btn-valid {
      float: right;
      margin-top: -0.5em;
      padding: 3px 12px; }
  .blocRecherche .buttons,
  .blocInfo .buttons,
  .blocDefault .buttons,
  .blocAide .buttons,
  .blocActivite .buttons,
  .blocAction .buttons {
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 1em; }
    @media print {
      .blocRecherche .buttons,
      .blocInfo .buttons,
      .blocDefault .buttons,
      .blocAide .buttons,
      .blocActivite .buttons,
      .blocAction .buttons {
        display: none; } }
  .blocRecherche form,
  .blocInfo form,
  .blocDefault form,
  .blocAide form,
  .blocActivite form,
  .blocAction form {
    padding-left: 1em;
    padding-right: 1em; }
    .blocRecherche form select, .blocRecherche form input, .blocRecherche form .inpTime,
    .blocInfo form select,
    .blocInfo form input,
    .blocInfo form .inpTime,
    .blocDefault form select,
    .blocDefault form input,
    .blocDefault form .inpTime,
    .blocAide form select,
    .blocAide form input,
    .blocAide form .inpTime,
    .blocActivite form select,
    .blocActivite form input,
    .blocActivite form .inpTime,
    .blocAction form select,
    .blocAction form input,
    .blocAction form .inpTime {
      margin-bottom: 0.3em; }
    .blocRecherche form .buttons,
    .blocInfo form .buttons,
    .blocDefault form .buttons,
    .blocAide form .buttons,
    .blocActivite form .buttons,
    .blocAction form .buttons {
      padding-left: 0;
      padding-right: 0; }
  .blocRecherche .logRow,
  .blocInfo .logRow,
  .blocDefault .logRow,
  .blocAide .logRow,
  .blocActivite .logRow,
  .blocAction .logRow {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em; }
    .blocRecherche .logRow .head .date,
    .blocInfo .logRow .head .date,
    .blocDefault .logRow .head .date,
    .blocAide .logRow .head .date,
    .blocActivite .logRow .head .date,
    .blocAction .logRow .head .date {
      width: 30%;
      float: left;
      font-weight: 300; }
    .blocRecherche .logRow .head .info,
    .blocInfo .logRow .head .info,
    .blocDefault .logRow .head .info,
    .blocAide .logRow .head .info,
    .blocActivite .logRow .head .info,
    .blocAction .logRow .head .info {
      margin-left: 33%;
      font-weight: 400; }
    .blocRecherche .logRow .body ul.detail,
    .blocInfo .logRow .body ul.detail,
    .blocDefault .logRow .body ul.detail,
    .blocAide .logRow .body ul.detail,
    .blocActivite .logRow .body ul.detail,
    .blocAction .logRow .body ul.detail {
      font-weight: 300;
      padding-top: 0.5em;
      padding-left: 0.5em; }
      .blocRecherche .logRow .body ul.detail > li,
      .blocInfo .logRow .body ul.detail > li,
      .blocDefault .logRow .body ul.detail > li,
      .blocAide .logRow .body ul.detail > li,
      .blocActivite .logRow .body ul.detail > li,
      .blocAction .logRow .body ul.detail > li {
        font-size: 12px;
        padding: 0.4em; }
        .blocRecherche .logRow .body ul.detail > li span + span:before,
        .blocInfo .logRow .body ul.detail > li span + span:before,
        .blocDefault .logRow .body ul.detail > li span + span:before,
        .blocAide .logRow .body ul.detail > li span + span:before,
        .blocActivite .logRow .body ul.detail > li span + span:before,
        .blocAction .logRow .body ul.detail > li span + span:before {
          display: inline-block;
          text-align: center;
          content: "/";
          color: #d7dadc;
          width: 1em; }
  .blocRecherche .logRow + .logRow,
  .blocInfo .logRow + .logRow,
  .blocDefault .logRow + .logRow,
  .blocAide .logRow + .logRow,
  .blocActivite .logRow + .logRow,
  .blocAction .logRow + .logRow {
    border-top: solid 1px #eef6fe;
    padding-top: 1em; }

.blocActivite {
  padding-bottom: 0;
  border-color: #eef6fe; }
  .blocActivite .title {
    background-color: #eef6fe;
    margin-bottom: 0; }
    .blocActivite .title #toggleBlocActiviteContentBtn {
      display: none; }
  .blocActivite #blocActiviteContent {
    margin-top: 1em;
    margin-bottom: 1em; }
    .blocActivite #blocActiviteContent .homebarr {
      margin-right: 1em; }

.blocRecherche select,
.blocAction select {
  width: 100%;
  height: 22px; }

.blocRecherche input, .blocRecherche .inpTime,
.blocAction input,
.blocAction .inpTime {
  width: 100%; }

.blocInfo {
  border-color: #eef6fe; }
  .blocInfo > .title {
    background-color: #eef6fe; }
  .blocInfo ul {
    padding-left: 1em;
    padding-right: 1em; }
    .blocInfo ul > li {
      padding: 0.5em 0 0.5em 0; }
      .blocInfo ul > li .infoL {
        font-weight: 400; }
      .blocInfo ul > li .infoR {
        font-weight: 400; }
      .blocInfo ul > li > ul.progressbars {
        margin-top: 0.5em;
        padding-left: 0;
        padding-right: 0; }
        .blocInfo ul > li > ul.progressbars .progress {
          margin-top: 2px;
          display: block; }
        .blocInfo ul > li > ul.progressbars .infoL {
          font-weight: 300; }
        .blocInfo ul > li > ul.progressbars > li:last-child {
          padding-bottom: 0; }
  .blocInfo .icons {
    padding: 1.5em 1em 0.5em 1em; }
    .blocInfo .icons .icon {
      float: left;
      width: 40%;
      text-align: center; }
    .blocInfo .icons .icon-value {
      margin-left: 40%; }
    .blocInfo .icons .percent-value {
      font-size: 28px;
      font-weight: 400; }
    .blocInfo .icons .percent-label {
      font-weight: 300;
      font-size: 12px; }

.blocInfo .full, .panel-body .full {
  overflow: auto;
  padding: 5px 5px; }

.blocInfo .fullClean, .panel-body .fullClean {
  padding: 0; }

.blocInfo .full > .infoL, .panel-body .full > .infoL {
  padding-left: 1em;
  font-weight: 300;
  float: left;
  width: 65%; }

.blocInfo .full > .info500, .panel-body .full > .info500 {
  font-weight: 500; }

.blocInfo .full > .infoRouge, .panel-body .full > .infoRouge {
  color: #f96f75; }

.blocInfo .full > .infoR, .panel-body .full > .infoR {
  padding-right: 1em;
  width: 35%;
  float: right;
  text-align: right;
  font-weight: 500; }

#aideContenu {
  display: none; }

.blocAide {
  width: 100%;
  margin: 0 auto;
  background-color: #F3F3F3; }

.blocAide > .full {
  width: 100%;
  padding-bottom: 5px;
  overflow: auto; }

.blocAide > .full > .infoL {
  float: left;
  padding-left: 1em;
  width: 15%;
  text-align: center; }

.blocAide > .full > .infoR {
  float: right;
  padding-right: 1em;
  width: 80%;
  padding-top: 2px;
  text-align: left; }

.blocAction {
  background: transparent;
  border-color: #0A76E3; }
  .blocAction .title {
    color: white;
    background: #0A76E3; }

.blocAction .full {
  width: 100%;
  padding-bottom: 5px; }

.blocAction .full > .infoL {
  padding-left: 1em;
  width: 15%;
  text-align: center; }

.blocAction .full > .infoR {
  padding-right: 1em;
  float: right;
  width: 80%;
  padding-top: 2px;
  text-align: left; }

.toolTipHelp {
  padding: 0;
  width: 200px; }

.graphe {
  margin-top: 15px;
  width: 1000px;
  margin: auto; }
  @media (max-width: 1199px) {
    .graphe {
      width: 800px; } }
  @media (max-width: 991px) {
    .graphe {
      width: 300px; } }

/* Month Picker */
.monthly-wrp {
  padding: 1em;
  top: 6px;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666; }

.monthly-wrp:before {
  content: '';
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 135px;
  z-index: 1002; }

.monthly-wrp:after {
  content: '';
  border-bottom: 6px solid #eee;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -7px;
  left: 135px;
  z-index: 1001; }

.monthly-wrp .years {
  margin-bottom: .8em;
  text-align: center; }

.monthly-wrp .years select {
  font-size: 1em;
  width: 100%; }

.monthly-wrp .years select:focus {
  outline: none; }

.monthly-wrp table {
  border-collapse: collapse;
  table-layout: fixed; }

.monthly-wrp td {
  padding: .1em; }

.monthly-wrp table button {
  width: 100%;
  background: #FFF;
  cursor: pointer;
  margin-left: 1px;
  text-align: center;
  line-height: 20px;
  color: #666;
  font-weight: inherit;
  padding: 3px; }

.monthly-wrp table button:hover {
  background: #eef6fe; }

.monthly-wrp table button:focus {
  outline: none; }

.monthly-wrp table .active {
  background: #0569A9;
  color: #FFF; }

.ui-loupe-trigger {
  float: right;
  margin: 2px 0 0;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 15px;
  background: none;
  color: #777;
  font-weight: initial; }

.ui-loupe-trigger:before {
  font-family: FontAwesome;
  content: "\f002"; }

.ui-loupe-trigger:hover {
  color: #0A75E2;
  background: initial; }

.ui-loupe-trigger.actif {
  float: right;
  width: 20px;
  height: 20px;
  margin: 1px 0 0 0;
  border: 0;
  outline: none;
  padding: 0; }

.activiteV {
  width: 775px;
  padding-left: 20px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px; }

.activiteV .col {
  width: 29%;
  padding: 10px 11px 0;
  float: left;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
  margin-right: 10px;
  background-color: #F6F6F6; }

.activiteV .col:last-child {
  margin-right: 0px; }

.activiteV span {
  width: 100%;
  float: left;
  margin-bottom: 10px; }

span.twitter-typeahead .tt-menu {
  font-size: 13px;
  border-radius: 3px;
  border-color: #d7dadc; }

#evolutionGraphe {
  padding-top: 2em;
  height: 450px; }

.highcharts-container {
  margin: auto; }

@media (min-width: 768px) {
  #repartitionCharts {
    margin-top: 3em;
    margin-bottom: 1em; } }

.lead-validation-buttons {
  margin-top: 2em;
  margin-bottom: 1em; }

a.collapse-toggle > i.collapse-icon {
  font-size: 1.1em;
  font-weight: bold; }

a.collapse-toggle.collapsed > i.collapse-icon {
  font-size: 1.1em;
  font-weight: bold; }

a.collapse-toggle:hover {
  text-decoration: none; }

.fiche-client .tbl3, .fiche-client .tbl3a, .fiche-client .tbl3b, .fiche-client .tbl3-2, .fiche-client .tbl3-3, .fiche-client .tbl3-3c, .fiche-client .tbl4, .fiche-client .tbl4a, .fiche-client .tbl4-2, .fiche-client .tbl4-2a, .fiche-client .tbl4-2b, .fiche-client .tbl4-2c, .fiche-client .tbl4-3, .fiche-client .tbl4, .fiche-client .tbl4a, .fiche-client .tbl4-2, .fiche-client .tbl4-2a, .fiche-client .tbl4-2b, .fiche-client .tbl4-2c, .fiche-client .tbl4-3, .fiche-client .tbl3-2, .fiche-client .tbl3-3, .fiche-client .tbl3-3c {
  padding: 5px 3px; }

.fiche-client .full.indicator {
  padding: 1.1rem 0; }
  .fiche-client .full.indicator .infoL {
    width: auto;
    font-size: 1.2em;
    font-weight: 500; }
    .fiche-client .full.indicator .infoL .description {
      display: inline-block;
      margin-top: .21rem;
      font-size: .8rem;
      font-weight: 300;
      color: #6f727d; }
  .fiche-client .full.indicator .infoR {
    width: auto;
    padding-right: 0.5em;
    font-size: 1.5em;
    color: #0A76E3 !important; }

.fiche-client .full.indicator + .full.indicator {
  border-top: .08em dashed #ebedf2; }

.fiche-client .panel-indicator {
  border-radius: 0;
  box-shadow: none;
  border-top: solid 2px #0A76E3; }
  .fiche-client .panel-indicator .panel-body {
    padding: 0 15px; }

span.actions {
  margin-right: 5px; }
  span.actions a, span.actions span {
    padding: 0 2px;
    font-size: 13px; }

#popupRSS {
  padding: 1em; }
  #popupRSS p {
    padding: 0.5em; }
  #popupRSS a {
    color: #0A76E3; }

.btn-form {
  height: 23px;
  padding: 3px 6px 3px 6px; }

button {
  text-transform: uppercase;
  outline: none;
  background: #0a76e3;
  text-align: center;
  /*margin: 2px 2px 0px 0px;*/
  /*padding: 3px 5px 3px 5px;*/
  border: 0px;
  color: #FFF;
  font-weight: 500; }

button:hover {
  cursor: pointer; }

.btn-group > .btn, .btn-group > button, .btn-group > .btn-default, .btn-group > .btn-cancel, .btn-group > .btn-valid {
  margin-right: 0;
  /* left is set by bootstrap */ }

.btn-default, .btn-cancel {
  /*line-height: 1;*/
  padding: 3px 12px;
  border: 1px solid #a9afb4;
  text-transform: uppercase;
  border-radius: 4px;
  color: #303030; }

.btn-default + .btn-default, .btn-cancel + .btn-default, .btn-default + .btn-cancel, .btn-cancel + .btn-cancel {
  margin-left: 0.5em; }

a.btn-default:link, a.btn-cancel:link,
a.btn-default:visited,
a.btn-cancel:visited {
  text-decoration: none; }

.btn-valid {
  color: #FFF !important;
  background-color: #0A76E3;
  border-color: #0A76E3; }

.btn-valid:hover,
.btn-valid:focus,
.btn-valid:active,
.btn-valid:active:hover {
  background: #0569A9;
  border-color: #0569A9;
  color: #FFF;
  text-decoration: none; }

.btn-action,
.btn-action:visited,
.btn-action:link {
  color: #0A76E3;
  border-color: #0A76E3; }

.btn-action:hover {
  color: white;
  background: #0A76E3; }

button:disabled,
button[disabled=disabled] {
  background: #d7dadc; }

.btn-cancel {
  color: #d7dadc; }

.btn-cancel:visited,
.btn-cancel:link {
  color: #a9a9a9; }

.btn-cancel:hover,
.btn-cancel:active {
  color: #303030; }

.error-page {
  margin-top: 100px; }
  @media (max-width: 991px) {
    .error-page {
      margin-top: 50px; } }
  .error-page .title {
    font-weight: 300;
    text-align: center; }
    .error-page .title h1 {
      font-weight: 300;
      font-size: 8em;
      margin: 1em; }
    .error-page .title p {
      font-size: 2em;
      padding: 0.5em; }
    .error-page .title p > a {
      margin-top: 1em;
      color: #0A76E3; }

#menu {
  font-size: 1.1em;
  border-radius: 0;
  background-color: #000;
  margin-bottom: 2px; }
  #menu .navbar-brand {
    padding: 0;
    color: white;
    font-size: 2.5em;
    line-height: 1.3; }
    #menu .navbar-brand .label {
      font-weight: 300;
      position: absolute;
      font-size: 13px;
      top: 0.2em;
      left: 0.2em;
      opacity: 0.7; }
  #menu .dropdown-menu {
    font-size: 1em; }
  #menu .badge-menu {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 0.9em;
    position: absolute;
    display: block;
    top: initial;
    margin-left: 9em;
    line-height: 1.5em;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    margin-top: -22px;
    padding: 0 0.5em; }
  #menu .badge-menu-blue {
    background: #0569A9; }
  #menu .badge-menu-red {
    background: #FF002F; }
  #menu .badge-menu-yellow {
    background: #FDFF4D; }
  #menu .navbar-nav.icons {
    padding: 0px 8px; }
    #menu .navbar-nav.icons > li {
      display: inline-block; }
      #menu .navbar-nav.icons > li > a {
        font-size: 1.8em;
        padding: 0.4em 0.2em 0 0.3em; }
  #menu .navbar-collapse.collapse.navbar-collapse {
    margin-right: -15px; }
  #menu .navbar-nav > li > a {
    color: #fff; }
  #menu .navbar-nav > li > a:hover {
    color: #d4d4d4; }
  @media (min-width: 992px) {
    #menu .navbar-right > li {
      padding-left: 2em; } }
  #menu li:last-child > a {
    padding-right: 5px; }

.filter {
  background-color: #F3F3F3;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 4px;
  /**
	 * Row caché pour les checkbox ressources, produits cachés par défaut...
	 * fallait le faire, j'avoue ! (expression des années 2000)
	 */ }
  .filter .row + .row, .filter #header + .row, .filter #main + .row, .filter .row-pagination + .row, .filter .show .field-row + .row, .show .filter .field-row + .row, .filter .conversation .chat .header + .row, .conversation .chat .filter .header + .row, .filter .conversation .chat .body + .row, .conversation .chat .filter .body + .row, .filter .conversation .chat .footer + .row, .conversation .chat .filter .footer + .row, .filter .task .task-row + .row, .task .filter .task-row + .row, .filter .task .show .history .logs + .row, .task .show .history .filter .logs + .row, .filter .row + #header, .filter #header + #header, .filter #main + #header, .filter .row-pagination + #header, .filter .show .field-row + #header, .show .filter .field-row + #header, .filter .conversation .chat .header + #header, .conversation .chat .filter .header + #header, .filter .conversation .chat .body + #header, .conversation .chat .filter .body + #header, .filter .conversation .chat .footer + #header, .conversation .chat .filter .footer + #header, .filter .task .task-row + #header, .task .filter .task-row + #header, .filter .task .show .history .logs + #header, .task .show .history .filter .logs + #header, .filter .row + #main, .filter #header + #main, .filter #main + #main, .filter .row-pagination + #main, .filter .show .field-row + #main, .show .filter .field-row + #main, .filter .conversation .chat .header + #main, .conversation .chat .filter .header + #main, .filter .conversation .chat .body + #main, .conversation .chat .filter .body + #main, .filter .conversation .chat .footer + #main, .conversation .chat .filter .footer + #main, .filter .task .task-row + #main, .task .filter .task-row + #main, .filter .task .show .history .logs + #main, .task .show .history .filter .logs + #main, .filter .row + .row-pagination, .filter #header + .row-pagination, .filter #main + .row-pagination, .filter .row-pagination + .row-pagination, .filter .show .field-row + .row-pagination, .show .filter .field-row + .row-pagination, .filter .conversation .chat .header + .row-pagination, .conversation .chat .filter .header + .row-pagination, .filter .conversation .chat .body + .row-pagination, .conversation .chat .filter .body + .row-pagination, .filter .conversation .chat .footer + .row-pagination, .conversation .chat .filter .footer + .row-pagination, .filter .task .task-row + .row-pagination, .task .filter .task-row + .row-pagination, .filter .task .show .history .logs + .row-pagination, .task .show .history .filter .logs + .row-pagination, .filter .show .row + .field-row, .show .filter .row + .field-row, .filter .show #header + .field-row, .show .filter #header + .field-row, .filter .show #main + .field-row, .show .filter #main + .field-row, .filter .show .row-pagination + .field-row, .show .filter .row-pagination + .field-row, .filter .show .field-row + .field-row, .show .filter .field-row + .field-row, .filter .conversation .chat .show .header + .field-row, .show .filter .conversation .chat .header + .field-row, .conversation .chat .filter .show .header + .field-row, .show .conversation .chat .filter .header + .field-row, .filter .conversation .chat .show .body + .field-row, .show .filter .conversation .chat .body + .field-row, .conversation .chat .filter .show .body + .field-row, .show .conversation .chat .filter .body + .field-row, .filter .conversation .chat .show .footer + .field-row, .show .filter .conversation .chat .footer + .field-row, .conversation .chat .filter .show .footer + .field-row, .show .conversation .chat .filter .footer + .field-row, .filter .task .show .task-row + .field-row, .show .filter .task .task-row + .field-row, .task .filter .show .task-row + .field-row, .show .task .filter .task-row + .field-row, .filter .task .show .history .logs + .field-row, .task .show .history .filter .logs + .field-row, .filter .conversation .chat .row + .header, .conversation .chat .filter .row + .header, .filter .conversation .chat #header + .header, .conversation .chat .filter #header + .header, .filter .conversation .chat #main + .header, .conversation .chat .filter #main + .header, .filter .conversation .chat .row-pagination + .header, .conversation .chat .filter .row-pagination + .header, .filter .show .conversation .chat .field-row + .header, .conversation .chat .filter .show .field-row + .header, .show .filter .conversation .chat .field-row + .header, .conversation .chat .show .filter .field-row + .header, .filter .conversation .chat .header + .header, .conversation .chat .filter .header + .header, .filter .conversation .chat .body + .header, .conversation .chat .filter .body + .header, .filter .conversation .chat .footer + .header, .conversation .chat .filter .footer + .header, .filter .task .conversation .chat .task-row + .header, .conversation .chat .filter .task .task-row + .header, .task .filter .conversation .chat .task-row + .header, .conversation .chat .task .filter .task-row + .header, .filter .task .show .history .conversation .chat .logs + .header, .conversation .chat .filter .task .show .history .logs + .header, .task .show .history .filter .conversation .chat .logs + .header, .conversation .chat .task .show .history .filter .logs + .header, .filter .conversation .chat .row + .body, .conversation .chat .filter .row + .body, .filter .conversation .chat #header + .body, .conversation .chat .filter #header + .body, .filter .conversation .chat #main + .body, .conversation .chat .filter #main + .body, .filter .conversation .chat .row-pagination + .body, .conversation .chat .filter .row-pagination + .body, .filter .show .conversation .chat .field-row + .body, .conversation .chat .filter .show .field-row + .body, .show .filter .conversation .chat .field-row + .body, .conversation .chat .show .filter .field-row + .body, .filter .conversation .chat .header + .body, .conversation .chat .filter .header + .body, .filter .conversation .chat .body + .body, .conversation .chat .filter .body + .body, .filter .conversation .chat .footer + .body, .conversation .chat .filter .footer + .body, .filter .task .conversation .chat .task-row + .body, .conversation .chat .filter .task .task-row + .body, .task .filter .conversation .chat .task-row + .body, .conversation .chat .task .filter .task-row + .body, .filter .task .show .history .conversation .chat .logs + .body, .conversation .chat .filter .task .show .history .logs + .body, .task .show .history .filter .conversation .chat .logs + .body, .conversation .chat .task .show .history .filter .logs + .body, .filter .conversation .chat .row + .footer, .conversation .chat .filter .row + .footer, .filter .conversation .chat #header + .footer, .conversation .chat .filter #header + .footer, .filter .conversation .chat #main + .footer, .conversation .chat .filter #main + .footer, .filter .conversation .chat .row-pagination + .footer, .conversation .chat .filter .row-pagination + .footer, .filter .show .conversation .chat .field-row + .footer, .conversation .chat .filter .show .field-row + .footer, .show .filter .conversation .chat .field-row + .footer, .conversation .chat .show .filter .field-row + .footer, .filter .conversation .chat .header + .footer, .conversation .chat .filter .header + .footer, .filter .conversation .chat .body + .footer, .conversation .chat .filter .body + .footer, .filter .conversation .chat .footer + .footer, .conversation .chat .filter .footer + .footer, .filter .task .conversation .chat .task-row + .footer, .conversation .chat .filter .task .task-row + .footer, .task .filter .conversation .chat .task-row + .footer, .conversation .chat .task .filter .task-row + .footer, .filter .task .show .history .conversation .chat .logs + .footer, .conversation .chat .filter .task .show .history .logs + .footer, .task .show .history .filter .conversation .chat .logs + .footer, .conversation .chat .task .show .history .filter .logs + .footer, .filter .task .row + .task-row, .task .filter .row + .task-row, .filter .task #header + .task-row, .task .filter #header + .task-row, .filter .task #main + .task-row, .task .filter #main + .task-row, .filter .task .row-pagination + .task-row, .task .filter .row-pagination + .task-row, .filter .show .task .field-row + .task-row, .task .filter .show .field-row + .task-row, .show .filter .task .field-row + .task-row, .task .show .filter .field-row + .task-row, .filter .conversation .chat .task .header + .task-row, .task .filter .conversation .chat .header + .task-row, .conversation .chat .filter .task .header + .task-row, .task .conversation .chat .filter .header + .task-row, .filter .conversation .chat .task .body + .task-row, .task .filter .conversation .chat .body + .task-row, .conversation .chat .filter .task .body + .task-row, .task .conversation .chat .filter .body + .task-row, .filter .conversation .chat .task .footer + .task-row, .task .filter .conversation .chat .footer + .task-row, .conversation .chat .filter .task .footer + .task-row, .task .conversation .chat .filter .footer + .task-row, .filter .task .task-row + .task-row, .task .filter .task-row + .task-row, .filter .task .show .history .logs + .task-row, .task .show .history .filter .logs + .task-row, .filter .task .show .history .row + .logs, .task .show .history .filter .row + .logs, .filter .task .show .history #header + .logs, .task .show .history .filter #header + .logs, .filter .task .show .history #main + .logs, .task .show .history .filter #main + .logs, .filter .task .show .history .row-pagination + .logs, .task .show .history .filter .row-pagination + .logs, .filter .task .show .history .field-row + .logs, .task .filter .show .history .field-row + .logs, .task .show .filter .history .field-row + .logs, .task .show .history .filter .field-row + .logs, .filter .conversation .chat .task .show .history .header + .logs, .task .show .history .filter .conversation .chat .header + .logs, .conversation .chat .filter .task .show .history .header + .logs, .task .show .history .conversation .chat .filter .header + .logs, .filter .conversation .chat .task .show .history .body + .logs, .task .show .history .filter .conversation .chat .body + .logs, .conversation .chat .filter .task .show .history .body + .logs, .task .show .history .conversation .chat .filter .body + .logs, .filter .conversation .chat .task .show .history .footer + .logs, .task .show .history .filter .conversation .chat .footer + .logs, .conversation .chat .filter .task .show .history .footer + .logs, .task .show .history .conversation .chat .filter .footer + .logs, .filter .task .show .history .task-row + .logs, .task .filter .show .history .task-row + .logs, .task .show .history .filter .task-row + .logs, .filter .task .show .history .logs + .logs, .task .show .history .filter .logs + .logs {
    padding-top: 0.3em; }
  @media (max-width: 991px) {
    .filter .row > div + div, .filter #header > div + div, .filter #main > div + div, .filter .row-pagination > div + div, .filter .show .field-row > div + div, .show .filter .field-row > div + div, .filter .conversation .chat .header > div + div, .conversation .chat .filter .header > div + div, .filter .conversation .chat .body > div + div, .conversation .chat .filter .body > div + div, .filter .conversation .chat .footer > div + div, .conversation .chat .filter .footer > div + div, .filter .task .task-row > div + div, .task .filter .task-row > div + div, .filter .task .show .history .logs > div + div, .task .show .history .filter .logs > div + div {
      padding-top: 5px; } }
  .filter .row:nth-child(3):last-child, .filter #header:nth-child(3):last-child, .filter #main:nth-child(3):last-child, .filter .row-pagination:nth-child(3):last-child, .filter .show .field-row:nth-child(3):last-child, .show .filter .field-row:nth-child(3):last-child, .filter .conversation .chat .header:nth-child(3):last-child, .conversation .chat .filter .header:nth-child(3):last-child, .filter .conversation .chat .body:nth-child(3):last-child, .conversation .chat .filter .body:nth-child(3):last-child, .filter .conversation .chat .footer:nth-child(3):last-child, .conversation .chat .filter .footer:nth-child(3):last-child, .filter .task .task-row:nth-child(3):last-child, .task .filter .task-row:nth-child(3):last-child, .filter .task .show .history .logs:nth-child(3):last-child, .task .show .history .filter .logs:nth-child(3):last-child {
    padding-top: 0; }
  .filter .btn, .filter button, .filter .btn-default, .filter .btn-cancel, .filter .btn-valid {
    padding: 3px 12px; }
  .filter .buttons {
    text-align: right;
    font-size: 1.4em;
    line-height: 1.4em; }
    @media (min-width: 768px) {
      .filter .buttons {
        padding-left: 5px; } }
    @media (max-width: 991px) {
      .filter .buttons {
        padding-top: 0.5em;
        text-align: center;
        font-size: 2em; } }
  .filter .dates .col-md-6, .filter .dates #main .colL1, #main .filter .dates .colL1, .filter .dates #main .colR1, #main .filter .dates .colR1, .filter .dates .col-md-4 {
    padding-left: 5px;
    padding-right: 5px; }
  .filter label {
    font-weight: 300; }

.breadcrumb-header {
  overflow: auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6em;
  color: #303030;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 2px;
  padding-right: 0;
  background: none; }
  .breadcrumb-header li.active {
    color: #0A76E3; }
  .breadcrumb-header li.buttons {
    font-weight: 400;
    float: right;
    font-size: 10px;
    line-height: 1; }
    @media print {
      .breadcrumb-header li.buttons {
        display: none; } }
    .breadcrumb-header li.buttons a > i {
      margin-right: 0.5em; }
  .breadcrumb-header li.buttons:before {
    content: none;
    padding: 0; }
    .breadcrumb-header li.buttons:before .btn, .breadcrumb-header li.buttons:before button, .breadcrumb-header li.buttons:before .btn-default, .breadcrumb-header li.buttons:before .btn-cancel, .breadcrumb-header li.buttons:before .btn-valid, .breadcrumb-header li.buttons:before .btn-default, .breadcrumb-header li.buttons:before .btn-cancel {
      margin: 0; }

ol + table,
ol + form,
ol + .ttpart1 {
  border-top: solid 1px #d7dadc; }

ol + .ttpart1 {
  padding-top: 1em; }

#critereHaut {
  border-top: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: transparent;
  border: none;
  text-align: center; }

.ui-datepicker {
  width: 22em;
  display: inline-block;
  position: absolute;
  z-index: 10000;
  margin-top: -1px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666;
  font-size: 13px; }

.ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: none;
  position: relative;
  padding: .2em 0; }

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

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

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

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

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

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

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

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

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

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  font-weight: normal;
  text-transform: capitalize; }

.ui-datepicker table {
  font-size: 1em;
  border-collapse: separate;
  border-spacing: 2px 2px; }

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

.ui-datepicker td {
  width: 30px;
  text-align: center;
  padding: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 5px 3px;
  text-decoration: none; }

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
  background-color: #ddd !important;
  color: #fff !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #498ce2;
  background: #e9f2fb;
  color: #363636;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background-color: #498CE2 !important;
  color: #FFF !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important; }

.ui-datepicker-other-month {
  font-weight: normal;
  text-transform: capitalize;
  color: #ccc; }

.ui-datepicker-other-month a {
  color: inherit; }

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

button.ui-datepicker-trigger,
.ui-datepicker-trigger {
  margin-left: 4px;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 15px;
  background: none;
  color: #777;
  font-weight: initial;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -khtml-border-radius: 0; }

button.ui-datepicker-trigger {
  padding-bottom: 2px; }

.tbl4 .ui-datepicker-trigger, .tbl4a .ui-datepicker-trigger, .tbl4-2 .ui-datepicker-trigger, .tbl4-2a .ui-datepicker-trigger, .tbl4-2b .ui-datepicker-trigger, .tbl4-2c .ui-datepicker-trigger, .tbl4-3 .ui-datepicker-trigger {
  margin: 1px 0 0 1px; }

#alttext-container {
  display: none !important; }

.ui-datepicker-trigger:before {
  font-family: FontAwesome;
  content: "\f073"; }

.ui-datepicker-trigger:hover {
  color: #0A75E2;
  background: none; }

.ui-datepicker-trigger.actif {
  float: right;
  width: 20px;
  height: 20px;
  margin: 1px 0 0 0;
  border: 0;
  outline: none;
  padding: 0; }

.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 10000;
  margin-top: -1px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 15px #666;
  -webkit-box-shadow: 0 0 15px #666; }
  .month-picker .ui-button {
    border: none;
    width: 80px;
    background: transparent;
    padding: .4em 0em; }
  .month-picker .ui-widget-header {
    border: none;
    background: transparent; }

.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px; }

.month-picker td {
  padding: 0px; }

.month-picker .ui-button-text {
  padding: 0.4em 0 !important;
  background: #FFF;
  color: #404040;
  font-weight: initial; }

.month-picker .ui-button-text:hover {
  background-color: #ddd !important;
  color: #fff !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important; }

.month-picker-header {
  margin: 3px 3px 0px 3px; }

.month-picker-year-table {
  width: 100%;
  -ms-user-select: none;
  /* IE 10+ */
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.month-picker-year-table a {
  border: 1px solid transparent; }

.month-picker-year-table .ui-button {
  cursor: pointer;
  font-size: 1.1em;
  width: 1.5em;
  height: 1.5em;
  margin: 0; }

.month-picker-year-table .month-picker-title {
  text-align: center;
  vertical-align: top; }

.month-picker-year-table .month-picker-title .ui-button {
  font-size: 1em;
  padding: .1em 0;
  width: 100%;
  font-weight: bold; }

.month-picker-year-table .ui-button-text {
  padding: 0; }

.month-picker-month-table td {
  height: 25px;
  text-align: center; }

.month-picker-month-table button {
  width: 4.3em;
  margin: .2em; }

.month-picker-open-button {
  height: 20px;
  width: 20px;
  vertical-align: bottom; }

.month-picker-invalid-message {
  display: none;
  background-color: Yellow; }

.month-picker-disabled {
  background-color: #e1e1e1; }

.month-picker-month-table .ui-state-active span {
  background-color: #498CE2 !important;
  color: #FFF !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important; }

.month-picker-month-table .ui-state-disabled span {
  color: #CCC !important; }

/**
 * Custom selectBox
 */
/*.select {
  overflow: hidden;
  position: relative;
  display: block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group-select-after, .form-group .select:after, .form-group.select:after {
  content:"\e93d";
  font-family: LinearIcons;
  font-size: $font-size-base;
  position: absolute;
  right: 8px;
  top: floor($font-size-base * 0.5);
  z-index: 1;
  text-align: center;
  pointer-events: none;
  box-sizing: border-box;
}

.form-group-lg .select:after, .form-group-lg.select:after {
  @extend .form-group-select-after;
  top: floor($font-size-large * 0.5);
  font-size: $font-size-large;
}


.form-group select.form-control, select {
  line-height: $line-height-base;
}

.form-group-lg select.form-control, select {
  line-height: $line-height-large;
}*/
input[type="radio"], [type="radio"].inpTime,
input[type="checkbox"],
[type="checkbox"].inpTime {
  box-shadow: none;
  /* chrome fix */ }

/**
 * datepicker
 */
.datepicker .fa, .datepicker a.collapse-toggle > i.collapse-icon {
  font-size: 1.1em; }

/**
 * control-label
 */
.control-label {
  font-weight: 400; }

/**
 * TODO let this class empty when input height are no more overriden
 */
.input-default, .conversation .chat .footer #new_message {
  height: 29px;
  padding: 6px 12px; }

/**
 * Form Horizontal
 */
.form-horizontal .control-label, .form-horizontal .form-control-static {
  padding-top: 0.4em; }

.form-horizontal .form-control-static {
  padding-bottom: 0;
  min-height: 23px; }

@media (min-width: 992px) {
  .form-horizontal .control-label + div {
    padding-left: 0px; } }

.form-horizontal .form-group {
  margin-bottom: 0.5em; }

.form-horizontal .footer {
  margin-top: 2em; }

.form-horizontal .buttons {
  text-align: right;
  padding-top: 1em; }

.form-horizontal input[type="radio"], .form-horizontal [type="radio"].inpTime,
.form-horizontal input[type="checkbox"],
.form-horizontal [type="checkbox"].inpTime {
  margin-top: 0;
  width: auto;
  /* restore bootstrap */
  box-shadow: none;
  /* chrome fix */ }

/**
 * Form
 */
.form textarea {
  width: 100%; }

.form .saisieChk > label {
  color: inherit; }

.form label {
  font-weight: normal;
  display: block;
  padding-bottom: 2px; }

.form .ui-datepicker-trigger {
  float: none; }

.form .row, .form #header, .form #main, .form .row-pagination, .form .show .field-row, .show .form .field-row, .form .conversation .chat .header, .conversation .chat .form .header, .form .conversation .chat .body, .conversation .chat .form .body, .form .conversation .chat .footer, .conversation .chat .form .footer, .form .task .task-row, .task .form .task-row, .form .task .show .history .logs, .task .show .history .form .logs {
  margin: 1em; }

.form .invalid .error {
  padding-left: 1em;
  font-size: 0.9em;
  color: #f96f75; }

.form .invalid input, .form .invalid .inpTime {
  border-color: #f96f75; }

.form .wrapper {
  position: relative;
  width: 100%; }
  .form .wrapper input, .form .wrapper .inpTime {
    float: left;
    box-sizing: border-box;
    padding-right: 100px;
    width: 100%; }
  .form .wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    background: transparent;
    padding: 3px 3px 3px 5px;
    margin-right: 1px; }

/**
 * input-group.datepicker
 */
.input-group.datepicker .input-group-addon:first-child {
  background: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 3px 6px; }

.input-group.datepicker .inpTime {
  text-align: center; }

/**
 * placeholders
 */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #7d7d7d;
  /*padding-left: 0.5em;*/ }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7d7d7d;
  opacity: 1;
  /*padding-left: 0.5em;*/ }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7d7d7d;
  opacity: 1;
  /*padding-left: 0.5em;*/ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7d7d7d;
  /*padding-left: 0.5em;*/ }

.show {
  /*.field-label:after {
    content:':';
    padding-left: 0.5em;
  }*/ }
  .show .field-row {
    min-height: 25px; }
    @media (min-width: 992px) {
      .show .field-row {
        padding-top: 0.5em;
        padding-bottom: 0.5em; } }
  .show .field-label {
    font-weight: 300; }
    @media (min-width: 992px) {
      .show .field-label {
        text-align: right; } }
  .show .field-value {
    font-weight: 400; }
    @media (min-width: 992px) {
      .show .field-value {
        padding-left: 0px; } }

.rounded-badge {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.9em;
  display: block;
  line-height: 1.5em;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 0 0.5em; }

.badge, .outlined-badge {
  font-size: 90%;
  margin-top: -2px;
  padding: 2px 7px;
  color: white;
  background: #b6bcbf;
  border-radius: 3px;
  font-weight: 400; }

.outlined-badge {
  background: transparent  !important;
  color: #303030 !important;
  border-color: #303030 !important;
  border: solid 1px #303030 !important;
  border-radius: 3px  !important; }

.outlined-badge-danger {
  color: #f96f75 !important;
  border-color: #f96f75 !important; }

.outlined-badge-primary {
  color: #0A76E3 !important;
  border-color: #0A76E3 !important; }

.outlined-badge-success {
  color: #5cb85c !important;
  border-color: #5cb85c !important; }

.outlined-badge-warning {
  color: #f0ad4e !important;
  border-color: #f0ad4e !important; }

.panel .badge, .panel .outlined-badge {
  border-radius: 10px; }

.badge.danger, .danger.outlined-badge {
  background-color: #f96f75; }

.badge-importance-1 {
  background-color: #5cb85c; }

.badge-importance-2 {
  background-color: #f96f75; }

.rounded-badge-blue, .badge-blue {
  background: #0569A9; }

.rounded-badge-red, .badge-red {
  background: #FF002F; }

.rounded-badge-yellow, .badge-yellow {
  background: #FDFF4D; }

.label {
  padding: .2em .6em .2em; }

.label-lead-status, .label-lead-status-todo, .label-lead-status-pipe, .label-lead-status-done, .label-lead-status-done-lost, .label-lead-status-done-won {
  width: 6em;
  display: block; }

.progress.progress-small {
  height: 1px;
  margin: 0; }

.process {
  padding: 0px;
  list-style: none;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: solid 1px #d7dadc; }

.process > li {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  background-color: white; }

.process > li + li:before {
  padding: 0; }

.process li a {
  font-weight: 300;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: inline-block;
  width: calc( 100% - 10px);
  text-align: center;
  text-transform: capitalize; }

.process li.completed a {
  background: #eef6fe; }

.process li.completed a:after {
  border-left: 30px solid #eef6fe; }

.process li.next a {
  background: white; }

.process li.next a:after {
  border-left: 30px solid white; }

.process li.active a {
  font-weight: 500;
  color: white;
  background: #0A76E3; }

.process li.active a:after {
  border-left: 30px solid #0A76E3; }

.process li:first-child a {
  padding-left: 15px; }

.process li:last-of-type a {
  width: calc( 100% - 38px); }

.process li:not(:last-child) a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #d7dadc;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1; }

.process li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2; }

.conversation .chat {
  margin-top: 1.5em;
  margin-bottom: 3em; }
  .conversation .chat .subject {
    font-size: 1.3em; }
  .conversation .chat .recipient {
    float: left;
    margin: 0 0.1em 0.2em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    border-radius: 10%;
    background-color: #d7dadc;
    font-weight: 400; }
  .conversation .chat .frow1 {
    float: none; }
    .conversation .chat .frow1 .fleft {
      width: auto; }
  .conversation .chat .col-conversations {
    height: 100%; }
    @media (min-width: 768px) {
      .conversation .chat .col-conversations {
        border-right: solid 1px #d7dadc; } }
  .conversation .chat .col-messages {
    padding-left: 1em;
    padding-right: 1em; }
  .conversation .chat .header {
    overflow: auto; }
    .conversation .chat .header .col-conversations {
      min-height: 90px; }
    .conversation .chat .header .col-messages {
      min-height: 90px;
      border-top: solid 1px #d7dadc;
      background-color: #F3F3F3;
      padding-top: 1em; }
      .conversation .chat .header .col-messages .subject {
        padding-bottom: 5px; }
      .conversation .chat .header .col-messages .recipients {
        width: 95%; }
        .conversation .chat .header .col-messages .recipients div {
          float: left;
          margin: 0.2em; }
      .conversation .chat .header .col-messages .edit {
        float: right; }
  .conversation .chat .body {
    border-top: solid 1px #d7dadc;
    border-bottom: solid 1px #d7dadc; }
    .conversation .chat .body .col-conversations {
      padding: 0;
      overflow: auto;
      overflow-x: hidden; }
      @media (min-width: 768px) {
        .conversation .chat .body .col-conversations {
          height: 480px; } }
      .conversation .chat .body .col-conversations .conversation {
        min-height: 5.5em;
        cursor: pointer;
        border-bottom: solid 1px #d7dadc;
        padding: 1em; }
        .conversation .chat .body .col-conversations .conversation .recipients {
          margin-left: 3em;
          padding-left: 1em; }
          .conversation .chat .body .col-conversations .conversation .recipients .subject {
            margin-bottom: 0.4em; }
        .conversation .chat .body .col-conversations .conversation .icon {
          float: left;
          margin: 0 0.1em 0.2em; }
          .conversation .chat .body .col-conversations .conversation .icon .recipient {
            width: 3em;
            height: 3em;
            line-height: 3em; }
          .conversation .chat .body .col-conversations .conversation .icon .empty {
            font-weight: 500; }
        .conversation .chat .body .col-conversations .conversation .unread-messages {
          font-weight: 400; }
        .conversation .chat .body .col-conversations .conversation .right {
          float: right;
          width: 2em;
          text-align: center;
          margin-top: 1em; }
          .conversation .chat .body .col-conversations .conversation .right .delete {
            display: block;
            margin-top: 0.3em; }
          .conversation .chat .body .col-conversations .conversation .right .badge-icon {
            position: relative;
            top: inherit;
            margin: 0;
            font-size: 1em;
            width: 2em;
            height: 2em;
            line-height: 2em; }
        .conversation .chat .body .col-conversations .conversation .date-from-now {
          clear: both;
          float: right;
          text-align: right;
          font-size: 85%;
          font-weight: 300;
          color: #aaa; }
      .conversation .chat .body .col-conversations .current {
        background-color: #F3F3F3; }
    .conversation .chat .body .col-messages {
      height: 480px;
      padding-right: 0; }
      .conversation .chat .body .col-messages .form-horizontal {
        margin-left: -1em;
        margin-right: 0em;
        padding-top: 2em;
        padding-left: 4em;
        padding-right: 4em;
        height: 470px; }
        .conversation .chat .body .col-messages .form-horizontal .recipients {
          overflow: auto; }
        .conversation .chat .body .col-messages .form-horizontal .row:after, .conversation .chat .body .col-messages .form-horizontal #header:after, .conversation .chat .body .col-messages .form-horizontal #main:after, .conversation .chat .body .col-messages .form-horizontal .row-pagination:after, .conversation .chat .body .col-messages .form-horizontal .show .field-row:after, .show .conversation .chat .body .col-messages .form-horizontal .field-row:after, .conversation .chat .body .col-messages .form-horizontal .header:after, .conversation .chat .body .col-messages .form-horizontal .body:after, .conversation .chat .body .col-messages .form-horizontal .footer:after, .conversation .chat .body .col-messages .form-horizontal .task .task-row:after, .task .conversation .chat .body .col-messages .form-horizontal .task-row:after, .conversation .chat .body .col-messages .form-horizontal .task .show .history .logs:after, .task .show .history .conversation .chat .body .col-messages .form-horizontal .logs:after {
          clear: none; }
        .conversation .chat .body .col-messages .form-horizontal .footer {
          bottom: 0;
          margin-top: 2em;
          border-top: 1px solid #d7dadc;
          text-align: right; }
        .conversation .chat .body .col-messages .form-horizontal .error {
          color: #f96f75; }
      .conversation .chat .body .col-messages blockquote {
        /*padding-left:1em;
					padding-right:1em;*/
        font-size: 13px;
        padding-top: 10px;
        height: 470px;
        margin: 0 auto;
        overflow: auto;
        overflow-x: hidden;
        border: none; }
        .conversation .chat .body .col-messages blockquote .no-messages, .conversation .chat .body .col-messages blockquote .no-conversations {
          font-size: 1.5em;
          padding-top: 10em;
          text-align: center;
          font-weight: 400; }
        .conversation .chat .body .col-messages blockquote .message {
          clear: both;
          overflow: auto;
          margin-bottom: 0.5em; }
          .conversation .chat .body .col-messages blockquote .message .separator {
            border-bottom: 1px solid #F3F3F3;
            line-height: 0.1em;
            margin: 10px 0 20px;
            text-align: center; }
          .conversation .chat .body .col-messages blockquote .message .separator span {
            background: white;
            color: #ccc; }
          .conversation .chat .body .col-messages blockquote .message p {
            margin: 0 0.1em 0.2em;
            border-radius: 0.3em;
            padding-left: 1em;
            padding-right: 1em;
            background: #F3F3F3;
            position: relative;
            min-height: 2.5em;
            line-height: 2.5em; }
          .conversation .chat .body .col-messages blockquote .message p::after {
            box-sizing: initial;
            content: "";
            position: absolute;
            bottom: 0;
            height: 1em;
            width: 0.5em;
            top: 0.5em; }
          .conversation .chat .body .col-messages blockquote .message .timestamp {
            float: right;
            padding: 0.5em 1em;
            min-height: 2em;
            line-height: 2em;
            color: #b3b3b3; }
        .conversation .chat .body .col-messages blockquote .them p {
          margin-right: 9em;
          margin-left: 4em; }
        .conversation .chat .body .col-messages blockquote .them p::after {
          box-sizing: initial;
          left: -0.5em;
          border-right: 0.5em solid #F3F3F3;
          border-bottom-right-radius: 1em 0.5em; }
        .conversation .chat .body .col-messages blockquote .me .recipient {
          display: none; }
        .conversation .chat .body .col-messages blockquote .me p {
          background-color: #eef6fe;
          margin-left: 8em;
          margin-right: 5em; }
        .conversation .chat .body .col-messages blockquote .me p::after {
          right: -0.5em;
          border-left: 0.5em solid #eef6fe;
          border-bottom-left-radius: 1em 0.5em; }
      .conversation .chat .body .col-messages div.input {
        clear: both; }
    .conversation .chat .body .col-messages.editing {
      background-color: #F3F3F3; }
  .conversation .chat .footer {
    padding-top: 1em; }
    .conversation .chat .footer #new_message {
      border-color: #0A76E3; }
  .conversation .chat .clearfix {
    clear: both; }

.task button.high.active {
  background-color: #f96f75;
  color: white; }

.task button.normal.active {
  background-color: #0A76E3;
  color: white; }

.task .clickable {
  cursor: pointer; }

.task .pgnav, .task .pgnavon, .task ul.pagination li.active > span, ul.pagination .task li.active > span {
  margin-left: 3px; }

.task .filter {
  background: #F3F3F3;
  padding: 5px 5px;
  margin: 0; }
  .task .filter button.label {
    font-size: 1.3em;
    width: 100%; }

.task .label-task-priority-high {
  background-color: #f96f75; }

.task .label-task-priority-normal {
  background-color: #0A76E3; }

.task .labels .label {
  background: transparent;
  border: solid 1px #d7dadc;
  color: #303030; }

.task .labels .due_at.warning {
  color: orange;
  border-color: orange; }

.task .labels .due_at.danger {
  color: #f96f75;
  border-color: #f96f75; }

.task .blocRecherche div {
  min-height: 20px; }

.task .blocRecherche .title {
  float: none; }

.task .blocRecherche input, .task .blocRecherche .inpTime {
  width: auto;
  height: auto;
  float: none; }

.task .title {
  font-size: 1.3em; }

.task .footer {
  bottom: 0;
  margin-top: 2em;
  text-align: right;
  padding-top: 10px;
  border-top: solid 1px #d7dadc; }

.task .user {
  float: left;
  /*margin: 0 0.1em 0.2em;*/
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  border-radius: 10%;
  font-weight: bold;
  background-color: #d7dadc; }

.task .check {
  text-align: center;
  width: 50px; }
  .task .check .status {
    float: left;
    font-weight: 300;
    font-size: 80%;
    width: 50px;
    text-align: center;
    line-height: 1; }

.task .task-row {
  /* The ghost, nudged to maintain perfect centering */
  /* The element to be centered, can also be of any width and height */ }
  .task .task-row > div {
    height: 3em;
    line-height: 3em; }
  .task .task-row .title {
    padding-left: 0.3em; }
    .task .task-row .title small {
      margin-left: 0.5em;
      font-size: 0.7em; }
  @media (min-width: 768px) {
    .task .task-row .labels {
      text-align: right; } }
  @media (max-width: 991px) {
    .task .task-row .labels {
      height: auto; } }
  @media (max-width: 991px) {
    .task .task-row .users {
      height: auto;
      text-align: right; } }
  .task .task-row .col-centered:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */ }
  .task .task-row .centered {
    display: inline-block;
    vertical-align: middle; }

.task .listTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .task .listTable .no-results {
    font-size: 1.3em; }
  .task .listTable tr, .task .listTable td {
    height: 3.5em; }
  .task .listTable tr.closed {
    color: #707070; }
    .task .listTable tr.closed a {
      color: #707070; }
    .task .listTable tr.closed a:visited {
      color: #707070; }
    .task .listTable tr.closed .high {
      display: none; }
    .task .listTable tr.closed td.labels > .label {
      color: #707070;
      background: transparent;
      border-color: #d7dadc; }
  .task .listTable tr:last-child .tbl4, .task .listTable tr:last-child .tbl4a, .task .listTable tr:last-child .tbl4-2, .task .listTable tr:last-child .tbl4-2a, .task .listTable tr:last-child .tbl4-2b, .task .listTable tr:last-child .tbl4-2c, .task .listTable tr:last-child .tbl4-3 {
    border-bottom-width: 0; }
  .task .listTable td.tbl4Action {
    padding-right: 0.5em; }
  .task .listTable td.title {
    cursor: pointer;
    font-size: 1.3em; }
  .task .listTable td.users {
    padding-right: 1em; }
    .task .listTable td.users .separator {
      padding-left: 0.5em;
      padding-right: 0.5em; }
  .task .listTable td.labels {
    text-align: right; }
  .task .listTable td:first-child {
    text-align: center; }
  .task .listTable .helpInfo {
    position: absolute;
    text-align: left; }
    .task .listTable .helpInfo .blocAide {
      width: 250px; }
  .task .listTable .users .fa, .task .listTable .users a.collapse-toggle > i.collapse-icon {
    float: left;
    font-size: 1em;
    line-height: 2.8em;
    padding-left: 0.5em;
    padding-right: 0.5em; }

.task .show {
  border-top: solid 1px #d7dadc;
  padding-top: 1em; }
  .task .show .check {
    float: left; }
  .task .show .description {
    margin-top: 1em;
    padding: 3px 3px 3px 5px;
    border: solid 1px #d7dadc;
    border-radius: 3px;
    height: 6.3em; }
    @media (min-width: 768px) {
      .task .show .description {
        margin-left: 4em; } }
  .task .show .footer {
    border-top: solid 1px #d7dadc; }
  .task .show .history .logs {
    overflow: auto;
    padding-left: 0.2em; }
    .task .show .history .logs .details {
      margin-left: 4em;
      padding-bottom: 1em; }
      .task .show .history .logs .details .comment textarea {
        width: 100%;
        height: 3em;
        margin-bottom: 0.5em;
        margin-top: 0; }
      .task .show .history .logs .details .comment p {
        float: left;
        margin: 0 0.1em 0.2em;
        border-radius: 0.3em;
        padding-left: 1em;
        padding-right: 1em;
        background: #F3F3F3;
        position: relative;
        min-height: 2.5em;
        line-height: 2.5em; }
      .task .show .history .logs .details .comment p::after {
        box-sizing: initial;
        content: "";
        position: absolute;
        bottom: 0;
        height: 1em;
        width: 0.5em;
        top: 0.5em;
        box-sizing: initial;
        left: -0.5em;
        border-right: 0.5em solid #F3F3F3;
        border-bottom-right-radius: 1em 0.5em; }
      .task .show .history .logs .details .comment.me p {
        background-color: #eef6fe; }
      .task .show .history .logs .details .comment.me p::after {
        border-right-color: #eef6fe; }
    .task .show .history .logs .info {
      clear: both;
      font-size: 90%;
      color: #aaa;
      margin-left: 0.2em; }
      .task .show .history .logs .info a {
        color: #aaa;
        text-decoration: underline; }
  .task .show .history .logs.log {
    line-height: 2.5em; }
    .task .show .history .logs.log .user_label {
      font-weight: bold; }

.task .searchBox {
  width: 250px; }

.task .highlighted {
  background: #FFFF00;
  /* WebKit/Blink Browsers */ }

.activities-basket {
  margin-bottom: 1em; }
  .activities-basket .title {
    margin-bottom: 0;
    text-transform: uppercase; }
  .activities-basket .full {
    padding: 0; }
    .activities-basket .full .activity {
      margin-top: 1em;
      padding-left: 8px;
      padding-right: 3px;
      /* a>i has already a margin-right: 5px */ }
      .activities-basket .full .activity .head {
        font-weight: 500; }
      .activities-basket .full .activity .content {
        padding: 0 0.5em 0 0.5em; }
        .activities-basket .full .activity .content .info {
          padding-top: 0.3em; }
          .activities-basket .full .activity .content .info .info-label {
            font-weight: 300; }
          .activities-basket .full .activity .content .info .info-label:after {
            content: ' : '; }
          .activities-basket .full .activity .content .info .info-value {
            font-weight: 400; }
    .activities-basket .full .activity + .activity {
      padding-top: 1em;
      border-top: solid 1px #d7dadc; }

.activities-btn {
  margin-top: 0.5em; }

.activities-view {
  margin-top: 1em; }

.panel-activity, .panel-origine {
  border-color: #eef6fe; }
  .panel-activity .blocActivite .title, .blocActivite .panel-activity .title, .panel-origine .blocActivite .title, .blocActivite .panel-origine .title, .panel-activity .panel-heading, .panel-origine .panel-heading {
    font-weight: 400;
    text-transform: uppercase;
    border-color: #eef6fe;
    background-color: #eef6fe; }
  .panel-activity .panel-body, .panel-origine .panel-body {
    min-height: 3em;
    padding: 1em; }
    .panel-activity .panel-body label:after, .panel-origine .panel-body label:after {
      content: ' : '; }
    .panel-activity .panel-body .form-control-static, .panel-origine .panel-body .form-control-static {
      font-weight: 400; }
    .panel-activity .panel-body h1, .panel-origine .panel-body h1 {
      font-size: 15px;
      padding-left: 2em;
      font-weight: 400;
      margin-bottom: 0.5em; }
  .panel-activity .panel-body + .panel-body, .panel-origine .panel-body + .panel-body {
    border-top: solid 1px #eef6fe; }
  .panel-activity .panel-body:empty, .panel-origine .panel-body:empty {
    content: "Vide"; }

.panel-origine {
  border-color: #F3F3F3; }
  .panel-origine .blocActivite .title, .blocActivite .panel-origine .title, .panel-origine .panel-heading {
    border-color: #F3F3F3;
    background-color: #F3F3F3; }

.row.dual .left, .dual#header .left, .dual#main .left, .dual.row-pagination .left, .show .dual.field-row .left, .conversation .chat .dual.header .left, .conversation .chat .dual.body .left, .conversation .chat .dual.footer .left, .task .dual.task-row .left, .task .show .history .dual.logs .left {
  padding-right: 2px;
  font-weight: 400;
  text-align: right; }

.row.dual .right, .dual#header .right, .dual#main .right, .dual.row-pagination .right, .show .dual.field-row .right, .conversation .chat .dual.header .right, .conversation .chat .dual.body .right, .conversation .chat .dual.footer .right, .task .dual.task-row .right, .task .show .history .dual.logs .right {
  padding-left: 2px; }

/* Interaction Cues
----------------------------------*/
tr .row-disabled {
  cursor: default !important;
  pointer-events: none;
  color: #ccc !important; }
  tr .row-disabled td {
    color: #ccc !important; }
    tr .row-disabled td a {
      color: #ccc !important; }

/*# sourceMappingURL=app.css.map */
