@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* couleur du logo de la marque si diff├⌐rente de la variable par d├⌐faut de Bootstrap qui est $brand-primary */
/* Famille de police */
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900");
@font-face {
  font-family: 'bebas_bold';
  src: url("../fonts/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_regular';
  src: url("../fonts/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'eurostile';
  src: url("../fonts/eurosti.eot");
  src: url("../fonts/eurosti.eot?#iefix") format("embedded-opentype"), url("../fonts/eurosti.woff2") format("woff2"), url("../fonts/eurosti.woff") format("woff"), url("../fonts/eurosti.ttf") format("truetype"), url("../fonts/eurosti.svg#eurostileregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'eurostilebold';
  src: url("../fonts/eurostib.eot");
  src: url("../fonts/eurostib.eot?#iefix") format("embedded-opentype"), url("../fonts/eurostib.woff2") format("woff2"), url("../fonts/eurostib.woff") format("woff"), url("../fonts/eurostib.ttf") format("truetype"), url("../fonts/eurostib.svg#eurostilebold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* transition */
/*! 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,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! 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,
  .dropup > .btn > .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"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1;
  color: #666569;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #ff6d00;
  text-decoration: none; }
  a:hover, a:focus {
    color: #c41010;
    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.1;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 13px;
  margin-bottom: 13px;
  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: 400;
  line-height: 1.1;
  color: #ff6d00; }
  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: 13px;
  margin-bottom: 6.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: 6.5px;
  margin-bottom: 6.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: 31px; }

h2, .h2 {
  font-size: 25px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 12px; }

h6, .h6 {
  font-size: 11px; }

p {
  margin: 0 0 6.5px; }

.lead {
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 18px; } }

small,
.small {
  font-size: 91%; }

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: #ff6d00; }

a.text-primary:hover,
a.text-primary:focus {
  color: #cc5700; }

.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: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #ff6d00; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #cc5700; }

.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: 5.5px;
  margin: 26px 0 13px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 6.5px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  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: 13px; }

dt,
dd {
  line-height: 1.1; }

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: 6.5px 13px;
  margin: 0 0 13px;
  font-size: 15px;
  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.1;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 13px;
  font-style: normal;
  line-height: 1.1; }

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: 2px;
  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: 6px;
  margin: 0 0 6.5px;
  font-size: 11px;
  line-height: 1.1;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 730px; } }
  @media (min-width: 992px) {
    .container {
      width: 950px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1210px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -5px;
  margin-right: -5px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row: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, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px; }

.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, .col-xs-13, .col-xs-14 {
  float: left; }

.col-xs-1 {
  width: 7.1428571429%; }

.col-xs-2 {
  width: 14.2857142857%; }

.col-xs-3 {
  width: 21.4285714286%; }

.col-xs-4 {
  width: 28.5714285714%; }

.col-xs-5 {
  width: 35.7142857143%; }

.col-xs-6 {
  width: 42.8571428571%; }

.col-xs-7 {
  width: 50%; }

.col-xs-8 {
  width: 57.1428571429%; }

.col-xs-9 {
  width: 64.2857142857%; }

.col-xs-10 {
  width: 71.4285714286%; }

.col-xs-11 {
  width: 78.5714285714%; }

.col-xs-12 {
  width: 85.7142857143%; }

.col-xs-13 {
  width: 92.8571428571%; }

.col-xs-14 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 7.1428571429%; }

.col-xs-pull-2 {
  right: 14.2857142857%; }

.col-xs-pull-3 {
  right: 21.4285714286%; }

.col-xs-pull-4 {
  right: 28.5714285714%; }

.col-xs-pull-5 {
  right: 35.7142857143%; }

.col-xs-pull-6 {
  right: 42.8571428571%; }

.col-xs-pull-7 {
  right: 50%; }

.col-xs-pull-8 {
  right: 57.1428571429%; }

.col-xs-pull-9 {
  right: 64.2857142857%; }

.col-xs-pull-10 {
  right: 71.4285714286%; }

.col-xs-pull-11 {
  right: 78.5714285714%; }

.col-xs-pull-12 {
  right: 85.7142857143%; }

.col-xs-pull-13 {
  right: 92.8571428571%; }

.col-xs-pull-14 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 7.1428571429%; }

.col-xs-push-2 {
  left: 14.2857142857%; }

.col-xs-push-3 {
  left: 21.4285714286%; }

.col-xs-push-4 {
  left: 28.5714285714%; }

.col-xs-push-5 {
  left: 35.7142857143%; }

.col-xs-push-6 {
  left: 42.8571428571%; }

.col-xs-push-7 {
  left: 50%; }

.col-xs-push-8 {
  left: 57.1428571429%; }

.col-xs-push-9 {
  left: 64.2857142857%; }

.col-xs-push-10 {
  left: 71.4285714286%; }

.col-xs-push-11 {
  left: 78.5714285714%; }

.col-xs-push-12 {
  left: 85.7142857143%; }

.col-xs-push-13 {
  left: 92.8571428571%; }

.col-xs-push-14 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 7.1428571429%; }

.col-xs-offset-2 {
  margin-left: 14.2857142857%; }

.col-xs-offset-3 {
  margin-left: 21.4285714286%; }

.col-xs-offset-4 {
  margin-left: 28.5714285714%; }

.col-xs-offset-5 {
  margin-left: 35.7142857143%; }

.col-xs-offset-6 {
  margin-left: 42.8571428571%; }

.col-xs-offset-7 {
  margin-left: 50%; }

.col-xs-offset-8 {
  margin-left: 57.1428571429%; }

.col-xs-offset-9 {
  margin-left: 64.2857142857%; }

.col-xs-offset-10 {
  margin-left: 71.4285714286%; }

.col-xs-offset-11 {
  margin-left: 78.5714285714%; }

.col-xs-offset-12 {
  margin-left: 85.7142857143%; }

.col-xs-offset-13 {
  margin-left: 92.8571428571%; }

.col-xs-offset-14 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
    float: left; }

  .col-sm-1 {
    width: 7.1428571429%; }

  .col-sm-2 {
    width: 14.2857142857%; }

  .col-sm-3 {
    width: 21.4285714286%; }

  .col-sm-4 {
    width: 28.5714285714%; }

  .col-sm-5 {
    width: 35.7142857143%; }

  .col-sm-6 {
    width: 42.8571428571%; }

  .col-sm-7 {
    width: 50%; }

  .col-sm-8 {
    width: 57.1428571429%; }

  .col-sm-9 {
    width: 64.2857142857%; }

  .col-sm-10 {
    width: 71.4285714286%; }

  .col-sm-11 {
    width: 78.5714285714%; }

  .col-sm-12 {
    width: 85.7142857143%; }

  .col-sm-13 {
    width: 92.8571428571%; }

  .col-sm-14 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 7.1428571429%; }

  .col-sm-pull-2 {
    right: 14.2857142857%; }

  .col-sm-pull-3 {
    right: 21.4285714286%; }

  .col-sm-pull-4 {
    right: 28.5714285714%; }

  .col-sm-pull-5 {
    right: 35.7142857143%; }

  .col-sm-pull-6 {
    right: 42.8571428571%; }

  .col-sm-pull-7 {
    right: 50%; }

  .col-sm-pull-8 {
    right: 57.1428571429%; }

  .col-sm-pull-9 {
    right: 64.2857142857%; }

  .col-sm-pull-10 {
    right: 71.4285714286%; }

  .col-sm-pull-11 {
    right: 78.5714285714%; }

  .col-sm-pull-12 {
    right: 85.7142857143%; }

  .col-sm-pull-13 {
    right: 92.8571428571%; }

  .col-sm-pull-14 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 7.1428571429%; }

  .col-sm-push-2 {
    left: 14.2857142857%; }

  .col-sm-push-3 {
    left: 21.4285714286%; }

  .col-sm-push-4 {
    left: 28.5714285714%; }

  .col-sm-push-5 {
    left: 35.7142857143%; }

  .col-sm-push-6 {
    left: 42.8571428571%; }

  .col-sm-push-7 {
    left: 50%; }

  .col-sm-push-8 {
    left: 57.1428571429%; }

  .col-sm-push-9 {
    left: 64.2857142857%; }

  .col-sm-push-10 {
    left: 71.4285714286%; }

  .col-sm-push-11 {
    left: 78.5714285714%; }

  .col-sm-push-12 {
    left: 85.7142857143%; }

  .col-sm-push-13 {
    left: 92.8571428571%; }

  .col-sm-push-14 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 7.1428571429%; }

  .col-sm-offset-2 {
    margin-left: 14.2857142857%; }

  .col-sm-offset-3 {
    margin-left: 21.4285714286%; }

  .col-sm-offset-4 {
    margin-left: 28.5714285714%; }

  .col-sm-offset-5 {
    margin-left: 35.7142857143%; }

  .col-sm-offset-6 {
    margin-left: 42.8571428571%; }

  .col-sm-offset-7 {
    margin-left: 50%; }

  .col-sm-offset-8 {
    margin-left: 57.1428571429%; }

  .col-sm-offset-9 {
    margin-left: 64.2857142857%; }

  .col-sm-offset-10 {
    margin-left: 71.4285714286%; }

  .col-sm-offset-11 {
    margin-left: 78.5714285714%; }

  .col-sm-offset-12 {
    margin-left: 85.7142857143%; }

  .col-sm-offset-13 {
    margin-left: 92.8571428571%; }

  .col-sm-offset-14 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14 {
    float: left; }

  .col-md-1 {
    width: 7.1428571429%; }

  .col-md-2 {
    width: 14.2857142857%; }

  .col-md-3 {
    width: 21.4285714286%; }

  .col-md-4 {
    width: 28.5714285714%; }

  .col-md-5 {
    width: 35.7142857143%; }

  .col-md-6 {
    width: 42.8571428571%; }

  .col-md-7 {
    width: 50%; }

  .col-md-8 {
    width: 57.1428571429%; }

  .col-md-9 {
    width: 64.2857142857%; }

  .col-md-10 {
    width: 71.4285714286%; }

  .col-md-11 {
    width: 78.5714285714%; }

  .col-md-12 {
    width: 85.7142857143%; }

  .col-md-13 {
    width: 92.8571428571%; }

  .col-md-14 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 7.1428571429%; }

  .col-md-pull-2 {
    right: 14.2857142857%; }

  .col-md-pull-3 {
    right: 21.4285714286%; }

  .col-md-pull-4 {
    right: 28.5714285714%; }

  .col-md-pull-5 {
    right: 35.7142857143%; }

  .col-md-pull-6 {
    right: 42.8571428571%; }

  .col-md-pull-7 {
    right: 50%; }

  .col-md-pull-8 {
    right: 57.1428571429%; }

  .col-md-pull-9 {
    right: 64.2857142857%; }

  .col-md-pull-10 {
    right: 71.4285714286%; }

  .col-md-pull-11 {
    right: 78.5714285714%; }

  .col-md-pull-12 {
    right: 85.7142857143%; }

  .col-md-pull-13 {
    right: 92.8571428571%; }

  .col-md-pull-14 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 7.1428571429%; }

  .col-md-push-2 {
    left: 14.2857142857%; }

  .col-md-push-3 {
    left: 21.4285714286%; }

  .col-md-push-4 {
    left: 28.5714285714%; }

  .col-md-push-5 {
    left: 35.7142857143%; }

  .col-md-push-6 {
    left: 42.8571428571%; }

  .col-md-push-7 {
    left: 50%; }

  .col-md-push-8 {
    left: 57.1428571429%; }

  .col-md-push-9 {
    left: 64.2857142857%; }

  .col-md-push-10 {
    left: 71.4285714286%; }

  .col-md-push-11 {
    left: 78.5714285714%; }

  .col-md-push-12 {
    left: 85.7142857143%; }

  .col-md-push-13 {
    left: 92.8571428571%; }

  .col-md-push-14 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 7.1428571429%; }

  .col-md-offset-2 {
    margin-left: 14.2857142857%; }

  .col-md-offset-3 {
    margin-left: 21.4285714286%; }

  .col-md-offset-4 {
    margin-left: 28.5714285714%; }

  .col-md-offset-5 {
    margin-left: 35.7142857143%; }

  .col-md-offset-6 {
    margin-left: 42.8571428571%; }

  .col-md-offset-7 {
    margin-left: 50%; }

  .col-md-offset-8 {
    margin-left: 57.1428571429%; }

  .col-md-offset-9 {
    margin-left: 64.2857142857%; }

  .col-md-offset-10 {
    margin-left: 71.4285714286%; }

  .col-md-offset-11 {
    margin-left: 78.5714285714%; }

  .col-md-offset-12 {
    margin-left: 85.7142857143%; }

  .col-md-offset-13 {
    margin-left: 92.8571428571%; }

  .col-md-offset-14 {
    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, .col-lg-13, .col-lg-14 {
    float: left; }

  .col-lg-1 {
    width: 7.1428571429%; }

  .col-lg-2 {
    width: 14.2857142857%; }

  .col-lg-3 {
    width: 21.4285714286%; }

  .col-lg-4 {
    width: 28.5714285714%; }

  .col-lg-5 {
    width: 35.7142857143%; }

  .col-lg-6 {
    width: 42.8571428571%; }

  .col-lg-7 {
    width: 50%; }

  .col-lg-8 {
    width: 57.1428571429%; }

  .col-lg-9 {
    width: 64.2857142857%; }

  .col-lg-10 {
    width: 71.4285714286%; }

  .col-lg-11 {
    width: 78.5714285714%; }

  .col-lg-12 {
    width: 85.7142857143%; }

  .col-lg-13 {
    width: 92.8571428571%; }

  .col-lg-14 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 7.1428571429%; }

  .col-lg-pull-2 {
    right: 14.2857142857%; }

  .col-lg-pull-3 {
    right: 21.4285714286%; }

  .col-lg-pull-4 {
    right: 28.5714285714%; }

  .col-lg-pull-5 {
    right: 35.7142857143%; }

  .col-lg-pull-6 {
    right: 42.8571428571%; }

  .col-lg-pull-7 {
    right: 50%; }

  .col-lg-pull-8 {
    right: 57.1428571429%; }

  .col-lg-pull-9 {
    right: 64.2857142857%; }

  .col-lg-pull-10 {
    right: 71.4285714286%; }

  .col-lg-pull-11 {
    right: 78.5714285714%; }

  .col-lg-pull-12 {
    right: 85.7142857143%; }

  .col-lg-pull-13 {
    right: 92.8571428571%; }

  .col-lg-pull-14 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 7.1428571429%; }

  .col-lg-push-2 {
    left: 14.2857142857%; }

  .col-lg-push-3 {
    left: 21.4285714286%; }

  .col-lg-push-4 {
    left: 28.5714285714%; }

  .col-lg-push-5 {
    left: 35.7142857143%; }

  .col-lg-push-6 {
    left: 42.8571428571%; }

  .col-lg-push-7 {
    left: 50%; }

  .col-lg-push-8 {
    left: 57.1428571429%; }

  .col-lg-push-9 {
    left: 64.2857142857%; }

  .col-lg-push-10 {
    left: 71.4285714286%; }

  .col-lg-push-11 {
    left: 78.5714285714%; }

  .col-lg-push-12 {
    left: 85.7142857143%; }

  .col-lg-push-13 {
    left: 92.8571428571%; }

  .col-lg-push-14 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 7.1428571429%; }

  .col-lg-offset-2 {
    margin-left: 14.2857142857%; }

  .col-lg-offset-3 {
    margin-left: 21.4285714286%; }

  .col-lg-offset-4 {
    margin-left: 28.5714285714%; }

  .col-lg-offset-5 {
    margin-left: 35.7142857143%; }

  .col-lg-offset-6 {
    margin-left: 42.8571428571%; }

  .col-lg-offset-7 {
    margin-left: 50%; }

  .col-lg-offset-8 {
    margin-left: 57.1428571429%; }

  .col-lg-offset-9 {
    margin-left: 64.2857142857%; }

  .col-lg-offset-10 {
    margin-left: 71.4285714286%; }

  .col-lg-offset-11 {
    margin-left: 78.5714285714%; }

  .col-lg-offset-12 {
    margin-left: 85.7142857143%; }

  .col-lg-offset-13 {
    margin-left: 92.8571428571%; }

  .col-lg-offset-14 {
    margin-left: 100%; } }
table {
  background-color: #fff; }

caption {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 13px; }
  .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: 7px;
    line-height: 1.1;
    vertical-align: top;
    border-top: 1px solid #ff6d00; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ff6d00; }
  .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 #ff6d00; }
  .table .table {
    background-color: #ffffff; }

.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: 7px; }

.table-bordered {
  border: 1px solid #ff6d00; }
  .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 #ff6d00; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f2f2; }

.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: 9.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ff6d00; }
      .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: 13px;
  font-size: 18px;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.1;
  color: #666569; }

.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.1;
  color: #666569;
  background-color: transparent;
  background-image: none;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #c9c9c9;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #c9c9c9; }
  .form-control::-webkit-input-placeholder {
    color: #c9c9c9; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 27px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 28px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 42px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 13px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  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], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  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: 25px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 28px;
  line-height: 28px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 24px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 42px;
  line-height: 42px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 28px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 33.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .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 + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .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 + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.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 {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 18px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a5a8; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .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 {
      width: auto; }
  .form-inline .input-group > .form-control {
    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 .checkbox input[type="checkbox"] {
    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: 20px; }
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px; }
  .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: 5px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.1;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #000;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #000; }
  .btn-default:focus, .btn-default.focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: black; }
  .btn-default:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: black; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: black; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #000;
      background-color: #d4d4d4;
      border-color: black; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #000; }
  .btn-default .badge {
    color: #fff;
    background-color: #000; }

.btn-primary {
  color: #fff;
  background-color: #ff6d00;
  border-color: #ff6d00; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #cc5700;
    border-color: #803700; }
  .btn-primary:hover {
    color: #fff;
    background-color: #cc5700;
    border-color: #c25300; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc5700;
    border-color: #c25300; }
    .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: #a84800;
      border-color: #803700; }
  .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: #ff6d00;
    border-color: #ff6d00; }
  .btn-primary .badge {
    color: #ff6d00;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #009e74;
  border-color: #008561; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #006b4f;
    border-color: #000504; }
  .btn-success:hover {
    color: #fff;
    background-color: #006b4f;
    border-color: #004734; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #006b4f;
    border-color: #004734; }
    .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: #004734;
      border-color: #000504; }
  .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: #009e74;
    border-color: #008561; }
  .btn-success .badge {
    color: #009e74;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #ff6d00;
  border-color: #e66200; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #cc5700;
    border-color: #662c00; }
  .btn-info:hover {
    color: #fff;
    background-color: #cc5700;
    border-color: #a84800; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #cc5700;
    border-color: #a84800; }
    .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: #a84800;
      border-color: #662c00; }
  .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: #ff6d00;
    border-color: #e66200; }
  .btn-info .badge {
    color: #ff6d00;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f4a72c;
  border-color: #f39d14; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #e18f0c;
    border-color: #805107; }
  .btn-warning:hover {
    color: #fff;
    background-color: #e18f0c;
    border-color: #bf7a0a; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e18f0c;
    border-color: #bf7a0a; }
    .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: #bf7a0a;
      border-color: #805107; }
  .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: #f4a72c;
    border-color: #f39d14; }
  .btn-warning .badge {
    color: #f4a72c;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #c41010;
  border-color: #ac0e0e; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #950c0c;
    border-color: #370404; }
  .btn-danger:hover {
    color: #fff;
    background-color: #950c0c;
    border-color: #740909; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #950c0c;
    border-color: #740909; }
    .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: #740909;
      border-color: #370404; }
  .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: #c41010;
    border-color: #ac0e0e; }
  .btn-danger .badge {
    color: #c41010;
    background-color: #fff; }

.btn-link {
  color: #ff6d00;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #c41010;
    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 {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 5.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.1;
    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: #ff6d00; }

.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: 11px;
  line-height: 1.1;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px 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-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn: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 {
  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 {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 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) {
  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 {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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 {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #666569;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #c9c9c9;
  border-radius: 3px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 2px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    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: #ff6d00; }
  .nav .nav-divider {
    height: 1px;
    margin: 5.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #c9c9c9; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.1;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #c9c9c9; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #fff;
      background-color: #ff6d00;
      border: 1px solid #c9c9c9;
      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: #ff6d00; }

.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 #c9c9c9; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #c9c9c9;
      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: #c9c9c9; } }

.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: 13px;
  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: 5px;
  padding-left: 5px;
  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,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .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: 18.5px 5px;
  font-size: 15px;
  line-height: 13px;
  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 > .container-fluid .navbar-brand {
      margin-left: -5px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  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: 9.25px -5px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 13px; }
  @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: 13px; }
        .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: 18.5px;
          padding-bottom: 18.5px; } }

.navbar-form {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11.5px;
  margin-bottom: 11.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .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 {
        width: auto; }
    .navbar-form .input-group > .form-control {
      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 .checkbox input[type="checkbox"] {
      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;
      -webkit-box-shadow: none;
      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: 11.5px;
  margin-bottom: 11.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 11px;
    margin-bottom: 11px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 18.5px;
  margin-bottom: 18.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 5px;
      margin-right: 5px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -5px; }
    .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: 13px;
  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: 13px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.1;
      text-decoration: none;
      color: #ff6d00;
      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: #c41010;
    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: #ff6d00;
    border-color: #ff6d00;
    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: 15px;
  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: 11px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pager {
  padding-left: 0;
  margin: 13px 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 {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #ff6d00; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #cc5700; }

.label-success {
  background-color: #009e74; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #006b4f; }

.label-info {
  background-color: #ff6d00; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #cc5700; }

.label-warning {
  background-color: #f4a72c; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e18f0c; }

.label-danger {
  background-color: #c41010; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #950c0c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  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 {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #ff6d00;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.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: 18px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 54px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 13px;
  line-height: 1.1;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  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: #666569; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ff6d00; }

.alert {
  padding: 15px;
  margin-bottom: 13px;
  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: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 13px;
  margin-bottom: 13px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  text-align: center;
  background-color: #ff6d00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #009e74; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-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-image: -o-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-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 {
  background-color: #ff6d00; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-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-image: -o-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-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 {
  background-color: #f4a72c; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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: #c41010; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-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-image: -o-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-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 {
  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: #ff6d00;
  border-color: #ff6d00; }
  .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: #ffe2cc; }

.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: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  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: #a94442;
    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: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 13px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 10px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 6px 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 6px 10px;
  background-color: #fff;
  border-top: 1px solid #dddddd;
  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 {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.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: 10px;
    padding-right: 10px; }
.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 > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ff6d00; }
.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: 13px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #dddddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #666569;
    background-color: #ff6d00;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #ff6d00;
      background-color: #666569; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #ff6d00; }
  .panel-primary > .panel-heading {
    color: #666569;
    background-color: #ff6d00;
    border-color: #ff6d00; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ff6d00; }
    .panel-primary > .panel-heading .badge {
      color: #ff6d00;
      background-color: #666569; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ff6d00; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 2px; }

.close {
  float: right;
  font-size: 18px;
  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 {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 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.1; }

.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 {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    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: 610px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 760px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.1;
  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: 11px;
  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: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.1;
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .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: 12px;
  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;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    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 {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          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: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    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: rgba(0, 0, 0, 0); }
  .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 {
    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 {
  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; }

.logoMM {
  padding-top: 11px !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) {
  .logoMM {
    padding-top: 0px !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: 992px) and (max-width: 1199px) {
  .double-line-md-inline {
    padding-top: 0; } }

@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 (max-width: 1200px) {
  .hidden-br-issue {
    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; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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 {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #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 {
  content: ""; }

.fa-chevron-circle-down: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; }

form,
fieldset {
  padding: 0;
  margin: 0;
  border: none;
  min-height: 10px; }
  form:before, form:after,
  fieldset:before,
  fieldset:after {
    content: " ";
    display: table; }
  form:after,
  fieldset:after {
    clear: both; }

/* remove dotted line */
/*
form :focus {outline:none!important; border:none ;}
form ::-moz-focus-inner { outline:none!important;border:none ;}
form :active {outline:none!important; border:none ;}
*/
form p {
  position: relative;
  min-height: 20px;
  padding: 0;
  margin: 0; }
  form p:before, form p:after {
    content: " ";
    display: table; }
  form p:after {
    clear: both; }

/* global reset */
input, textarea {
  border-radius: 0; }

input::-webkit-search-decoration, input::-webkit-search-cancel-button {
  display: none; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

input[type="date"] {
  background: url(../img/datepicker.png) no-repeat right 3px; }

input[type="date"]:disabled {
  background: url(../img/datepicker_disabled.png) no-repeat right 3px; }

/* form control */
.form-control {
  width: auto;
  margin: 0;
  padding: 0 5px;
  font-weight: 400;
  margin: 0;
  height: 27px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  font-family: Arial, sans-serif;
  border-radius: 3px !important; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ff6d00; }

.form-control::placeholder {
  color: #666569; }

/* Fieldset */
fieldset {
  min-width: 0;
  padding: 14px 0 14px 0;
  margin: 0 0 14px 0;
  border: 0;
  border-bottom: 1px solid #e2e2e2; }

fieldset:last-of-type {
  border-bottom: none; }

/* legend */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal; }

/* Select */
select.form-control,
select {
  *vertical-align: middle;
  vertical-align: middle;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: none !important;
  line-height: 1em;
  box-shadow: none;
  padding: 0 30px 0 5px;
  background-color: transparent;
  background: url(../img/selectorange.png) no-repeat right 7px !important;
  font-family: 'Lato', Arial, sans-serif;
  border-radius: 3px !important;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 10px 0 0; }

select:focus {
  box-shadow: none;
  border: 1px solid #ff6d00; }

select::-ms-expand {
  display: none; }

select:disabled {
  background-image: url(../img/select_disabled.png);
  background-repeat: no-repeat;
  background-position: right 7px !important;
  background-color: #eee !important; }

/*
 
$-moz-document url-prefix() {#bd select { padding-top:3px; }}  
_:-ms-fullscreen, :root #bd select {  padding-top:5px; }
 */
select option {
  font-size: 12px !important;
  color: #8b8b8b;
  border: 1px solid #e3e3e3;
  padding: 5px;
  display: block; }

/* upload */
.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

/* label */
label {
  font-weight: normal;
  padding: 6px 0 0 0;
  text-align: right;
  color: #000;
  background-color: inherit;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top; }

.form-group label {
  color: #000; }

/* textarea */
textarea.form-control {
  *vertical-align: top;
  vertical-align: top;
  height: 70px;
  resize: none;
  overflow: auto;
  padding: 5px;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 12px;
  color: #666569;
  border-radius: 3px !important; }

/* ERROR */
.error {
  color: #fff;
  background: #c41010 url(../img/form_warning.jpg) no-repeat 25px 7px;
  border: 1px solid #fff;
  text-align: center;
  padding: 20px 10px 20px 10px;
  font-size: 1.071em;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 auto;
  margin-bottom: 30px; }

.has-success .form-control {
  background-color: #38ffca; }

.has-error .form-control {
  background-color: #f47979; }

.has-warning .form-control {
  background-color: #fce4bd; }

/* SUCCESS */
.success {
  color: #fff;
  background: #009e74 url(../img/form_infos.jpg) no-repeat 25px 7px;
  border: 1px solid #fff;
  text-align: center;
  padding: 20px 10px 20px 10px;
  font-size: 1.071em;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 auto;
  margin-bottom: 30px; }

/* LES BOUTONS */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  *overflow: visible;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer; }

input[type="submit"]::-moz-focus-inner {
  border: 0; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
$-moz-document url-prefix() {.button {padding-bottom:1px!important; }}
*/
.btn {
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: normal !important;
  padding: 8px 30px 8px 30px;
  line-height: 1em;
  border-radius: 0;
  font-size: 16px;
  height: auto;
  transition: all 0.3s ease-out 0s;
  line-height: 1em;
  font-weight: 600;
  text-transform: none; }

.btn .fa {
  margin-right: 3px; }

.btn:focus {
  outline: none; }

.btn-sm, .btn-group-sm > .btn {
  font-size: 12px;
  font-family: Arial, sans-serif;
  padding-top: 0;
  border-radius: 3px !important; }

.btn-default {
  background-color: transparent; }

.btn-default:hover {
  background-color: #000;
  color: #fff; }

.btn-primary:hover {
  background-color: #000;
  color: #fff; }

/* form-group */
.form-group {
  width: 100%;
  margin: 0 0 15px 0; }
  .form-group:before, .form-group:after {
    content: " ";
    display: table; }
  .form-group:after {
    clear: both; }

.input-group {
  margin-bottom: 15px; }

.mentions {
  font-size: 11px;
  font-weight: 400;
  color: #a7a7a7; }

.mentions strong {
  color: #c41010; }

/* block-checkbox */
.block-checkbox {
  padding: 3px 0 10px 0;
  display: inline-block;
  vertical-align: top; }
  .block-checkbox:before, .block-checkbox:after {
    content: " ";
    display: table; }
  .block-checkbox:after {
    clear: both; }

.block-checkbox input[type="checkbox"] {
  float: left;
  margin: 0 5px 0 0; }

.block-checkbox label {
  background-color: inherit;
  display: block;
  margin: 0;
  color: #666569;
  padding: 3px 5px 0 5px;
  float: left;
  text-align: left;
  text-transform: none; }

.block-checkbox label span.title {
  padding: 8px 15px 0 0;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  line-height: 1em; }

.block-checkbox label img {
  display: inline-block; }

.block-checkbox label em {
  clear: both;
  float: none;
  font-style: normal;
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 4px 0;
  font-weight: 400; }

.block-checkbox [type="radio"]:not(:checked) + label,
.block-checkbox [type="radio"]:checked + label {
  padding-left: 30px; }

.block-checkbox [type="checkbox"]:not(:checked) + label,
.block-checkbox [type="checkbox"]:checked + label {
  padding-left: 30px; }

/* Custom Checkbox */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background-color: transparent;
  border-radius: 3px; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: fontAwesome;
  content: '\f04d';
  position: absolute;
  top: 2px;
  left: 3px;
  font-size: 16px;
  color: #ff6d00;
  line-height: 1em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #eeeeee;
  cursor: not-allowed; }

[type="checkbox"]:disabled:checked + label:after {
  color: #000; }

[type="checkbox"]:disabled + label {
  color: #aaa;
  cursor: not-allowed; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue; }

/* Custom radio */
/* Base for label styling */
[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 50%; }

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  font-family: fontAwesome;
  content: '\f111';
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 14px;
  color: #ff6d00;
  line-height: 1em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before, [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #eeeeee;
  cursor: not-allowed; }

[type="radio"]:disabled:checked + label:after {
  color: #000; }

[type="radio"]:disabled + label {
  color: #aaa;
  cursor: not-allowed; }

/* accessibility */
[type="radio"]:checked:focus + label:before, [type="radio"]:not(:checked):focus + label:before {
  border: 1px dotted blue; }

/* SWITCH */
.block-switch {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  padding: 0;
  position: relative; }

.block-switch .label-txt {
  display: block;
  float: left;
  padding: 7px 5px 0 5px;
  line-height: 1em;
  vertical-align: top; }

.block-switch .switch .label-txt {
  display: none; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  float: left;
  width: 53px;
  height: 27px; }

.switch .label-txt {
  display: none; }

/* Hide default HTML checkbox */
.switch input {
  display: none; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px; }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 5px;
    padding-right: 5px; } }
/* .interface-customer */
.interface-customer .form-group label.label-block {
  text-align: left;
  display: block;
  margin: 0 0 4px 0;
  width: auto; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,to {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* Editorial (si non Bootstrap)
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline:none;border:none; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*/
/* Elements HTML5 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  padding: 0;
  margin: 0; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

/* CSS RESET */
dl, dt, dd, ul, li, img, form, fieldset,
abbr {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none; }

table, tr, td, thead, tfoot,
tbody {
  border-collapse: collapse;
  padding: 0;
  margin: 0; }

dfn {
  font-style: normal;
  text-decoration: underline; }

pre, code, kbd, samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  margin: 0;
  padding: 0; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: none;
  background-color: transparent;
  border-radius: 0; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

sub, up {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.fa {
  margin: 0 5px 0 0;
  line-height: 1em; }

.obfuscate {
  unicode-bidi: bidi-override;
  direction: rtl; }

img {
  vertical-align: top; }

a {
  text-decoration: none;
  vertical-align: baseline;
  /*transition: all 300ms ease-out 0s*/ }

a img {
  border: none; }

a span {
  cursor: pointer; }

/*a span { height:1px; width:1px; position:absolute; overflow:hidden; top:-10px; } */
a:visited, a:focus, a:active, a:hover {
  outline: 0 none !important;
  outline-offset: 0 !important; }

a:hover:not(#hd) {
  text-decoration: underline; }

a:focus {
  text-decoration: none !important; }

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 30px;
  overflow: hidden; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #ff6d00; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee; }

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff; }

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto; }

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33; }

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch.bootstrap-switch-focused {
  outline: 0; }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* cookistop */
#cookistop {
  margin: 0;
  padding: 0;
  background-color: #c41010;
  color: #fff;
  border-radius: 0; }

#cookistop p {
  margin: 0;
  padding: 10px 0; }

#cookistop a {
  color: #fff;
  text-decoration: underline; }

#cookistop a .fa {
  margin-top: 4px; }

#cookistop a.closeme {
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 10px; }

#cookistop a.closeme:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none; }

html {
  font-size: 100%;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  height: 100%; }

body {
  font-weight: 400;
  padding: 0;
  margin: 0;
  min-width: 320px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* *********************** */
/*          GRILLE        */
/* ********************* */
@media only screen and (min-width: 1201px) {
  .no-responsive .container {
    width: 1414px !important; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .no-responsive .container {
    width: 1414px !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .no-responsive .container {
    width: 1414px !important; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .no-responsive .container {
    width: 1414px !important; } }
/* *********************** */
/*     CHARTE GRAPHIQUE   */
/* ********************* */
h1 {
  color: #000;
  padding: 0;
  margin: 0 0 33px 0;
  font-weight: 400;
  line-height: 1.1em; }

h2 {
  color: #000;
  padding: 0;
  margin: 0 0 25px 0;
  font-weight: 400;
  line-height: 1.1em; }

h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #000;
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 600;
  line-height: 1.2em; }

ul {
  margin: 0 0 13px 30px; }

ul li {
  list-style: none;
  padding: 0 0 2px 0;
  font-weight: normal; }

ol li {
  list-style: decimal;
  padding: 0 0 5px 10px; }

p {
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1.2em;
  word-wrap: break-word;
  font-weight: normal; }

a {
  color: #ff6d00;
  background-color: inherit;
  text-decoration: none; }

a img {
  border: none; }

a:hover {
  text-decoration: underline; }

a:hover span {
  text-decoration: none !important; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  height: 15px; }

#bd img {
  max-width: 100%;
  height: auto; }

div.tooltip-inner {
  max-width: none;
  white-space: nowrap; }

b, strong {
  font-weight: 700; }

/* *********************** */
/*     CHARTE GRAPHIQUE   */
/* ********************* */
/* panel */
.panel-default > .panel-heading {
  background-color: #000; }

.panel-heading h2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1em; }

.panel-heading .ph-date {
  line-height: 1em;
  position: absolute;
  top: 14px;
  right: 35px;
  color: #fff;
  float: right;
  text-align: right;
  font-size: 14px; }

.panel {
  background: linear-gradient(180deg, white 57.69%, #fdfdfd 84.55%, #f6f6f6 94.21%, #ededed 100%); }

.panel-body {
  padding-bottom: 0 !important; }

/* table */
table th, table td {
  vertical-align: top; }

table.table {
  border: 1px solid #ff6d00;
  width: 100%;
  margin: 0 0 10px 0; }

table.table th {
  padding: 7px;
  color: #fff;
  background-color: #ff6d00;
  font-size: 11px;
  font-weight: 400;
  width: auto; }

table.table td {
  padding: 7px;
  color: #666569;
  font-size: 11px;
  font-weight: 400; }

/* table */
table.table-striped {
  border: 1px solid #ff6d00;
  width: 100%;
  margin: 0 0 10px 0; }

table.table-striped th {
  padding: 7px;
  color: #fff;
  background-color: #ff6d00;
  font-size: 11px;
  font-weight: 400;
  width: auto; }

table.table-striped td {
  padding: 7px;
  color: #666569;
  font-size: 11px;
  font-weight: 400; }

/* table */
table.table-colcenter {
  border: 1px solid #ff6d00;
  width: 100%;
  margin: 0 0 10px 0; }

table.table-colcenter th {
  text-align: center;
  padding: 7px;
  color: #fff;
  background-color: #ff6d00;
  font-size: 11px;
  font-weight: 400;
  width: auto; }

table.table-colcenter td {
  text-align: center;
  padding: 7px;
  border-right: 1px solid #cecece;
  color: #666569;
  font-size: 11px;
  font-weight: 400; }

/* table */
.maketablescroll {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 0 10px 0; }

.maketablescroll .blockfalsetable {
  height: 27px;
  overflow: hidden;
  position: relative;
  background-color: #ff6d00;
  width: 100%; }
.maketablescroll .blockfalsetable table {
  width: 100%; }
.maketablescroll .mCSB_inside > .mCSB_container {
  margin-right: 16px; }
.maketablescroll table:not(.clonetable) {
  border: none;
  margin: 0;
  padding: 0; }
.maketablescroll table:not(.clonetable) thead {
  display: none; }
.maketablescroll .inner .customscrollbar {
  border: 1px solid #ff6d00; }

/* TABS */
.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom: none; }

.nav-tabs > li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  float: left; }

.nav-tabs > li > a {
  border: none;
  display: inline-block;
  font-size: 12px;
  color: #161616;
  border-radius: 0;
  line-height: 1em;
  margin: 0;
  border: none;
  background: url(../img/tab-bg.png) repeat-x 0 0;
  height: 27px;
  padding: 7px 24px 0 0;
  position: relative; }

.nav-tabs > li:first-child > a {
  border-left: 1px solid #c9c9c9;
  padding-left: 5px; }

.nav-tabs > li > a:hover {
  color: #ff6d00; }

.nav-tabs > li.active > a {
  background-image: none;
  color: #fff;
  border: none !important;
  background-color: #ff6d00; }

.nav-tabs > li > a::after {
  top: 0;
  right: 0;
  display: block;
  width: 23px;
  height: 27px;
  background: url(../img/tab.png) no-repeat 0 0;
  content: "";
  position: absolute;
  z-index: 9;
  border: none; }

.nav-tabs > li.active > a::after {
  background: url(../img/tab.png) no-repeat 0 -33px; }

.nav-tabs > li.active > a::before {
  top: 0;
  left: -23px;
  display: block;
  width: 23px;
  height: 27px;
  background: url(../img/tab.png) no-repeat 0 -125px;
  content: "";
  position: absolute;
  z-index: 9;
  border: none; }

.nav-tabs > li:last-child > a::after {
  background: url(../img/tab.png) no-repeat 0 -62px; }

.nav-tabs > li:last-child.active > a::after {
  background: url(../img/tab.png) no-repeat 0 -92px; }

.nav-tabs > li:first-child.active > a::before {
  background: url(../img/tab-bg.png) no-repeat 0 -125px; }

.tab-content {
  border: 1px solid #c9c9c9;
  padding: 10px; }
  .tab-content:before, .tab-content:after {
    content: " ";
    display: table; }
  .tab-content:after {
    clear: both; }

/* scrollbar */
.customscrollbar {
  overflow: auto;
  width: 100%; }

/* *********************** */
/*      MAIN FOOTER       */
/* ********************* */
#ft {
  clear: both;
  float: none;
  color: #505050;
  background-color: #d3d3d3;
  position: relative;
  padding: 16px 0 0 0;
  width: 100%; }

#ft p {
  margin: 0 0 16px 0;
  color: #505050;
  padding: 0; }
#ft p.copy {
  padding-top: 15px; }
#ft p a {
  color: #505050; }
#ft p a:hover {
  color: #ff6d00; }
#ft p.gotop a {
  font-size: 40px;
  color: #505050; }
#ft p.gotop a:hover {
  color: #ff6d00;
  text-decoration: none; }

#ft .container-fluid .row {
  padding-left: 40px;
  padding-right: 40px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?18hj8b");
  src: url("../fonts/icomoon.eot?18hj8b#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?18hj8b") format("truetype"), url("../fonts/icomoon.woff?18hj8b") format("woff"), url("../fonts/icomoon.svg?18hj8b#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icomoon-inverse:before {
  content: "\e92c"; }

.icomoon-pro:before {
  content: "\e92d"; }

.icomoon-signin:before {
  content: "\e92e"; }

.icomoon-document:before {
  content: "\e91c"; }

.icomoon-fullscreen:before {
  content: "\e91d"; }

.icomoon-rotate:before {
  content: "\e929"; }

.icomoon-usertitle:before {
  content: "\e92a"; }

.icomoon-usertitleplus:before {
  content: "\e92b"; }

.icomoon-accident:before {
  content: "\e900"; }

.icomoon-arrowleft:before {
  content: "\e901"; }

.icomoon-arrowleftcircle:before {
  content: "\e902"; }

.icomoon-arrowright:before {
  content: "\e903"; }

.icomoon-arrowrightcircle:before {
  content: "\e904"; }

.icomoon-bookmark:before {
  content: "\e905"; }

.icomoon-bookmarkcircle:before {
  content: "\e906"; }

.icomoon-calendar:before {
  content: "\e907"; }

.icomoon-card:before {
  content: "\e908"; }

.icomoon-cardcircle:before {
  content: "\e909"; }

.icomoon-checkdocument:before {
  content: "\e90a"; }

.icomoon-checkon:before {
  content: "\e90b"; }

.icomoon-diag:before {
  content: "\e90c"; }

.icomoon-doc:before {
  content: "\e90d"; }

.icomoon-doctor:before {
  content: "\e90e"; }

.icomoon-documentcircle:before {
  content: "\e90f"; }

.icomoon-download:before {
  content: "\e910"; }

.icomoon-downloadcircle:before {
  content: "\e911"; }

.icomoon-drop:before {
  content: "\e912"; }

.icomoon-envelop:before {
  content: "\e913"; }

.icomoon-forbiden:before {
  content: "\e914"; }

.icomoon-gotop:before {
  content: "\e915"; }

.icomoon-gototop:before {
  content: "\e916"; }

.icomoon-infos:before {
  content: "\e917"; }

.icomoon-intero:before {
  content: "\e918"; }

.icomoon-pdfcircle:before {
  content: "\e919"; }

.icomoon-pdfsimple:before {
  content: "\e91a"; }

.icomoon-phone:before {
  content: "\e91b"; }

.icomoon-plane:before {
  content: "\e91e"; }

.icomoon-plus:before {
  content: "\e91f"; }

.icomoon-pluscomplet:before {
  content: "\e920"; }

.icomoon-print:before {
  content: "\e921"; }

.icomoon-search:before {
  content: "\e922"; }

.icomoon-sign:before {
  content: "\e923"; }

.icomoon-thief:before {
  content: "\e924"; }

.icomoon-user:before {
  content: "\e925"; }

.icomoon-userinput:before {
  content: "\e926"; }

.icomoon-warning:before {
  content: "\e927"; }

.icomoon-warningtriangle:before {
  content: "\e928"; }

#main-nav {
  text-align: center;
  color: #4a4d4f;
  border-radius: 0;
  background-color: #ff6d00;
  min-height: 10px;
  margin: 0;
  padding: 0;
  textalign: center;
  width: 100%;
  border: none; }

.navbar-header {
  display: none; }

/* ALL LEVEL */
#hd .navbar-nav {
  width: 100%;
  text-align: center;
  float: none;
  clear: both; }

#hd .navbar-nav > li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  float: none; }

#hd .navbar-nav li a {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  transition: all 0.3s ease 0s;
  text-align: center;
  text-transform: uppercase; }

/* FIRST LEVEL */
#hd .navbar-nav li > a:hover,
#hd .navbar-nav li.current-menu-item > a,
#hd .navbar-nav li.active > a,
#hd .navbar-nav li.current-page-ancestor > a,
#hd .navbar-nav li.current-menu-ancestor > a {
  color: #ff6d00;
  background-color: #f7f1ec; }

/* PICTOS */
 /*
.menu-menu-container ul li.menu-item-1199 a:before,
.menu-menu-container ul li.menu-item-1160 a:before { content:"\f015"; font-family:FontAwesome; padding-right:10px; }
*/
/* ************************************* */
/*               LARGE                  */
/* ************************************* */
@media only screen and (min-width: 1201px) {
  #hd .navbar-nav {
    display: table; }

  #hd .navbar-nav li {
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
    display: table-cell; } }
/* ************************************* */
/*              SMARTPHONE               */
/* ************************************* */
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .navbar-header {
    display: block; } }
.modal-dialog {
  z-index: 9999; }

.modal-close {
  font-size: 30px;
  z-index: 999;
  line-height: 1em;
  text-align: center;
  position: absolute;
  top: -20px;
  right: 20px;
  color: #000;
  display: block;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.56);
  padding: 4px 0 0 0; }

.modal-close i {
  margin: 0;
  padding: 0; }

.modal {
  text-align: center;
  padding: 0 !important; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.mb-inside {
  padding: 30px; }

.mb-inside p {
  font-size: 14px;
  color: #000000;
  margin: 0 0 20px 0; }

.mb-inside label {
  font-size: 14px !important;
  color: #000000 !important; }

.mb-inside .btn {
  padding-left: 20px !important;
  padding-right: 20px !important; }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.13
 *
 * Included libraries:
 *   DataTables 1.10.13
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../img/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../img/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../img/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 16px;
  height: 100%;
  margin: 0 auto; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 16px;
  height: 100%;
  margin: 0 auto;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #e8e8ea; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #919191; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #919191; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #707070; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 10px;
  background-color: #ff6d00;
  background-color: #efefef; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 10px;
  background-color: #ff6d00;
  background-color: rgba(255, 109, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(255, 109, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 109, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #919191; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #919191; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #919191; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #919191; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #919191; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #919191; }

/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .prev,
.datepicker .next {
  font-size: 22px;
  line-height: 1em; }

.datepicker-switch {
  padding-top: 10px !important;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/* Page login Karappas */
.body-loginkarapass {
  background: url(../login/bg_63826027.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgba(13, 26, 71, 0.86); }

.block-klogin {
  background-color: rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  padding: 13px;
  width: 370px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .block-klogin .inside {
    padding: 20px 33px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.26);
    border-radius: 6px; }
  .block-klogin .p-logo {
    text-align: center;
    text-transform: uppercase;
    color: #ff6d00;
    letter-spacing: 2px;
    margin: 0 0 28px 0;
    font-size: 22px; }
  .block-klogin .p-logo img {
    display: block;
    margin: 0 auto; }
  .block-klogin .inside .frm-txt {
    padding: 0 5px 0 25px;
    color: #9B9B9B;
    font-size: 12px;
    width: 187px;
    border: 1px solid  #C9C9C9;
    height: 27px;
    border-radius: 3px;
    margin: 0 0 14px 0; }
  .block-klogin .inside .frm-txt:focus {
    border: 1px solid #ff6d00; }
  .block-klogin .inside .frm-btn {
    font-size: 18px;
    text-align: center;
    background: #ff6d00;
    border: 0;
    color: #ff;
    color: #fff;
    width: 72px;
    height: 72px;
    border-radius: 3px; }
  .block-klogin .inside .frm-login {
    background: url(../login/userlog.png) no-repeat 0 0; }
  .block-klogin .inside .frm-pass {
    background: url(../login/locklog.png) no-repeat 0 0; }
  .block-klogin .inside .frm-btn:hover {
    background: #cc5700; }
  .block-klogin .inside .colleft {
    width: 195px;
    float: left; }
  .block-klogin .inside .colright {
    width: 75px;
    float: right; }
  .block-klogin .colfull {
    width: 100%;
    clear: both;
    float: none;
    text-align: center; }
  .block-klogin .colfull p {
    padding: 5px 0; }

/* Page login CLIENT */
.overlay-1 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: #ff6d00; }

.overlay-2 {
  background: url(../login/overlay.png) no-repeat 0 0;
  background-repeat: round;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  transition: all 0.1s ease-out 0s;
  animation: changebg 1s; }

@-webkit-keyframes changebg {
  0% {
    left: -1000px; }
  100% {
    left: 0; } }
.block-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 60; }

.block-login {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.block-login .inside {
  padding: 0 0 0 6%; }
.block-login h2.bl-title {
  color: #ff6d00;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0; }
.block-login h2.bl-title {
  color: #ff6d00;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0; }
.block-login .form-login {
  width: auto;
  margin: 0;
  width: 262px; }
.block-login .frm-txt {
  padding: 0 5px 0 25px;
  color: #9B9B9B;
  font-size: 12px;
  width: 100%;
  border: 1px solid  #C9C9C9;
  height: 27px;
  border-radius: 3px;
  margin: 0 0 14px 0; }
.block-login .frm-txt:focus {
  border: 1px solid #ff6d00; }
.block-login .frm-login {
  background: #fff url(../login/userlog.png) no-repeat 0 0; }
.block-login .frm-pass {
  background: #fff url(../login/locklog.png) no-repeat 0 0; }
.block-login .btn {
  width: 100%; }
.block-login .block-left {
  width: 50%;
  float: left; }
.block-login .block-right {
  width: 50%;
  float: right; }
.block-login .block-right h3 {
  color: #fff;
  line-height: 1.1em;
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 40px 0; }
.block-login .block-right h3.title-suiviclient {
  color: #fff;
  line-height: 1.1em;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px 0; }
.block-login .block-right h3.title-suiviclient span {
  font-size: 39px; }
.block-login .block-right h3 span {
  display: block;
  font-size: 31px;
  line-height: 1.1em;
  padding: 0 0 0 45px; }
.block-login .block-right h4 {
  padding: 4px 20px;
  background: url(../login/h4blank.png) no-repeat 0 0;
  color: #ff6d00;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 26px 45px;
  padding: 4px 0 4px 43px;
  font-weight: 400; }

.block-login .block-right h3.title-adhesion {
  font-size: 37px; }

.block-login .block-right h3.title-adhesion span {
  font-size: 47px; }

.list-login {
  display: table;
  width: 80%;
  margin: 0 auto;
  padding: 0; }

.list-login li {
  vertical-align: top;
  display: table-cell;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none; }
.list-login li.separation {
  text-align: left; }
.list-login li.item4 {
  text-align: right; }
.list-login li.separation em {
  display: inline-block;
  margin: 35px 0 0 0;
  width: 100px;
  height: 2px;
  background-color: #fff; }
.list-login span {
  display: inline-block;
  border-radius: 50%;
  line-height: 1em;
  padding: 12px 0 0 0;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #ff6d00;
  background-color: #fff;
  font-size: 42px; }
.list-login strong {
  padding: 10px 0 0 0;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400; }
.list-login .icomoon-user {
  font-size: 42px; }
.list-login .icomoon-accident {
  font-size: 52px;
  text-align: left;
  padding-left: 8px; }
.list-login .icomoon-sign {
  font-size: 42px; }

.blockfalselogin {
  display: none; }

@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .block-login .block-right h3 span {
    font-size: 26px;
    line-height: 1.1em;
    padding: 0 0 0 0; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block-right h3 {
    font-size: 41px;
    margin: 0 0 40px 0; }

  .block-right h3 span {
    font-size: 37px;
    padding: 0 0 0 15px; }

  .block-right h4 {
    padding: 4px 20px;
    background: url(../login/h4blank.png) no-repeat 0 0; }

  .block-login .block-left {
    float: left;
    width: 40%; }

  .block-login .block-right h3.title-adhesion {
    font-size: 31px; }

  .block-login .block-right h3.title-adhesion span {
    font-size: 41px; }

  .block-login .block-right h3 span,
  .block-login .block-right h3.title-suiviclient span {
    font-size: 29px; } }
@media only screen and (min-width: 20px) and (max-width: 991px) {
  .block-login .inside {
    padding: 0; }

  .block-logo {
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
    z-index: 60 !important;
    margin: 0 auto; }

  .block-login {
    left: 0;
    position: relative;
    top: 0;
    transform: none; }

  .block-login .block-right h3 {
    margin: 0 0 10px 0; }

  .block-login .block-right h4 {
    background: #fff;
    background-image: none;
    margin: 0 0 26px 0;
    padding: 4px 0 4px 15px;
    text-align: center;
    text-transform: uppercase; }

  #imagenotresponsive {
    margin: 0 auto !important; }

  #imageresponsive {
    margin: 0 auto !important; }

  .overlay-2 {
    display: none; }

  .block-login h2.bl-title {
    color: #fff; }

  .block-login .block-left {
    width: 100%;
    float: none;
    padding: 15px;
    background-color: #fff;
    text-align: center; }

  .block-login .block-right {
    width: 100%;
    float: none;
    padding: 15px;
    display: none; }

  .block-login h2.bl-title {
    color: #ff6d00; }

  .block-login .blockfalselogin,
  .block-login .blockfalselogin .block-right {
    display: block; }

  .block-login .form-login {
    margin: 0 auto;
    width: 212px; }

  .list-login {
    display: inline-block;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%; }

  .list-login li {
    display: inline-block; } }
@media only screen and (min-width: 20px) and (max-width: 991px) {
  .block-login {
    padding-top: 170px; }

  .block-login .block-right h3 {
    font-size: 31px;
    text-align: center; }

  .block-login .block-right h3 span {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 21px; }

  .block-login .block-right h4 {
    font-size: 14px;
    padding: 3px;
    margin: 0 0 20px 0; }

  .list-login {
    display: table; }

  .list-login li {
    display: table-cell; }

  .list-login li.separation {
    display: none; }

  .list-login span {
    font-size: 28px;
    height: 50px;
    padding: 10px 0 0 0;
    width: 50px; }

  .list-login .icomoon-accident {
    font-size: 39px;
    padding-left: 4px;
    text-align: left; }

  .list-login .icomoon-user {
    font-size: 29px; }

  .list-login .icomoon-sign {
    font-size: 32px; }

  .list-login strong {
    font-size: 15px; }

  .block-login h2.bl-title,
  .block-login h2.bl-title::before {
    font-size: 25px; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .title-merci span {
    font-size: 19px !important; } }
#black-login .overlay-1 {
  background: #f2f2f2; }

#black-login .block-login .btn {
  background-color: #000;
  border: 1px solid #000; }

#black-login .block-login .btn:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #fff; }

#black-login .overlay-2 {
  background: url(../login/overlayblack.png) no-repeat 0 0;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  transition: all 0.1s ease-out 0s;
  animation: changebg 1s; }

#black-login .block-login .block-right h3.title-suiviclient {
  color: #000; }

#black-login .block-login h2.bl-title {
  color: #fff; }

#black-login .block-login .btn {
  background-color: #ff6d00; }

#black-login .block-login .btn:hover {
  color: #000; }

#black-login .block-login .block-right h3 {
  color: #000; }

#black-login .list-login span {
  background-color: #f2f2f2;
  border-radius: 0;
  color: #000; }

#black-login .list-login strong {
  color: #ff6d00; }

#black-login .list-login li.separation em {
  background-color: #000; }

#black-login .block-login .block-right h4 {
  background: none;
  color: #ff6d00; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  #black-login .block-login .block-left {
    background-color: transparent; }

  #black-login .block-login h2.bl-title {
    color: #000; }

  #black-login .block-login .btn {
    border: 1px solid #ff6d00; }

  #black-login .block-login .block-right h3.title-suiviclient {
    font-size: 16px !important; }

  #black-login .block-logo {
    left: 0; }

  #black-login .block-logo img {
    width: 70px;
    height: auto; }

  #black-login .block-login {
    padding-top: 110px; } }
@media only screen and (min-width: 20px) and (max-width: 991px) {
  #black-login .block-login .block-left {
    background-color: transparent; }

  #black-login .block-login h2.bl-title {
    color: #000; }

  #black-login .block-login .btn {
    border: 1px solid #ff6d00; } }
@media only screen and (min-width: 20px) and (max-width: 991px) {
  #black-login h4 {
    padding-top: 10px; }

  #black-login .block-login h2.bl-title {
    font-size: 22px; }

  #black-login .block-login .block-right h3.title-suiviclient {
    font-size: 16px !important; }

  #black-login .block-login .block-right h3.title-adhesion {
    font-size: 16px; }

  #black-login .block-login .block-right h3.title-adhesion span {
    font-size: 31px; }

  #black-login .block-login .block-right h3.title-suiviclient span {
    font-size: 25px;
    font-weight: 400 !important; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #black-login .block-login .block-right h3.title-adhesion,
  #black-login .block-login .blockfalselogin .block-right h3 {
    font-weight: 400;
    font-size: 16px !important; }

  #black-login .block-login .block-right h3.title-adhesion span,
  #black-login .block-login .blockfalselogin .block-right h3 span {
    font-weight: 400;
    font-size: 21px !important; } }
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* OWL THUM */
.owl-thumb-item img {
  width: 75px;
  height: auto; }

/* jQuery FlexSlider v2.2.0 *

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles */
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme */
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 60px;
  height: 70px;
  margin: 0;
  position: absolute;
  top: 42%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer; }

.flex-direction-nav .flex-prev {
  left: 5px; }

.flex-direction-nav .flex-prev::before {
  text-align: left;
  vertical-align: top;
  font-family: 'icomoon';
  display: inline-block;
  content: "\e901";
  font-size: 62px;
  color: #ff6d00;
  text-indent: 1px; }

.flex-direction-nav .flex-next::before {
  text-align: left;
  vertical-align: top;
  font-family: 'icomoon';
  display: inline-block;
  content: "\e903";
  font-size: 62px;
  color: #ff6d00;
  text-indent: 1px; }

.flex-direction-nav .flex-next {
  right: 5px; }

.flex-direction-nav .flex-disabled {
  opacity: 0.5;
  cursor: default; }

.flex-direction-nav .flex-next:hover::before,
.flex-direction-nav .flex-prev:hover::before {
  color: #000; }

.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
  text-decoration: none; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  background: blue; }

/* Control Nav */
.flex-control-nav {
  right: 10px;
  position: absolute;
  bottom: 5px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  text-indent: -9999px; }

.flex-control-paging li a.flex-active {
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  cursor: pointer; }

.flex-control-thumbs .flex-active {
  cursor: default; }

.lt-user {
  float: right;
  padding: 10px 0 0 0;
  margin: 0 30px 0 0; }

.block-log {
  float: right;
  cursor: pointer; }

.block-log .col1 {
  width: 67px;
  float: left;
  position: relative;
  z-index: 1; }

.block-log .col1 img {
  background-color: #fff;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  float: left;
  width: 38px;
  height: 38px; }

.block-log .col1 span {
  background-color: #c41010;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 3px 10px;
  line-height: 1em;
  font-family: 'eurostile'; }

.block-log .col2 {
  padding-left: 4px;
  float: left; }

.block-log .col2 .p-name {
  font-size: 14px;
  color: #fff;
  font-family: 'eurostile';
  padding: 12px 20px 0 0;
  background: url(../img/login_arrow.png) no-repeat right 15px;
  line-height: 1em; }

.block-log.active .col2 .p-name {
  background: url(../img/login_arrow.png) no-repeat right -57px; }

/* ********************************* */
/*             BLOCK USER           */
/* ******************************* */
.block-user {
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  width: 300px;
  position: absolute;
  z-index: 9999;
  top: 64px;
  right: 25px;
  background-color: transparent;
  padding: 0 5px 5px 5px; }

.block-user .inside {
  display: none;
  background-color: #fff;
  width: 290px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }

.block-user img {
  border: none;
  display: block;
  float: none; }

.block-user .hd {
  padding: 13px 13px 15px 13px;
  margin: 0; }
  .block-user .hd:before, .block-user .hd:after {
    content: " ";
    display: table; }
  .block-user .hd:after {
    clear: both; }

.block-user .hd .userthumb {
  width: 70px;
  float: left; }

.block-user .hd .userthumb a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0; }

.block-user .hd .userthumb img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  float: none;
  display: block;
  border: 3px solid #4b4b4b; }

.block-user .context {
  text-align: left;
  width: 190px;
  float: right;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 1.2em; }

.block-user .context h2 {
  font-family: 'eurostile';
  float: none;
  clear: both;
  height: auto;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 0 0 0;
  margin: 0 0 7px 0; }

.block-user .context h2 a {
  color: #000; }

.block-user .context h2 a:hover {
  color: #ff6d00;
  text-decoration: none; }

.block-user .context h2 span {
  display: block; }

.block-user .bd {
  padding: 0 14px 15px 14px; }
  .block-user .bd:before, .block-user .bd:after {
    content: " ";
    display: table; }
  .block-user .bd:after {
    clear: both; }

.block-user .profil {
  font-size: 13px;
  text-align: left;
  float: left; }

.block-user .param {
  font-size: 13px;
  text-align: right;
  float: right; }

.block-user .profil:hover,
.block-user .param:hover {
  text-decoration: none; }

.block-user .ft {
  clear: both;
  width: 100%;
  padding: 7px 14px 3px 14px;
  float: none;
  background-color: #ff6d00;
  color: #fff;
  font-size: 12px;
  text-align: right;
  font-size: 14px; }
  .block-user .ft:before, .block-user .ft:after {
    content: " ";
    display: table; }
  .block-user .ft:after {
    clear: both; }

.block-user .ft a {
  text-decoration: none;
  border: 1px solid #fff;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  display: block;
  float: right;
  width: 140px;
  margin: 0 0 5px 0;
  height: auto;
  line-height: 1em;
  text-align: center;
  font-weight: 700; }

.block-user .ft a:hover {
  background-color: #fff;
  color: #ff6d00;
  text-decoration: none !important;
  transition: all 200ms ease-out 0s; }

.interface-customer {
  background-color: #eeeeee;
  /* HEADER */
  /* charte */
  /* panel */
  /* Formulaire */
  /* panel-declare */
  /* list-docs */
  /* footer */
  /* end interface-customer */ }
  .interface-customer #hd-orangecustomer {
    background-color: #fff;
    padding: 25px 0 30px 0;
    position: relative;
    margin: 0 0 35px 0; }
    .interface-customer #hd-orangecustomer:before, .interface-customer #hd-orangecustomer:after {
      content: " ";
      display: table; }
    .interface-customer #hd-orangecustomer:after {
      clear: both; }
  .interface-customer #hd-orangecustomer .p-logo {
    float: left;
    margin: 0 21px 0 0; }
  .interface-customer #hd-orangecustomer h1 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    float: left;
    padding: 22px 0 0 0;
    margin: 0; }
  .interface-customer #hd-orangecustomer .p-deconnexion {
    padding: 7px 0 0 0;
    margin: 0; }
  .interface-customer #hd-orangecustomer .p-deconnexion a {
    transition: all 0.3s ease-out 0s;
    padding: 10px 18px;
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    font-size: 17px;
    font-weight: 600; }
  .interface-customer #hd-orangecustomer .p-deconnexion a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  .interface-customer #hd-orangecustomer .p-smartphone-deconnexion {
    padding: 7px 0 0 0;
    margin: 0; }
  .interface-customer #hd-orangecustomer .p-smartphone-deconnexion a {
    transition: all 0.3s ease-out 0s;
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 5px;
    right: 10px; }
  .interface-customer #hd-orangecustomer .p-smartphone-deconnexion a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  @media only screen and (min-width: 20px) and (max-width: 540px) {
    .interface-customer #hd-orangecustomer .p-smartphone-deconnexion a {
      font-size: 12px; } }
  .interface-customer .panel-default {
    position: relative; }
  .interface-customer .panel.panel-default::before {
    top: -1px;
    right: -2px; }
  .interface-customer .wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
  .interface-customer .wrapper .row-wrapper {
    width: 100%;
    clear: both;
    float: none; }
    .interface-customer .wrapper .row-wrapper:before, .interface-customer .wrapper .row-wrapper:after {
      content: " ";
      display: table; }
    .interface-customer .wrapper .row-wrapper:after {
      clear: both; }
  .interface-customer .wrapper .row-wrapper .col-sm-7 {
    width: 50%;
    float: left; }
  .interface-customer .xs-taille-full {
    display: block;
    text-align: left !important;
    width: auto !important; }
  .interface-customer .col-50 {
    width: 48%;
    float: left; }
  .interface-customer .col-50last {
    width: 48%;
    float: right; }
  .interface-customer .block-listtraces {
    display: inline; }
  .interface-customer .panel h3 {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 14px 0;
    padding: 0;
    color: #383838; }
  .interface-customer .separation {
    width: 100%;
    height: 4px;
    clear: both;
    float: none; }
  .interface-customer .form-control.datepicker {
    margin: 0 8px 0 0;
    width: 158px !important; }
  @media only screen and (min-width: 992px) and (max-width: 1102px) {
    .interface-customer .form-control.datepicker {
      margin: 0 8px 0 0;
      width: 26% !important; } }
  @media only screen and (min-width: 20px) and (max-width: 340px) {
    .interface-customer .form-control.datepicker {
      margin: 0 8px 0 0;
      width: 50% !important; } }
  .interface-customer hr {
    display: block;
    background-color: #c9c9c9;
    border-radius: 50px;
    clear: both;
    float: none;
    height: 3px;
    margin: 18px auto 18px auto;
    width: 70%; }
  .interface-customer .hr-lg {
    background-color: #c9c9c9;
    border-radius: 50px;
    clear: both;
    float: none;
    height: 3px;
    margin: 18px auto 18px auto;
    width: 100%; }
  .interface-customer .hr-middle {
    height: 6px;
    width: 40%;
    margin: 0 auto; }
  .interface-customer .h-separation {
    clear: both;
    float: none;
    width: 100%;
    padding: 10px 0 25px 0; }
  .interface-customer .v-separation {
    clear: both;
    float: none;
    width: 100%;
    padding: 10px 0 10px 0; }
  .interface-customer .form-group label {
    width: 29%;
    text-align: right;
    padding-right: 5px; }
  .interface-customer .form-group label.double-line {
    padding-top: 0; }
  .interface-customer .form-group label.strong-label {
    padding-top: 4px; }
  .interface-customer .block-checkbox {
    margin-right: 27px !important; }
  .interface-customer .form-group .block-checkbox label {
    width: auto;
    text-align: left;
    padding-right: 5px;
    color: #000; }
  .interface-customer .p-btn {
    text-align: right;
    padding: 30px 0; }
  .interface-customer .p-btn .btn {
    margin-left: 10px;
    margin-bottom: 10px; }
  .interface-customer .form-group .form-control {
    width: 65%; }
  .interface-customer .taille-lg {
    width: 55% !important;
    margin: 0 8px 0 0; }
  .interface-customer .taille-md {
    width: 30% !important;
    margin: 0 8px 0 0; }
  .interface-customer .taille-sm {
    width: 12% !important;
    margin: 0 8px 0 0; }
  .interface-customer .taille-sm-12 {
    width: 18% !important;
    min-width: 70px;
    margin: 0 8px 0 -7.9px; }
  .interface-customer .taille-align {
    width: 9.3% !important; }
  .interface-customer .taille-xs {
    width: 11% !important;
    margin: 0 8px 0 0; }
  .interface-customer .taille-auto {
    width: auto !important;
    margin: 0 8px 0 0; }
  .interface-customer .taille-full {
    width: 100% !important;
    display: block;
    text-align: left !important;
    margin: 0 8px 4px 0; }
  .interface-customer .form-group .taille-nomoperateur {
    width: 57%; }
  .interface-customer .block-capacite {
    display: inline; }
  .interface-customer .block-grey {
    border-radius: 3px;
    width: 100%;
    clear: both;
    float: none;
    background-color: #f2f2f2;
    padding: 20px 20px 1px  20px;
    margin: 0 0 20px 0; }
  .interface-customer .block-grey.no-margin {
    margin-bottom: 0; }
  .interface-customer .toggle-particulier,
  .interface-customer .toggle-ext,
  .interface-customer .toggle-yatiltemoinoui,
  .interface-customer .toggle-estutilisateurnon {
    padding-top: 10px; }
  .interface-customer .block-grey .group-inteexte {
    text-align: center; }
  .interface-customer .block-grey .group-inteexte .block-checkbox {
    margin: 0 !important; }
  .interface-customer .block-grey .block-temoincheckbox .block-checkbox {
    margin: 0 !important; }
  .interface-customer .block-grey .smartphone-taille-full {
    font-size: 16px;
    color: #666569;
    font-weight: 700;
    padding: 4px 15px 0 0; }
  .interface-customer .block-grey .form-group label {
    text-align: left;
    width: auto;
    padding-right: 60px; }
  .interface-customer .toggle-volerautrechoseoui,
  .interface-customer .toggle-bloquenon,
  .interface-customer .toggle-menaceoui,
  .interface-customer .toggle-recucoupoui,
  .interface-customer .toggle-luquideoui,
  .interface-customer .toggle-tombeoui,
  .interface-customer .toggle-bousculeoui,
  .interface-customer .toggle-gbousculeoui,
  .interface-customer .toggle-gtombeoui,
  .interface-customer .toggle-bloqueoui,
  .interface-customer .toogle-convoleuroui,
  .interface-customer .toogle-porteplaintenon,
  .interface-customer .toogle-porteplainteuoi,
  .interface-customer .toggle-enfant8,
  .interface-customer .toggle-surveillanceoui,
  .interface-customer .toggle-effracoui,
  .interface-customer .toggle-yatiltemoinoui,
  .interface-customer .toggle-estutilisateurnon,
  .interface-customer .toggle-particulier,
  .interface-customer .toggle-motpasseoui,
  .interface-customer .toggle-ext {
    display: none; }
  .interface-customer .toggle-luquideoui2,
  .interface-customer .toggle-recucoupoui2,
  .interface-customer .toggle-tombeoui2,
  .interface-customer .toggle-bousculeoui2 {
    display: none; }
  .interface-customer .retrait-faceavant,
  .interface-customer .retrait-facearriere,
  .interface-customer .retrait-retraitcote,
  .interface-customer .retrait-aucun,
  .interface-customer .retrait-cote {
    display: none; }
  .interface-customer .hr-faceavant,
  .interface-customer .hr-facearriere,
  .interface-customer .hr-retrait-cote,
  .interface-customer .title-destails {
    display: none; }
  .interface-customer .block-info {
    width: 85%;
    text-align: left;
    display: inline-block;
    background: #4bb4e6;
    color: #fff !important;
    padding: 8px 5px 5px 35px;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
    line-height: 1.2em;
    margin: 0 0 10px 0; }
  .interface-customer .block-info p {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-family: Arial, sans-serif !important; }
  .interface-customer .block-info span {
    font-size: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 5px; }
  .interface-customer .taille-checkeb1 {
    width: 150px !important; }
  .interface-customer .taille-checkeb2 {
    width: 120px !important; }
  .interface-customer .retrait {
    margin-left: 30%; }
  .interface-customer .retrait label {
    width: auto; }
  .interface-customer .block-autre {
    display: inline; }
  .interface-customer label strong {
    font-size: 17px;
    font-weight: 400;
    color: #383838; }
  .interface-customer .block-liquide .taille-t1 {
    width: 30%;
    float: left;
    margin: 0 10px 0 0; }
  .interface-customer .block-liquide .taille-t2 {
    width: 20%;
    float: left;
    margin: 0 10px 0 0; }
  .interface-customer .block-liquide .taille-t3 {
    width: 20%;
    float: left;
    margin: 0 10px 0 0; }
  .interface-customer .block-tombe .taille-t1 {
    width: 30%;
    float: left;
    margin: 0 10px 0 0; }
  .interface-customer .block-tombe .taille-t2 {
    width: 20%;
    float: left;
    margin: 0 10px 0 0; }
  .interface-customer .block-tombe .taille-t3 {
    width: 20%;
    float: left;
    margin: 0 10px 0 0; }
  .interface-customer .block-tombe .taille-t4 {
    width: 20%;
    float: left;
    margin: 0 0 0 0; }
  .interface-customer .group-confirm label {
    font-size: 13px !important; }
  .interface-customer #panel-declare {
    color: #fff;
    margin-bottom: 13px;
    width: 26%;
    float: right;
    position: relative;
    background-color: #ff6d00;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
  .interface-customer #panel-declare::before {
    display: block;
    width: 18px;
    height: 19px;
    background: url(../img/corner.png) no-repeat 0 0;
    content: "";
    position: absolute;
    z-index: 800;
    top: 0;
    right: -1px; }
  .interface-customer #panel-declare .inside {
    background: url(../img/user_bg.png) no-repeat -145px bottom;
    padding: 30px 20px 27px 20px; }
  .interface-customer #panel-declare h2 {
    background: rgba(0, 0, 0, 0) url("../img/bulle.png") no-repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    min-height: 70px;
    padding: 11px 0 10px;
    text-align: center;
    text-transform: uppercase;
    width: 235px;
    font-weight: bold; }
  .interface-customer #panel-declare .bd {
    margin: 0 0 0 10%;
    width: 85%; }
  .interface-customer #panel-declare label {
    font-size: 14px;
    font-weight: 700;
    color: #fff; }
  .interface-customer #panel-declare [type="checkbox"]:not(:checked) + label:before,
  .interface-customer #panel-declare [type="checkbox"]:checked + label:before {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 2px; }
  .interface-customer .list-docs, .interface-customer .list-docs1 {
    display: table;
    width: 100%;
    margin: 0 0 45px 0; }
    .interface-customer .list-docs:before, .interface-customer .list-docs:after, .interface-customer .list-docs1:before, .interface-customer .list-docs1:after {
      content: " ";
      display: table; }
    .interface-customer .list-docs:after, .interface-customer .list-docs1:after {
      clear: both; }
  .interface-customer .list-docs li {
    display: table-cell;
    text-align: center;
    vertical-align: top; }
  .interface-customer .list-docs li a, .interface-customer .list-docs1 li a, .interface-customer .list-docs2 li a {
    display: inline-block;
    position: relative;
    max-width: 240px;
    vertical-align: top; }
  .interface-customer .list-docs li a img, .interface-customer .list-docs1 li a img, .interface-customer .list-docs2 li a img {
    border: 2px solid #eeeeee; }
  .interface-customer .list-docs li a span, .interface-customer .list-docs1 li a span, .interface-customer .list-docs2 li a span {
    padding: 20px 0 0 0;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #515151;
    font-family: 'eurostile';
    min-height: 49px; }
  .interface-customer .list-docs li.ico-plus a::before, .interface-customer .list-docs1 li.ico-plus a::before, .interface-customer .list-docs2 li.ico-plus a::before {
    display: block;
    background: url(../img/icoplus.png) no-repeat 0 0;
    width: 44px;
    height: 43px;
    position: absolute;
    z-index: 999;
    top: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: ""; }
  .interface-customer .list-docs li.ico-plus a:hover, .interface-customer .list-docs1 li.ico-plus a:hover, .interface-customer .list-docs2 li.ico-plus a:hover {
    text-decoration: none; }
  .interface-customer .list-docs li.ico-plus a:hover img, .interface-customer .list-docs1 li.ico-plus a:hover img, .interface-customer .list-docs2 li.ico-plus a:hover img {
    border: 2px solid #e30613; }
  .interface-customer .list-docs li.ico-plus a:hover span, .interface-customer .list-docs1 li.ico-plus a:hover span, .interface-customer .list-docs2 li.ico-plus a:hover span {
    color: #e30613; }
  .interface-customer .list-docs li.ico-check a::before, .interface-customer .list-docs1 li.ico-check a::before, .interface-customer .list-docs2 li.ico-check a::before {
    display: block;
    background: url(../img/icocheck.png) no-repeat 0 0;
    width: 44px;
    height: 43px;
    position: absolute;
    z-index: 999;
    top: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: ""; }
  .interface-customer .list-docs li.ico-check a:hover, .interface-customer .list-docs1 li.ico-check a:hover, .interface-customer .list-docs2 li.ico-check a:hover {
    text-decoration: none; }
  .interface-customer .list-docs li.ico-check a:hover img, .interface-customer .list-docs1 li.ico-check a:hover img, .interface-customer .list-docs2 li.ico-check a:hover img {
    border: 2px solid #009e74; }
  .interface-customer .list-docs li.ico-check a:hover span, .interface-customer .list-docs1 li.ico-check a:hover span, .interface-customer .list-docs2 li.ico-check a:hover span {
    color: #009e74; }
  @media only screen and (min-width: 1201px) {
    .interface-customer .list-docs li a, .interface-customer .list-docs1 li a, .interface-customer .list-docs2 li a {
      min-width: 240px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .interface-customer .list-docs li a span, .interface-customer .list-docs1 li a span, .interface-customer .list-docs2 li a span {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .interface-customer .list-docs li a span, .interface-customer .list-docs1 li a span, .interface-customer .list-docs2 li a span {
      font-size: 16px; } }
  .interface-customer h2.title-justification {
    padding: 20px 0;
    color: #161616;
    font-size: 23px;
    font-family: 'eurostile';
    font-weight: 700; }
  .interface-customer h2.title-bankdetails {
    padding: 20px 0;
    color: #161616;
    font-size: 23px;
    font-family: 'eurostile';
    font-weight: 700;
    margin: 0; }
  @media only screen and (min-width: 1201px) {
    .interface-customer h2.title-justification, .interface-customer h2.title-bankdetails {
      padding: 20px 0;
      margin: 0; } }
  .interface-customer #panel-ouetaitmobile .block-checkbox {
    margin: 0 !important; }
  .interface-customer #panel-infosinistre2 .form-group label {
    width: 38%; }
  .interface-customer .col-ft-1 {
    width: 70%;
    float: left; }
  .interface-customer .col-ft-2 {
    width: 30%;
    float: right; }

/* *************************************** PAGE DECLARATION **************************************  */
/* #panel-jesuis */
#panel-jesuis {
  width: 72%;
  float: left; }
  #panel-jesuis .col-left {
    width: 48%;
    float: left; }
  #panel-jesuis .col-left .hr-md {
    height: 6px;
    width: 60%; }
  #panel-jesuis .col-right {
    width: 48%;
    float: right; }
  #panel-jesuis .panel h3.title-adresse {
    padding: 40px 0 0 0; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  #panel-jesuis .col-left,
  #panel-jesuis .col-right {
    width: 100%;
    float: none; } }
/* #panel-details  */
#panel-details {
  width: 100%; }
  #panel-details .col-left {
    width: 60%;
    float: left; }
  #panel-details .col-right {
    width: 38%;
    float: right; }
  #panel-details .block-modele {
    display: inline-block; }
  #panel-details .taille-dlds-1 {
    width: 100px; }
  #panel-details .taille-dlds-2 {
    width: 120px; }
  #panel-details .taille-dlds-3 {
    width: 90px; }
  #panel-details .taille-dlds-4 {
    width: 90px; }
  #panel-details .textarea-qsip {
    width: 100%;
    height: 272px;
    margin-bottom: 10px; }
  #panel-details .col-full {
    clear: both;
    float: none;
    width: 100%; }
  #panel-details .col1 {
    width: 70%;
    float: left; }
  #panel-details .col2 {
    width: 30%;
    float: right;
    text-align: right; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  #panel-jesuis {
    width: 100%;
    float: none; }

  #panel-details .col-left,
  #panel-details .col-right {
    width: 100%;
    float: none; }

  #panel-details .taille-dlds-1,
  #panel-details .taille-dlds-2,
  #panel-details .taille-dlds-3,
  #panel-details .taille-dlds-4 {
    width: 100%;
    margin-bottom: 5px; }

  #panel-details .textarea-qsip {
    width: 100%;
    height: 243px; } }
/* PAGE DECLARATION DETAILLEE */
#panel-lienutilisateur .col-left {
  width: 37%;
  float: left; }
#panel-lienutilisateur .col-right {
  width: 60%;
  float: right; }
#panel-lienutilisateur .col1 {
  width: 48%;
  float: left; }
#panel-lienutilisateur .col2 {
  width: 48%;
  float: right; }
#panel-lienutilisateur .form-group .form-control.taille-mlu {
  width: 220px; }
#panel-lienutilisateur .block-identiteuser {
  padding-left: 10%; }
#panel-lienutilisateur .block-identiteuser .form-group {
  margin-bottom: 3px; }
#panel-lienutilisateur .block-identiteuser-retrait {
  padding-left: 14%; }
#panel-lienutilisateur .block-formadess {
  clear: both;
  float: none;
  margin: 0 0 0 15%; }
#panel-lienutilisateur .block-formadess label {
  text-align: left;
  display: block;
  margin: 0 0 5px 0;
  width: 100%; }
#panel-lienutilisateur .block-formadess textarea.form-group {
  width: 100%; }

#panel-ouetetesvous .taille-oev-2 {
  width: 25%;
  float: left; }
#panel-ouetetesvous .taille-oev-3 {
  width: 25%;
  float: left; }
#panel-ouetetesvous .taille-oev-4 {
  width: 25%;
  float: left; }
#panel-ouetetesvous .taille-oev-34 {
  width: 50%;
  float: left; }
#panel-ouetetesvous .taille-oev-1 .form-control,
#panel-ouetetesvous .taille-oev-2 .form-control,
#panel-ouetetesvous .taille-oev-3 .form-control,
#panel-ouetetesvous .taille-oev-4 .form-control {
  width: 96%; }
#panel-ouetetesvous .taille-oev-34 .form-control {
  width: 98%; }
#panel-ouetetesvous .taille-oev-2 label {
  width: 96%;
  text-align: right !important; }

#panel-ouetaitmobile .taille-oev-1 {
  width: 25%;
  float: left; }
#panel-ouetaitmobile .taille-oev-2 {
  width: 25%;
  float: left; }
#panel-ouetaitmobile .taille-oev-3 {
  width: 25%;
  float: left; }
#panel-ouetaitmobile .taille-oev-4 {
  width: 25%;
  float: left; }
#panel-ouetaitmobile .taille-oev-34 {
  width: 50%;
  float: left; }
#panel-ouetaitmobile .taille-oev-1 .form-control,
#panel-ouetaitmobile .taille-oev-2 .form-control,
#panel-ouetaitmobile .taille-oev-3 .form-control,
#panel-ouetaitmobile .taille-oev-4 .form-control {
  width: 96%; }
#panel-ouetaitmobile .taille-oev-34 .form-control {
  width: 98%; }
#panel-ouetaitmobile .taille-oev-2 label {
  width: 96%;
  text-align: right !important; }

/* PAGE SINISTRE
#panel-infosinistre {
label { width: 37%; padding-right: 10px;}
.col-left {width:47%; float: left; margin: 0 0 0 4%;}
.col-right {width:47%; float: right;}
}
*/
/* PAGE SINISTRE  */
#panel-infosinistre .col-left {
  width: 45%;
  float: left;
  margin: 0 0 0 5%;
  padding-top: 30px; }
#panel-infosinistre .col-right {
  width: 48%;
  float: right;
  padding-top: 30px; }

#panel-infosinistre .taille-rendcompte {
  width: 245px; }

#panel-infosinistre .form-group label {
  width: 35%;
  padding-right: 10px;
  padding-left: 5px; }

#panel-infosinistre .col-sm-14:nth-child(2) .col-left,
#panel-infosinistre .col-sm-14:nth-child(2) .col-right {
  padding-top: 0; }

#panel-infosinistre2 .col-left {
  width: 48%;
  float: left; }

#panel-infosinistre2 .col-right {
  width: 48%;
  float: right; }

/* PAGE iban  */
#panel-iban .col-left {
  width: 48%;
  float: left; }

#panel-iban .col-right {
  width: 48%;
  float: right; }

#panel-iban .form-group label {
  width: 16%;
  font-weight: bold; }

#panel-etatmobile .retrait {
  margin-left: 30px;
  clear: both;
  float: none; }
  #panel-etatmobile .retrait:before, #panel-etatmobile .retrait:after {
    content: " ";
    display: table; }
  #panel-etatmobile .retrait:after {
    clear: both; }
#panel-etatmobile .retrait .col1 {
  width: 10%;
  float: left;
  text-align: right; }
#panel-etatmobile .retrait .col1 h4 {
  font-size: 12px;
  padding: 5px 0 0 0;
  margin: 0; }
#panel-etatmobile .retrait .col2 {
  width: 88%;
  float: right; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #panel-etatmobile .retrait .col1 {
    width: 14%;
    float: left; }
  #panel-etatmobile .retrait .col2 {
    width: 86%;
    float: right; }

  #panel-infosinistre .col-left {
    margin-bottom: 0; }

  #panel-infosinistre .col-right {
    padding-top: 0; }

  #panel-etatmobile .label-alignement-gauche .form-group label {
    width: 35% !important;
    text-align: right; }

  #panel-etatmobile .label-alignement-gauche .form-group #patch-13 {
    display: none; }

  #bd #panel-etatmobile .label-alignement-gauche .form-group #patch-12 {
    width: 100% !important;
    text-align: left; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #panel-infosinistre .col-left {
    margin-bottom: 0; }

  #panel-infosinistre .col-right {
    padding-top: 0; } }
/* ************************************************ PAGES ADHESION ***************************** */
/* disabled */
.panel-disabled .panel-body {
  background: #f2f2f2 !important; }

.panel-disabled .btn-pimary {
  background-color: #e9e9e9 !important; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  .mb-inside {
    padding: 10px; } }
/* panel-declare */
#panel-adhesiondeclare {
  min-height: 390px;
  color: #fff;
  margin-bottom: 13px;
  width: 26%;
  float: right;
  position: relative;
  background-color: #ff6d00;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

#panel-declare::before {
  display: block;
  width: 18px;
  height: 19px;
  background: url(../img/corner.png) no-repeat 0 0;
  content: "";
  position: absolute;
  z-index: 800;
  top: 0;
  right: -1px; }

#panel-adhesiondeclare .inside {
  background: url(../img/user_bg.png) no-repeat -145px bottom;
  padding: 62px 20px 10px 20px; }

#panel-adhesiondeclare::before {
  background: url(../img/corner.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  right: -1px;
  top: 0;
  width: 18px;
  z-index: 800; }

#panel-adhesiondeclare h2 {
  min-height: 70px;
  font-size: 17px;
  color: #fff;
  background: url(../img/bulle_adhesion.png) no-repeat 0 0;
  padding: 11px 0 10px 0;
  width: 154px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }

#panel-adhesiondeclare .bd {
  width: 85%;
  margin: 0 0 0 10%; }

#panel-adhesiondeclare label {
  font-size: 14px;
  font-weight: 700;
  color: #fff; }

#panel-adhesiondeclare [type="checkbox"]:not(:checked) + label:before,
#panel-adhesiondeclare [type="checkbox"]:checked + label:before {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 2px; }

#panel-adhesiondeclare .form-group.text-center {
  padding-top: 10px; }

#panel-adhesiondeclare,
#panel-adhesionjesuis {
  min-height: 400px; }

/* #panel-jesuis */
#panel-adhesionjesuis {
  width: 72%;
  float: left; }
  #panel-adhesionjesuis .col-left {
    width: 48%;
    float: left; }
  #panel-adhesionjesuis .col-left .hr-md {
    height: 6px;
    width: 60%; }
  #panel-adhesionjesuis .col-right {
    width: 48%;
    float: right; }
  #panel-adhesionjesuis .panel h3.title-adresse {
    padding: 40px 0 0 0; }

#panel-adhesionjesuis .form-group label {
  padding-right: 5px;
  text-align: right !important;
  width: 40%; }

#panel-adhesionjesuis .form-group .form-control {
  width: 55%; }

@media only screen and (min-width: 20px) and (max-width: 991px) {
  #panel-adhesiondeclare,
  #panel-adhesionjesuis .col-left,
  #panel-adhesionjesuis .col-right,
  #panel-adhesionjesuis {
    width: 100%;
    float: none; }

  #panel-adhesiondeclare,
  #panel-adhesionjesuis {
    min-height: auto; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #panel-adhesiondeclare .bd:before, #panel-adhesiondeclare .bd:after {
    content: " ";
    display: table; }
  #panel-adhesiondeclare .bd:after {
    clear: both; }

  #panel-adhesiondeclare .form-group {
    width: 50%;
    float: left; }

  #panel-adhesiondeclare .form-group:last-of-type {
    clear: both;
    float: none;
    width: 100%;
    float: none;
    padding-top: 20px !important; } }
/* panel-mesinformations */
#panel-mesinformations .panel-body {
  min-height: 510px; }

@media only screen and (min-width: 992px) {
  #panel-mesinformations hr {
    margin-left: 35%;
    width: 50%;
    margin-top: 35px;
    margin-bottom: 35px; }

  #panel-mesinformations .panel-body {
    min-height: 495px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #panel-mesinformations .panel-body {
    min-height: auto !important; }

  #panel-adhesionjesuis .form-group label {
    width: 20%; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #panel-adhesionjesuis .form-group label {
    width: 30% !important; }

  #panel-adhesionjesuis .form-group #adhesi {
    width: 20px !important; }

  #panel-adhesionjesuis .form-group #adhesi2 {
    width: 50px !important; } }
/* Modale Pro */
.block-pro {
  min-height: 155px;
  padding: 50px 10px 10px 10px;
  text-align: center;
  background: #faf8f8 url(../img/blockpro.gif) no-repeat 0 bottom;
  border-radius: 6px;
  margin: 0 0 20px 0; }

.block-pro p:first-of-type {
  font-size: 17px;
  line-height: 1.4em; }

.block-pro p:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em; }

.block-pro p:nth-child(2) strong {
  color: #ff6d00; }

.block-checkbox-particulier {
  padding-left: 5%; }

.div-btns.text-right {
  text-align: right; }

.div-btns {
  text-align: center; }

.div-btns .btn {
  margin: 0 10px 0 10px; }

.block-calendar {
  min-height: 155px;
  padding: 50px 10px 10px 10px;
  text-align: center;
  background: #faf8f8 url(../img/block-calendar.gif) no-repeat 0 -11px;
  border-radius: 6px;
  margin: 0 0 20px 0; }

.block-calendar p {
  font-size: 17px;
  line-height: 1.6em; }

.block-calendar p span {
  color: #ff6d00;
  font-weight: 700; }

.block-checkbox-reconnais {
  margin-left: 7%; }

.block-cartouche {
  margin: 20px 10px;
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  padding: 20px;
  color: #666569; }

.block-cartouche .block-checkbox {
  padding-left: 35px; }

.block-cartouche label {
  padding-top: 0 !important; }

.mb-inside .p-danger {
  font-size: 15px;
  color: #464646; }

.choose-parti {
  color: #000 !important; }

.choose-parti strong {
  color: #ff6d00 !important;
  font-size: 15px !important; }

.block-formuser {
  min-height: 155px;
  padding: 20px 10px 10px 10px;
  text-align: center;
  background: #faf8f8 url(../img/form_user.png) no-repeat 0 0;
  border-radius: 6px;
  margin: 0 0 20px 0; }

.block-formuser .bd {
  padding: 0; }

@media only screen and (min-width: 1201px) {
  .block-formuser {
    width: 80%;
    margin: 0 auto; }

  .block-formuser .form-group label {
    width: 40% !important; }

  .p-formuser {
    width: 80%;
    margin: 0 auto;
    text-align: right !important;
    padding: 20px 0 0 0; }

  .p-formuser .btn:first-of-type {
    margin: 0 20px; }

  .h-user {
    width: 80%;
    margin: 0 auto; } }
/* panel-reg */
#panel-reg .panel-body {
  padding: 0; }

.p-largetextarea {
  text-align: center; }

.p-largetextarea textarea.form-control {
  width: 97%;
  height: 190px;
  margin: 10px auto; }

.block-reg {
  background: url(../img/block-reg.png) no-repeat right -20px;
  padding: 40px; }

@media only screen and (min-width: 1201px) {
  .col-50-center {
    width: 60%;
    margin: 0 auto; }

  #panel-reg .form-group {
    margin-left: 30%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .col-50-center {
    width: 80%;
    margin: 0 auto; }

  #panel-reg .form-group {
    margin-left: 20%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-50-center {
    width: 100%; }

  #panel-reg .form-group {
    margin-left: 20px; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .col-50-center {
    width: 100%; }

  #panel-reg .form-group {
    margin-left: 0px; }

  .block-reg {
    padding: 15px; } }
/* panel regularisation */
.p-situation {
  font-size: 19px;
  color: #000000;
  padding: 15px 0 15px 0;
  margin: 0 0 15px 0; }

.p-situation em {
  display: block;
  font-size: 16px;
  font-weight: 300; }

.interface-customer .block-regul {
  width: 80%;
  background: #faf8f8 url(../img/regul.png) no-repeat 0 -20px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  margin: 0 auto 15px  auto;
  padding: 20px 0; }

.interface-customer .block-regul .frm-col-left {
  display: block;
  width: 48%;
  float: left;
  padding: 2px 1% 0 1%; }

.interface-customer .block-regul .frm-col-right {
  display: block;
  width: 50%;
  float: right;
  padding: 0;
  text-align: left; }

.p-important {
  background: url(../img/important.png) no-repeat 0 2px;
  padding: 4px 0 5px 30px;
  min-height: 20px;
  text-align: center;
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.1em; }

/* bloc CB */
.interface-customer .block-cb {
  padding: 20px 30px 10px 30px;
  border: 2px solid #e3e3e3;
  border-radius: 3px;
  width: 90%;
  margin: 0 auto 20px auto; }

.interface-customer .block-cb label {
  width: auto; }

.interface-customer .block-cb .col-cb-left {
  width: 38%;
  text-align: right;
  float: left;
  padding: 0 2% 0 0; }

.interface-customer .block-cb .col-cb-right {
  width: 60%;
  text-align: left;
  float: right; }

.interface-customer .block-cb .label-price {
  border-radius: 3px;
  background-color: #f2f2f2;
  border: 1px solid #b2b2b2;
  padding: 5px 20px;
  color: #666569;
  font-size: 15px;
  font-weight: 900; }

.interface-customer .block-cb .block-checkbox {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.interface-customer .block-cb [type="radio"]:not(:checked) + label::before,
.interface-customer .block-cb [type="radio"]:checked + label::before {
  top: 6px; }
.interface-customer .block-cb [type="radio"]:not(:checked) + label::after,
.interface-customer .block-cb [type="radio"]:checked + label::after {
  top: 9px; }

/* quitttance */
@media only screen and (min-width: 1201px) {
  .col-80-center {
    width: 80%;
    margin: 0 auto; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .col-80-center {
    width: 80%;
    margin: 0 auto; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-80-center {
    width: 100%; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .col-80-center {
    width: 100%; } }
.block-selectdate {
  width: 80%;
  margin: 0 auto 10px auto;
  padding: 10px 0; }
  .block-selectdate:before, .block-selectdate:after {
    content: " ";
    display: table; }
  .block-selectdate:after {
    clear: both; }

.block-dateselect {
  float: left;
  border-radius: 3px;
  border: 1px solid #ededed; }

.block-dateselect .colleft {
  height: 50px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 130px;
  background-color: #ededed;
  border: 1px solid #e0e0e0;
  padding: 10px 10px 0 10px;
  float: left; }

.block-dateselect .colright {
  height: 50px;
  width: 210px;
  float: left;
  padding: 10px 0  0 15px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.block-dateselect .colright select {
  width: 85px; }

.block-dateselect:last-of-type {
  float: right; }

.interface-customer .panel h3.title-selectdate {
  padding: 10px 0 0 5%; }

/* adhesion-merci */
.adhesion-merci {
  background: url(../img/adhesion.jpg) no-repeat center center;
  background-size: cover;
  height: 100%; }
  .adhesion-merci:before, .adhesion-merci:after {
    content: " ";
    display: table; }
  .adhesion-merci:after {
    clear: both; }

.block-merci {
  width: 100%;
  height: 100%;
  background: url(../img/adhesionbgorange.svg) no-repeat 0 bottom; }

.block-merci p {
  color: #fff;
  font-weight: 700;
  font-size: 24px; }

.title-merci {
  position: absolute;
  bottom: 3%;
  left: 10%;
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  margin: 0 0 0 0; }

.title-merci span {
  display: block;
  font-size: 24px;
  line-height: 1.2em; }

.title-thanks {
  position: absolute;
  bottom: 5%;
  left: 10%;
  color: #fff;
  font-weight: 700;
  font-size: 60px; }

.title-thanks span {
  display: block;
  font-size: 24px;
  line-height: 1.2em; }

@media only screen and (min-width: 20px) and (max-width: 1200px) {
  .block-merci {
    background: none; }

  .title-merci {
    position: absolute;
    bottom: 0;
    left: 0 !important;
    color: #fff;
    padding: 40px 10px;
    font-size: 30px;
    background-color: rgba(255, 109, 0, 0.9); } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .title-merci span {
    display: block;
    font-size: 24px;
    font-weight: 400; } }
.no-margin {
  margin-bottom: 0 !important; }

/* modal valider */
.block-modalvalidation h2 {
  text-align: center;
  font-size: 31px;
  color: #000000;
  margin: 0 0 20px 0;
  font-weight: bold; }

.block-modalvalidation p {
  font-size: 14px;
  color: #000000;
  margin: 0 0 10px 0; }

.block-modalvalidation .p-lock {
  text-align: center;
  width: 70%;
  margin: 0 auto 20px auto;
  font-size: 14px;
  font-weight: 300;
  color: #4c4c4c; }

.block-modalvalidation .p-lock strong {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 0 0 0; }

.block-modalvalidation .p-infoslock {
  margin-bottom: 20px;
  font-size: 14px;
  color: #000000; }

.block-modalvalidation .p-infos {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000; }

.block-modalvalidation .p-telock {
  margin-bottom: 20px; }

.block-modalvalidation .p-nocode {
  margin: 0;
  padding: 0;
  font-size: 13px; }

.block-lock {
  width: 70%;
  background: #faf8f8 url(../img/blocklock.png) no-repeat 0 bottom;
  border-radius: 6px;
  text-align: center;
  padding: 20px 10px;
  margin: 0 auto 20px auto; }

.block-lock p {
  color: #828282;
  font-size: 12px;
  margin: 0 0 10px 0; }

.block-lock p strong {
  color: #2b2b2b; }

.block-lock p .strong-code {
  color: #000000;
  display: inline-block;
  border: 1px solid #828282;
  padding: 2px 25px; }

.mb-inside .block-lock label {
  color: #828282 !important;
  font-size: 12px !important; }

/* patch pour la page d'accueil dans des r├⌐solutions interm├⌐diaires */
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .mb-inside {
    padding: 10px; }

  .block-modalvalidation .p-lock,
  .block-lock {
    width: 100%; }

  .block-lock p .strong-code {
    margin-top: 8px; } }
.d-nocode {
  position: relative;
  text-align: center; }

.d-nocode p {
  padding: 0;
  margin: 0; }

.d-nocode p a {
  color: #6D6D6D; }

.d-nocode p a:hover,
.d-nocode p a:hover strong {
  color: #000 !important;
  text-decoration: none; }

/* .block-sms  */
.block-sms {
  display: none;
  width: 350px;
  position: absolute;
  left: 0;
  right: 0;
  top: -170px;
  margin: 0 auto;
  z-index: 9999; }
  .block-sms:before, .block-sms:after {
    content: " ";
    display: table; }
  .block-sms:after {
    clear: both; }

.block-sms .bs-inside {
  background-color: #fff;
  width: 350px;
  border: 6px solid #afafaf;
  padding: 20px 5px; }
  .block-sms .bs-inside:before, .block-sms .bs-inside:after {
    content: " ";
    display: table; }
  .block-sms .bs-inside:after {
    clear: both; }

.block-sms .bs-ft {
  width: 100%;
  background: url(../img/sms_arrow.png) no-repeat center 0;
  height: 20px;
  display: block; }

.block-sms img {
  display: block;
  margin: 0 auto 10px auto; }

.block-sms p strong {
  color: #ff6d00;
  display: block; }

.block-sms p a strong {
  color: #ff6d00;
  display: block; }

.block-sms p a {
  color: #828282; }

.block-sms p a:hover {
  color: #000; }

.block-sms .col1 {
  width: 52%;
  padding: 0 4%;
  border-right: 1px solid #afafaf;
  float: left;
  text-align: center; }

.block-sms .col2 {
  width: 48%;
  padding: 0 4%;
  float: right;
  text-align: center; }

/* .block-browser */
.block-browser {
  display: none;
  width: 80%;
  background: #e8e6e6;
  border-radius: 6px;
  text-align: center;
  padding: 20px 10px;
  margin: 0 auto 20px auto; }
  .block-browser:before, .block-browser:after {
    content: " ";
    display: table; }
  .block-browser:after {
    clear: both; }

.block-browser p {
  color: #828282;
  font-size: 12px;
  margin: 0 0 10px 0; }

.block-browser p strong {
  color: #2b2b2b; }

.block-browser p .strong-code {
  color: #000000;
  display: inline-block;
  border: 1px solid #828282;
  padding: 2px 25px; }

.block-browser .p-nocode {
  margin: 0;
  padding: 0; }

.block-browser .bb-title {
  color: #333;
  font-size: 16px;
  font-weight: bold; }

.block-browser p {
  font-size: 15px;
  color: #333;
  font-weight: bold; }

.block-browser .col1 {
  float: left;
  display: block;
  width: 30%; }

.block-browser .col2 {
  float: right;
  display: block;
  width: 70%; }

.block-browser .float-left {
  float: left; }

.block-browser .float-right {
  float: right;
  margin-bottom: 4px;
  margin-left: 15px; }

.block-browser .btn {
  padding: 5px 10px !important;
  height: auto !important;
  text-transform: none !important;
  font-size: 15px !important;
  font-weight: 400 !important; }

.block-browser .bb-row {
  padding: 15px 0 5px 0; }
  .block-browser .bb-row:before, .block-browser .bb-row:after {
    content: " ";
    display: table; }
  .block-browser .bb-row:after {
    clear: both; }

.withopacity:not(block-browser) > h2,
.withopacity:not(block-browser) > h3,
.withopacity:not(block-browser) > .p-infos,
.withopacity:not(block-browser) > .p-lock,
.withopacity:not(block-browser) > .p-lock strong,
.withopacity:not(block-browser) > p {
  color: #ccc !important; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  .block-sms {
    top: -270px; }

  .block-sms,
  .block-sms .bs-inside {
    width: auto !important; }

  .block-sms .col1,
  .block-sms .col2 {
    border: none !important;
    margin: 0 0 10px 0;
    float: none;
    display: block;
    width: 100%; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .mb-inside {
    padding: 10px; }

  .block-modalvalidation .p-lock,
  .block-lock {
    width: 100%; }

  .block-lock p .strong-code {
    margin-top: 8px; } }
/* list-logos */
.list-logos {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block; }

.list-logos a {
  display: block;
  margin: 0 56px 18px 0;
  float: left;
  border: 1px solid #c9c9c9;
  border-radius: 4px; }

.list-logos a:hover {
  border-color: #000;
  text-decoration: none; }

.list-logos a.active {
  border-color: #ff6d00;
  text-decoration: none; }

.list-logos a img {
  display: block;
  border-radius: 4px; }

@media only screen and (min-width: 1600px) {
  .list-logos a {
    margin: 0 100px 18px 0; } }
/* p-upload */
.p-upload {
  text-align: center;
  padding: 43px 0 10px 0; }

/* doc-center */
.doc-center {
  text-align: center;
  padding: 30px 0 0 0; }

.doc-center a {
  display: inline-block;
  width: 150px;
  text-align: center;
  color: #000; }

.doc-center a img {
  display: block;
  margin: 0 auto 10px auto; }

.doc-center a span {
  display: block;
  text-align: center; }

.doc-center a:hover {
  text-decoration: underline; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  .doc-center a {
    margin-bottom: 25px; } }
/* #block-detailsinistre */
#block-detailsinistre {
  width: 73%;
  float: left; }

#block-detailsinistre .col-left {
  width: 48%;
  float: left;
  margin: 0 0 0 4%; }

#block-detailsinistre .col-right {
  width: 46%;
  float: right;
  margin: 0; }

#block-detailsinistre .texarea-produit {
  width: 348px;
  height: 54px; }

#block-detailsinistre .textarea-passe {
  width: 348px;
  height: 231px; }

#produitpasse-password {
  display: none; }

@media only screen and (min-width: 975px) and (max-width: 1214px) {
  #block-detailsinistre .textarea-passe {
    width: 90%; }

  #block-detailsinistre .texarea-produit {
    width: 90%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #block-detailsinistre .col-left {
    width: 54%;
    float: left;
    margin: 0  0 0 10px; }

  #block-detailsinistre .col-right {
    width: 43%;
    float: right;
    margin: 0 10px 0 0; }

  #block-detailsinistre .textarea-passe {
    width: 100%; }

  #block-detailsinistre #produitpasse-password {
    float: right;
    width: 120px !important;
    margin: 0 !important; }

  #block-detailsinistre #patch-2 {
    width: 80%; } }
/* panel-infoproduit */
#panel-infoproduit .label-produit {
  padding: 28px 0 17px 24px; }

#panel-infoproduit .col-left {
  width: 60% !important;
  float: left;
  margin: 0 !important; }

#panel-infoproduit .col-right {
  width: 40% !important;
  float: right;
  margin: 0 !important; }

#panel-infoproduit .list-logos {
  padding: 0 0 0 15%; }
  #panel-infoproduit .list-logos:before, #panel-infoproduit .list-logos:after {
    content: " ";
    display: table; }
  #panel-infoproduit .list-logos:after {
    clear: both; }

#panel-infoproduit .form-groupautremarque {
  margin: 0 0 0 15%;
  clear: both;
  float: none; }

#panel-infoproduit .group-selectinfoproduit {
  padding-top: 68px; }

#panel-infoproduit select.form-control {
  margin: 0 0 13px 0;
  width: 270px; }

#panel-infoproduit .panel-body {
  padding-bottom: 20px; }

@media only screen and (min-width: 1201px) {
  #dms-heure {
    float: right; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #panel-infoproduit .label-produit {
    padding: 28px 0 17px 0 !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #panel-infoproduit .group-selectinfoproduit .form-group label {
    width: 10%; } }
/* panel-infosmesperso */
#block-infosmesperso {
  width: 100%;
  float: none; }

#block-infosmesperso .col-left {
  width: 35%;
  float: left;
  margin: 0 0 0 15%; }

#block-infosmesperso .col-right {
  width: 35%;
  float: left;
  margin: 0 0 0 7%; }

#block-infosmesperso .texarea-produit {
  width: 348px;
  height: 54px; }

#block-infosmesperso .textarea-passe {
  width: 348px;
  height: 231px; }

#block-infosmesperso .panel-body {
  padding-top: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #block-infosmesperso .col-left {
    width: 42%;
    float: left;
    margin: 0 0 0 8%; }

  #block-infosmesperso .col-right {
    width: 40%;
    float: right;
    margin: 0; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #block-infosmesperso .col-left {
    width: 55%;
    float: left;
    margin: 0; }

  #block-infosmesperso .col-right {
    width: 45%;
    float: right;
    margin: 0; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #block-infosmesperso .col-left,
  #block-infosmesperso .col-right {
    width: 100%;
    float: none;
    margin: 0 0 5px 0; }

  #block-infosmesperso .taille-auto {
    display: block;
    margin-top: 10px;
    text-align: left !important; }

  #panel-infosinistre .form-group label {
    text-align: left !important; }

  .interface-customer #panel-infosinistre2 .form-group label {
    text-align: left !important; }

  .interface-customer #panel-iban .form-group label {
    text-align: left !important; } }
.block-nonutilisateur-ligne p,
.block-nontitulaire-ligne p {
  font-size: 12px;
  color: #000; }

.block-nonutilisateur-ligne,
.block-nontitulaire-ligne {
  display: none; }

.block-nonutilisateur-ligne .form-group label,
.block-nontitulaire-ligne .form-group label {
  width: 35%;
  font-size: 12px !important; }

.block-nonutilisateur-ligne .form-group .taille-ip,
.block-nontitulaire-ligne .form-group .taille-ip {
  width: 40%; }

.row-btns {
  padding-top: 10px;
  padding-bottom: 20px; }

.text-document {
  font-size: 14px;
  text-align: center; }

/* btn-besoindaide */
.btn-besoindaide {
  display: block;
  background: url(../img/besoindaide.png) no-repeat 0 0;
  width: 46px;
  height: 196px; }

.btn-besoindaide span {
  display: none; }

.btn-besoindaide:hover {
  background: url(../img/besoindaide.png) no-repeat -62px 0; }

@media only screen and (min-width: 768px) {
  .btn-besoindaide {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .conteneur {
    display: table; }

  /* btn-besoindaide */
  .btn-besoindaide {
    clear: both;
    float: none;
    display: block;
    background: #000 url(../img/besoindaide-smartphone.png) no-repeat center 0;
    width: 100%;
    height: 47px;
    margin: 0 auto 11px auto; }

  .btn-besoindaide span {
    display: none; }

  .btn-besoindaide:hover {
    background: #000 url(../img/besoindaide-smartphone.png) no-repeat center -62px; } }
/* popin */
.popinmessagetextarea {
  width: 100%;
  height: 164px !important;
  margin: 0 0 26px 0; }

.block-popincontestation {
  padding: 0 4%; }

.block-linajoutfichier {
  clear: both;
  float: none;
  width: 100%; }
  .block-linajoutfichier:before, .block-linajoutfichier:after {
    content: " ";
    display: table; }
  .block-linajoutfichier:after {
    clear: both; }

.block-linajoutfichier .col1 {
  width: 50%;
  float: left; }

.block-linajoutfichier .col2 {
  width: 25%;
  float: left;
  padding-top: 7px;
  text-align: center; }

.block-linajoutfichier .col3 {
  width: 25%;
  float: right;
  text-align: right; }

.btn-trash {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/btn-trash.png) no-repeat 0 0; }

.btn-trash:hover {
  background: url(../img/btn-trash.png) no-repeat -32px 0; }

.btn-trash span {
  display: none; }

.btn-add {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/btn-add.png) no-repeat 0 0;
  margin-left: 10px; }

.btn-add:hover {
  background: url(../img/btn-add.png) no-repeat -33px 0; }

.btn-add span {
  display: none; }

@media only screen and (min-width: 20px) and (max-width: 991px) {
  .block-linajoutfichier .col1,
  .block-linajoutfichier .col2,
  .block-linajoutfichier .col3 {
    width: auto;
    text-align: left;
    padding: 5px 0; } }
/* ************************ PATCHS FOR NON RELATIVE DESIGN **************************** */
@media only screen and (min-width: 1201px) {
  #patch-1 {
    margin-right: 17px; }

  #patch-2 {
    width: 73.7%; }

  #patch-3 {
    margin-left: 39% !important; }

  #patch-3 .textarea {
    width: 20%; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #panel-infosinistre .form-group label:not(.taille-auto) {
    width: 33% !important; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #patch-6,
  #patch-5, #patch-11, #patch-15 {
    display: block;
    text-align: left;
    margin: 0 0 5px 0; }

  #patch-1,
  #patch-7, #patch-12, #patch-14 {
    width: 120px !important; }

  #patch-8 {
    display: block;
    text-align: left;
    margin: 0 0 5px 0; }

  #patch-11 {
    display: block;
    text-align: left;
    margin: 0 0 5px 0; } }
@media only screen and (min-width: 20px) and (max-width: 991px) {
  #patch-8 {
    display: block;
    text-align: left;
    margin: 0 0 5px 0; }

  #patch-2 {
    width: 100% !important; }

  #patch-9,
  #patch-10 {
    width: 70px !important;
    text-align: center !important;
    margin: 0 !important; } }
#patch-13 {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #patch-13 {
    display: block;
    line-height: 1em;
    height: 2px !important;
    overflow: hidden;
    font-size: 1px; } }
/* HEADER */
.block-tools {
  display: none;
  width: 400px;
  position: absolute;
  top: 32px;
  background-color: #fff;
  border-bottom: 2px solid #c9c9c9;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 10px 10px 10px 10px;
  z-index: 999; }

#chooselang {
  display: inline-block; }

#chooselangsmart {
  display: none; }

#block-togglelanguage {
  width: 200px; }

.block-tools a {
  color: black;
  font-size: 14px; }

.block-tools .block-map li {
  padding: 10px 0 10px 10px; }

.block-tools .block-map .list-map li {
  vertical-align: middle;
  text-align: left !important;
  margin: 0;
  min-height: 30px;
  float: none;
  text-align: center;
  padding: 9px 0 0 0; }

.block-tools .block-map .list-map li span {
  margin-left: 5px; }

#chooselang {
  display: none; }

#chooselangsmart {
  display: inline-block;
  right: 140px;
  top: 7px;
  position: absolute; }

/* heading */
.LogoPad {
  padding-top: 14px !important; }

@media (max-width: 767px) {
  .LogoPad {
    padding-top: 4px !important; } }
.interface-customer .form-group label.label-block-auto {
  text-align: left;
  margin: 0 0 4px 0;
  width: 15%; }

.preciser {
  position: absolute;
  left: 6%; }

.preciserinput {
  position: absolute;
  left: 36%; }

.taille-sametop {
  padding: 3px 0 10px 0;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap; }

.interface-customer .taille-sametop {
  margin-right: 44px !important; }

.interface-customer .sametopkm {
  margin-right: 48px !important; }

.autrerareface {
  bottom: 3px;
  position: relative; }

.blockinfopanel {
  left: 8%;
  position: relative; }

#blockinfopanelcheckbox {
  margin-right: 0 !important; }

.taille-city {
  width: 86% !important; }

.compl-full {
  width: 90% !important;
  display: block;
  text-align: left !important;
  margin: 0 8px 4px 0; }

#numinputwidth {
  width: 61%; }

.customlinkmem {
  display: -webkit-box; }

.customlabalign {
  text-align: right; }

@media only screen and (min-width: 768px) {
  .customblockpanel2 {
    left: 23px;
    position: relative; }

  .customblockpanel3 {
    left: 49px;
    position: relative; }

  .customblockpanel4 {
    right: 2px;
    position: relative; }

  .numdiv {
    left: 20px; }

  .villediv, .paysdiv {
    left: 2%; } }
@media only screen and (min-width: 20px) and (max-width: 356px) {
  .list-docs,
  .list-docs1,
  .list-docs2 {
    width: 100% !important;
    display: inline-block !important; } }
@media only screen and (min-width: 357px) and (max-width: 508px) {
  .list-docs li,
  .list-docs1 li {
    width: 50%;
    float: left !important; } }
@media only screen and (min-width: 768px) {
  .interface-customer .list-docs,
  .interface-customer .list-docs1 {
    width: 100% !important;
    display: table !important;
    float: left; } }
@media only screen and (min-width: 992px) {
  .interface-customer .list-docs li {
    width: 33%  !important;
    float: left  !important;
    padding-bottom: 50px  !important; } }
@media only screen and (min-width: 509px) and (max-width: 734px) {
  .interface-customer .list-docs1 li {
    width: 33% !important;
    float: left !important;
    padding-bottom: 50px !important; } }
@media only screen and (min-width: 357px) and (max-width: 734px) {
  .interface-customer .list-docs2 li {
    width: 50% !important;
    float: left !important;
    padding-bottom: 50px !important; } }
@media only screen and (min-width: 735px) {
  .interface-customer .list-docs1 li,
  .interface-customer .list-docs2 li {
    width: 25% !important;
    float: left !important;
    padding-bottom: 50px !important; } }
@media only screen and (min-width: 768px) {
  .blockpanellabel {
    text-align: right !important; } }
@media only screen and (max-width: 991px) and (min-width: 509px) {
  .interface-customer .list-docs li {
    width: 33% !important;
    float: left !important; } }
@media only screen and (min-width: 1420px) {
  .item4_em, .item2_em {
    width: 160px !important;
    text-align: center !important; } }
@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  .customitem5 {
    right: 9% !important;
    position: relative !important; } }
@media only screen and (min-width: 1920px) {
  .customitem5 {
    right: 12% !important;
    position: relative !important; } }
@media only screen and (min-width: 1420px) {
  .item4_em {
    width: 160px !important;
    text-align: center !important; } }
@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  .customitem5 {
    right: 5% !important;
    position: relative !important; } }
@media only screen and (min-width: 1920px) {
  .customitem5 {
    right: 8% !important;
    position: relative !important; } }
.customitem5 {
  width: 29% !important; }

.customlbl {
  text-align: left !important;
  margin: 0 0 4px 0  !important; }

@media only screen and (max-width: 991px) and (min-width: 20px) {
  .customitem5 {
    width: 30% !important; } }
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .item4_em {
    width: 60px !important; }

  .item2_em {
    width: 60px !important; } }
@media only screen and (max-width: 1799px) and (min-width: 992px) {
  .customitem5 {
    right: 3% !important;
    position: relative !important; } }
@media only screen and (min-width: 357px) {
  .documnetsproperalign {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: bold;
    white-space: normal; } }
@media only screen and (min-width: 992px) {
  .customblockpanel1 {
    left: 5%;
    position: relative; }

  .customblockpanel-anthrinsur {
    left: -11px;
    position: relative; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #otherLien {
    width: 17% !important; }

  .auto-width {
    width: auto !important; }

  #custom-width {
    width: 50% !important; }

  .customwid-civility {
    width: 79px !important; }

  #custom-dp {
    width: 76px !important;
    margin: 0 auto !important; }

  #customville {
    width: 82% !important; }

  .custompays {
    width: 44% !important; }

  #custom-compl {
    width: 94% !important; }

  .custom-datepicker {
    width: 76px !important; }

  .customblock-panel {
    left: 6% !important;
    position: relative; }

  .blockpanellabel {
    width: auto !important; } }
@media only screen and (min-width: 992px) and (max-width: 1203px) {
  #customville {
    width: 82% !important; }

  .numdiv {
    width: 26% !important; } }
.interface-customer .form-control.custom-datepicker {
  margin: 0 8px 0 0;
  width: 158px; }

@media only screen and (min-width: 992px) and (max-width: 1015px) {
  .numdiv {
    display: flex !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cust-anthrins {
    position: relative !important;
    left: -55px !important; }

  #custom-mem {
    left: 3px !important;
    position: relative !important; }

  .addressotherwid {
    right: 12px !important; }

  #custcountryother {
    width: 100px !important; }

  .customsm-holder {
    right: 67px !important;
    position: relative !important; }

  #blockinfopanelcheckbox {
    margin-right: 6px !important; } }
@media only screen and (min-width: 992px) {
  .anthrinsur {
    width: 21% !important; } }
@media only screen and (max-width: 767px) {
  .titlealign {
    padding-top: 9px !important; } }
@media only screen and (max-width: 767px) {
  .titlealign1 {
    padding-top: 0px !important; } }
@media only screen and (max-width: 767px) and (min-width: 20px) {
  #cpinput {
    width: 25% !important; }

  #paysselectwidth {
    width: auto !important; }

  #pays {
    padding-left: 0; } }
.no-wrap {
  white-space: nowrap; }

.customtaille-select {
  width: 27.5% !important;
  margin: 0 8px 0 0; }

@media only screen and (max-width: 767px) and (min-width: 20px) {
  .customtaille-select {
    width: 59% !important;
    margin: 0 8px 0 0; }

  #otherLien {
    width: 90% !important; } }
.custom-block-radio {
  padding: 27px 0 3px 0;
  margin-right: 27px !important;
  vertical-align: top; }

.custom-product-block-radio {
  padding: 16px 0 3px 0;
  margin-right: 27px !important;
  vertical-align: top; }

.custom-block-radio.has-error {
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }

.custom-product-block-radio.has-error {
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075); }

.custom-radio-label {
  text-align: left !important;
  padding-top: 3px; }

@media (min-width: 991px) {
  .helpTipDiv {
    width: 112%; }

  .helpTipDiv .helpTipInput {
    width: 90%; } }
.datepicker1 {
  *vertical-align: middle;
  vertical-align: middle;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: none !important;
  line-height: 1em;
  box-shadow: none;
  padding: 0 30px 0 5px;
  background-color: transparent;
  background: url(../img/datepicker.png) no-repeat right 7px !important;
  font-family: 'Lato', Arial, sans-serif;
  border-radius: 3px !important;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 10px 0 0; }

.bdadjustments {
  margin-top: -53px !important;
  height: 278px !important; }

.custom-p-deconnexion {
  padding-bottom: 7px !important; }

/* for trackingdelivery model popup css start */
.mapadjustment {
  width: 550px;
  height: 400px; }

.custommodel-wid {
  width: 70%; }

@media only screen and (min-width: 20px) and (max-width: 479px) {
  .iconposition {
    position: relative !important;
    left: 48% !important;
    top: 5px !important; }

  .mapadjustment {
    width: 100% !important; } }
@media only screen and (min-height: 20px) and (max-height: 479px) and (orientation: landscape) {
  .iconposition {
    position: relative !important;
    left: 48% !important;
    top: 5px !important; }

  .mapadjustment {
    width: 100% !important; } }
.modal .modal-content {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  border: 0; }

.modal .modal-header {
  position: relative;
  min-height: 1.25rem;
  padding: 0;
  margin-bottom: 2.5rem;
  border: 0; }

.modal .modal-header .btn {
  position: absolute;
  top: -.625rem;
  right: -.625rem;
  padding: .625rem;
  background-color: transparent;
  border: 0; }

.modal .modal-header .btn .close {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22852.063%22%20height%3D%22852.063%22%20viewBox%3D%220%200%20852.063%20852.063%22%3E%3Cpath%20id%3D%22closing_cross.svg%22%20data-name%3D%22closing%20cross.svg%22%20class%3D%22cls-1%22%20d%3D%22M.987%2057.125L57.125.987%20851.048%20794.91l-56.138%2056.138zM794.91.987l56.138%2056.138L57.125%20851.048.987%20794.91z%22%20fill%3D%22%23666%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1.25rem;
  opacity: 1; }

.modal .modal-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0; }

.modal .modal-body .card,
.modal .modal-body .card {
  display: flex;
  flex-direction: row;
  padding: 0;
  border: 0; }

.modal .modal-body .card-body {
  padding: 0; }

.modal .modal-body .card-icon {
  margin-right: 1.25rem; }

.modal .modal-body [class^="svg"],
.modal .modal-body [class^="svg"]::after {
  width: 2.875rem;
  height: 2.875rem; }

.modal .modal-body [class^="svg"] {
  display: block; }

.modal .modal-body [class^="svg"]::after {
  top: auto; }

.modal .modal-body .card-title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem; }

.modal .modal-footer {
  align-self: flex-end;
  padding: 0;
  margin-top: 2.5rem;
  border: 0; }

.modal .modal-footer .btn + .btn {
  margin-left: 1.25rem; }

@media (max-width: 479.98px) {
  .modal .modal-content {
    padding: 1.25rem; }

  .modal .modal-header {
    margin: 0; }

  .modal .modal-body .card {
    flex-direction: column; }

  .modal .modal-body .card-icon {
    align-self: center;
    margin-right: 0; }

  .modal .modal-body .card-icon,
  .modal .modal-body [class^="svg"]::after {
    width: 4rem;
    height: 4rem; }

  .modal .modal-body .card-title {
    font-size: 1rem; }

  .modal .modal-body .card-body {
    margin-top: 1.25rem; }

  .modal .modal-footer {
    align-self: center; } }
.blockadj {
  margin-left: 12px !important; }

.selectwidth {
  width: 165px !important; }

/* for trackingdelivery model popup css end  */
/* for multifollowup page css start  */
.interface-call #slider ul li .block-switch .label-txt {
  padding: 7px 8px 0 0; }

.interface-call #slider-thumb {
  padding: 20px 68px; }

.interface-call #slider-thumb li {
  margin: 0;
  text-align: center; }

.interface-call #slider-thumb li img {
  padding: 1px;
  width: 74px;
  height: auto;
  border: 1px solid #e0e0e0;
  display: block;
  margin: 0 auto 5px auto; }

.interface-call #slider-thumb li.flex-active-slide img {
  border: 1px solid #1388d8; }

.interface-call #slider-thumb .flex-direction-nav a {
  width: 45px;
  height: 43px;
  top: 43% !important; }

.interface-call #slider-thumb .flex-direction-nav .flex-prev {
  left: 5px; }

.interface-call #slider-thumb .flex-direction-nav .flex-prev::before {
  font-family: 'icomoon';
  display: inline-block;
  content: "\e902";
  font-size: 40px;
  color: #1388d8;
  text-indent: 1px; }

.interface-call #slider-thumb .flex-direction-nav .flex-next::before {
  text-align: left;
  vertical-align: top;
  font-family: 'icomoon';
  display: inline-block;
  content: "\e904";
  font-size: 40px;
  color: #1388d8;
  text-indent: 1px; }

.interface-call #slider-thumb .flex-direction-nav .flex-next:hover::before,
.interface-call #slider-thumb .flex-direction-nav .flex-prev:hover::before {
  color: #000; }

.interface-call #slider-thumb .flex-direction-nav .flex-next {
  right: 5px; }

.interface-call #slider-thumb li.flex-active-slide span {
  background-color: #1388d8;
  color: #fff; }

.interface-call #slider-thumb ul li span {
  display: block;
  background-color: #ededed;
  font-size: 11px;
  color: #515151;
  padding: 3px 10px;
  text-align: center;
  border-radius: 10px;
  width: 40px;
  margin: 0 auto;
  font-family: "eurostile"; }

.interface-call .inside-slide {
  position: relative;
  z-index: 9999;
  overflow: auto;
  overflow-x: scroll; }

.imageRotation {
  height: 497px !important;
  width: 471px !important; }

.icon-zoom-out:before {
  content: "\e988"; }

.interface-call .btn-rotate,
.interface-call .btn-fullscreen,
.interface-call .zoom-out {
  z-index: 999999;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  top: 85px;
  z-index: 99999;
  display: block;
  font-size: 40px;
  color: #1388d8;
  margin-top: -63px; }

.interface-call .btn-rotate i,
.interface-call .btn-fullscreen i
.interface-call .zoom-out i {
  font-style: normal; }

.interface-call .btn-rotate:hover,
.interface-call .btn-fullscreen:hover,
.interface-call .zoom-out:hover {
  color: #000;
  text-decoration: none; }

.interface-call .btn-rotate {
  left: 15px; }

.interface-call .btn-fullscreen {
  right: 15px; }

.interface-call .zoom-out {
  right: 60px; }

.interface-call .col-sm-columnslider {
  width: 1050px;
  float: left;
  margin-right: -59px;
  /* padding-right:9px;
  margin: 0 0 0 125px */ }

.interface-call .col-sm-columnscontent {
  width: 423px;
  float: left;
  /* display:flex; */
  padding-left: 70px;
  /* margin: 0 0 0 40px */ }

.interface-call .block-sliderdocument {
  width: 998px;
  margin: 0 auto; }

.interface-call .interface-call #slider .flex-direction-nav a {
  top: 50% !important; }

.interface-call .toggle-epv,
.interface-call .toggle-desiepv,
.interface-call .toggle-etc,
.interface-call .toggle-ea,
.interface-call .toogle-aemenace,
.interface-call .toogle-medecipreci,
.interface-call .toggle-efa {
  display: none; }

.interface-call .form-group label.taille-medium {
  width: 345px !important; }

.interface-call .block-retrait h4 {
  text-align: center;
  font-size: 12px;
  padding: 4px 0 0 0;
  margin: 0 0 5px 0; }

.interface-call .block-retrait {
  margin: 0 0 0 30px; }

.interface-call .block-retrait .col1 {
  width: 100px;
  float: left;
  padding: 0 2% 0 0; }

.interface-call .block-retrait .col2 {
  width: 400px;
  float: left; }

.interface-call .form-group.group-area {
  clear: both;
  float: none;
  width: 100%;
  padding-top: 15px !important; }

.interface-call .form-group.group-area label {
  text-align: left !important;
  width: auto !important;
  display: block;
  margin: 0 0 5px 0; }

.interface-call .form-group.group-area textarea.form-control {
  width: 100% !important; }

.interface-call .form-group-slide {
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0; }

.interface-call .form-group-slide:before,
.interface-call .form-group-slide:after {
  content: " ";
  display: table; }

.interface-call .form-group-slide:after {
  clear: both; }

.interface-call .t-sameleft-select {
  width: 165px !important; }

.interface-call .nombre-piece {
  height: 39px;
  padding: 0 30px 0 16px;
  background-color: #c41010;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99; }

.interface-call .nombre-piece p {
  margin: 0;
  padding: 12px 0 5px 0;
  line-height: 1em;
  float: left;
  font-size: 15px; }

.interface-call .form-group-slide label {
  display: block; }

.interface-call .form-group-slide .form-control {
  margin: 0 !important;
  display: block !important; }

.interface-call .form-group-slide .col1 {
  width: 33%;
  float: left;
  padding-left: 25px; }

.interface-call .form-group-slide .col2 {
  width: 33%;
  float: right; }

.interface-call .form-group-slide .colcenter {
  width: 30%;
  float: left; }

.interface-call .form-group-slide .col2 .fgs-group {
  float: right;
  text-align: left;
  padding-right: 25px;
  display: flex; }

.interface-call .form-group-slide .col1 .fgs-group {
  display: flex; }

.interface-call .block-conformite {
  clear: both;
  float: none;
  padding-bottom: 15px; }

.interface-call .block-conformite:before,
.interface-call .block-conformite:after {
  content: " ";
  display: table; }

.interface-call .block-conformite:after {
  clear: both; }

.interface-call .block-conformite label {
  display: block;
  margin: 0 0 5px 0; }

.interface-call .block-conformite select.form-control {
  width: 175px;
  margin: 0; }

.interface-call .col-conformite-1 {
  text-align: center;
  width: 48%;
  float: left;
  text-align: left; }

.interface-call .col-conformite-2 {
  text-align: center;
  width: 48%;
  float: right;
  text-align: left; }

.interface-call .textarea-conformite {
  margin: 0;
  display: block;
  height: 60px;
  width: 100%; }

.interface-call .block-conformite .block-switch .label-txt {
  padding: 7px 8px 0 0; }

.interface-call .inner-conformite {
  padding: 0 11%; }

.interface-call .form-group-1 {
  display: block; }

.interface-call .form-group-2 {
  display: block;
  float: right; }

.wrapper-welcome {
  width: 1414px;
  margin: 0 auto; }

.wrapper-global {
  background: #efefef; }

.wrapper-inside {
  /* background: url(../img/stats.png) no-repeat center 0; */
  min-height: 83px;
  /* margin-top:43px; */ }

.bd-welcome {
  /* background: url(../img/colleft.png) repeat-y center 0; */
  min-height: 200px; }

.bd-welcome:before,
.bd-welcome:after {
  content: " ";
  display: table; }

.bd-welcome:after {
  clear: both; }

#hd-welcome {
  z-index: 1; }

#hd-welcome:before,
#hd-welcome:after {
  content: " ";
  display: table; }

#hd-welcome:after {
  clear: both; }

#hd-welcome .inside {
  margin: 0 auto;
  position: relative; }

#hd-welcome .brand-line {
  background: #00325d url(../img/headaer-call.jpg) no-repeat 0 center; }

#hd-welcome .brand-line:before,
#hd-welcome .brand-line:after {
  content: " ";
  display: table; }

#hd-welcome .brand-line:after {
  clear: both; }

#hd-welcome .brand-line .logo {
  margin-left: 30px;
  display: inline-block;
  width: 161px;
  height: 62px;
  background: url(../img/logo_call.png) no-repeat 0 center; }

#hd-welcome .brand-line .logo span {
  display: none; }

#hd-welcome .user-line {
  padding: 5px 0; }

#hd-welcome .user-line:before,
#hd-welcome .user-line:after {
  content: " ";
  display: table; }

#hd-welcome .user-line:after {
  clear: both; }

#hd-welcome .user-line .user_img {
  margin-left: 45px; }

#hd-welcome .user-line .user_img img {
  width: 33px;
  height: 33px; }

#hd-welcome .user-line h1 {
  font-size: 31px;
  color: #323233;
  font-family: 'eurostile';
  font-weight: 400; }

#hd-welcome .user-line h1 span {
  display: inline-block;
  font-size: 20px;
  font-family: 'Lato';
  font-weight: 700; }

#hd-welcome .user_img {
  display: block;
  float: left;
  width: 32px;
  height: 32px; }

#hd-welcome .user_img img {
  width: 32px;
  height: 32px; }

#hd-welcome .title-user {
  display: block;
  float: left;
  margin: 0 15px;
  padding: 3px 0 0 0;
  line-height: 1em; }

#hd-welcome .title-user a {
  color: #323233; }

#hd-welcome .title-user a:hover {
  color: #1388d8 !important;
  text-decoration: none; }

#hd-welcome .p-logos {
  float: right;
  margin: 0 45px 0 0;
  padding: 4px 0 0 0; }

#hd-welcome .p-logos img {
  margin: 0 10px; }

#hd-welcome .user-nav {
  height: 28px;
  background: url(../img/call_nav.gif) repeat-x 0 0; }

#hd-welcome .user-nav:before,
#hd-welcome .user-nav:after {
  content: " ";
  display: table; }

#hd-welcome .user-nav:after {
  clear: both; }

#hd-welcome .user-nav nav {
  display: block;
  padding: 0 0 0 30px; }

#hd-welcome .user-nav nav ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }

#hd-welcome .user-nav nav ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0 15px 0 15px; }

#hd-welcome .user-nav nav ul li a {
  font-family: 'eurostile';
  font-size: 15px;
  color: #7d7d7d;
  display: inline-block;
  background: url(../img/call_nav_pills.png) no-repeat 0 -33px;
  line-height: 1em;
  padding: 7px 0 3px 25px; }

#hd-welcome .user-nav nav ul li a:hover,
#hd-welcome .user-nav nav ul li.active a {
  text-decoration: none;
  color: #7d7d7d;
  background: url(../img/call_nav_pills.png) no-repeat 0 5px; }

.aside-left {
  color: #666569;
  padding: 0 15px 15px 15px;
  width: 280px;
  z-index: 2;
  float: left;
  /* background-color: #efefef */ }

.aside-left .block-side {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0 16px 0; }

.aside-left .block-side:before,
.aside-left .block-side:after {
  content: " ";
  display: table; }

.aside-left .block-side:after {
  clear: both; }

.aside-left .block-side .hd {
  font-family: 'eurostile';
  padding: 11px 10px 7px 10px;
  background-color: black;
  font-family: 'eurostile';
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.aside-left .block-side .hd h2 {
  font-family: 'eurostile';
  color: black;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

.aside-left .block-side .hd h2::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #e2e2e2;
  margin: 6px 0 0 0; }

.aside-left .block-side .bd {
  padding: 10px 6px; }

.aside-left .block-side .bd .block-list {
  height: 100px;
  overflow: auto;
  width: 100%; }

.aside-left .block-side .bd .block-list-lg {
  height: auto; }

.aside-left .block-side .bd .block-list-sm {
  height: 75px; }

.aside-left .block-side .bd .block-list ul {
  margin: 0 0 0 8px; }

.aside-left .block-side .bd .block-list ul li {
  font-size: 13px;
  color: #666569;
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none; }

.aside-left .block-side .bd .block-list ul li a {
  color: #666569; }

.aside-left .block-side .bd .block-list ul li a:hover {
  color: #0065a9;
  text-decoration: none; }

.aside-left .block-side .ft ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0; }

.aside-left .block-side .ft ul li {
  padding: 0;
  margin: 0;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px; }

.aside-left .block-side .ft ul li a {
  height: 28px;
  line-height: 1em;
  display: block;
  text-align: center;
  color: #000000;
  padding: 7px 4px 0 4px;
  border: 1px solid black;
  margin: 0 2px 0 1px; }

.aside-left .block-side .ft ul li a:hover {
  background-color: #0065a9;
  text-decoration: none; }

.aside-left .block-side .ft ul li a span {
  font-size: 12px;
  padding: 0;
  line-height: 1em;
  margin-right: 2px;
  overflow: hidden; }

.aside-left .btn {
  float: left;
  font-size: 12px;
  height: auto;
  padding: 5px 10px 3px 10px; }

.aside-left .btn.last {
  float: right; }

.article-right {
  z-index: 1;
  position: relative;
  width: 1068px;
  float: left;
  min-height: 790px; }

.article-right .hd {
  background-color: #fff;
  padding: 15px 60px 13px 60px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  border-left-color: #fff;
  min-height: 83px;
  width: 100%; }

.article-right .hd .list-desstats {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table; }

.article-right .hd .list-desstats li {
  margin: 0;
  padding: 0;
  text-align: center;
  display: table-cell;
  color: #343435;
  font-size: 15px;
  font-family: 'eurostile';
  font-weight: 400; }

.article-right .hd .list-desstats li span {
  font-size: 27px;
  display: block;
  color: #0065a9;
  font-family: 'eurostilebold';
  margin: 0 0 5px 0; }

.article-right .hd .list-desstats li span small {
  font-size: 19px; }

.article-right .bd table.table {
  border: none;
  border: 1px solid black;
  border-radius: 6px; }

.article-right .bd table.table td {
  font-size: 13px;
  color: #666569;
  border: none; }

.article-right .bd table.table th {
  font-size: 14px;
  border: none;
  vertical-align: middle; }

.article-right .block-tablewelcome {
  position: relative;
  z-index: 1; }

.article-right a.link-download {
  display: inline-block;
  font-size: 50px;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0; }

.article-right a.link-download:hover {
  text-decoration: none !important; }

#table_welcome {
  margin-bottom: 20px; }

#table_welcome_filter {
  display: none; }

#table_welcome_length {
  vertical-align: middle;
  margin: 0 0 10px 0;
  min-height: 40px; }

#table_welcome_length label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000000; }

#table_welcome_length select {
  display: inline-block;
  vertical-align: middle; }

#table_welcome_info,
#table_welcome_previous,
#table_welcome_next {
  font-family: 'Lato';
  color: #000 !important;
  font-size: 12px; }

.block-tablewelcome select {
  height: 27px;
  margin: 0 10px !important;
  border: 1px solid #c9c9c9;
  font-weight: 400;
  font-family: 'eurostile';
  border-radius: 3px !important;
  color: #666569 !important;
  font-size: 15px !important; }

#hd-courrier {
  z-index: 1;
  margin-bottom: 30px; }

#hd-courrier:before,
#hd-courrier:after {
  content: " ";
  display: table; }

#hd-courrier:after {
  clear: both; }

#hd-courrier .inside {
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

#hd-courrier .brand-line {
  background: #00325d url(../img/headaer-call.jpg) no-repeat 0 center; }

#hd-courrier .brand-line:before,
#hd-courrier .brand-line:after {
  content: " ";
  display: table; }

#hd-courrier .brand-line:after {
  clear: both; }

#hd-courrier .brand-line .logo {
  margin-left: 30px;
  display: inline-block;
  width: 161px;
  height: 62px;
  background: url(../img/logo_call.png) no-repeat 0 center; }

#hd-courrier .brand-line .logo span {
  display: none; }

#hd-courrier .user-line {
  padding: 5px 0;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2; }

#hd-courrier .user-line:before,
#hd-courrier .user-line:after {
  content: " ";
  display: table; }

#hd-courrier .user-line:after {
  clear: both; }

#hd-courrier .user-line .user_img {
  margin-left: 45px; }

#hd-courrier .user-line .user_img img {
  width: 33px;
  height: 33px; }

#hd-courrier .user-line h1 {
  font-size: 31px;
  color: #323233;
  font-family: 'eurostile';
  font-weight: 400; }

#hd-courrier .user-line h1 span {
  display: inline-block;
  font-size: 20px;
  font-family: 'Lato';
  font-weight: 700; }

#hd-courrier .user_img {
  display: block;
  float: left;
  width: 32px;
  height: 32px; }

#hd-courrier .user_img img {
  width: 32px;
  height: 32px; }

#hd-courrier .title-user {
  display: block;
  float: left;
  margin: 0 15px;
  padding: 3px 0 0 0;
  line-height: 1em; }

#hd-courrier .title-user a {
  color: #323233; }

#hd-courrier .title-user a:hover {
  color: #1388d8 !important;
  text-decoration: none; }

#hd-courrier .p-logos {
  float: right;
  margin: 0 45px 0 0;
  padding: 4px 0 0 0; }

#hd-courrier .p-logos img {
  margin: 0 10px; }

.block-courrier::before {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  height: 6px;
  background-color: #0065a9;
  display: block;
  content: "";
  width: 100%; }

.block-courrier {
  border-radius: 2px;
  border: 1px solid #ddd;
  background: linear-gradient(180deg, #fff 57.69%, #fdfdfd 84.55%, #f6f6f6 94.21%, #ededed 100%);
  margin-bottom: 30px; }

.block-courrier .hd {
  padding: 22px 15px 15px 22px; }

.block-courrier .hd .p-courrierbtns {
  text-align: right; }

.block-courrier .hd .p-courrierbtns .btn {
  margin-left: 10px; }

.block-courrier .hd .p-courrierbtns .fa-paper-plane {
  margin-top: 2px; }

.block-courrier .bd {
  padding: 0 15px 15px 22px; }

.block-courrier .toolbar-courrier ul {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin: 0;
  padding: 5px 15px;
  background-color: #efefef; }

.block-courrier .toolbar-courrier ul li select {
  width: 100px; }

.block-courrier .toolbar-courrier ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }

.block-courrier .toolbar-courrier ul li a {
  color: #a5a5a5; }

.block-courrier .toolbar-courrier ul li a:hover {
  color: #0065a9;
  text-decoration: none; }

.block-courrier .toolbar-courrier ul li .fa {
  font-size: 17px; }

.block-courrier .toolbar-courrier ul li.separation::after {
  height: 20px;
  border-right: 1px solid #a5a5a5;
  width: 2px;
  margin: 0 5px;
  content: "";
  display: inline-block; }

.block-courrier .block-zonedecourrier {
  border: 1px solid #efefef;
  padding: 20px;
  text-align: center;
  width: 100%; }

.block-courrier .page-a4-print {
  text-align: left;
  background-color: #fff;
  width: 1136px;
  height: 1341px;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
  font-family: Arial, sans-serif; }

.block-courrier .page-a4-print .line-logo {
  padding: 80px 0 43px 64px; }

.block-courrier .page-a4-print .line-expediteur {
  padding: 0 0 60px 625px;
  font-size: 15px;
  font-weight: 700;
  color: #e30613;
  font-family: Arial, sans-serif; }

.block-courrier .page-a4-print .line-date {
  padding: 0 0 60px 625px;
  font-size: 15px;
  font-weight: 700;
  color: #e30613;
  font-family: Arial, sans-serif; }

.block-courrier .page-a4-print .line-references {
  padding: 0 0 48px 153px;
  font-size: 15px;
  font-weight: 700;
  color: #e30613;
  font-family: Arial, sans-serif; }

.block-courrier .page-a4-print .line-objet {
  padding: 0 0 48px 153px;
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  font-family: Arial, sans-serif; }

.block-courrier .page-a4-print .line-civilite {
  padding: 0 0 35px 153px;
  font-size: 16px;
  color: #e30613;
  font-weight: 700;
  font-family: Arial, sans-serif; }

.block-courrier .page-a4-print .line-corps {
  width: 850px;
  padding: 0 0 48px 153px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: Arial, sans-serif; }

.block-courrier .page-a4-print .line-corps p {
  margin: 0 0 15px 0; }

.block-courrier .page-a4-print .line-corps ul {
  margin: 0 0 25px 45px; }

.block-courrier .page-a4-print .line-corps ol {
  margin: 0 0 25px 9px; }

.block-courrier .page-a4-print .line-corps ul li {
  list-style: square; }

.block-courrier .page-a4-print .line-corps ul li,
.block-courrier .page-a4-print .line-corps ol li {
  margin-bottom: 2px;
  padding-bottom: 0;
  line-height: 1.1em; }

.block-courrier .line-signature {
  padding: 0 0 30px 625px;
  font-size: 17px;
  color: #000000;
  font-weight: 700;
  font-family: Arial, sans-serif; }

#selectcriteria option {
  border: 0px !important;
  color: black !important; }

#selectscr {
  overflow: hidden !important; }

#selectscr select {
  background: none !important;
  border: none; }

#desgdiv {
  margin-left: "46px"; }

#specify {
  display: inline-block;
  position: absolute;
  left: 25%; }

#hour {
  position: absolute;
  left: 61%; }

#hourlist {
  display: inline-block;
  position: absolute;
  left: 72%; }

.proda {
  padding-left: 79px;
  width: 98%; }

.hd-companyname {
  background-color: #000000;
  padding: 27px 60px 13px 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  border-left-color: #fff;
  min-height: 83px;
  margin: 0 0 6px 15px; }

.list-companyname li span {
  color: white;
  font-weight: 500;
  font-size: x-large; }

.table-multifollowup th {
  background-color: #000000 !important;
  text-align: center; }

.globalsearch {
  margin: 0 0 5px 0;
  border: 1px solid #a0a0a0;
  border-radius: 4px; }

.searchinput {
  width: 90%;
  border: none; }

#filterglobalsearch {
  position: relative;
  z-index: 1;
  left: 0;
  top: 8px;
  color: #7B7B7B;
  cursor: pointer;
  width: 0; }

@media only screen and (min-width: 1920px) {
  .plogoalign {
    position: absolute !important; }

  .editorielalign {
    padding: 8% 0 2% 0; }

  .suviclientalign {
    padding: 0;
    margin: 0; } }
.aligndownload {
  position: absolute;
  left: 15% !important; }

/* for multifollowup page css end  */
.imei-btn1 {
  height: 27px !important;
  padding-top: 4px !important;
  color: #000;
  border: 1px solid #000;
  font-weight: 600;
  transition: all 0.3s ease-out 0s; }

.col-left-imei {
  width: 40%;
  margin: 0 0 15px 0;
  float: left; }

.col-right-imei {
  width: 60%;
  margin: 0 0 15px 0;
  float: left; }

#custimeiblc {
  width: 100%;
  float: right;
  display: inline-flex; }

.taille-im {
  width: 100% !important;
  float: left;
  margin: 0 12% 0 0; }

.colcapblc {
  display: inline-flex;
  width: 65%;
  float: right; }

.cuscap {
  right: 0;
  position: relative; }

.imeilbl {
  width: 7% !important;
  margin-right: 5px; }

.colfeild {
  width: 100%;
  position: relative; }

#colsel {
  width: 70% !important; }

#capsel {
  width: 70% !important; }

.taille-imei {
  width: 58% !important; }

@media only screen and (max-width: 767px) and (min-width: 20px) {
  .col-left-imei {
    width: 100%;
    margin: 0;
    float: left; }

  .col-right-imei {
    width: 100%;
    margin: 0;
    float: left; }

  .taille-imei {
    width: 45% !important; }

  .taille-im {
    text-align: left !important;
    width: 100% !important;
    float: none;
    margin: 0 0 5px 0; }

  #custimeiblc {
    width: 100%;
    float: none;
    display: inline-flex; }

  .colcapblc {
    display: block;
    width: 100%; }

  .colfeild {
    left: 0; }

  .cuscap {
    right: 0;
    left: 0; }

  .mb-18 {
    margin-bottom: 18px !important; }

  .imei-btn1 {
    margin-bottom: 5px !important; }

  .imeib {
    padding: 8px 10px 8px 10px; }

  #colsel {
    width: 100% !important; }

  #capsel {
    width: 100% !important; } }
.aligntop {
  position: absolute;
  top: 24% !important; }

.iban-cus {
  background-color: #ffffff !important; }

.iban-cus #hd-orangecustomer {
  margin: 0 !important; }

#panel-iban {
  background-color: #eeeeee;
  overflow: hidden;
  padding: 18px; }

#panel-iban .form-group .form-control {
  background-color: white; }

#ibanattachmentsbloc {
  background-color: #eeeeee;
  overflow: hidden;
  padding: 18px; }

.iban-cus hr {
  display: block;
  background-color: #c9c9c9;
  border-radius: 50px;
  clear: both;
  float: none;
  height: 3px;
  width: 90.5%;
  margin: 0 auto; }

#hd-customer {
  background-color: #fff;
  padding: 50px 0 0;
  position: relative; }
  #hd-customer .wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important; }
  #hd-customer .wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }

#hd-customer {
  padding: 23px 0 0; }

@media only screen and (max-width: 767px) and (min-width: 20px) {
  #hd-customer {
    padding: 33px 0 0; } }
#hd-customer .hdc-logo {
  float: left;
  padding: 0 10px 10px;
  margin: 0; }

#hd-customer .hdc-deconnexion {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 0;
  margin: 0; }

#hd-customer .hdc-deconnexion a {
  font-family: eurostile;
  text-transform: uppercase;
  display: inline-block;
  font-size: 17px;
  color: #fff;
  height: 39px;
  width: 206px;
  background: url(../img/deconnexion.png) no-repeat 0 0;
  float: right;
  padding: 10px 0 0 60px;
  text-decoration: none; }

@media only screen and (max-width: 767px) and (min-width: 20px) {
  #hd-customer .hdc-deconnexion a {
    width: auto;
    height: auto;
    font-size: 14px;
    background-image: none;
    background: #949494;
    float: right;
    padding: 7px 10px; }

  .cushd .hdc-deconnexion a {
    padding: 7px 10px !important; }

  #hd-customer .hdc-deconnexion a:before {
    content: "\f023";
    font-family: fontAwesome;
    font-size: 14px;
    display: inline-block;
    padding-right: 5px; }

  #hd-customer .wrapper .col-sm-9 {
    max-width: 58%;
    flex: 0 0 75%; }

  #hd-customer .wrapper .col-sm-5 {
    max-width: 42%;
    flex: 0 0 42%; }

  #custUserLbl {
    width: auto !important;
    display: block;
    margin-top: 10px;
    text-align: left !important; }

  #email-f {
    display: block;
    margin-top: 10px;
    text-align: left !important;
    width: 100% !important; }

  #custMes {
    width: 100% !important;
    float: none !important;
    margin: 0 0 5px 0 !important; } }
#custUserLbl {
  width: 45%; }

#custMes {
  width: 35%;
  float: left;
  margin: 0 0 0 3%; }

#email-f {
  width: 40%; }

@media only screen and (min-width: 992px) {
  #block-detailsinistre .hpndPlc {
    width: 309px; } }
.disTypeAlign {
  position: absolute;
  top: 27% !important; }

.disBic {
  background-color: lightgray !important; }

#fb-inside p, #fb-inside label {
  font-size: 23px; }

.inputs-localization {
  text-align: center;
  padding: 0 11%; }

.inputs-localization .loc1 {
  width: 280px !important; }

.inputs-localization .loc2 {
  width: 280px !important;
  left: 25px; }

.inputs-localization label {
  text-align: left !important;
  padding-top: 4px;
  font-size: 14px; }

#imeid .form-control {
  width: 100% !important;
  height: 34px; }

#imeid select.form-control {
  background: url(../img/selectorange.png) no-repeat right 11px !important; }

#imei-notf label {
  width: 100% !important;
  text-align: left;
  padding-left: 5px;
  font-size: 14px; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  .valid-imei {
    margin-top: 5px;
    padding: 0 5px 0 5px; }

  .imeilogos a {
    margin: 0px 20px 18px 20px; }

  .imbtn {
    margin-left: 0 !important; }

  .sel-brand {
    text-align: left !important; } }
.imbtn, .mlf {
  margin-left: 5px !important; }

@media only screen and (min-width: 1700px) {
  .imbtn, .mlf {
    margin-left: 7px !important; } }
.custImei {
  padding: 8px 19px 8px 20px; }

.snr-change {
  font-weight: bold;
  font-size: 16px;
  padding-top: 3px;
  text-align: left; }

@media only screen and (min-width: 1201px) {
  .interface-customer .panel h3.title-adresse {
    padding-top: 60px; }
  .interface-customer #panel-jesuis {
    width: 72%;
    float: left; }
    .interface-customer #panel-jesuis .col-left {
      width: 48%;
      float: left; }
    .interface-customer #panel-jesuis .col-left .hr-md {
      height: 6px;
      width: 58%;
      margin-left: 33%; }
  .interface-customer #panel-jesuis .inside {
    min-height: 407px; }
  .interface-customer #panel-lienutilisateur .form-group-mlu {
    margin-left: 10%;
    margin-bottom: 40px; }
  .interface-customer .block-temoincheckbox {
    text-align: center; }
  .interface-customer .block-grey .block-temoincheckbox label {
    padding-right: 0px !important; }
  .interface-customer .block-temoincheckbox .block-checkbox {
    margin-right: 0 !important; }
  .interface-customer #panel-ouetaitmobile .panel-body {
    min-height: 227px; }
  .interface-customer #panel-lienutilisateur .block-formadess {
    margin: 0 0 0 42px; }
  .interface-customer #panel-lienutilisateur .block-formadess .form-control {
    width: 98%; }
  .interface-customer .taille-numPV {
    width: 100px !important; }
  .interface-customer .label-police {
    width: 160px !important;
    padding-top: 0 !important; }
  .interface-customer .taille-selectpolice {
    width: 100px !important; }
  .interface-customer .group-confirm {
    padding-top: 7px; }
  .interface-customer #panel-details .col2 .btn {
    margin-right: 21px; }
  .interface-customer #panel-ouetetesvous .taille-oev-1 {
    width: 10%;
    float: left; }
  .interface-customer #panel-details .col1 {
    width: 75%; }
  .interface-customer #panel-details .col2 {
    width: 25%; }
  .interface-customer #panel-details .block-modele {
    float: right; }
  .interface-customer #panel-details .block-modele select.form-control {
    margin-right: 0; }
  .interface-customer #panel-details .block-couleurs {
    float: right; }
  .interface-customer #panel-details .block-couleurs select.form-control {
    margin-right: 0; }
  .interface-customer #panel-details .taille-tpo {
    margin-right: 15px;
    width: 130px; }
  .interface-customer #panel-details .taille-ftgh {
    margin-right: 15px;
    width: 130px; }
  .interface-customer #panel-details .taille-tryu {
    margin-right: 15px;
    width: 130px; }
  .interface-customer #panel-details .taille-trty {
    width: 130px; }
  .interface-customer #panel-details .taille-dlds-4 {
    width: 130px; }
  .interface-customer #panel-details .taille-imeisnr {
    width: 157px;
    margin-right: 15px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .interface-customer #panel-infosinistre .col-left {
    margin: 0;
    width: 47%; }
  .interface-customer #panel-lienutilisateur .form-group-mlu {
    margin-bottom: 40px; }
  .interface-customer #panel-ouetaitmobile .panel-body {
    min-height: 227px; }
  .interface-customer .block-temoincheckbox {
    text-align: center; }
  .interface-customer .block-temoincheckbox .block-checkbox {
    margin-right: 0 !important; }
  .interface-customer .tablette-double-line {
    padding-top: 0; }
  .interface-customer #panel-declare .bd {
    margin: 0 auto;
    width: 80%; }
  .interface-customer .block-modele {
    padding-top: 8px; }
  .interface-customer .block-capacite {
    display: block;
    padding-top: 8px; }
  .interface-customer .block-autre {
    display: block; }
  .interface-customer .taille-numPV {
    width: 100px !important; }
  .interface-customer .label-police {
    padding-top: 0 !important; }
  .interface-customer .taille-selectpolice {
    width: 100px !important; }
  .interface-customer #panel-details .col2 .btn {
    margin-right: 21px; }
  .interface-customer .title-merci {
    bottom: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    left: 10%;
    position: absolute;
    margin: 0 !important; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .title-thanks {
    bottom: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    left: 10%;
    position: absolute;
    margin: 0 !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interface-customer {
    /* #block-detailsinistre */
    /* end */ }
    .interface-customer .tablette-double-line {
      padding-top: 0; }
    .interface-customer .col-50,
    .interface-customer .col-50last,
    .interface-customer #panel-lienutilisateur .col-left,
    .interface-customer #panel-lienutilisateur .col-right,
    .interface-customer #panel-details .col-left,
    .interface-customer #panel-details .col-right,
    .interface-customer #panel-declare,
    .interface-customer #panel-jesuis {
      width: 100%;
      float: none; }
    .interface-customer #panel-infosinistre .col-left,
    .interface-customer #panel-infosinistre .col-right,
    .interface-customer #panel-infosinistre2 .col-left,
    .interface-customer #panel-infosinistre2 .col-right {
      float: none;
      margin: 0 0 15px 0;
      width: 100%; }
    .interface-customer #panel-lienutilisateur .block-identiteuser {
      padding-left: 0; }
    .interface-customer #panel-lienutilisateur .col-right {
      padding-top: 30px; }
    .interface-customer #panel-lienutilisateur .block-identiteuser-retrait {
      padding-left: 0; }
    .interface-customer .form-group-mlu label {
      width: auto !important;
      text-align: left;
      margin-bottom: 30px; }
    .interface-customer .block-temoincheckbox {
      text-align: center; }
    .interface-customer .block-temoincheckbox .block-checkbox {
      margin-right: 0 !important; }
    .interface-customer .block-autre {
      display: block;
      padding-top: 5px; }
    .interface-customer .block-autre .taille-sm {
      width: 50% !important; }
    .interface-customer .tablette-label-full {
      display: block;
      width: 100%; }
    .interface-customer .block-listtraces {
      padding-left: 20%; }
    .interface-customer #panel-details .block-couleurs {
      margin-top: 5px; }
    .interface-customer #panel-details .block-modele {
      margin-top: 5px;
      display: block;
      width: 100%;
      clear: both;
      float: none; }
    .interface-customer #panel-details .taille-tryu {
      margin-bottom: 5px; }
    .interface-customer #panel-details .taille-trty {
      margin-bottom: 5px; }
    .interface-customer #panel-details .taille-tpo {
      margin-bottom: 5px; }
    .interface-customer #panel-details .taille-ftgh {
      margin-bottom: 5px; }
    .interface-customer #block-detailsinistre,
    .interface-customer #block-detailsinistre .col-left,
    .interface-customer #block-detailsinistre .col-right,
    .interface-customer #panel-declare,
    .interface-customer #panel-infoproduit .col-left,
    .interface-customer #panel-infoproduit .col-right {
      width: 100%;
      margin: 0 0 20px 0; }
    .interface-customer .interface-customer .form-group .taille-lg,
    .interface-customer .interface-customer .form-group .taille-md {
      margin: 0;
      width: auto; }
    .interface-customer #panel-infoproduit .list-logos {
      margin: 0; }
    .interface-customer #panel-infoproduit .list-logos li {
      display: inline; }
    .interface-customer #panel-infoproduit .list-logos a {
      display: inline-block;
      float: none;
      margin: 10px; }
    .interface-customer #panel-infoproduit .form-groupautremarque {
      clear: both;
      float: none;
      margin: 0 0 10px 0; }
    .interface-customer #block-detailsinistre .texarea-produit {
      height: 54px;
      width: 100%; }
    .interface-customer #block-detailsinistre .textarea-passe {
      height: 240px;
      width: 100%; }
    .interface-customer .row-btns .text-right {
      text-align: center; } }
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .interface-customer #bd h1.title-merci {
    bottom: 0 !important;
    margin: 0 !important;
    width: 100%;
    height: auto;
    padding: 50px 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .interface-customer .taille-xs {
    margin: 0 8px 0 0;
    width: 22% !important;
    text-align: center; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .conteneur #hd-suiviclient .p-deconnexion {
    display: none; } }
@media only screen and (min-width: 20px) and (max-width: 540px) {
  .interface-customer #hd-orangecustomer h1 {
    clear: both;
    float: none;
    width: 100%;
    color: #000;
    float: none;
    font-size: 19px;
    /*padding: 15px 0 10px 0;*/
    margin: 0;
    text-align: center; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .interface-customer {
    /* #block-detailsinistre */
    /* end */ }
    .interface-customer #hd-orangecustomer {
      background-color: #fff;
      margin: 0 0 20px 0;
      padding: 20px 0  0 10px;
      position: relative; }
    .interface-customer #hd-orangecustomer .p-deconnexion {
      display: none; }
    .interface-customer .title-merci {
      margin-bottom: 0 !important; }
    .interface-customer .btn {
      height: auto;
      padding-top: 6px;
      padding-bottom: 4px; }
    .interface-customer #panel-etatmobile .retrait {
      margin-left: 0; }
    .interface-customer .retrait {
      margin-left: 0; }
    .interface-customer .p-btn .btn {
      height: auto;
      padding: 7px 40px 5px 40px; }
    .interface-customer #panel-lienutilisateur .block-formadess {
      margin: 0; }
    .interface-customer .h-separation {
      padding-bottom: 10px;
      width: 100%; }
    .interface-customer .taille-xs {
      margin: 0 8px 0 0;
      width: 22% !important; }
    .interface-customer .taille-sm {
      margin: 0 8px 0 0;
      width: 20% !important; }
    .interface-customer .taille-md {
      width: 60% !important; }
    .interface-customer .panel-heading h2 {
      font-size: 19px;
      padding: 0; }
    .interface-customer .block-info {
      width: 100%; }
    .interface-customer .retrait {
      margin-left: 0; }
    .interface-customer .form-group {
      margin: 0 0 5px 0; }
    .interface-customer .form-group .form-control {
      width: 100%; }
    .interface-customer .block-grey {
      padding-top: 5px; }
    .interface-customer #panel-infosinistre .col-left,
    .interface-customer #panel-infosinistre .col-right,
    .interface-customer #panel-infosinistre2 .col-left,
    .interface-customer #panel-infosinistre2 .col-right {
      float: none;
      margin: 0 0 15px 0;
      width: 100%; }
    .interface-customer .form-group label.taille-sm,
    .interface-customer .form-group .taille-lg,
    .interface-customer .form-group .taille-md {
      margin: 0;
      width: 100% !important; }
    .interface-customer label.smartphone-taille-full br {
      display: none; }
    .interface-customer .p-btn {
      padding: 30px 0;
      text-align: center; }
    .interface-customer .block-liquide .taille-t1,
    .interface-customer .block-liquide .taille-t2,
    .interface-customer .block-liquide .taille-t3 {
      text-align: left !important;
      width: 100%;
      float: none;
      margin: 0 0 4px 0; }
    .interface-customer .block-tombe .taille-t1,
    .interface-customer .block-tombe .taille-t2,
    .interface-customer .block-tombe .taille-t3,
    .interface-customer .block-tombe .taille-t4 {
      text-align: left !important;
      width: 100%;
      float: none;
      margin: 0 0 4px 0; }
    .interface-customer #panel-etatmobile .retrait .col1 {
      float: none;
      margin: 0 0 10px 0;
      width: 100%;
      text-align: left; }
    .interface-customer #panel-etatmobile .retrait .col2 {
      float: none;
      width: 100%; }
    .interface-customer #panel-details .col-left,
    .interface-customer #panel-details .col-right,
    .interface-customer #panel-declare,
    .interface-customer #panel-jesuis,
    .interface-customer .col-50,
    .interface-customer .col-50last,
    .interface-customer #panel-details .col1,
    .interface-customer #panel-details .col2,
    .interface-customer #panel-lienutilisateur .col1,
    .interface-customer #panel-lienutilisateur .col2,
    .interface-customer #panel-lienutilisateur .col-left,
    .interface-customer #panel-lienutilisateur .col-right {
      float: none;
      margin: 0 0 10px 0;
      width: 100%; }
    .interface-customer #panel-ouetetesvous .taille-oev-1,
    .interface-customer #panel-ouetetesvous .taille-oev-2,
    .interface-customer #panel-ouetetesvous .taille-oev-3,
    .interface-customer #panel-ouetetesvous .taille-oev-4,
    .interface-customer #panel-ouetetesvous .taille-oev-34,
    .interface-customer #panel-ouetetesvous .taille-oev-1 .form-control,
    .interface-customer #panel-ouetetesvous .taille-oev-2 .form-control,
    .interface-customer #panel-ouetetesvous .taille-oev-3 .form-control,
    .interface-customer #panel-ouetetesvous .taille-oev-4 .form-control,
    .interface-customer #panel-ouetetesvous .taille-oev-34 .form-control, .interface-customer #panel-ouetaitmobile .taille-oev-1,
    .interface-customer #panel-ouetaitmobile .taille-oev-2,
    .interface-customer #panel-ouetaitmobile .taille-oev-3,
    .interface-customer #panel-ouetaitmobile .taille-oev-4,
    .interface-customer #panel-ouetaitmobile .taille-oev-34,
    .interface-customer #panel-ouetaitmobile .taille-oev-1 .form-control,
    .interface-customer #panel-ouetaitmobile .taille-oev-2 .form-control,
    .interface-customer #panel-ouetaitmobile .taille-oev-3 .form-control,
    .interface-customer #panel-ouetaitmobile .taille-oev-4 .form-control,
    .interface-customer #panel-ouetaitmobile .taille-oev-34 .form-control {
      width: 98%;
      text-align: left !important;
      clear: both;
      float: none;
      margin-bottom: 3px; }
    .interface-customer #panel-ouetetesvous .taille-oev-2 label, .interface-customer #panel-ouetaitmobile .taille-oev-2 label {
      text-align: left !important; }
    .interface-customer #panel-lienutilisateur .block-identiteuser {
      padding-left: 0; }
    .interface-customer #panel-declare .bd {
      margin: 0 auto;
      width: 80%; }
    .interface-customer #panel-lienutilisateur .block-identiteuser-retrait {
      padding-left: 0; }
    .interface-customer .tailleautre {
      margin-bottom: 4px; }
    .interface-customer .block-autre {
      display: block;
      padding-top: 5px; }
    .interface-customer .block-autre .taille-sm {
      width: 50% !important; }
    .interface-customer h2.title-justification {
      font-size: 19px;
      padding: 20px 0; }
    .interface-customer .list-docs {
      text-align: center;
      display: block; }
    .interface-customer .list-docs li {
      margin: 0;
      display: inline-block;
      float: none; }
    .interface-customer .panel h3 {
      padding: 15px 0 0 0; }
    .interface-customer .block-temoincheckbox,
    .interface-customer .group-inteexte {
      text-align: left !important; }
    .interface-customer #panel-details .block-couleurs {
      margin-top: 5px; }
    .interface-customer #panel-details .block-modele {
      display: block;
      width: 100%;
      clear: both;
      float: none;
      margin-top: 5px; }
    .interface-customer #panel-details .block-capacite {
      display: block;
      width: 100%;
      clear: both;
      float: none;
      margin-top: 5px; }
    .interface-customer #panel-details .taille-tryu {
      margin-bottom: 5px; }
    .interface-customer #panel-details .taille-trty {
      margin-bottom: 5px; }
    .interface-customer #panel-details .taille-tpo {
      margin-bottom: 5px; }
    .interface-customer #panel-details .taille-ftgh {
      margin-bottom: 5px; }
    .interface-customer #block-detailsinistre,
    .interface-customer #block-detailsinistre .col-left,
    .interface-customer #block-detailsinistre .col-right,
    .interface-customer #panel-declare,
    .interface-customer #panel-infoproduit .col-left,
    .interface-customer #panel-infoproduit .col-right {
      width: 100%;
      clear: both;
      float: none;
      margin: 0 0 5px 0; }
    .interface-customer .interface-customer .form-group .taille-lg,
    .interface-customer .interface-customer .form-group .taille-md {
      margin: 0;
      width: auto; }
    .interface-customer #panel-infoproduit .list-logos {
      margin: 0;
      padding: 0; }
    .interface-customer #panel-infoproduit .list-logos li {
      display: inline; }
    .interface-customer #panel-infoproduit .list-logos a {
      display: inline-block;
      float: none;
      margin: 10px; }
    .interface-customer #panel-infoproduit .form-groupautremarque {
      clear: both;
      float: none;
      margin: 0 0 10px 0; }
    .interface-customer #block-detailsinistre .texarea-produit {
      height: 54px;
      width: 100%; }
    .interface-customer #block-detailsinistre .textarea-passe {
      height: 240px;
      width: 100%; }
    .interface-customer .row-btns .text-right {
      text-align: center; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .interface-customer label.smartphone-taille-full {
    display: block !important;
    text-align: left !important;
    width: 100% !important;
    margin-bottom: 4px !important; }
  .interface-customer .form-group label {
    width: auto !important; } }
@media only screen and (min-width: 1201px) {
  #panel-infosinistre2 .col-left {
    margin-left: 20px !important; } }
/* List DOC */
@media only screen and (min-width: 1201px) {
  .taille-custom {
    width: auto !important;
    margin: 0 8px 0 0; }

  .numselectwidth {
    margin-left: -39px;
    margin-right: 36px; }

  .interface-customer .list-docs {
    margin: 0; }

  .interface-customer .list-docs ul {
    display: inline;
    margin: 0; }

  .interface-customer .list-docs li {
    display: block;
    width: 25%;
    float: left;
    padding-bottom: 50px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .taille-custom {
    width: auto !important;
    margin: 0 8px 0 0; }

  .numselectwidth {
    margin-left: -39px;
    margin-right: 36px; }

  .interface-customer .list-docs ul {
    display: inline;
    margin: 0; }

  .interface-customer .list-docs li {
    display: block;
    width: 25%;
    float: left;
    padding-bottom: 50px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .taille-custom {
    width: auto !important;
    margin: 0 8px 0 0; }

  .interface-customer .list-docs ul {
    display: inline;
    margin: 0; }

  .interface-customer .list-docs li {
    display: block;
    width: 33%;
    float: left; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .taille-custom {
    width: 100% !important;
    display: block;
    text-align: left !important;
    margin: 0 8px 4px 0; }

  .interface-customer .form-group label.label-block-auto {
    text-align: left;
    display: block;
    margin: 0 0 4px 0;
    width: auto; }

  .numselectwidth {
    margin-top: 10px; }

  .otherEtes {
    margin-top: 10px; }

  .interface-customer .list-docs ul {
    display: inline;
    margin: 0; }

  .interface-customer .list-docs li {
    display: block;
    width: 50%;
    float: left; }

  .interface-customer .list-docs li a span {
    padding: 5px 0 15px 0 !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-logos {
    display: inline; }

  #labelalign {
    padding-left: 10%; }

  .textalign {
    padding-left: 18px; } }
@media only screen and (min-width: 767px) {
  .align {
    width: 26% !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .selectfieldsalign {
    margin-top: 34px; }

  .labelalignment {
    margin-left: 18px !important; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #panel-infoproduit #select-productinfo,
  #panel-infoproduit #listlogosdiv {
    width: 100% !important; }

  #panel-infoproduit .group-selectinfoproduit {
    padding-top: 0 !important; } }
@media only screen and (min-width: 676px) and (max-width: 767px) {
  .interface-customer #panel-infoproduit .list-logos {
    width: 80% !important;
    margin: 0 auto !important; } }
/* ********************** HEADER  **********************  */
#hd-suiviclient:before, #hd-suiviclient:after {
  content: " ";
  display: table; }
#hd-suiviclient:after {
  clear: both; }

#hd-suiviclient .line-logo .col-left {
  width: 50%;
  float: left;
  padding: 10px; }

#hd-suiviclient .line-logo .col-right {
  width: 50%;
  float: right;
  text-align: right;
  padding: 10px; }

.up-logo {
  padding: 0;
  margin: 0; }

.main-menu {
  width: 100%;
  clear: both;
  float: none;
  background-color: #e0e0e0;
  color: #9b9b9b; }
  .main-menu:before, .main-menu:after {
    content: " ";
    display: table; }
  .main-menu:after {
    clear: both; }

.block-id {
  width: 30%;
  float: left;
  background-color: #ff6d00;
  padding: 8px 7px 0 7px;
  height: 64px;
  position: relative;
  z-index: 1; }
  .block-id:before, .block-id:after {
    content: " ";
    display: table; }
  .block-id:after {
    clear: both; }

.block-id .col-left {
  width: 60px;
  float: left; }

.block-id .col-left img {
  display: block;
  width: 48px;
  height: 48px; }

.block-id .col-right {
  float: left;
  padding: 4px 2px 0 0; }

.block-id .block-username {
  padding: 0;
  margin: 0 0 3px 0;
  line-height: 1em;
  font-size: 20px;
  color: #fff; }

.block-id .block-usernum {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-weight: bold;
  font-size: 15px;
  color: #fff; }

@media only screen and (min-width: 1201px) {
  .block-id {
    padding-left: 3%; }

  .up-logo {
    padding-left: 2%; }

  .interface-customer #panel-adhesiondeclare .block-checkbox {
    margin-right: 0 !important;
    margin-bottom: 16px; } }
#bs-navbar-collapse-1 {
  margin: 0;
  padding: 0; }

#nav-main {
  width: 70%;
  float: left;
  position: relative;
  z-index: 2; }

.mode-desktop #nav-main {
  height: 64px; }

#nav-main ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }

#nav-main .ul-with-4-items li {
  width: 25%; }

#nav-main ul li {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  float: left;
  text-align: center;
  vertical-align: top;
  line-height: 1em;
  padding: 0;
  margin: 0; }

#nav-main ul li span {
  position: relative;
  height: 64px;
  display: block;
  padding: 20px 0 0 0;
  color: #9b9b9b;
  line-height: 1em;
  font-size: 20px; }

#nav-main ul li span i {
  font-style: normal; }

#nav-main ul li.active span {
  background-color: #ff6d00;
  color: #fff; }

#nav-main ul li.wasactive span {
  background-color: #ffa766;
  color: #ff6d00; }

#nav-main ul li.wasactive-no-arrow span {
  background-color: #ffa766;
  color: #ff6d00; }

/* patch pour les grand ecrans afin de centrer l'item */
@media only screen and (min-width: 1201px) {
  #nav-main ul li:nth-child(2).wasactive span {
    text-indent: -35px; }

  #nav-main ul li:nth-child(3).wasactive span {
    text-indent: -35px; } }
@media only screen and (min-width: 1076px) and (max-width: 1200px) {
  .block-id .block-username {
    font-size: 21px !important; }

  .block-id .block-usernum {
    font-size: 15px !important; }

  .column-editorial h1 {
    font-size: 25px !important; }

  .column-editorial h2 {
    font-size: 22px !important; }

  .column-editorial p {
    font-size: 22px !important; }

  .block-info p {
    font-size: 21px !important; }

  #nav-main ul li span {
    font-size: 21px !important; }

  .block-id .col-right {
    padding: 4px 2px 0 0 !important; } }
@media only screen and (min-width: 992px) and (max-width: 1075px) {
  .block-id .block-username {
    font-size: 19px !important; }

  .block-id .block-usernum {
    font-size: 15px !important; }

  .column-editorial h1 {
    font-size: 24px !important; }

  .column-editorial h2 {
    font-size: 20px !important; }

  .column-editorial p {
    font-size: 20px !important; }

  .block-info p {
    font-size: 20px !important; }

  #nav-main ul li span {
    font-size: 16px !important; }

  .block-id .col-right {
    padding: 4px 2px 0 0 !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-id .block-username {
    font-size: 24px !important; }

  .block-id .block-usernum {
    font-size: 16px !important; }

  .column-editorial h1 {
    font-size: 28px !important; }

  .column-editorial h2 {
    font-size: 22px !important; }

  .column-editorial p {
    font-size: 22px !important; }

  .block-info p {
    font-size: 21px !important; }

  #nav-main ul li span {
    font-size: 18px !important;
    padding: 24px 0px 0px 0px !important; }

  .block-id .col-right {
    padding: 2px 10px 0 0 !important; } }
@media only screen and (min-width: 351px) and (max-width: 767px) {
  .block-id .block-username {
    font-size: 16px !important; }

  .block-id .block-usernum {
    font-size: 14px !important; }

  .column-editorial h1 {
    font-size: 20px !important; }

  .column-editorial h2 {
    font-size: 16px !important; }

  .column-editorial p {
    font-size: 16px !important; }

  .block-info p {
    font-size: 14px !important; }

  #nav-main ul li span {
    font-size: 11px !important;
    padding: 12px 4px 10px 4px !important; }

  .block-id .col-right {
    padding: 4px 10px 0 0 !important; } }
@media only screen and (max-width: 350px) {
  .block-id .block-username {
    font-size: 15px !important; }

  .block-id .block-usernum {
    font-size: 13px !important; }

  .column-editorial h1 {
    font-size: 18px !important; }

  .column-editorial h2 {
    font-size: 14px !important; }

  .column-editorial p {
    font-size: 15px !important; }

  .block-info p {
    font-size: 13px !important; }

  #nav-main ul li span {
    font-size: 10px !important;
    height: 33px !important;
    padding: 12px 4px 10px 4px !important; }

  .block-id .col-right {
    padding: 5px 10px 0 0 !important; } }
@media only screen and (min-width: 992px) {
  #nav-main ul li:first-child::before {
    z-index: 9999;
    content: "";
    background: url(../img/arrowblacnk.png) no-repeat right 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: 27px; }

  #nav-main ul li:first-child.wasactive-no-arrow::before {
    content: "";
    background-image: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: 27px;
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 24px;
    border-color: transparent transparent transparent #ff6d00; }

  #nav-main ul li:first-child.wasactive::before {
    content: "";
    background-image: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: 27px;
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 24px;
    border-color: transparent transparent transparent #ff6d00; } }
@media only screen and (min-width: 768px) {
  #nav-main ul li:last-child a::after {
    display: none; }

  #nav-main ul li span::after {
    content: "";
    background: url(../img/menuarrow.png) no-repeat right 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 27px; }

  #nav-main ul li:last-child span::after {
    display: none; }

  #nav-main ul li.active span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -24px;
    height: 64px;
    width: 27px;
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 24px;
    border-color: transparent transparent transparent #ff6d00; }

  #nav-main ul li:last-child.active span::after {
    display: none; }

  #nav-main ul li.active span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: 27px;
    width: 0;
    background-image: none;
    height: 0;
    border-style: solid;
    border-width: 32px 0 32px 24px;
    border-color: transparent transparent transparent #ffa766; }

  #nav-main ul li:first-child.active span::before {
    display: none; }

  #nav-main ul li.wasactive span::after {
    content: "";
    background: url(../img/arrowblacnk.png) no-repeat right 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 27px; }

  #nav-main ul li.wasactive-no-arrow span::after {
    display: none; } }
/* fleche pour les smartphone mais sur une ligne */
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #nav-main ul.ul-with-4-items li:last-child a::after {
    display: none; }

  #nav-main ul.ul-with-4-items li span::after {
    content: "";
    background: url(../img/arrowsimple.png) no-repeat right 0;
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    height: 36px;
    width: 8px; }

  #nav-main ul.ul-with-4-items li:last-child span::after {
    display: none; }

  #nav-main ul.ul-with-4-items li.active span {
    text-indent: 8px; }

  #nav-main ul.ul-with-4-items li.active span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    height: 34px;
    width: 8px;
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 8px;
    border-color: transparent transparent transparent #ff6d00; }

  #nav-main ul.ul-with-4-items li:last-child.active span::after {
    display: none; }

  #nav-main ul.ul-with-4-items li.active span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 8px;
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 8px;
    border-color: transparent transparent transparent #ffa766; }

  #nav-main ul.ul-with-4-items li:first-child.active span::before {
    display: none; }

  #nav-main ul.ul-with-4-items li.wasactive span::after {
    content: "";
    background: url(../img/arrowsimple.png) no-repeat right 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 8px; }

  #nav-main ul.ul-with-4-items li.wasactive-no-arrow span::after {
    display: none; } }
/* fleche pour les smartphone mais sur deux lignes */
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #nav-main ul.ul-with-4-items.double li span {
    height: 48px; }

  #nav-main ul.ul-with-4-items.double li:last-child a::after {
    display: none; }

  #nav-main ul.ul-with-4-items.double li span::after {
    content: "";
    background: url(../img/arrowdouble.png) no-repeat right 0;
    display: block;
    position: absolute;
    top: 0;
    right: -4px;
    height: 50px;
    width: 8px; }

  #nav-main ul.ul-with-4-items.double li:last-child span::after {
    display: none; }

  #nav-main ul.ul-with-4-items.double li.active span {
    text-indent: 8px; }

  #nav-main ul.ul-with-4-items.double li.active span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    height: 50px;
    width: 8px;
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 23px 8px;
    border-color: transparent transparent transparent #ff6d00; }

  #nav-main ul.ul-with-4-items.double li:last-child.active span::after {
    display: none; }

  #nav-main ul.ul-with-4-items.double li.active span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 8px;
    background-image: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 23px 8px;
    border-color: transparent transparent transparent #ffa766; }

  #nav-main ul.ul-with-4-items.double li:first-child.active span::before {
    display: none; }

  #nav-main ul.ul-with-4-items.double li.wasactive span::after {
    content: "";
    background: url(../img/arrowdouble.png) no-repeat right 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 52px;
    width: 8px; }

  #nav-main ul.ul-with-4-items.double li.wasactive-no-arrow span::after {
    display: none; }

  #nav-main ul.ul-with-4-items.double li:nth-child(1) {
    width: 20%; }

  #nav-main ul.ul-with-4-items.double li:nth-child(2) {
    width: 24%; }

  #nav-main ul.ul-with-4-items.double li:nth-child(3) {
    width: 31%; }

  #nav-main ul.ul-with-4-items.double li:nth-child(4) {
    width: 25%; }

  #nav-main ul.ul-with-4-items.double li:nth-child(1) span {
    padding-top: 16px; }

  #nav-main ul.ul-with-4-items.double li:nth-child(2) span {
    padding-top: 8px; }

  #nav-main ul.ul-with-4-items.double li:nth-child(3) span {
    padding-top: 16px; }

  #nav-main ul.ul-with-4-items.double li:nth-child(4) span {
    padding-top: 16px; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  #nav-main {
    float: none;
    width: 100%; }

  #nav-main ul {
    display: table;
    width: 100%; }

  .block-id {
    width: 100%;
    float: none; }

  #nav-mainmenu {
    width: 100%;
    float: none; }

  .block-id .col-left {
    width: 60px; }

  .block-id .col-right {
    width: auto;
    position: relative; }

  #nav-main ul li span {
    height: auto;
    display: block;
    padding: 23px 0px 0px 0px;
    color: #9b9b9b;
    line-height: 1em;
    text-transform: none;
    font-size: 12px; }

  #nav-main ul li span.active {
    color: #fff; }

  #nav-main ul li span.active::before {
    font-size: 11px;
    line-height: 1em;
    content: "\f111";
    font-family: fontAwesome;
    display: inline-block;
    padding: 0 5px 0 0; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .block-id {
    padding: 8px; }

  #nav-main {
    float: right; }

  #nav-main ul {
    margin: 0;
    width: 100%; }

  .block-id .col-right {
    width: auto; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .block-id {
    float: none;
    width: 100%; }

  #nav-main {
    float: none;
    width: 100%; } }
/* conteneur */
.conteneur {
  width: 100%;
  height: 100%; }

.conteneur {
  /* HEADER */ }
  .conteneur #hd-suiviclient {
    background-color: #fff;
    padding: 0 0 30px 0;
    position: relative;
    margin: 0 0 35px 0; }
    .conteneur #hd-suiviclient:before, .conteneur #hd-suiviclient:after {
      content: " ";
      display: table; }
    .conteneur #hd-suiviclient:after {
      clear: both; }
  .conteneur #hd-suiviclient .p-logo {
    float: left;
    margin: 0 0 15px 0; }
  .conteneur #hd-suiviclient h1 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    float: left;
    padding: 22px 0 0 0;
    margin: 0; }
  .conteneur #hd-suiviclient .p-deconnexion {
    padding: 7px 0 0 0;
    margin: 0; }
  .conteneur #hd-suiviclient .p-deconnexion a {
    transition: all 0.3s ease-out 0s;
    padding: 10px 18px;
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    font-size: 17px;
    font-weight: 600; }
  .conteneur #hd-suiviclient .p-deconnexion a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }
  .conteneur #hd-suiviclient .row {
    padding-top: 0; }
  .conteneur #hd-suiviclient .p-smartphone-deconnexion {
    padding: 36px 0 0 0;
    margin: 0; }
  .conteneur #hd-suiviclient .p-smartphone-deconnexion a {
    transition: all 0.3s ease-out 0s;
    padding: 5px 10px;
    color: #000;
    display: inline-block;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 5px;
    right: 10px; }
  .conteneur #hd-suiviclient .p-smartphone-deconnexion a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }

/* wrapper-suiviclient */
.wrapper-suiviclient {
  clear: both;
  float: none;
  width: 100%; }

.wrapper-suiviclient {
  display: table;
  width: 100%; }

.column-editorial {
  display: table-cell;
  width: 60%;
  vertical-align: top;
  text-align: center; }

.column-photo {
  display: table-cell;
  width: 40%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.column-photo .inside {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

.photo-1 {
  background-image: url(../img/iStock_000002287592.jpg); }

.photo-rendezvous {
  background-image: url(../img/rendezvous.jpg); }

.photo-transport {
  background-image: url(../img/transport.jpg); }

.photo-intervention {
  background-image: url(../img/intervention.jpg); }

.photo-paiement {
  background-image: url(../img/paiement.jpg); }

.photo-atelier {
  background-image: url(../img/atelier.jpg); }

.photo-controle {
  background-image: url(../img/controle.jpg); }

.photo-examen {
  background-image: url(../img/examen.jpg); }

.photo-controle {
  background-image: url(../img/controle.jpg); }

.photo-cloture {
  background-image: url(../img/cloture.jpg); }

.photo-sinistre {
  background-image: url(../img/sinistre.jpg); }

.photo-indemnisation {
  background-image: url(../img/indemnisation.jpg); }

.photo-livraison {
  background-image: url(../img/livraison.jpg); }

.block-infostatut {
  width: 100%;
  background-color: #ff6d00;
  background-image: url(../img/check.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0; }

.block-infostatut p {
  margin: 0;
  color: #fff;
  font-size: 32px;
  padding: 7% 0; }

.column-editorial h1 {
  font-size: 30px;
  color: #000;
  margin: 0 0 24px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold; }

.column-editorial h2 {
  font-size: 23px;
  color: #000;
  margin: 0 0 30px 0;
  padding: 0; }

.column-editorial h2 strong {
  color: #000; }

.column-editorial p {
  font-size: 23px;
  color: #000;
  margin: 0 0 35px 0;
  padding: 0; }

.column-editorial p.text-primary {
  color: #ff6d00; }

.column-editorial a:not(.btn, .btn-send, .astar) {
  color: #ff6d00; }

.column-editorial a:not(.btn, .btn-send):hover {
  color: #000;
  text-decoration: underline; }

.column-editorial p.text-withlink a {
  text-decoration: underline; }

.column-editorial p.text-withlink a:hover {
  text-decoration: underline;
  color: #000; }

.block-grey {
  background-color: #efeded;
  border-radius: 6px;
  margin: 0 0 20px 0;
  padding: 20px;
  color: #000;
  font-size: 16px; }

.block-grey p {
  color: #000;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.2em; }

.block-grey h3 {
  font-size: 19px;
  font-weight: normal; }

.block-grey h2 {
  color: #7a7a7a; }

.block-grey span {
  color: #7a7a7a; }

.block-grey .block-grey-line {
  margin: 0 0 10px 0;
  padding: 10px 0 0 0; }
  .block-grey .block-grey-line:before, .block-grey .block-grey-line:after {
    content: " ";
    display: table; }
  .block-grey .block-grey-line:after {
    clear: both; }

.block-grey .block-grey-line:first-of-type {
  padding: 10px 0 0 0; }

.block-grey .block-grey-line .col1 {
  width: 50%;
  float: left; }

.block-grey .block-grey-line .col1 p {
  font-size: 14px;
  color: #232323;
  margin: 0 0 5px 0; }

.block-grey .block-grey-line .col2 {
  width: 50%;
  float: left; }

.block-grey .block-grey-line .col2 p {
  font-size: 14px;
  color: #232323;
  margin: 0 0 5px 0; }

.block-grey .p-start {
  text-align: center; }

.block-grey .p-start a {
  display: inline-block;
  font-size: 21px;
  color: #aaa9aa; }

.block-grey .p-start a:hover,
.block-grey .p-start a.active {
  text-decoration: none;
  color: #ff6d00; }

.block-grey .block-checkbox label {
  color: #7a7a7a;
  padding-right: 40px; }

.block-grey .block-checkbox:first-of-type label {
  padding-right: 40px; }

.block-grey .block-checkbox-sinistre {
  padding-left: 6%; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  .block-grey .block-checkbox-sinistre {
    padding-left: 13%; } }
.block-info {
  background: #faf8f8 url(../img/infos.png) no-repeat 20px center;
  border-radius: 6px;
  margin: 0 0 20px 0;
  padding: 26px 38px 20px 80px;
  color: #000;
  font-size: 16px;
  text-align: center; }

.block-info p {
  color: #7a7a7a;
  font-size: 21px;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 1.2em;
  text-align: center; }

.block-info p strong {
  color: #3a3a3a; }

.block-info p.text-danger,
.block-info p.text-danger strong {
  color: #c41010 !important; }

a.btn-code {
  color: #000;
  border: 2px solid #000;
  font-size: 25px;
  padding: 3px 10px; }

a:hover.btn-code {
  text-decoration: none;
  color: #ff6d00;
  border: 2px solid #ff6d00; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  a.btn-code {
    font-size: 18px; } }
@media only screen and (min-width: 1201px) {
  .column-editorial-inside {
    width: 78%;
    margin: 0 auto;
    max-width: 719px;
    padding: 8% 0 2% 0; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .column-editorial-inside {
    width: 90%;
    margin: 0 auto; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .column-editorial-inside {
    padding: 20px; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .column-editorial-inside {
    padding: 20px; } }
.btn-send {
  padding: 2px 20px;
  font-size: 14px;
  color: #232323;
  background: linear-gradient(180deg, white 0%, #dbdbdb 99.66%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.18); }

.btn-send:hover,
.btn-send:focus {
  text-decoration: none;
  color: #000;
  background: linear-gradient(0deg, white 0%, #dbdbdb 100%); }

.column-editorial .p-btncenter {
  margin-bottom: 50px; }

.column-editorial .p-btncenter .btn {
  text-transform: none;
  height: auto;
  padding-top: 5px;
  padding-bottom: 4px;
  line-height: 1em; }

.width154 {
  width: 160px;
  display: inline-block;
  color: #7a7a7a !important;
  font-weight: bold; }

/* modal */
.customer-modale {
  padding: 50px 50px 20px 50px; }

.customer-modale h2 {
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  color: #545354;
  line-height: 1.1em;
  margin: 0 0 20px 0;
  padding: 0; }

.customer-modale h3 {
  font-weight: 400;
  text-align: center;
  font-size: 17px;
  color: #828282;
  line-height: 1.1em;
  margin: -15px 0 30px 0;
  padding: 0; }

.customer-modale p,
.customer-modale ul li,
.customer-modale ol li {
  font-size: 14px;
  color: #828282; }

.customer-modale ul {
  margin: 0 0 25px 0; }

.customer-modale ul li {
  position: relative;
  padding: 0 0 0 5px;
  margin: 0 0 10px 0; }

.customer-modale ul li::before {
  display: block;
  position: absolute;
  left: -10px;
  top: 5px;
  content: "\f111";
  font-family: fontAwesome;
  font-size: 8px;
  color: #c41010; }

.customer-modale .btn {
  height: auto;
  padding: 5px 10px; }

.customer-modale .p-centerbtn {
  padding-top: 10px;
  text-align: center; }

.block-identlogin {
  text-align: center;
  background: #faf8f8 url(../img/lock.png) no-repeat 0 -10px;
  border-radius: 6px;
  margin: 0 auto 20px auto;
  max-width: 400px;
  padding: 28px 28px  8px 28px; }

.block-identlogin p {
  font-size: 12px;
  color: #828282;
  margin: 0 0 10px 0; }

.block-identlogin p strong {
  color: #2b2b2b; }

.block-identlogin .span-code {
  display: inline-block;
  border: 1px solid #828282;
  padding: 2px 5px;
  font-weight: 700;
  color: #000000; }

.customer-modale .p-information {
  color: #000; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper-suiviclient {
    display: block;
    width: 100%; }

  .column-editorial {
    padding-bottom: 30px; }

  .column-editorial,
  .column-photo {
    float: none;
    clear: both;
    display: block;
    height: auto !important;
    width: 100%; }

  .block-infostatut {
    position: relative;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #000000; } }
@media only screen and (min-width: 20px) and (max-width: 767px) {
  .wrapper-suiviclient {
    display: block;
    width: 100%; }

  .column-editorial {
    padding-bottom: 30px; }

  .column-editorial,
  .column-photo {
    float: none;
    clear: both;
    display: block;
    height: auto !important;
    width: 100%; }

  .block-infostatut {
    position: relative;
    text-align: center;
    width: 100%; }

  .block-grey .block-grey-line .col1,
  .block-grey .block-grey-line .col2 {
    padding-top: 4px;
    width: 100%;
    float: none;
    clear: both; } }
/* Page login CLIENT */
.thankshtml {
  overflow: hidden;
  height: 100%; }

.thanksbody {
  background: url(../img/2287592.jpg) no-repeat right center;
  background-size: cover;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%; }

.thanksoverlay-1 {
  position: absolute;
  top: 73px;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(255, 109, 0, 0.7); }

.erroroverlay {
  position: absolute;
  top: 74px;
  left: 150px;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: linear-gradient(rgba(255, 109, 0, 0.7), rgba(255, 109, 0, 0.7)), url(../img/errorbg.jpg) no-repeat 0 0;
  background-size: 100% 100%; }

.thanksoverlay-2 {
  background: url(../login/overlay.png) no-repeat 0 0;
  background-size: cover;
  position: absolute;
  top: 73px;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 20; }

.block-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 60; }

.block-thanksleft {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.block-thanksleft h1 {
  padding: 0 0 0 6%;
  font-weight: bold;
  line-height: 1em;
  color: #000;
  font-size: 54px;
  margin: 0 0 10px 0; }
.block-thanksleft h2 {
  padding: 0 0 0 6%;
  font-weight: 400;
  line-height: 1em;
  font-weight: bold;
  color: #2c2c2d;
  font-size: 30px;
  margin: 0 0 5px 0; }
.block-thanksleft h3 {
  padding: 0 0 0 6%;
  font-weight: 400;
  line-height: 1em;
  color: #666569;
  font-size: 26px;
  margin: 0 0 10px 0; }

@media only screen and (min-width: 1467px) {
  .err-blc h1 {
    text-transform: uppercase;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: 100;
    font-size: 32px; }
  .err-blc h2 {
    padding: 0 0 0 6%;
    font-weight: 400;
    line-height: 1em;
    font-weight: bold;
    color: #2c2c2d;
    font-size: 14px;
    margin: 0 0 5px 0; }
  .err-blc h3 {
    padding: 0 0 0 6%;
    font-weight: 400;
    line-height: 1em;
    color: #666569;
    font-size: 12px;
    margin: 0 0 10px 0; } }
@media only screen and (min-width: 1247px) and (max-width: 1467px) {
  .block-thanksleft h1 {
    padding: 0 0 0 6%;
    font-weight: 400;
    line-height: 1em;
    font-weight: bold;
    color: #000;
    font-size: 53px;
    margin: 0 0 10px 0; }
  .block-thanksleft h2 {
    padding: 0 0 0 6%;
    font-weight: 400;
    line-height: 1em;
    font-weight: bold;
    color: #2c2c2d;
    font-size: 14px;
    margin: 0 0 5px 0; }
  .block-thanksleft h3 {
    padding: 0 0 0 6%;
    font-weight: 400;
    line-height: 1em;
    color: #666569;
    font-size: 12px;
    margin: 0 0 10px 0; }

  .err-blc h1 {
    text-transform: uppercase;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: 100;
    font-size: 32px; } }
@media only screen and (min-width: 994px) and (max-width: 1246px) {
  .block-thanksleft h1 {
    padding: 0 0 0 5%;
    font-weight: 400;
    line-height: 1em;
    font-weight: bold;
    color: #000;
    font-size: 43px;
    margin: 0 0 10px 0; }
  .block-thanksleft h2 {
    padding: 0 0 0 5%;
    font-weight: 400;
    line-height: 1em;
    font-weight: bold;
    color: #2c2c2d;
    font-size: 14px;
    margin: 0 0 5px 0; }
  .block-thanksleft h3 {
    padding: 0 0 0 5%;
    font-weight: 400;
    line-height: 1em;
    color: #666569;
    font-size: 12px;
    margin: 0 0 10px 0; }

  .err-blc h1 {
    text-transform: uppercase;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: 100;
    font-size: 32px; }
  .err-blc h2, .err-blc h3 {
    font-size: 12px; } }
@media only screen and (min-width: 441px) and (max-width: 993px) {
  .thanksbody {
    background: url(../img/merci_responsive.jpg) no-repeat center 0;
    background-size: cover;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%; }

  .thanksoverlay-1 {
    position: relative;
    height: 100px;
    width: 100%;
    z-index: 10;
    background-color: transparent; }

  .thanksoverlay-2 {
    display: none; }

  .erroroverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    left: 0;
    background: linear-gradient(rgba(255, 109, 0, 0.7), rgba(255, 109, 0, 0.7)), url(../img/errorbg.jpg) no-repeat 0 0;
    background-size: 100% 100%; }

  .block-thanksleft {
    text-align: center;
    padding: 60px 0 0 0; }
    .block-thanksleft h1 {
      padding: 0 0 0 10px;
      font-weight: 400;
      line-height: 1em;
      font-weight: bold;
      color: #000;
      font-size: 49px;
      margin: 0 0 10px 0; }
    .block-thanksleft h2 {
      padding: 0 0 0 10px;
      font-weight: 400;
      line-height: 1em;
      font-weight: bold;
      color: #2c2c2d;
      font-size: 16px;
      margin: 0 0 5px 0; }
    .block-thanksleft h3 {
      padding: 0 0 0 10px;
      font-weight: 400;
      line-height: 1em;
      color: #666569;
      font-size: 14px;
      margin: 0 0 10px 0; }

  .err-blc h1 {
    text-transform: uppercase;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: 100;
    font-size: 32px; } }
@media only screen and (min-width: 20px) and (max-width: 440px) {
  .thanksbody {
    background: #f3f5f7 url(../img/merci_responsive.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%; }

  .thanksoverlay-1 {
    position: relative;
    height: 100px;
    width: 100%;
    z-index: 10;
    background-color: transparent; }

  .thanksoverlay-2 {
    display: none; }

  .erroroverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    left: 0;
    background: linear-gradient(rgba(255, 109, 0, 0.7), rgba(255, 109, 0, 0.7)), url(../img/errorbg.jpg) no-repeat 0 0;
    background-size: 100% 100%; }

  .block-thanksleft {
    text-align: center;
    padding: 90px 15px 15px 0; }
    .block-thanksleft h1 {
      padding: 0 0 0 10px;
      font-weight: 400;
      line-height: 1em;
      color: #000;
      font-size: 31px;
      margin: 0 0 10px 0; }
    .block-thanksleft h2 {
      padding: 0 0 0 10px;
      font-weight: 400;
      line-height: 1em;
      font-weight: bold;
      color: #2c2c2d;
      font-size: 16px;
      margin: 0 0 5px 0; }
    .block-thanksleft h3 {
      padding: 0 0 0 10px;
      font-weight: 400;
      line-height: 1em;
      color: #666569;
      font-size: 14px;
      margin: 0 0 10px 0; }

  .err-blc h1 {
    text-transform: uppercase;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: 100;
    font-size: 32px; } }
/* champs dynamique cloture */
#non-btn,
#oui-notation {
  display: none; }

#oui-notation .p-start {
  padding: 0;
  margin: 0; }

#non-btn {
  padding-top: 0; }

#non-btn p {
  margin: 0;
  padding: 0 0 10px 0; }

.block-grey .block-confirmsuivi .block-checkbox:last-of-type label {
  padding-right: 3px;
  width: auto; }

.block-confirmsuivi {
  width: 240px;
  margin: 0 auto; }

.block-confirmsuivi label {
  font-size: 18px;
  padding-top: 0; }

/* Popin evaluation */
.block-evaluation {
  background-color: #faf8f8;
  margin: 0 0 20px 0; }
  .block-evaluation:before, .block-evaluation:after {
    content: " ";
    display: table; }
  .block-evaluation:after {
    clear: both; }

.block-evaluation .be-row {
  width: 100%;
  clear: both;
  float: none; }

.block-evaluation .be-row .col1 {
  width: 45%;
  float: left;
  text-align: right; }

.block-evaluation .be-row .col2 {
  width: 55%;
  padding-left: 10%;
  float: left; }

.block-evaluation .be-row .col2 label {
  color: #faf8f8 !important;
  width: 2px !important;
  padding: 0 !important; }

.title-eval {
  text-align: center;
  text-transform: uppercase; }

.block-evaluation .be-row .col2 .form-group {
  text-align: left; }

.block-evaluation .be-row .col2 .block-checkbox {
  width: 32%;
  margin: 0 !important;
  text-align: left; }

.block-evaluation .be-row .col2 .block-smiley {
  padding-top: 15px;
  float: left;
  width: 32%;
  margin: 0 !important;
  text-align: left; }

.block-evaluation .secondberow {
  padding-top: 15px; }

.block-evaluation .secondberow:first-of-type .col1 {
  border-top-left-radius: 3px; }

/* .block-evaluation .be-row:first-of-type .col1 {  background-color: #fff; min-height: 40px;} */
.block-evaluation .be-row:first-of-type .col2 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  min-height: 40px; }

.block-evaluation .be-row:first-of-type .col2 .form-group {
  padding: 8px 0 15px 0;
  margin: 0; }

.block-evaluation .firstcheckbox {
  padding-left: 3px !important; }

.form-group .textareaautrelements {
  width: 100% !important;
  height: 67px !important; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  .block-evaluation .be-row .col2 .block-checkbox {
    width: 30%; }

  .block-evaluation .be-row .col1 {
    width: 45%;
    padding-left: 5px;
    text-align: left !important; } }
.smil3 {
  margin-left: 4px;
  display: inline-block; }

/* Rajout du bouton deconnexion */
.pp-deconnexion {
  padding: 3px 0 0 0;
  margin: 0; }

.pp-deconnexion a {
  transition: all 0.3s ease-out 0s;
  padding: 10px 18px;
  color: #000;
  display: inline-block;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 600; }

.pp-deconnexion a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  .pp-deconnexion {
    padding: 0 !important;
    margin: 0;
    display: inline; }

  .pp-deconnexion a {
    transition: all 0.3s ease-out 0s;
    padding: 5px 10px;
    color: #000;
    display: block;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 18px;
    right: 10px; }

  .pp-deconnexion a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; } }
.mobilechoice-editorial-inside {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(237, 237, 237, 0.5);
  padding: 12px 5px 5px 5px; }

@media only screen and (min-width: 20px) and (max-width: 767px) {
  .mobilechoice-editorial-inside {
    width: 100% !important; }

  .lbl-meet {
    width: 20% !important;
    margin: 0 8px 0px -46px !important; } }
.mobilechoice-editorial-inside p {
  font-size: 21px;
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 1.2em;
  text-align: center; }

.replacement-device {
  width: 80%;
  margin: 0 auto;
  display: inline-grid; }

.star-width {
  font-size: 20px; }

.lbl-meet {
  width: 15%;
  margin: 0 8px 0px -83px;
  text-align: right;
  font-size: 14px; }

.meeting-field {
  width: 126px !important; }

/* @media only screen and (min-width: 1201px){ 
  .column-editorial{
    vertical-align: baseline !important;
  }
   

}   */
.cushd-contr {
  max-width: 95% !important;
  margin: 0 auto; }

.cushd-contr .p-logo .LogoPad {
  margin-top: 0.625rem;
  margin-left: 0.46rem; }

@media (max-width: 480px) {
  .uncomailcss {
    font-size: 10px !important;
    font-style: italic; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .uncomailcss {
    font-size: 12px !important;
    font-style: italic; } }
@media (min-width: 1200px) {
  .uncomailcss {
    font-size: 14px !important;
    font-style: italic; } }
.suviclientalign {
  margin: 0 !important;
  padding: 0 !important; }

.textarea-your-answer {
  width: 50%;
  height: 100px !important; }

#additionalfile-add {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  padding: 3% 2% 0% 2%;
  margin-top: 3%;
  margin-bottom: 3%;
  background: #efeded; }
  #additionalfile-add .block-linajoutfichier label {
    width: 30%;
    text-align: center; }
  #additionalfile-add .col2 {
    width: 50%; }

.afile-valid {
  margin-bottom: 5%; }

@media only screen and (min-width: 20px) and (max-width: 768px) {
  #additionalfile-add {
    width: auto;
    margin: 6% 2% 5% 2%;
    padding: 5% 5% 3% 5%; }
    #additionalfile-add .block-linajoutfichier label {
      width: 100%;
      text-align: left; }

  .textarea-your-answer {
    width: 95%;
    height: 100px !important;
    margin: 0 2% 0 2%; } }

/*# sourceMappingURL=bootstrapsaturn.css.map */
