

/*	[START=css/knacss/_library/grillade-flex.css]*/

/* ---------------------------------- */
/* ==Grillade v6                      */
/* ---------------------------------- */
/* IMPORTANT : this is the KNACSS v6 old Grid System based on Flexbox */
/* You only need it for projects on older browsers (IE11-) */
@media (min-width: 576px) { [class*=" grid-"], [class^="grid-"] { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  [class*=" grid-"] > *, [class^="grid-"] > * { -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 0; min-height: 0; } }

@media (min-width: 576px) { .grid, .grid--reverse { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .grid > *, .grid--reverse > * { -webkit-box-flex: 1; -ms-flex: 1 1 0%; flex: 1 1 0%; -webkit-box-sizing: border-box; box-sizing: border-box; min-width: 0; min-height: 0; }
  .grid.has-gutter > * + *, .grid--reverse.has-gutter > * + * { margin-left: calc(1rem - 0.01px); }
  .grid.has-gutter-l > * + *, .grid--reverse.has-gutter-l > * + * { margin-left: calc(2rem - 0.01px); }
  .grid.has-gutter-xl > * + *, .grid--reverse.has-gutter-xl > * + * { margin-left: calc(4rem - 0.01px); } }

@media (min-width: 576px) { [class*="grid-2"] > * { width: calc(100% / 2 - 0.01px); }
  [class*="grid-2"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-2"].has-gutter > * { width: calc(100% / 2 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-2"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-2"].has-gutter-l > * { width: calc(100% / 2 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-2"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-2"].has-gutter-xl > * { width: calc(100% / 2 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-3"] > * { width: calc(100% / 3 - 0.01px); }
  [class*="grid-3"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-3"].has-gutter > * { width: calc(100% / 3 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-3"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-3"].has-gutter-l > * { width: calc(100% / 3 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-3"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-3"].has-gutter-xl > * { width: calc(100% / 3 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-4"] > * { width: calc(100% / 4 - 0.01px); }
  [class*="grid-4"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-4"].has-gutter > * { width: calc(100% / 4 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-4"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-4"].has-gutter-l > * { width: calc(100% / 4 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-4"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-4"].has-gutter-xl > * { width: calc(100% / 4 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-5"] > * { width: calc(100% / 5 - 0.01px); }
  [class*="grid-5"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-5"].has-gutter > * { width: calc(100% / 5 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-5"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-5"].has-gutter-l > * { width: calc(100% / 5 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-5"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-5"].has-gutter-xl > * { width: calc(100% / 5 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-6"] > * { width: calc(100% / 6 - 0.01px); }
  [class*="grid-6"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-6"].has-gutter > * { width: calc(100% / 6 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-6"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-6"].has-gutter-l > * { width: calc(100% / 6 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-6"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-6"].has-gutter-xl > * { width: calc(100% / 6 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-7"] > * { width: calc(100% / 7 - 0.01px); }
  [class*="grid-7"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-7"].has-gutter > * { width: calc(100% / 7 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-7"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-7"].has-gutter-l > * { width: calc(100% / 7 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-7"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-7"].has-gutter-xl > * { width: calc(100% / 7 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-8"] > * { width: calc(100% / 8 - 0.01px); }
  [class*="grid-8"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-8"].has-gutter > * { width: calc(100% / 8 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-8"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-8"].has-gutter-l > * { width: calc(100% / 8 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-8"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-8"].has-gutter-xl > * { width: calc(100% / 8 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-9"] > * { width: calc(100% / 9 - 0.01px); }
  [class*="grid-9"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-9"].has-gutter > * { width: calc(100% / 9 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-9"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-9"].has-gutter-l > * { width: calc(100% / 9 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-9"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-9"].has-gutter-xl > * { width: calc(100% / 9 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-10"] > * { width: calc(100% / 10 - 0.01px); }
  [class*="grid-10"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-10"].has-gutter > * { width: calc(100% / 10 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-10"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-10"].has-gutter-l > * { width: calc(100% / 10 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-10"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-10"].has-gutter-xl > * { width: calc(100% / 10 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-11"] > * { width: calc(100% / 11 - 0.01px); }
  [class*="grid-11"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-11"].has-gutter > * { width: calc(100% / 11 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-11"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-11"].has-gutter-l > * { width: calc(100% / 11 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-11"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-11"].has-gutter-xl > * { width: calc(100% / 11 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; }
  [class*="grid-12"] > * { width: calc(100% / 12 - 0.01px); }
  [class*="grid-12"].has-gutter { margin-right: -0.5rem; margin-left: -0.5rem; }
  [class*="grid-12"].has-gutter > * { width: calc(100% / 12 - 1rem - 0.01px); margin-right: 0.5rem; margin-left: 0.5rem; }
  [class*="grid-12"].has-gutter-l { margin-right: -1rem; margin-left: -1rem; }
  [class*="grid-12"].has-gutter-l > * { width: calc(100% / 12 - 2rem - 0.01px); margin-right: 1rem; margin-left: 1rem; }
  [class*="grid-12"].has-gutter-xl { margin-right: -2rem; margin-left: -2rem; }
  [class*="grid-12"].has-gutter-xl > * { width: calc(100% / 12 - 4rem - 0.01px); margin-right: 2rem; margin-left: 2rem; } }

.push { margin-left: auto !important; }

.pull { margin-right: auto !important; }

.item-first { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }

.item-last { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

[class*="grid-"][class*="--reverse"] { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

@media (min-width: 576px) { .full { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% / 1 - 0.01px); }
  .has-gutter > .full { width: calc(100% / 1 - 1rem - 0.01px); }
  .has-gutter-l > .full { width: calc(100% / 1 - 2rem - 0.01px); }
  .has-gutter-xl > .full { width: calc(100% / 1 - 4rem - 0.01px); }
  .one-half { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% / 2 - 0.01px); }
  .has-gutter > .one-half { width: calc(100% / 2 - 1rem - 0.01px); }
  .has-gutter-l > .one-half { width: calc(100% / 2 - 2rem - 0.01px); }
  .has-gutter-xl > .one-half { width: calc(100% / 2 - 4rem - 0.01px); }
  .one-third { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% / 3 - 0.01px); }
  .has-gutter > .one-third { width: calc(100% / 3 - 1rem - 0.01px); }
  .has-gutter-l > .one-third { width: calc(100% / 3 - 2rem - 0.01px); }
  .has-gutter-xl > .one-third { width: calc(100% / 3 - 4rem - 0.01px); }
  .one-quarter { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% / 4 - 0.01px); }
  .has-gutter > .one-quarter { width: calc(100% / 4 - 1rem - 0.01px); }
  .has-gutter-l > .one-quarter { width: calc(100% / 4 - 2rem - 0.01px); }
  .has-gutter-xl > .one-quarter { width: calc(100% / 4 - 4rem - 0.01px); }
  .one-fifth { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% / 5 - 0.01px); }
  .has-gutter > .one-fifth { width: calc(100% / 5 - 1rem - 0.01px); }
  .has-gutter-l > .one-fifth { width: calc(100% / 5 - 2rem - 0.01px); }
  .has-gutter-xl > .one-fifth { width: calc(100% / 5 - 4rem - 0.01px); }
  .one-sixth { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% / 6 - 0.01px); }
  .has-gutter > .one-sixth { width: calc(100% / 6 - 1rem - 0.01px); }
  .has-gutter-l > .one-sixth { width: calc(100% / 6 - 2rem - 0.01px); }
  .has-gutter-xl > .one-sixth { width: calc(100% / 6 - 4rem - 0.01px); }
  .two-thirds { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% / 3 * 2 - 0.01px); }
  .has-gutter > .two-thirds { width: calc(100% / 3 * 2 - 1rem - 0.01px); }
  .has-gutter-l > .two-thirds { width: calc(100% / 3 * 2 - 2rem - 0.01px); }
  .has-gutter-xl > .two-thirds { width: calc(100% / 3 * 2 - 4rem - 0.01px); }
  .three-quarters { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% / 4 * 3 - 0.01px); }
  .has-gutter > .three-quarters { width: calc(100% / 4 * 3 - 1rem - 0.01px); }
  .has-gutter-l > .three-quarters { width: calc(100% / 4 * 3 - 2rem - 0.01px); }
  .has-gutter-xl > .three-quarters { width: calc(100% / 4 * 3 - 4rem - 0.01px); }
  .five-sixths { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: calc(100% / 6 * 5 - 0.01px); }
  .has-gutter > .five-sixths { width: calc(100% / 6 * 5 - 1rem - 0.01px); }
  .has-gutter-l > .five-sixths { width: calc(100% / 6 * 5 - 2rem - 0.01px); }
  .has-gutter-xl > .five-sixths { width: calc(100% / 6 * 5 - 4rem - 0.01px); } }

/* Responsive Small Breakpoint */
@media (min-width: 576px) and (max-width: 767px) { [class*="-small-1"] > * { width: calc(100% / 1 - 0.01px); }
  [class*="-small-1"].has-gutter > * { width: calc(100% / 1 - 1rem - 0.01px); }
  [class*="-small-1"].has-gutter-l > * { width: calc(100% / 1 - 2rem - 0.01px); }
  [class*="-small-1"].has-gutter-xl > * { width: calc(100% / 1 - 4rem - 0.01px); }
  [class*="-small-2"] > * { width: calc(100% / 2 - 0.01px); }
  [class*="-small-2"].has-gutter > * { width: calc(100% / 2 - 1rem - 0.01px); }
  [class*="-small-2"].has-gutter-l > * { width: calc(100% / 2 - 2rem - 0.01px); }
  [class*="-small-2"].has-gutter-xl > * { width: calc(100% / 2 - 4rem - 0.01px); }
  [class*="-small-3"] > * { width: calc(100% / 3 - 0.01px); }
  [class*="-small-3"].has-gutter > * { width: calc(100% / 3 - 1rem - 0.01px); }
  [class*="-small-3"].has-gutter-l > * { width: calc(100% / 3 - 2rem - 0.01px); }
  [class*="-small-3"].has-gutter-xl > * { width: calc(100% / 3 - 4rem - 0.01px); }
  [class*="-small-4"] > * { width: calc(100% / 4 - 0.01px); }
  [class*="-small-4"].has-gutter > * { width: calc(100% / 4 - 1rem - 0.01px); }
  [class*="-small-4"].has-gutter-l > * { width: calc(100% / 4 - 2rem - 0.01px); }
  [class*="-small-4"].has-gutter-xl > * { width: calc(100% / 4 - 4rem - 0.01px); } }


/*	[END=css/knacss/_library/grillade-flex.css]*/



/*	[START=w3/css/web/dataTables.css]*/

#yui3-css-stamp.cssreset {
  display: none;
}

.grid, .unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  display: block;
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}

.grid.margin {
  margin-left: 0;
  margin-right: 0;
}

.grid .unit {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.unit .unit:first-child {
  padding-left: 0;
}

.unit .unit:last-child {
  padding-right: 0;
}

.unit .grid:first-child > .unit {
  padding-top: 0;
}

.unit .grid:last-child > .unit {
  padding-bottom: 0;
}

.no-gutters .unit, .unit.no-gutters {
  padding: 0 !important;
}

.wrap .grid, .grid.wrap {
  max-width: 978px;
  margin: 0 auto;
}

.grid .whole, .grid .w-1-1 {
  width: 100%;
}

.grid .half, .grid .w-1-2 {
  width: 50%;
}

.grid .one-third, .grid .w-1-3 {
  width: 33.3332%;
}

.grid .two-thirds, .grid .w-2-3 {
  width: 66.6665%;
}

.grid .one-quarter, .grid .w-1-4 {
  width: 25%;
}

.grid .three-quarters, .grid .w-3-4 {
  width: 75%;
}

.grid .one-fifth, .grid .w-1-5 {
  width: 20%;
}

.grid .two-fifths, .grid .w-2-5 {
  width: 40%;
}

.grid .three-fifths, .grid .w-3-5 {
  width: 60%;
}

.grid .four-fifths, .grid .w-4-5 {
  width: 80%;
}

.grid .one-sixth, .grid .w-1-6 {
  width: 16.6665%;
}

.grid .golden-small, .grid .w-g-s {
  width: 38.2716%;
}

.grid .golden-large, .grid .w-g-l {
  width: 61.7283%;
}

.grid:before, .grid:after {
  display: table;
  content: "";
  line-height: 0;
}

.grid:after {
  clear: both;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

@media screen and (max-width: 568px) {
  .grid .unit {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .unit .grid .unit {
    padding-left: 0px;
    padding-right: 0px;
  }
  .center-on-mobiles {
    text-align: center !important;
  }
  .hide-on-mobiles {
    display: none !important;
  }
}

@media screen and (min-width: 1180px) {
  .wider .grid {
    max-width: 1180px;
    margin: 0 auto;
  }
}

.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.1em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Source Code Pro","Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

.syntaxhighlighter {
  width: 100% !important;
  margin: 1em 0 1em 0 !important;
  position: relative !important;
  overflow: auto !important;
  font-size: 1em !important;
}

.syntaxhighlighter.source {
  overflow: hidden !important;
}

.syntaxhighlighter .bold {
  font-weight: bold !important;
}

.syntaxhighlighter .italic {
  font-style: italic !important;
}

.syntaxhighlighter .line {
  white-space: nowrap !important;
}

.syntaxhighlighter table {
  width: 100% !important;
}

.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}

.syntaxhighlighter table td.code {
  width: 100% !important;
}

.syntaxhighlighter table td.code .container {
  position: relative !important;
}

.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}

.syntaxhighlighter table td.gutter .line {
  text-align: right !important;
  padding: 2px 0.5em 2px 1em !important;
}

.syntaxhighlighter table td.code .line {
  padding: 2px 1em !important;
}

.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}

.syntaxhighlighter.show {
  display: block !important;
}

.syntaxhighlighter.collapsed table {
  display: none !important;
}

.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}

.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}

.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0 !important;
  display: none !important;
}

.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}

.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  font-size: 10px !important;
  z-index: 7 !important;
}

.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}

.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}

.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}

.syntaxhighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}

.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}

.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}

.syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}

.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}

.syntaxhighlighter.printing .line .content {
  color: black !important;
}

.syntaxhighlighter.printing .toolbar {
  display: none !important;
}

.syntaxhighlighter.printing a {
  text-decoration: none !important;
}

.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  color: black !important;
}

.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}

.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  color: blue !important;
}

.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}

.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}

.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}

.syntaxhighlighter.printing .value {
  color: #009900 !important;
}

.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}

.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}

.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}

.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  color: gray !important;
}

.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}

.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  color: red !important;
}

.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  color: black !important;
}

.syntaxhighlighter {
  background-color: white !important;
  font-size: 13px !important;
  overflow: visible !important;
}

.syntaxhighlighter .line.alt1 {
  background-color: white !important;
}

.syntaxhighlighter .line.alt2 {
  background-color: #F8F8F8 !important;
}

.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #e0e0e0 !important;
}

.syntaxhighlighter .line.highlighted.number {
  color: black !important;
}

.syntaxhighlighter table caption {
  color: black !important;
}

.syntaxhighlighter .gutter div {
  color: #5C5C5C !important;
}

.syntaxhighlighter .gutter .line.alt1, .syntaxhighlighter .gutter .line.alt2 {
  background-color: white !important;
}

.odd .syntaxhighlighter .gutter .line.alt1, .odd .syntaxhighlighter .gutter .line.alt2 {
  background-color: #F2F2F2 !important;
}

.syntaxhighlighter .gutter .line {
  border-right: 3px solid #4E6CA3 !important;
}

.syntaxhighlighter .gutter .line.highlighted {
  background-color: #4E6CA3 !important;
  color: white !important;
}

.syntaxhighlighter.printing .line .content {
  border: none !important;
}

.syntaxhighlighter.collapsed {
  overflow: visible !important;
}

.syntaxhighlighter.collapsed .toolbar {
  color: blue !important;
  background: white !important;
  border: 1px solid #4E6CA3 !important;
}

.syntaxhighlighter.collapsed .toolbar a {
  color: blue !important;
}

.syntaxhighlighter.collapsed .toolbar a:hover {
  color: red !important;
}

.syntaxhighlighter .toolbar {
  color: white !important;
  border: none !important;
}

.syntaxhighlighter .toolbar a {
  font: 100%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
  color: white !important;
  background: #4E6CA3 !important;
  float: right !important;
  padding: 2px 5px !important;
  clear: both;
}

.syntaxhighlighter .toolbar a:hover {
  color: #b7c5df !important;
  background: #39568b !important;
}

.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: black !important;
}

.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #008200 !important;
}

.syntaxhighlighter .string, .syntaxhighlighter .string a {
  color: blue !important;
}

.syntaxhighlighter .keyword {
  color: #006699 !important;
}

.syntaxhighlighter .preprocessor {
  color: gray !important;
}

.syntaxhighlighter .variable {
  color: #aa7700 !important;
}

.syntaxhighlighter .value {
  color: #009900 !important;
}

.syntaxhighlighter .functions {
  color: #ff1493 !important;
}

.syntaxhighlighter .constants {
  color: #0066cc !important;
}

.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #006699 !important;
  background-color: none !important;
}

.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  color: gray !important;
}

.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  color: #ff1493 !important;
}

.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  color: red !important;
}

.syntaxhighlighter .keyword {
  font-weight: bold !important;
}

.datatables_ref:hover {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

.syntaxhighlighter .dtapi {
  color: #069;
}

.syntaxhighlighter .dtapi:hover {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

.syntaxhighlighter table {
  table-layout: fixed !important;
}

.syntaxhighlighter table td.gutter {
  width: 46px !important;
}

.syntaxhighlighter table td.code {
  width: auto !important;
  overflow: auto !important;
}

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("/css/datatables/images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("/css/datatables/images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("/css/datatables/images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("/css/datatables/images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("/css/datatables/images/sort_desc_disabled.png");
}

table.dataTable tbody tr {
  background-color: #fff;
}

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.dataTable tbody th, table.datatable.dataTable 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.dataTable tbody tr:first-child th, table.datatable.dataTable tbody tr:first-child td {
  border-top: none;
}

table.dataTable tbody th, table.dataTable tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

table.dataTable tbody tr th:first-child, table.dataTable tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable tbody tr:first-child th, table.dataTable tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd, table.datatable.dataTable tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.datatable.dataTable tbody tr.odd.selected {
  background-color: #abb9d3;
}

table.dataTable.hover tbody tr:hover, table.datatable.dataTable tbody tr:hover {
  background-color: #f5f5f5;
}

table.dataTable.hover tbody tr:hover.selected, table.datatable.dataTable tbody tr:hover.selected {
  background-color: #a9b7d1;
}

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.dataTable tbody tr > .sorting_1, table.datatable.dataTable tbody tr > .sorting_2, table.datatable.dataTable tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

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.dataTable tbody tr.selected > .sorting_1, table.datatable.dataTable tbody tr.selected > .sorting_2, table.datatable.dataTable tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

table.datatable.dataTable tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.datatable.dataTable tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.datatable.dataTable tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f5f5f5;
}

table.datatable.dataTable tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

table.datatable.dataTable tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

table.datatable.dataTable tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

table.datatable.dataTable tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

table.datatable.dataTable tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

table.datatable.dataTable tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

table.datatable.dataTable tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

table.datatable.dataTable tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

table.datatable.dataTable tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.datatable.dataTable tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.datatable.dataTable tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

table.datatable.dataTable tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eee;
}

table.datatable.dataTable tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}

table.datatable.dataTable tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}

table.datatable.dataTable tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}

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;
  -moz-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;
  border: 1px solid #A5A5A5;
}

.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;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: #fff;
  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.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.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 > 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;
  }
}

#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(/css/datatables/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(/css/datatables/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(/css/datatables/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/css/datatables/images/slimbox/closelabel.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

@font-face {
  font-family: 'ralewaythin';
  src: url("/css/datatables/font/raleway_thin-webfont.eot");
  src: url("/css/datatables/font/raleway_thin-webfont.eot?#iefix") format("embedded-opentype"), url("/css/datatables/font/raleway_thin-webfont.woff") format("woff"), url("/css/datatables/font/raleway_thin-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

img.markdown {
  display: block;
  margin: 0 auto;
}

ol.markdown, ol.formatting, ul.markdown, ul.formatting {
  margin: 1.5em 2em 1.5em 1em;
}

ol.markdown li, ol.formatting li, ul.markdown li, ul.formatting li {
  text-indent: -.7em;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5em 0.5em;
}

ol.markdown li:before, ol.formatting li:before, ul.markdown li:before, ul.formatting li:before {
  content: "- ";
  color: #ccc;
}

ol.markdown li:first-child, ol.formatting li:first-child, ul.markdown li:first-child, ul.formatting li:first-child {
  border-top: 1px solid #efefef;
}

ol.markdown li:last-child, ol.formatting li:last-child, ul.markdown li:last-child, ul.formatting li:last-child {
  border-bottom: 1px solid #efefef;
}

ol.markdown li:hover, ol.formatting li:hover, ul.markdown li:hover, ul.formatting li:hover {
  background-color: #f6f6f6;
}

ol.markdown ul, ol.formatting ul, ul.markdown ul, ul.formatting ul {
  margin: 0.5em 0 0 1em;
}

ol.markdown ul li, ol.formatting ul li, ul.markdown ul li, ul.formatting ul li {
  font-size: 0.9em;
  padding: 0.25em 0.5em;
}

ol.markdown ul li:first-child, ol.formatting ul li:first-child, ul.markdown ul li:first-child, ul.formatting ul li:first-child {
  border-top: none;
}

ol.markdown ul li:last-child, ol.formatting ul li:last-child, ul.markdown ul li:last-child, ul.formatting ul li:last-child {
  border-bottom: none;
}

ol {
  list-style-type: decimal;
}

ol > li {
  text-indent: 0 !important;
}

ol > li:before {
  content: "" !important;
}

ul.blog_link_list span {
  float: right;
}

div.dataTables_wrapper li {
  text-indent: 0;
}

div.dataTables_wrapper li:before {
  content: "";
}

code {
  font-family: "Source Code Pro", Consolas, Menlo, Monaco, "Courier New", monospace;
  padding: 1px 4px;
  font-size: 0.85em;
  color: #444;
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
}

code > span {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 4px;
  padding-left: 4px;
  opacity: 0.5;
}

code.option {
  color: #D14;
  background-color: #fcf6f8;
  border: 1px solid #f7d6df;
}

code.path {
  color: #095c05;
  border: 1px solid #D6E9C6;
}

code.tag {
  color: #a1a713;
  background-color: #f7f8e6;
  border: 1px solid #D6E9C6;
}

code.api {
  color: #0c199c;
  background-color: #f4f5fc;
  border: 1px solid #c6cbe9;
}

code.type {
  color: #d119cf;
  background-color: #faebfa;
  border: 1px solid #f3aef2;
}

code.event {
  color: #2a839e;
  background-color: #f5fafb;
  border: 1px solid #a8ddec;
}

code.string {
  color: #e8941e;
  background-color: #fcf8f1;
  border: 1px solid #f7e4c9;
}

code.field {
  color: #ad1ee8;
  background-color: #f9f1fc;
  border: 1px solid #ebc9f7;
}

code.multiline {
  display: inline-block;
  width: 95%;
}

div.fw-nav ul, div.fw-header ul, div.fw-page-nav ul {
  position: relative;
  margin: 0;
}

div.fw-nav ul li:before, div.fw-header ul li:before, div.fw-page-nav ul li:before {
  content: none;
}

div.fw-nav ul li, div.fw-header ul li, div.fw-page-nav ul li {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  text-indent: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.fw-nav ul li li, div.fw-header ul li li, div.fw-page-nav ul li li {
  text-indent: 2em;
  font-size: 0.9em;
}

div.fw-nav ul li li li, div.fw-header ul li li li, div.fw-page-nav ul li li li {
  text-indent: 4em;
  font-size: 0.9em;
}

div.fw-nav ul span.ellipsis, div.fw-header ul span.ellipsis, div.fw-page-nav ul span.ellipsis {
  background-color: #eee;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  padding: 0 0.5em;
  text-indent: 0;
}

div.fw-nav ul ul li.sub > a:after, div.fw-header ul ul li.sub > a:after, div.fw-page-nav ul ul li.sub > a:after {
  background: url(/css/datatables/images/nav-section.gif) no-repeat center center;
  display: inline-block;
  content: ".";
  color: transparent;
  width: 18px;
}

div.fw-nav a, div.fw-header a, div.fw-page-nav a {
  display: block;
  padding: 0.33em 0;
}

div.fw-nav li li a, div.fw-header li li a, div.fw-page-nav li li a {
  padding: 0.2em 0;
}

div.fw-nav li.active, div.fw-nav li.sub-active, div.fw-header li.active, div.fw-header li.sub-active, div.fw-page-nav li.active, div.fw-page-nav li.sub-active {
  background-color: rgba(200, 200, 200, 0.1);
}

div.fw-nav li.active a, div.fw-nav li.sub-active a, div.fw-header li.active a, div.fw-header li.sub-active a, div.fw-page-nav li.active a, div.fw-page-nav li.sub-active a {
  border-right: 4px solid #ddd;
}

div.fw-nav li ul li.active a, div.fw-nav li ul li.sub-active a, div.fw-header li ul li.active a, div.fw-header li ul li.sub-active a, div.fw-page-nav li ul li.active a, div.fw-page-nav li ul li.sub-active a {
  border-right: 4px solid #ccc;
}

div.fw-nav li.active > a, div.fw-header li.active > a, div.fw-page-nav li.active > a {
  border-right: 4px solid #458ae0 !important;
  background-color: rgba(200, 200, 200, 0.4);
  color: black;
}

div.fw-nav a:hover, div.fw-header a:hover, div.fw-page-nav a:hover {
  text-decoration: none;
  background-color: rgba(100, 100, 100, 0.15) !important;
}

div.fw-nav div.nav-master li, div.fw-header div.nav-master li, div.fw-page-nav div.nav-master li {
  float: left;
  width: 50%;
}

div.fw-nav div.nav-master li a, div.fw-header div.nav-master li a, div.fw-page-nav div.nav-master li a {
  background-color: rgba(200, 200, 200, 0.15);
  border-bottom: 4px solid rgba(200, 200, 200, 0.3);
  padding: 0.7em 0;
}

div.fw-nav div.nav-master li.active a, div.fw-header div.nav-master li.active a, div.fw-page-nav div.nav-master li.active a {
  border-right: none !important;
  border-bottom: 4px solid #458ae0;
  background-color: rgba(200, 200, 200, 0.4);
}

div.fw-nav div.nav-master div.account, div.fw-header div.nav-master div.account, div.fw-page-nav div.nav-master div.account {
  clear: both;
  white-space: nowrap;
  font-size: 0.8em;
  padding-top: 0.2em;
}

div.fw-nav div.nav-master div.account a, div.fw-header div.nav-master div.account a, div.fw-page-nav div.nav-master div.account a {
  display: inline;
}

div.fw-nav div.nav-master div.account a:hover, div.fw-header div.nav-master div.account a:hover, div.fw-page-nav div.nav-master div.account a:hover {
  background: transparent !important;
  text-decoration: underline;
}

div.fw-nav li ul {
  display: none;
}

div.fw-nav li.active ul, div.fw-nav li.sub-active ul {
  display: block;
}

div.fw-nav ul ul ul ul {
  display: none;
}

div.fw-page-nav li a {
  border-left: 4px solid transparent;
}

div.fw-page-nav li.active > a {
  border-left: 4px solid #458ae0 !important;
  border-right: none !important;
  background-color: #f1f1f1 !important;
  color: black;
}

div.fw-page-nav li.active a, div.fw-page-nav li.sub-active a {
  border-left: 4px solid #ddd;
  border-right: none;
  background-color: #f9f9f9;
}

div.fw-page-nav div.page-nav-title {
  display: none;
}

div.fw-page-nav > div.page-nav {
  padding: 0;
}

div.nav-main > ul > li:nth-child(6), div.nav-main > ul > li:nth-child(10) {
  margin-top: 1em;
}

div.fw-footer div.copyright {
  text-align: center;
  font-size: 0.85em;
  padding: 5em 0 1em 0;
}

div.fw-container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

div.fw-container div.fw-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

div.fw-container div.fw-header div.nav-master {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 40%;
  z-index: 2;
}

div.fw-container div.fw-sidebar, div.fw-container div.fw-nav {
  float: left;
  width: 20%;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.fw-container div.fw-sidebar div.sidebar, div.fw-container div.fw-sidebar div.nav-main, div.fw-container div.fw-nav div.sidebar, div.fw-container div.fw-nav div.nav-main {
  position: relative;
  margin-top: 13em;
}

div.fw-container div.fw-body {
  float: left;
  width: 60%;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

div.fw-container div.fw-body div.content {
  position: relative;
  margin-top: 13em;
}

div.fw-container div.fw-body div.content > h1 {
  position: absolute;
  top: -1.15em;
  left: 0;
  width: 100%;
  margin: 0;
  font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'ralewaythin', 'Helvetica Neue', "Calibri Light", "Calibri", Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 3em;
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.fw-container div.fw-body div.content > h1 span {
  font-size: 0.6em;
  line-height: 1em;
}

div.fw-container div.fw-page-nav {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 13em;
}

div.fw-container div.fw-page-nav div.page-nav {
  padding: 0 1em;
}

div.fw-container div.fw-page-nav.static {
  margin-top: 0;
}

div.fw-container div.fw-page-nav.static div.page-nav {
  position: fixed;
}

div.fw-container div.fw-footer {
  clear: both;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.wide div.fw-container div.fw-body {
  width: 80%;
}

body.wide div.fw-container div.fw-page-nav {
  display: none;
}

div.mobile-show {
  display: none;
}

@media only screen and (max-width: 959px) {
  div.fw-container div.fw-body {
    width: 80%;
  }
  div.fw-container div.fw-page-nav {
    display: none;
  }
  div.fw-container div.fw-header {
    position: relative;
  }
  div.fw-container div.fw-header div.toolbar {
    position: relative;
    top: 6em;
    left: 0;
    width: 40%;
    margin-left: 1em;
  }
  div.fw-container div.fw-header div.toolbar input[type=text] {
    width: 78%;
  }
  div.fw-container div.fw-header #ad div.bsa_it_ad a:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    margin-left: -80%;
  }
}

@media only screen and (max-width: 699px) {
  body.wide div.fw-container div.fw-body {
    width: 100%;
  }
  div.fw-container div.fw-header div.nav-master {
    position: relative;
    top: 0;
    width: 100%;
    padding: 1em;
    height: 5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
  }
  div.fw-container div.fw-nav {
    position: relative;
    z-index: 5;
    float: none;
    width: 50%;
    height: 9.5em;
    overflow: hidden;
    margin-bottom: 2em;
  }
  div.fw-container div.fw-nav div.nav-main {
    margin-top: 0;
  }
  div.fw-container div.fw-nav div.mobile-show {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.3);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  }
  div.fw-container div.fw-nav div.mobile-show a {
    position: absolute;
    bottom: 0;
  }
  div.fw-container div.fw-header {
    position: relative;
  }
  div.fw-container div.fw-header div.toolbar {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    padding: 1em 0;
  }
  div.fw-container div.fw-header div.toolbar input[type='text'] {
    width: 75%;
  }
  div.fw-container div.fw-header div.toolbar input[type='submit'] {
    width: 20%;
  }
  div.fw-container div.fw-header #ad {
    top: 9em;
    width: 50%;
  }
  div.fw-container div.fw-header #ad div.bsa_it_ad a:nth-child(2) {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  div.fw-container div.fw-body {
    float: none;
    width: 100%;
  }
  div.fw-container div.fw-body div.content {
    margin-top: 0;
  }
  div.fw-container div.fw-body div.content h1 {
    position: relative;
    top: 0;
  }
}

div.reference_related {
  width: 33%;
  float: left;
}

div.ref_type {
  position: relative;
  padding: 3.5em 1em 1em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #bbb;
  margin-bottom: 1em;
}

div.ref_type:last-child {
  margin-bottom: 0;
}

div.ref_type h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em;
  padding: 0.5em;
  margin-top: 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

div.ref_type span.type {
  font-size: 0.8em;
  color: #777;
  font-style: italic;
}

div.ref_type dl dt {
  font-size: 1.1em;
}

div.ref_type dl dd {
  margin-left: 3em;
  margin-bottom: 1em;
}

div.ref_type dl:last-child {
  margin-bottom: 0;
}

dl.list dt {
  width: 33%;
  float: left;
  clear: both;
}

dl.list dd {
  width: 66%;
  float: left;
}

dl.list:after {
  content: "";
  display: table;
  clear: both;
}

dl.list.formatted dt, dl.list.formatted dd {
  padding: 4px 10px;
  box-sizing: border-box;
}

div.since {
  color: #ac5900;
  float: right;
}

span.since {
  color: #ac5900;
}

div.clear {
  clear: both;
  height: 0;
  width: 100%;
  float: none !important;
}

div.reference_example {
  border-bottom: 1px solid #F3F3F3;
  padding: 1em 0;
}

div.reference_example:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

div.ref_search {
  padding: 1em 1em 1em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #bbb;
  text-align: center;
  margin-bottom: -1em;
  margin-top: 2em;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
  background: linear-gradient(top, #fff 0%, #f3f3f3 89%, #f9f9f9 100%);
}

div.ref_search input {
  padding: 0.5em;
  border-radius: 0.5em;
  width: 60%;
}

body.example h2.comments_title {
  display: none;
}

body.example div.comment_add {
  margin-bottom: 1.5em;
}

body.example div.dataTables_wrapper ul li, body.example div.dataTables_wrapper ol li {
  padding: 0;
  border: none !important;
}

body.example div.toc ul {
  color: #4E6CA3;
  list-style-type: none;
  padding-left: 0;
}

body.example div.toc li {
  padding: 0.2em 1em;
  border-left: 4px solid transparent;
  border-bottom: 1px solid #e6e6e6;
}

body.example div.toc li.active {
  border-left: 4px solid #458ae0;
}

body.example div.toc li:first-child {
  border-top: 1px solid #efefef;
}

body.example div.toc li:last-child {
  border-bottom: 1px solid #efefef;
}

body.example div.info {
  margin-bottom: 2em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-rule: 1px solid #F3F3F3;
  -moz-column-rule: 1px solid #F3F3F3;
  -ms-column-rule: 1px solid #F3F3F3;
  -o-column-rule: 1px solid #F3F3F3;
  column-rule: 1px solid #F3F3F3;
}

body.example div.info > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

body.example div.info li {
  margin-top: 0.75em;
}

body.example div.info p:first-child {
  margin-top: 0;
}

body.example div.toc {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

body.example div.toc-group {
  display: inline-block;
  width: 100%;
}

body.example div.column_half {
  float: left;
  width: 49%;
  padding-right: 1%;
}

body.example div.dataTables_wrapper.dt-bootstrap .dataTables_paginate .paginate_button {
  padding: 0;
  margin-left: 0;
}

body.example div.dataTables_wrapper.dt-bootstrap div.a.btn, body.example div.dataTables_wrapper.dt-bootstrap button.btn, body.example div.dataTables_wrapper.dt-bootstrap input.btn {
  margin-right: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

body.example div.dataTables_wrapper.dt-bootstrap th {
  background: none !important;
}

@media only screen and (max-width: 979px) {
  div.container, div.footer {
    padding: 0 1em;
  }
}

@media screen and (max-width: 767px), screen and (max-width: 768px) and (orientation: portrait) {
  body.example div.info {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
  body.example div.toc {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
  body.example h1 span {
    display: block;
  }
}

div.cdn {
  position: relative;
  margin-bottom: 1em;
}

div.cdn > span {
  display: inline-block;
  width: 15%;
  height: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-align: center;
  padding-top: 5px;
  color: black;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cacaca;
  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%);
  cursor: pointer;
  text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.9);
}

div.cdn > span span {
  font-size: 0.8em;
}

div.cdn > input {
  display: inline-block;
  width: 84%;
  height: 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  vertical-align: middle;
  background-color: #f9f9f9;
  border: none;
  box-shadow: inset 0 0 3px #333;
  font-family: "Source Code Pro","Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
  font-size: 0.8em;
}

div.cdn > a.cdn-link {
  position: absolute;
  top: 6px;
  right: 14px;
  height: 9px;
  width: 9px;
  background: url(/css/datatables/images/external-site.gif) no-repeat center center;
  background-color: #f9f9f9;
  padding: 3px;
  border: 1px solid #4d90fe;
  border-radius: 3px;
}

div.cdn > a.cdn-link:hover {
  border: 1px solid #0E4EB5;
}

table.parameters {
  width: 100%;
  margin-bottom: 1em;
}

table.parameters td.parameter {
  width: 200px;
}

table.parameters td.label {
  width: 180px;
  padding-left: 20px;
}

table.parameters .css_link {
  text-decoration: none;
  color: #3174c7;
  cursor: pointer;
}

table.parameters .css_link:hover {
  text-decoration: underline;
}

table.parameters tr.continuation td {
  border-top: none;
}

form.layout > div {
  clear: both;
  margin-top: 1.2em;
}

form.layout > div label {
  float: left;
  width: 30%;
  padding-top: 8px;
}

form.layout > div > div {
  float: right;
  width: 70%;
}

form.layout > div > div > span {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.3em;
  padding-top: 4px;
}

form.layout select {
  margin: 0 1em;
}

form input {
  padding: 0.5em;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form input.width-picker {
  width: 3em;
  margin-right: 0.25em;
}

form input.colour-picker {
  height: auto !important;
}

form input.std {
  width: 66%;
}

form textarea {
  padding: 0.5em;
  border-radius: 4px;
  width: 100%;
  height: 6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

form input:focus, form textarea:focus {
  background-color: #FFE;
}

.minicolors-theme-default .minicolors-swatch {
  top: 10px !important;
  left: 10px !important;
}

.minicolors-theme-default .minicolors-input {
  padding-left: 35px !important;
}

ul.tabs {
  position: relative;
  top: 1px;
  height: 40px;
  margin: 20px 20px 0 0;
}

ul.tabs li {
  display: block;
  float: left;
  padding: 0 15px;
  height: 40px;
  font-size: 1.2em;
  margin: 0 5px;
  cursor: pointer;
  line-height: 40px;
  color: #121e32;
  border: 1px solid white;
  border-bottom: none;
  margin-top: -1px;
  text-indent: 0;
}

ul.tabs li.active {
  border: 1px solid #ccc;
  border-bottom: 1px solid white;
  margin-top: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

ul.tabs li.active:hover {
  background-color: white;
}

ul.tabs li:hover {
  background-color: #fafafa;
}

ul.tabs li:before {
  content: "";
}

div.tabs {
  clear: both;
}

div.tabs > div {
  padding: 1px 20px 20px 20px;
  border: 1px solid #ccc;
  margin-top: 1px;
  display: none;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #bbb;
}

a.btn, button.btn, input.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 1em 1.5em;
  margin-right: 0.5em;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 1px 1px 4px #999;
  border-radius: 3px;
  font-size: 1em;
  text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.9);
  color: black;
  border: 1px solid #aaa;
  background-color: #fff;
  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%);
}

a.btn.active, button.btn.active, input.btn.active {
  outline: none;
  background-color: #eaeaea;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #cbcbcb));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #cbcbcb 100%);
  background: -moz-linear-gradient(top, #eaeaea 0%, #cbcbcb 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%, #cbcbcb 100%);
  background: -o-linear-gradient(top, #eaeaea 0%, #cbcbcb 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #cbcbcb 100%);
  box-shadow: inset 0 0 3px #111;
}

a.btn:hover, button.btn:hover, input.btn:hover {
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #d0d0d0));
  background: -webkit-linear-gradient(top, #fff 0%, #d0d0d0 100%);
  background: -moz-linear-gradient(top, #fff 0%, #d0d0d0 100%);
  background: -ms-linear-gradient(top, #fff 0%, #d0d0d0 100%);
  background: -o-linear-gradient(top, #fff 0%, #d0d0d0 100%);
  background: linear-gradient(to bottom, #fff 0%, #d0d0d0 100%);
  box-shadow: 0px 0px 2px #999;
}

a.btn:hover.active, button.btn:hover.active, input.btn:hover.active {
  background-color: #eaeaea;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #cbcbcb));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #cbcbcb 100%);
  background: -moz-linear-gradient(top, #eaeaea 0%, #cbcbcb 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%, #cbcbcb 100%);
  background: -o-linear-gradient(top, #eaeaea 0%, #cbcbcb 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #cbcbcb 100%);
  box-shadow: inset 0 0 1px #111;
}

div.fw-header img.logo {
  position: absolute;
  left: -104px;
  top: -130px;
}

div.fw-header div.toolbar {
  position: absolute;
  top: 1.5em;
  right: 0;
}

div.fw-header div.toolbar.ad {
  right: 20%;
}

div.fw-header div.toolbar input.btn {
  padding: 0.6em 0.8em;
  margin-right: 0;
  font-size: 0.9em;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}

div.fw-header div.toolbar input[type=text] {
  border-width: 1px;
  width: 68%;
}

div.fw-header #ad {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  min-width: 160px;
  height: 12em;
  overflow: visible;
  display: none;
}

div.fw-header #ad a:hover {
  background-color: transparent !important;
}

body div.one.bsa_it {
  max-width: 200px;
  margin: 0 auto;
}

body div.one.bsa_it .bsa_it_ad {
  background: transparent;
  border: none;
  margin: 0;
  text-align: left;
  color: #999;
  padding: 4px 0 0 0 !important;
}

body div.one.bsa_it .bsa_it_ad:hover {
  background-color: #F5F7FA;
  color: black;
}

body div.one.bsa_it .bsa_it_ad .bsa_it_i {
  display: block;
  padding: 0;
  float: none;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
}

body div.one.bsa_it .bsa_it_ad .bsa_it_d {
  font-size: 11px !important;
}

body div.one.bsa_it .bsa_it_ad .bsa_it_i img {
  padding: 0;
  border: none;
}

body div.one.bsa_it .bsa_it_ad .bsa_it_t {
  padding: 6px 0 0 0;
}

body div.one.bsa_it .bsa_it_ad a {
  padding: 0;
}

body div.one.bsa_it .bsa_it_p {
  display: none;
}

div.dtAd {
  display: block;
  font-size: 12px;
  line-height: 1.45em;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.dtAd a {
  display: inline;
}

div.content h2.comments_title {
  margin-top: 2.5em;
}

div.content div.comments dl dt.odd, div.content div.comments dl dd.odd {
  background-color: #f7f7f7;
}

div.content div.comments dl dt {
  padding: 1em 1em 0 1em;
}

div.content div.comments dl dt span {
  float: right;
}

div.content div.comments dl dt span.version {
  color: #ad4900;
  display: inline-block;
  padding-left: 1em;
}

div.content div.comments dl dd {
  padding: 0.5em 1em 1em 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

div.content div.comments dl dd:last-child {
  border-bottom: none;
}

div.content div.comments dl dt.child, div.content div.comments dl dd.child {
  margin-left: 3em;
}

div.content div.comments div.comment_add {
  padding: 1em;
  margin-top: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
}

div.content div.comments div.comment_add h3 {
  margin-top: 0;
}

div.content div.comments textarea {
  width: 100%;
  height: 10em;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.content div.comments textarea:focus {
  background-color: #FFE;
}

dl.legal dt {
  float: left;
  width: 4%;
  clear: both;
  padding-top: 1em;
}

dl.legal dd {
  padding-top: 1em;
  float: right;
  width: 95%;
}

div.tooltip {
  position: absolute;
  display: none;
  width: 300px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  box-shadow: 3px 3px 10px 0px #222;
  padding: 1em;
  border: 3px solid black;
  border-radius: 5px;
  font-size: 0.9em;
}

span.tooltip {
  color: #cf5930;
  border-bottom: 1px dashed #cf5930;
}

div.fw-body div.info li {
  margin-top: 0;
}

.curr {
  color: #c73300;
}

div.purchase_options {
  display: table;
  width: 100%;
  border-spacing: 10px;
  border-collapse: separate;
}

div.purchase_options div.purchase_option {
  display: table-cell;
  width: 20%;
  padding: 0;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 6px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.purchase_options div.purchase_option.option_1 {
  background-color: #ffc;
}

div.purchase_options div.purchase_option.option_2 {
  background-color: #fefede;
}

div.purchase_options div.purchase_option.option_3 {
  background-color: #fffff3;
}

div.purchase_options div.purchase_option div.liner {
  position: relative;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.purchase_options.options_4 div.purchase_option {
  width: 25%;
}

div.purchase_options.options_3 div.purchase_option {
  width: 33%;
}

div.purchase_options.options_2 {
  padding-left: 17%;
}

div.purchase_options.options_2 div.purchase_option {
  width: 33%;
}

div.purchase_options.options_1 {
  padding-left: 25%;
}

div.purchase_options.options_1 div.purchase_option {
  width: 50%;
}

div.purchase_options h3, div.purchase_options h4 {
  text-align: center;
  border-bottom: none;
  padding-top: 12px;
  margin: 8px 0;
  font-size: 20px;
  line-height: 1.4em;
}

div.purchase_options ul {
  padding: 0;
  list-style: none;
  font-size: 90%;
  line-height: 1.45em;
}

div.purchase_options ul li {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}

div.purchase_options ul li:last-child {
  border-bottom: none;
}

div.purchase_options button, div.purchase_options a.btn {
  position: absolute;
  bottom: 16px;
  left: 6%;
  width: 88%;
  margin: 0;
}

div.purchase_options p {
  font-size: 90%;
  line-height: 1.45em;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  div.purchase_options.options_5 {
    display: block;
  }
  div.purchase_options.options_5 div.purchase_option {
    display: block;
    width: 100% !important;
    margin-bottom: 1em;
  }
  div.purchase_options.options_5 div.purchase_option div.liner {
    height: auto !important;
  }
}

@media only screen and (max-width: 700px) {
  div.purchase_options {
    display: block;
  }
  div.purchase_options div.purchase_option {
    display: block;
    width: 100% !important;
    margin-bottom: 1em;
  }
  div.purchase_options div.purchase_option div.liner {
    height: auto !important;
  }
  div.purchase_options.options_2 {
    padding-left: 0;
  }
}

div.license_info {
  clear: both;
  text-align: center;
  font-size: 0.8em;
  padding-top: 1em;
  bottom-top: 1em;
}

div.license_info img {
  padding-top: 0.5em;
}

div.currency-selector {
  position: absolute;
  right: 2em;
  top: -2em;
  font-size: 0.9em;
}

div.currency-selector.usd a.usd, div.currency-selector.eur a.eur, div.currency-selector.gbp a.gbp {
  color: black;
}

div.currency-selector.inline {
  position: static;
  text-align: right;
  padding-right: 2.5em;
}

div.DTE_Body div.DTE_Body_Content div.DTE_Field.DTE_Field_Type_title:hover {
  background-color: white;
  border: 1px solid transparent;
}

div.DTE_Field.DTE_Field_Type_title label {
  width: 100% !important;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: -2em;
}

@media only screen and (max-width: 580px) {
  div.DTE_Field.DTE_Field_Type_title label {
    margin-left: 0;
  }
}

div.DTE_Field.DTE_Field_Type_title div {
  display: none;
}

div.DTE_Field_Input a.register-forgot, div.DTE_Field_Input a.register-remember {
  display: inline-block;
  font-size: 1.2em;
  padding-top: 0.5em;
}

div.DTE_Form_Info {
  text-align: center;
}

form.purchase ul {
  list-style-image: none !important;
  font-size: 100% !important;
}

form.purchase li.field {
  clear: both;
  padding-top: 0.5em;
}

form.purchase li.field > label {
  display: block;
  width: 33%;
  float: left;
  padding-top: 3px;
}

form.purchase li.field > div {
  float: right;
  width: 66%;
}

form.purchase li.field > div input[type='text'], form.purchase li.field > div input[type='password'] {
  padding: 5px;
  width: 90%;
}

form.purchase li.field.title > div {
  padding-top: 0.5em;
  padding-bottom: 0.25em;
  font-size: 1.3em;
}

form.purchase li > div span.required {
  color: red;
}

form.purchase li.field > div span.error {
  color: red;
  font-size: 0.8em;
  display: block;
}

form.purchase li.field > div span.info {
  font-size: 0.75em;
  line-height: 1.3em;
  display: block;
}

td.total {
  font-size: 1.1em;
}

table.checkout {
  width: 100%;
}

table.checkout td {
  padding: 10px;
}

table.checkout tr.product {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.checkout td.right {
  text-align: right;
}

img.progression {
  margin-bottom: 0.5em;
}

button.paymentButton {
  float: right;
  margin-right: 0;
  width: 180px;
  height: 45px;
  white-space: nowrap;
}

button.paymentButton img {
  vertical-align: middle;
}

div.site-news {
  position: absolute;
  z-index: 20;
  top: 5em;
  left: 1em;
  width: 40%;
  padding: 0.5em;
  border: 1px solid #ccc;
  background: rgba(150, 150, 150, 0.1);
  border-radius: 0.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.site-news div {
  font-size: 0.8em;
  line-height: 1.45em;
}

@media only screen and (max-width: 959px) {
  div.site-news {
    display: none;
  }
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
     * Header and footer styles
     */
  /*
     * Body styles
     */
}

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 #111111;
}

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 #111111;
}

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 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 {
  border-top: 1px solid #dddddd;
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td {
  border-top: none;
}

table.dataTable tbody th, table.dataTable tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

table.dataTable tbody tr th:first-child,
table.dataTable tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

table.dataTable tbody tr:first-child th,
table.dataTable tbody tr:first-child td {
  border-top: none;
}

table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected {
  background-color: #acbad4;
}

table.dataTable.hover tbody tr:hover {
  background-color: #f6f6f6;
}

table.dataTable.hover 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 {
  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 {
  background-color: #acbad5;
}

table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}

table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}

table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}

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;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.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: #333333 !important;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.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)));
  /* Chrome,Safari4+ */
  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%);
  /* Chrome10+,Safari5.1+ */
  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%);
  /* FF3.6+ */
  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%);
  /* IE10+ */
  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%);
  /* Opera 11.10+ */
  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%);
  /* W3C */
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

.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 > 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 #111111;
}

.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;
  }
}

table.dataTable tbody tr th:first-child, table.dataTable tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

table.dataTable tbody tr:first-child th, table.dataTable tbody tr:first-child td {
  border-top: none;
}

table.dataTable tbody th, table.dataTable tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.no-sort::after {
  display: none !important;
}

.no-sort {
  pointer-events: none !important;
  cursor: default !important;
  background-image: none !important;
}

table.dataTable thead .sorting {
  background-image: url("/w3/images/sort_both.png") !important;
}

table.dataTable thead .sorting.no-sort {
  background-image: none !important;
}

table.dataTable thead .sorting_desc {
  background-image: url("/w3/images/sort_desc.png") !important;
}

table.dataTable thead .sorting_asc {
  background-image: url("/w3/images/sort_asc.png") !important;
}


/*	[END=w3/css/web/dataTables.css]*/



/*	[START=js/ui/themes-ui/redmond/jquery.ui.theme.css]*/

/*! jQuery UI - v1.10.0 - 2013-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

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


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


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

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

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

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

.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

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

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/js/ui/themes-ui/redmond/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	cursor: col-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	cursor: col-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url(/js/ui/themes-ui/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #4297d7;
	background: #5c9ccc url(/js/ui/themes-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5dbec;
	background: #dfeffc url(/js/ui/themes-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2e6e9e;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(/js/ui/themes-ui/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	/*font-weight: bold;*/
	color: #1d5987;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #1d5987;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url(/js/ui/themes-ui/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #e17009;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88 url(/js/ui/themes-ui/redmond/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/js/ui/themes-ui/redmond/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/js/ui/themes-ui/redmond/images/ui-icons_469bdd_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/js/ui/themes-ui/redmond/images/ui-icons_d8e7f3_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/js/ui/themes-ui/redmond/images/ui-icons_6da8d5_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/js/ui/themes-ui/redmond/images/ui-icons_217bc0_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/js/ui/themes-ui/redmond/images/ui-icons_f9bd01_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/js/ui/themes-ui/redmond/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/js/ui/themes-ui/redmond/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(/js/ui/themes-ui/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/js/ui/themes-ui/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*	[END=js/ui/themes-ui/redmond/jquery.ui.theme.css]*/



/*	[START=w3/css/web/main.css]*/

@import url(video.css);
#ProductsList ol, ul { list-style: none; }

#ProductsList blockquote:before, #ProductsList blockquote:after, #ProductsList q:before, #ProductsList q:after { content: ''; content: none; }

#ProductsList .clear { clear: both; }

.panier-text { width: 180px; display: inline-block; }

.panier-text span { font-weight: bold; }

.panier-text-quantite { color: grey; }

.product li { list-style: none; }

.product h2 { font-size: 100%; font-weight: 600; margin-bottom: 20px; }

.product .price { color: #f00; font-weight: bold; }

.product-row { width: 32.52%; vertical-align: top; overflow: hidden; display: inline-block; text-align: center; margin: 3px; }

.product .inner { border: 1px solid #ededed; background: #fff; position: relative; border-radius: 3px; overflow: hidden !important; }

.product .inner:hover { border: 1px solid #0178BC; }

.product button { display: block; margin: 0 auto; margin-top: 10px; margin-bottom: 10px; background: #848478; color: #fff; border: 0; padding: 10px; text-transform: uppercase; }

old { text-decoration: line-through; }

new { color: #2ecc71; }

.sale-tile.green { background: #2ecc71; }

.sale-tile.blue { background: #3498db; }

.sale-tile.red { background: #e74c3c; }

.sale { font-size: 11px; color: #fff; -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 49px; left: -6px; position: absolute; }

.sale-tile.red .sale { left: -8px; }

.sale-tile.green .sale { left: -4px; }

.sale-tile.blue .sale { left: 1px; }

.sale-tile { width: 50px; height: 100px; position: absolute; top: -45px; right: -10px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); z-index: 2; }

/* SPINNER */
.xQty { height: 35px; float: left; margin-right: 20px; }

input[type="text"].qtyValue { text-align: center; font-size: 17px; color: #A8A8A8; float: left; height: 26px; width: 45px; border: 0; background: none; outline: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

input.qtyplus { width: 40px; height: 26px; background: #8AD856 url("/images/arrow-up.svg") no-repeat center 1px; outline: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 0; cursor: pointer; float: right; transition: .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: .25s ease-in-out; }

input.qtyplus:hover { background: #7FF034 url("/images/arrow-up.svg") no-repeat center 1px; transition: .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: .25s ease-in-out; }

input.qtyplus:active { background: #7FF034 url("/images/arrow-up.svg") no-repeat center 1px; transition: .05s ease-in-out; -moz-transition: opacity .05s ease-in-out; -webkit-transition: .05s ease-in-out; }

input.qtyminus { width: 40px; height: 26px; background: #86B9E9 url("/images/arrow-down.svg") no-repeat center 1px; outline: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 0; cursor: pointer; float: left; transition: .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: .25s ease-in-out; }

input.qtyminus:hover { background: #8FC8FD url("/images/arrow-down.svg") no-repeat center 1px; transition: .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: .25s ease-in-out; }

input.qtyminus:active { background: #8FC8FD url("/images/arrow-down.svg") no-repeat center 1px; transition: .05s ease-in-out; -moz-transition: opacity .05s ease-in-out; -webkit-transition: .05s ease-in-out; }

.attribute { margin-bottom: 20px; }

.attribute_data { width: 100%; }

.attribute_data .prodlabel { display: inline-block; width: 35%; }

.add_to_cart_block { text-align: right; }

.attribute_data .data { color: #1179b9; padding-left: 5px; }

.attribute_data img { height: 15px; vertical-align: middle; }

.attribute_data.prix, .attribute_data.prix .data { color: #f00; margin-top: 5px; font-weight: bold; }

.attribute_data.prix .data { font-size: 15px; }

body > div.MainBody > div#body > div.content > div.mainText #ProductsList .product-description { padding: 15px; min-height: 190px; }

body > div.MainBody > div#body > div.content > div.mainText #ProductsList .product-description h2 { margin: 0; font-size: 22pt; color: #666; text-align: left; }

body > div.MainBody > div#body > div.content > div.mainText #ProductsList .product-description h2 a { color: #3498db; text-decoration: none; }

body > div.MainBody > div#body > div.content > div.mainText #ProductsList .product-description .attribute_data { width: 100%; text-align: left; }

body > div.MainBody > div#body > div.content > div.mainText #ProductsList { margin-bottom: 40px !important; }

body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block .add_to_cart_qqt, body > div.MainBody > div#body > div.content > div.mainText #ProductsList .add_to_cart_qqt { width: 80px; height: 40px; margin: 0; margin-left: 0; margin-right: 10px; background: #fff; line-height: 40px; border: 0; text-align: center; display: inline-block; position: relative; cursor: pointer; margin: 0 25px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block .add_to_cart_qqt > input, body > div.MainBody > div#body > div.content > div.mainText #ProductsList .add_to_cart_qqt > input { width: 80px; height: 100%; background: transparent; border: 0; text-align: center; line-height: 40px; font-size: 21px; color: #777; padding: 0; transition: all 0.3s; cursor: pointer; }

body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block .add_to_cart_qqt .add_to_cart_plus, body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block .add_to_cart_qqt .add_to_cart_minus, body > div.MainBody > div#body > div.content > div.mainText #ProductsList .add_to_cart_qqt .add_to_cart_plus, body > div.MainBody > div#body > div.content > div.mainText #ProductsList .add_to_cart_qqt .add_to_cart_minus { position: absolute; height: 40px; width: 40px; background: #3498db; color: #fff; font-weight: 800; top: 0; margin-left: -20px; border-radius: 40px; left: 0; font-size: 23pt; transition: all 0.3s; }

body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block .add_to_cart_qqt .add_to_cart_plus:hover, body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block .add_to_cart_qqt .add_to_cart_minus:hover, body > div.MainBody > div#body > div.content > div.mainText #ProductsList .add_to_cart_qqt .add_to_cart_plus:hover, body > div.MainBody > div#body > div.content > div.mainText #ProductsList .add_to_cart_qqt .add_to_cart_minus:hover { color: #3498db; background: #f1f1f1; }

body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block .add_to_cart_qqt .add_to_cart_plus.add_to_cart_plus, body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block .add_to_cart_qqt .add_to_cart_minus.add_to_cart_plus, body > div.MainBody > div#body > div.content > div.mainText #ProductsList .add_to_cart_qqt .add_to_cart_plus.add_to_cart_plus, body > div.MainBody > div#body > div.content > div.mainText #ProductsList .add_to_cart_qqt .add_to_cart_minus.add_to_cart_plus { left: auto; right: 0; margin-right: -20px; margin-left: 0px; }

.add_to_cart_button { display: inline-block; padding: 0; height: 40px; width: 40px; text-align: center; background: #3498db; border-radius: 30px; transition: all 0.3s; float: right; }

.add_to_cart_button > i { line-height: 40px; font-size: 18pt; color: white; }

.add_to_cart_button:hover { background: #fff; }

.add_to_cart_button:hover > i { color: #3498db; }

input[type="text"].qtyValue { width: 30px; padding: 0; }

.magnifier { cursor: crosshair; }

.loupe { background-color: #fefefe; background-position: center; background-repeat: no-repeat; display: inline-block; width: 400px; height: 400px; position: fixed; border-radius: 220px; box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.4); overflow: hidden !important; pointer-events: none; }

.loupe::after { box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1); position: absolute; content: ' '; left: 0; display: inline-block; top: 0; height: 100%; width: 100%; }

.loupe img { position: absolute; top: 0; box-shadow: 0 0 400px rgba(0, 0, 0, 0.6); left: 0; }

.main-image { padding: 0 !important; border: 0 !important; background: rgba(255, 255, 255, 0.5) !important; }

.main-image .service-image-left { width: 100%; margin: 0; padding: 0; }

.main-image .service1-items { width: 100% !important; padding: 0 !important; margin: 0; }

.main-image .service1-items .service1-item, .main-image .service1-items .service1-item:hover { width: 25% !important; border: 0; margin: 0; padding: 0; float: none; display: inline-block; overflow: hidden; max-height: 5vw; }

.main-image .service1-items .service1-item img, .main-image .service1-items .service1-item:hover img { display: inline-block; width: 150%; height: auto; max-width: none; max-height: none; margin-left: -25%; margin-top: -15%; }

div.col-md-12.product-info { display: none; }

.btn-group.cart button.btn.btn-success { background: transparent; color: #0178BC; border: 2px solid #0178BC; box-shadow: none; text-shadow: none; padding: 10px 20px; text-align: center; transition: all 0.3s; margin: 10px 0; }

.btn-group.cart button.btn.btn-success:hover { background: #0178BC; color: white; }

.header-produit { padding: 0 0 20px 0; }

.header-produit .p-content { padding: 30px; background: white; }

.header-produit .p-content .product-title { font-weight: 600; font-size: 16pt; color: #444; }

.add_to_cart_block { padding: 10px; background: #e4e4e4; }

body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block { background: transparent; }

body > div.MainBody > div#body > div.content > div.main-articles .single-product .item-container .header-produit .p-content .add_to_cart_block > div.add_to_cart_qqt > input.inputNumber { background: #ddd; }

.product-image { padding: 0 !important; position: relative; }

.product-image .morePhoto { position: absolute; top: 2px; padding: 3px 5px; right: 2px; color: #555; background: #eee; border-radius: 1px; }

.product-image > a { display: inline-block; width: 100%; height: auto; padding: 0; margin: 0; overflow: hidden; }

.product-image > a img { margin-top: -15%; width: 100%; }

#ProductsList.row .product-row { width: 100%; }

#ProductsList.row .product-row > .inner { text-align: left; }

#ProductsList.row .product-row > .inner .product-image { vertical-align: top; height: 200px; width: 200px; display: inline-block; }

#ProductsList.row .product-row > .inner .product-image a { height: 100%; }

#ProductsList.row .product-row > .inner .product-image a img { margin: 0; height: 100%; width: auto; }

#ProductsList.row .product-row > .inner .product-description { min-height: 0 !important; display: inline-block; vertical-align: top; width: calc(100% - 204px); }

#ProductsList.row .product-row > .inner .add_to_cart_block { right: 0; bottom: 0; position: absolute; border-radius: 3px 0 0 0; }

body > div.MainBody > div#body > div.content > div.mainText table#ProductsList { border: 5px solid #eee; border-collapse: collapse; }

body > div.MainBody > div#body > div.content > div.mainText table#ProductsList thead tr th { padding: 5px; color: #999; text-shadow: none; text-align: center; }

body > div.MainBody > div#body > div.content > div.mainText table#ProductsList tbody tr.product.product-tr td { padding: 3px 6px; border: 1px solid #eee; vertical-align: middle; color: #444; }

body > div.MainBody > div#body > div.content > div.mainText table#ProductsList tbody tr.product.product-tr td > h2 { margin: 0; padding: 0; text-align: left; font-size: 22px; }

body > div.MainBody > div#body > div.content > div.mainText table#ProductsList tbody tr.product.product-tr td > h2 > a { color: #3498db; text-decoration: none; }

body > div.MainBody > div#body > div.content > div.mainText table#ProductsList tbody tr.product.product-tr td .add_to_cart_block { background: transparent; width: auto; padding: 0; }

body > div.MainBody > div#body > div.content > div.mainText table#ProductsList tbody tr.product.product-tr td.product-image > a { width: 50px; height: 50px; overflow: hidden; display: inline-block; margin: 5px; }

body > div.MainBody > div#body > div.content > div.mainText table#ProductsList tbody tr.product.product-tr td.product-image > a img { margin: 0; height: 100%; width: auto; }

body div.container.MainBody.isSocietes div#body div.content > .mainText { padding: 20px 0; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > ul.SecteursLeft { display: inline-block; width: 150px; vertical-align: top; padding: 0; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > ul.SecteursLeft > li > a { color: rgba(0, 0, 0, 0.5); padding: 4px 0; display: inline-block; border-top: 1px solid #e4e4e4; width: 100%; font-weight: bold; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > ul.SecteursLeft > li > a:hover { color: rgba(0, 0, 0, 0.8); }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > ul.SecteursLeft > li.active > a { color: black; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > ul.SecteursLeft > li > ul { border-top: 1px solid #e4e4e4; padding: 0 0 0 8px; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > ul.SecteursLeft > li > ul > li > a { color: rgba(0, 0, 0, 0.5); padding: 2px 0; display: inline-block; width: 100%; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > ul.SecteursLeft > li > ul > li > a:hover { color: rgba(0, 0, 0, 0.8); }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > ul.SecteursLeft > li > ul > li.active > a { color: black; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight { display: inline-block; width: calc(100% - 169px); vertical-align: top; margin-left: 15px; padding: 0 0 0 15px; border-left: 1px solid #e4e4e4; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock { background: #f1f4f7; margin-top: 15px; padding: 10px; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock > div.logoBlock { vertical-align: top; display: inline-block; width: 296px; float: left; margin-right: 10px; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock > div.logoBlock > img { width: 296px; height: auto; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock > div.logoBlock:empty { display: none; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock > div.contentBlock { vertical-align: top; display: inline-block; width: calc(100% - 516px); }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock > div.buttonBlock { padding-top: 20px; vertical-align: top; display: inline-block; width: 200px; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock > div.buttonBlock > a { display: inline-block; width: calc(100% - 10px); margin-left: 10px; border: 1px solid #d4d4d4; padding: 4px 6px 4px 20px; margin-bottom: 8px; text-align: center; position: relative; overflow: hidden; border-radius: 2px; color: #666; text-overflow: ellipsis; white-space: nowrap; background: #fff; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock > div.buttonBlock > a > span { position: absolute; left: 5px; top: 50%; transform: translateY(-50%); }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock > div.buttonBlock > a:hover { color: #3498db; border-color: #3498db; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock.nologo > div.contentBlock { width: calc(100% - 208px); }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete > div.SocieteTopBlock::after { content: ' '; width: 100%; display: block; clear: both; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight.MainSociete .SocieteHTML { padding: 15px 10px 10px 10px; clear: both; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li { margin: 0; padding: 0; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li:nth-child(even) { background: rgba(0, 0, 0, 0.025); }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li:hover { box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.05); }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li > a { display: block; border-top: 1px solid #e4e4e4; padding: 20px 10px; color: rgba(0, 0, 0, 0.6); }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li > a > span.logoBlock { display: inline-block; width: 96px; float: left; margin-right: 10px; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li > a > span.logoBlock > img { width: 96px; height: auto; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li > a > span.logoBlock:empty { display: none; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li > a > span.contentBlock { display: inline-block; width: calc(100% - 108px); }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li > a > span.contentBlock > p.societe_nom { font-size: 16px; font-weight: bold; }

body div.container.MainBody.isSocietes div#body div.content > .Secteurs > .SecteursRight > li > a > p.societe_adresse { margin-bottom: 0; clear: both; text-align: right; color: rgba(0, 0, 0, 0.4); }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

.container:before, .container:after { content: " "; display: table; }

.container:after { clear: both; }

@media (min-width: 770px) { .container { width: 750px; } }

@media (min-width: 992px) { .container { width: 970px; } }

@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

.container-fluid:before, .container-fluid:after { content: " "; display: table; }

.container-fluid:after { clear: both; }

.row { margin-left: -15px; margin-right: -15px; }

.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 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-1 { width: 8.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6 { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12 { width: 100%; }

.col-xs-pull-0 { right: auto; }

.col-xs-pull-1 { right: 8.33333%; }

.col-xs-pull-2 { right: 16.66667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333%; }

.col-xs-pull-5 { right: 41.66667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333%; }

.col-xs-pull-8 { right: 66.66667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333%; }

.col-xs-pull-11 { right: 91.66667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: auto; }

.col-xs-push-1 { left: 8.33333%; }

.col-xs-push-2 { left: 16.66667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333%; }

.col-xs-push-5 { left: 41.66667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333%; }

.col-xs-push-8 { left: 66.66667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333%; }

.col-xs-push-11 { left: 91.66667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.33333%; }

.col-xs-offset-2 { margin-left: 16.66667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333%; }

.col-xs-offset-5 { margin-left: 41.66667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333%; }

.col-xs-offset-8 { margin-left: 66.66667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333%; }

.col-xs-offset-11 { margin-left: 91.66667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 770px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { 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 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: auto; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: auto; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; } }

@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2 { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12 { width: 100%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }

table { background-color: transparent; }

caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; }

th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 20px; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #ddd; }

.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody + tbody { border-top: 2px solid #ddd; }

.table .table { background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

.table-responsive { overflow-x: auto; min-height: 0.01%; }

@media screen and (max-width: 769px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }

fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; 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: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857; color: #555555; }

.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 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: #999; opacity: 1; }

.form-control:-ms-input-placeholder { color: #999; }

.form-control::-webkit-input-placeholder { color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm input[type="month"] { line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg input[type="month"] { line-height: 46px; } }

.form-group { margin-bottom: 15px; }

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }

.radio label, .checkbox label { min-height: 20px; 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 { 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; }

.form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; }

.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-sm { height: 30px; line-height: 30px; }

textarea.input-sm, select[multiple].input-sm { height: auto; }

.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.form-group-sm select.form-control { height: 30px; line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }

.form-group-sm .form-control-static { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; }

.input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }

select.input-lg { height: 46px; line-height: 46px; }

textarea.input-lg, select[multiple].input-lg { height: auto; }

.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }

.form-group-lg select.form-control { height: 46px; line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }

.form-group-lg .form-control-static { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; }

.has-feedback { position: relative; }

.has-feedback .form-control { padding-right: 42.5px; }

.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }

.has-success .form-control { 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: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }

@media (min-width: 770px) { .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: 27px; }

.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }

.form-horizontal .form-group:after { clear: both; }

@media (min-width: 770px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback { right: 15px; }

@media (min-width: 770px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.33333px; } }

@media (min-width: 770px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } }

.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: #337ab7; }

.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; }

.nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #ddd; }

.nav-tabs > li { float: left; margin-bottom: -1px; }

.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857; border: 1px solid transparent; border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }

.nav-pills > li { float: left; }

.nav-pills > li > a { border-radius: 4px; }

.nav-pills > li + li { margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; }

.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: 770px) { .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: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }

@media (min-width: 770px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }

.tab-content > .tab-pane { display: none; visibility: hidden; }

.tab-content > .active { display: block; visibility: visible; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; }

.navbar:before, .navbar:after { content: " "; display: table; }

.navbar:after { clear: both; }

@media (min-width: 770px) { .navbar { border-radius: 4px; } }

.navbar-header:before, .navbar-header:after { content: " "; display: table; }

.navbar-header:after { clear: both; }

@media (min-width: 770px) { .navbar-header { float: left; } }

.navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }

.navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; }

.navbar-collapse:after { clear: both; }

.navbar-collapse.in { overflow-y: auto; }

@media (min-width: 770px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
  .navbar-collapse.collapse { display: block !important; visibility: visible !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: -15px; margin-left: -15px; }

@media (min-width: 770px) { .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: 770px) { .navbar-static-top { border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }

@media (min-width: 770px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } }

.navbar-fixed-top { top: 0; border-width: 0 0 1px; }

.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; }

.navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; height: 50px; }

.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }

.navbar-brand > img { display: block; }

@media (min-width: 770px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } }

.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; }

.navbar-toggle:focus { outline: 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: 770px) { .navbar-toggle { display: none; } }

.navbar-nav { margin: 7.5px -15px; }

.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }

@media (max-width: 769px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } }

@media (min-width: 770px) { .navbar-nav { float: left; margin: 0; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } }

.navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 8px; margin-bottom: 8px; }

@media (min-width: 770px) { .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: 769px) { .navbar-form .form-group { margin-bottom: 5px; }
  .navbar-form .form-group:last-child { margin-bottom: 0; } }

@media (min-width: 770px) { .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: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.navbar-btn { margin-top: 8px; margin-bottom: 8px; }

.navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; }

.navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; }

.navbar-text { margin-top: 15px; margin-bottom: 15px; }

@media (min-width: 770px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } }

@media (min-width: 770px) { .navbar-left { float: left !important; }
  .navbar-right { float: right !important; margin-right: -15px; }
  .navbar-right ~ .navbar-right { margin-right: 0; } }

.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; }

.navbar-default .navbar-brand { color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }

.navbar-default .navbar-text { color: #777; }

.navbar-default .navbar-nav > li > a { color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }

.navbar-default .navbar-toggle { border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar { background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; }

@media (max-width: 769px) { .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: 769px) { .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; }

@-ms-viewport { width: device-width; }

.visible-xs { display: none !important; }

.visible-sm { display: none !important; }

.visible-md { display: none !important; }

.visible-lg { display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 769px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }

@media (max-width: 769px) { .visible-xs-block { display: block !important; } }

@media (max-width: 769px) { .visible-xs-inline { display: inline !important; } }

@media (max-width: 769px) { .visible-xs-inline-block { display: inline-block !important; } }

@media (min-width: 770px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }

@media (min-width: 770px) and (max-width: 991px) { .visible-sm-block { display: block !important; } }

@media (min-width: 770px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } }

@media (min-width: 770px) 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; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } }

@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table; }
  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: 769px) { .hidden-xs { display: none !important; } }

@media (min-width: 770px) 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; }
  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; } }

* { -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; }

/* GENERIC */
html { height: 100%; width: 100%; }

a { color: #337ab7; text-decoration: none; }

.text-center { text-align: center; }

table { background-color: transparent; border-spacing: 0; border-collapse: collapse; }

.pull-right { float: right; }

body { font: 14px/15px "Proxima Nova", Helvetica, Arial, sans-serif; line-height: 1.428571429; }

#body { border: 1px solid #eee; padding-bottom: 40px; }

.hide { display: none; }

input[type="text"], input[type="password"] { padding: 0px 10px; border-radius: 3px; border: 1px solid #ADADAD; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.collapse { display: none; visibility: hidden; }

.laclassedisplaynone { display: none; }

/* DAV */
.panier-text-delete { cursor: pointer; }

#TotalPanier div { display: inline; }

.TRsubmitCompte { height: 55px; }

.MustCompleteError { border: 1px solid #ff0000 !important; }

/*  /DAV */
.navbar-collapse.in { overflow-y: auto; }

.collapse.in { display: block; visibility: visible; }

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

button, input[type="submit"] { background: #0178BC; border: solid 0px #fff; color: #fff; padding: 10px 25px; margin: 0; cursor: pointer; border-radius: 3px; }

.row.lostLogin .col-xs-8 { padding: 0; }

.commande .row { padding: 10px 0; }

.listefacture img, .listefichier img { height: 19px; float: left; margin-right: 7px; }

img.arrow-open { height: 9px; margin-top: 5px; margin-right: 5px; }

table.table.table-user-information input[type=text], table.table.table-user-information input[type=password] { float: left; height: 22px; }

.col-md-4.col-xs-12.mainText { float: right; }

.gmap { padding: 40px 0; }

.gallery img { width: 100%; }

.portail img { width: 100%; height: auto; }

#mainPic { overflow: hidden; font-size: 0; position: relative; }

#mainPic img { width: 100%; height: auto; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.mainTitle { font-size: 22px; font-weight: 600; color: #121212; margin: 0; padding: 0 0 20px; }

.mainText { color: #222; padding-bottom: 40px; overflow: auto; }

.mainText .contentPage { padding-top: 50px; }

.navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; max-width: 300px; height: auto; }

.navbar-brand img { width: 100%; }

.content { position: relative; min-height: 500px; overflow: auto; padding: 30px 15px 15px 15px; }

.content button { margin-top: 10px; width: 100%; }

.content .inscription table { width: 100%; }

.content h2 { line-height: 22px; margin-top: 0; }

@media only screen and (max-width: 770px) { .content table.panier { table-layout: fixed; } }

@media only screen and (max-width: 770px) { .content table.panier td:nth-child(2), .content table.panier th:nth-child(2) { font-size: 0; } }

.content table.panier th { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.content table.panier img { height: 24px; float: left; margin-top: -1px; }

.content table.panier td.total { text-align: right; font-weight: bold; }

.content table.panier input[type="text"] { width: 50px; display: block; padding: 1px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-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; }

.container.vertical { width: 75%; float: left; }

.container.headnav.vertical { width: 25%; float: left; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default { width: 100%; } }

nav.navbar.navbar-default .compte li:hover, nav.navbar.navbar-default .cart li:hover { background: transparent; }

.container.headnav.vertical .navbar > .container-fluid .navbar-brand { margin: 0; padding-left: 15px; }

.container.headnav.vertical .container-fluid, .container.headnav.vertical div#navbar { padding: 0; }

.container.headnav.vertical nav.navbar.navbar-default ul.navbar-right { float: none !important; margin: 0; }

.container.headnav.vertical nav.navbar.navbar-default ul li.compte, .container.headnav.vertical nav.navbar.navbar-default ul li.cart { padding: 0; }

.container.headnav.vertical nav.navbar.navbar-default ul li.compte a.comptelogo, .container.headnav.vertical nav.navbar.navbar-default ul li.compte a.cartLogo, .container.headnav.vertical nav.navbar.navbar-default ul li.cart a.comptelogo, .container.headnav.vertical nav.navbar.navbar-default ul li.cart a.cartLogo { text-indent: 0; background: transparent; margin: 0; width: 100%; height: auto; padding: 15px; }

.container.headnav.vertical nav.navbar.navbar-default ul li.compte a.comptelogo span, .container.headnav.vertical nav.navbar.navbar-default ul li.compte a.cartLogo span, .container.headnav.vertical nav.navbar.navbar-default ul li.cart a.comptelogo span, .container.headnav.vertical nav.navbar.navbar-default ul li.cart a.cartLogo span { right: 10px; left: auto; top: 10px; }

.container.headnav.vertical nav.navbar.navbar-default ul li.compte ul, .container.headnav.vertical nav.navbar.navbar-default ul li.cart ul { display: none; width: auto; top: 0; }

.container.headnav.vertical nav.navbar.navbar-default ul li { width: 100%; }

.container.headnav.vertical nav.navbar.navbar-default ul li ul { display: block; position: relative; border: 0; }

.container.headnav.vertical nav.navbar.navbar-default ul li ul li { padding-left: 20px; }

nav.navbar.navbar-default { background: #ecf0f1; display: block; z-index: 10; position: relative; width: 100%; border: 1px solid #000; }

nav.navbar.navbar-default ul li.compte { padding: 6px; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li.compte { padding: 0; }
  nav.navbar.navbar-default ul li.compte:hover ul { display: none; } }

nav.navbar.navbar-default ul li.compte a.comptelogo { background-image: url("/w3/images/user.png"); background-size: contain; height: 38px; width: 40px; display: block; margin: 0 auto; text-indent: 99999px; overflow: hidden; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li.compte a.comptelogo { width: 100%; background-image: none; text-indent: 0; padding: 15px; height: auto; } }

nav.navbar.navbar-default ul li.compte ul { padding: 15px; left: auto; right: 0px; width: 400px; top: 50px; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li.compte ul { display: none; } }

nav.navbar.navbar-default ul li.compte ul h2 { margin: 0; margin-bottom: 20px; }

nav.navbar.navbar-default ul li.compte ul li { width: 100%; }

nav.navbar.navbar-default ul li.compte ul span { font-size: 10px; margin-left: 20px; margin-top: 10px; display: block; float: left; }

nav.navbar.navbar-default ul li.compte ul span a { padding: 0; display: inline; }

nav.navbar.navbar-default ul li.compte ul button.login { float: right; }

nav.navbar.navbar-default ul li.compte ul label { width: 33%; margin-right: 2%; font-size: 80%; font-weight: normal; text-align: right; float: left; padding: 9px 0px; }

nav.navbar.navbar-default ul li.compte ul .loginCompte input { width: 65%; margin-bottom: 5px; }

nav.navbar.navbar-default ul li.cart { padding: 5px; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li.cart { padding: 0; }
  nav.navbar.navbar-default ul li.cart:hover ul { display: none; } }

nav.navbar.navbar-default ul li.cart ul { left: auto; right: -16px; width: 300px; padding: 15px; margin-top: 5px; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li.cart ul { display: none; } }

nav.navbar.navbar-default ul li.cart ul li { width: 100%; }

nav.navbar.navbar-default ul li.cart a.cartLogo { background-image: url("/w3/images/cart.png"); background-size: contain; height: 40px; width: 40px; display: block; margin: 0 auto; text-indent: 99999px; overflow: hidden; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li.cart a.cartLogo { width: 100%; background-image: none; text-indent: 0; padding: 15px; height: auto; } }

nav.navbar.navbar-default ul li.cart a.cartLogo span { position: absolute; font-weight: 900; font-size: 0.9rem; color: #000; margin-top: 6px; left: -1px; top: -1px; text-indent: 0; text-align: center; width: 50px; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li.cart a.cartLogo span { font-size: 0; } }

nav.navbar.navbar-default ul li.cart .panier-image { width: 70px; height: 50px; position: relative; display: inline-block; overflow: hidden; }

nav.navbar.navbar-default ul li.cart .panier-image > img { position: absolute; top: 50%; max-height: 100%; display: block; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; max-width: 100%; }

nav.navbar.navbar-default ul li.cart .panier-text { width: 197px; display: inline-block; float: right; padding: 0px 5px; font-size: 13px; }

nav.navbar.navbar-default ul li.cart .panier-text span { font-weight: bold; white-space: nowrap; }

nav.navbar.navbar-default ul li.cart .panier-text-quantite { color: grey; }

nav.navbar.navbar-default ul li.cart .panier-produit { margin-bottom: 10px; overflow: auto; }

nav.navbar.navbar-default ul li.cart a { padding: 0; }

nav.navbar.navbar-default ul li.cart button.voirpanier { width: 100%; margin-top: 10px; }

nav.navbar.navbar-default ul li { display: inline-block; position: relative; list-style: none; width: auto; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li { display: block; } }

nav.navbar.navbar-default ul li:hover { background: #ddd; }

nav.navbar.navbar-default ul li:hover ul { display: block; }

nav.navbar.navbar-default ul li ul { display: none; position: absolute; left: 0; border: 1px solid #000; background: #eee; padding: 0; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li ul { display: block; border: 0; width: 100%; position: relative; } }

nav.navbar.navbar-default ul li ul li { width: 100%; }

@media only screen and (max-width: 770px) { nav.navbar.navbar-default ul li ul li { padding-left: 20px; } }

nav.navbar.navbar-default ul li ul li a { white-space: nowrap; }

nav.navbar.navbar-default ul li a { padding: 15px; color: #000; display: block; text-decoration: none; }

.toggle { text-align: center; margin: 0 auto; }

.toggle a { color: #888; text-decoration: none; width: 1.2em; }

.toggle .btn { cursor: pointer; padding: 0.8em; width: auto; transition: background 0.2s, color 0.2s; float: left; border: 2px solid #555; user-select: none; }

.toggle .btn:first-child { border-radius: 0.5em 0 0 0.5em; }

.toggle .btn:last-child { border-radius: 0 0.5em 0.5em 0; }

.toggle .btn .active { border: 2px solid #003d1c; background: #23ADDA; color: #fff; }

.listefichier .pull-right { float: right; padding-right: 4px; }

.listefichier .CSSListe.header:hover { background: transparent; }

.listefichier .CSSDossier .CSSDossier .td.dossier { padding-left: 34px; }

.listefichier .CSSDossier .CSSDossier .CSSFichier .td.name { padding-left: 80px; }

.listefichier .CSSFichier { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; width: 100%; float: left; }

.listefichier .CSSFichier:hover { background: #ffffc6; }

.listefichier .CSSFichier .td.name { font-weight: bold; padding-left: 40px; overflow: hidden; text-overflow: ellipsis; }

.listefichier .CSSFichier .td.dossier { font-weight: bold; }

.listefichier.listegrid .CSSDossier { width: 100%; float: left; text-align: center; border: 1px solid #ddd; overflow: auto; margin-bottom: 20px; }

.listefichier.listegrid .CSSDossier .CSSFichier { width: 25%; float: left; padding-bottom: 10px; }

.listefichier.listegrid .CSSDossier .CSSDossier { border-width: 1px 0; }

.listefichier.listegrid .CSSDossier .CSSDossier .td.name { padding-left: 8px; }

.listefichier.listegrid .CSSDossier .td.name span { display: block; margin-top: 10px; text-overflow: ellipsis; overflow: hidden; }

.listefichier.listegrid .CSSDossier .td.dossier { border: 0; font-weight: bold; width: 100%; padding-bottom: 10px; text-align: left; }

.listefichier.listegrid .CSSDossier .td.name { font-weight: bold; padding-left: 8px; padding-bottom: 0; }

.listefichier.listegrid .CSSDossier.header { display: none; }

.listefichier.listegrid .CSSDossier .td { border: 0; }

.listefichier.listegrid .CSSDossier .td.size, .listefichier.listegrid .CSSDossier .td.date { width: 100%; text-align: center; padding: 0 8px; }

.listefichier.listegrid .CSSDossier .td.img, .listefichier.listegrid .CSSDossier .td.name { width: 100%; }

.listefichier.listegrid .CSSDossier .td.img img, .listefichier.listegrid .CSSDossier .td.name img { height: auto; float: none; width: 100%; max-width: 100px; margin-right: 0; }

.listefichier .td { padding: 8px; line-height: 1.42857; vertical-align: top; border-top: 1px solid #F0F0F0; }

.listefichier .titre { text-transform: uppercase; color: #7A7A7A; font-weight: bold; }

.listefichier .th { vertical-align: bottom; border-bottom: 2px solid #ddd; border-top: 0; padding: 8px; line-height: 1.42857; font-weight: bold; }

@media only screen and (max-width: 770px) { .listefacture td:nth-child(2) { width: auto; } }

.inscription button, .signin button { float: right; }

.inscription input.checkbox, .signin input.checkbox { display: inline-block; margin-right: 10px; }

h3.panel-title span.pull-right { font-size: 14px; font-weight: normal; }

.inscription .forgottenPass { float: right; }

.precisions textarea { width: 100%; height: 150px; }

.lostLogin { padding-top: 20px; padding-right: 0; }

.lostLogin button, .lostLogin input.form-control { float: left; margin: 10px 0; margin-bottom: 40px; }

.loginCompte { overflow: auto; }

.row.clients, .commande, .inscription, .coordonnees, .precisions, .listefichier { padding-bottom: 40px; }

.row.clients table, .commande table, .inscription table, .coordonnees table, .precisions table, .listefichier table { width: 100%; }

.row.clients table td, .commande table td, .inscription table td, .coordonnees table td, .precisions table td, .listefichier table td { padding: 5px 10px; vertical-align: middle; }

footer { background: #ecf0f1; border: 1px solid #000; padding: 15px; overflow: auto; text-align: center; }

footer p { margin: 0; }

.product { min-height: 125px; }

.product > img { max-width: 230px; width: 100%; height: auto; }

.col-md-5.main-image { border: 1px solid #eee; overflow: auto; }

.service1-items { margin-left: -1px; }

.product-rating { font-size: 20px; margin-bottom: 25px; }

.product-title { font-size: 20px; }

.product-desc { font-size: 14px; }

.product-price { font-size: 22px; }

.product-stock { color: #74DF00; font-size: 20px; margin-top: 10px; }

.product-info { margin-top: 50px; }

.view-wrapper { float: right; max-width: 70%; margin-top: 25px; }

hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }

ul.nav.nav-tabs.nav_tabs { margin: 0; }

.item-container { overflow: auto; }

.row.gallery span { display: none; }

.service1-item > img { max-height: 110px; max-width: 110px; width: 100%; height: auto; opacity: 0.6; transition: all .1s ease-in; -o-transition: all .1s ease-in; -moz-transition: all .1s ease-in; -webkit-transition: all .1s ease-in; }

.service1-item > img:hover { cursor: pointer; opacity: 1; }

.service-image-right { padding-left: 50px; }

.service-image-left > center > img, .service-image-right > center > img { width: 100%; height: auto; }

a.translate-flag { height: 25px; width: 25px; overflow: hidden; display: block; position: absolute; top: 10px; right: 10px; z-index: 9999; }

a.translate-flag img { width: auto; height: 100%; }

dd#ctc_antispam-element input { width: 30px !important; }

.portail h4 { background: rgba(33, 58, 77, 0.7); position: absolute; bottom: 0px; left: 0px; width: 100%; padding: 10px 0px; text-align: center; color: #ffffff; margin: 0; font-weight: normal; }

.portail .col-md-2, .portail .col-md-4, .portail .col-md-3, .portail .col-md-5, .portail .col-md-6 { width: 150px; height: 150px; overflow: hidden; padding: 0; margin: 2px; }

.portail a { height: 150px; width: 150px; display: block; }

.PortailOverflow { height: 100%; width: 100%; background-position: center center; background-repeat: no-repeat; }

.row.portail { display: table; margin: 0 auto; }

h3, .h3 { font-size: 24px; font-weight: 500; }

dt#ctc_antispam-label { margin-top: 15px; }

dd#ctc_antispam-element { margin: 0; margin-bottom: 20px; }

p { margin: 0 0 10px; }

h4, .h4 { font-size: 18px; }

h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; }

/* IMMO */
a.translate-flag { height: 25px; width: 25px; overflow: hidden; display: block; position: absolute; top: 10px; right: 10px; z-index: 9999; }

a.translate-flag img { width: auto; height: 100%; }

.portail h4, .h4 { font-size: 15px; }

a.navbar-brand span { white-space: nowrap; }

ul.nav.navbar-nav.navbar-right { position: absolute; right: 0; width: auto; top: 0; }

.content .content { width: 100%; padding: 0; }

li#AjaxCart, .loginCompte { padding: 15px; }

nav.navbar.navbar-default ul li.compte ul, nav.navbar.navbar-default ul li.cart ul { padding: 0; }

.loginCompte { margin: 0 auto; }

.commentairesForm div { overflow: auto; }

.commentairesForm .commentaire { display: block; overflow: auto; padding: 0 0 10px 10px; }

.commentairesForm .commentaire span { display: inline-block; padding-bottom: 2px; font-weight: bold; color: #128ee9; }

.commentairesForm .commentaire textarea { display: inline; width: 93%; }

.commentairesForm .commentaire .commentaire-date { font-size: 11px; display: inline; color: #767676; padding-left: 5px; }

.commentairesForm .commentaire.fils { padding-top: 10px; border-bottom: 0; margin-bottom: 0; margin-left: 60px; }

.commentairesForm .commentaire-image { float: left; margin-right: 10px; border-radius: 5px; border: 1px solid #eee; border-radius: 50%; }

.commentairesForm .commentaire.pere > div:nth-child(4) { margin-bottom: 5px; overflow: auto; }

form.commentaires-form > div span { display: none; }

form.commentaires-form { overflow: auto; padding: 0 0 10px 0px; }

form.commentaires-form:last-child { border: 0; }

form.commentaires-form:last-child div:first-child { margin-left: 60px; }

form.commentaires-form:last-child .commentaire-image { display: none; }

form.commentaires-form:last-child textarea { display: inline; width: 100%; background: #F7F7F7; }

form.commentaires-form span:first-child { margin-left: 60px; margin-bottom: 5px; display: block; font-style: italic; }

form.commentaires-form button.btn.btn-default { float: right; padding: 10px 20px; width: auto; font-weight: bold; font-size: 12px; }

form.commentaires-form div:nth-child(2) textarea { display: inline; width: 93.5%; }

.row.moncompte { margin: 0; }

.commentairesForm .content form.commentaires-form:last-child textarea { height: 60px; min-height: 0; line-height: 15px; width: 100%; background-color: #fff; margin-top: 15px; }

.content .loginCompte, .content .row.lostLogin.hide > .col-xs-12 { margin: 0 auto; margin-top: 20px; margin-bottom: 20px; border: 1px solid #DBE3E3; margin-bottom: 60px; padding: 20px 40px; float: none; width: 470px; color: #5D6769; position: relative; }

.content .loginCompte span { display: inline-block; margin-top: 10px; }

.content .lostLogin input.form-control { margin-bottom: 0; }

.content h2 { line-height: inherit; margin-top: 0; }

.row.lostLogin.hide { margin: 0; }

.CSSShareAPI > span { margin-bottom: 10px; display: block; text-align: center; }

.CSSShare { overflow: visible; position: fixed; margin-left: -75px; z-index: 10; }

.CSSShare .CSSShareAPI { overflow: visible; width: 75px; min-height: 260px; margin-left: -20px; }

.CSSShare * { width: 35px; margin-bottom: 5px; }

.CSSShare * a { height: 35px; display: block; background-size: contain; background-repeat: no-repeat; }

.CSSShare * a:hover { opacity: 0.8; }

.CSSShare * a img { width: 100%; height: auto; }

.BlogTags span { display: inline-block; }

.BlogTags span:after { content: "|"; padding: 0 5px; color: #BCC5C5; }

.BlogTags span:last-child:after { content: ''; }

.BlogTags span a { color: #4DBDEB; text-transform: capitalize; }

.BlogTags > div:nth-child(1) { display: inline-block; margin-right: 3px; }

span.BlogArticleImg { width: 100%; display: block; height: 400px; overflow: hidden; }

span.BlogArticleImg img { width: 100%; height: auto; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

h2.BlogArticleTitre { font-size: 20px; color: #5D6769; margin: 0px 0px 5px 0; line-height: 1.2em; font-weight: normal; margin-top: 10px; }

h2.BlogArticleTitre a { font-size: inherit; }

span.BlogArticleDate, span.BlogArticleHumanDate { color: #6E6E6E; float: right; }

span.BlogArticleAuteur { color: #4DBDEB !important; font-weight: bold; }

span.BlogArticleImg { width: 100%; display: block; height: auto; overflow: hidden; position: relative; margin-bottom: 20px; }

.BlogArticle a { color: #373737; }

span.BlogArticleTexte { line-height: 1.6; display: block; margin-top: 1em; }

span.BlogArticleAuteur font { color: #373737; font-weight: normal; }

.BlogArticle { padding: 20px 10px; overflow: hidden; width: 49.7%; display: inline-block; vertical-align: top; }

a.BlogArticlePlus { font-weight: normal; background-clip: padding-box; border-radius: 2px; cursor: pointer; display: inline-block; font-size: 14px; margin: 0 10px 0 0; outline: none; padding: 0 14px; position: relative; text-align: center; text-decoration: none !important; vertical-align: middle; white-space: nowrap; background-color: transparent; border-style: solid; border-width: 2px; line-height: 38px; transition-duration: 0.2s; transition-property: border-color, color; border-color: #4DBDEB; color: #4DBDEB; margin-top: 20px; }

.BlogArticle:last-child { margin-bottom: 20px; }

span.BlogArticleTexte a { color: inherit; }

span.BlogArticlePlus a { color: inherit; }

.mainText .BlogTags { display: block; float: none; margin-bottom: 15px; }

span.BlogArticleDate, span.BlogArticleIlyaDate { display: none; }

.row.blogArticles { clear: both; margin: 0; }

nav.navbar.navbar-default ul li.compte .row.lostLogin.hide span { font-size: 11px; display: block; float: left; margin: 24px; float: right; margin-top: 0; }

input.form-control { margin-bottom: 20px; }

button.login { float: left; padding: 10px 20px; margin: 0; width: auto; }

span.commentairesInscription { float: right; margin-top: 0 !important; }

button.login { background-color: transparent; border-style: solid; border-width: 2px; height: 42px; line-height: 38px; transition-duration: 0.2s; transition-property: border-color, color; font-weight: normal; background-clip: padding-box; border-radius: 2px; cursor: pointer; display: inline-block; font-size: 14px; margin: 0 0px 0 0; outline: none; padding: 0 14px; position: relative; text-align: center; text-decoration: none !important; vertical-align: middle; white-space: nowrap; border-color: #4DBDEB; color: #4DBDEB; float: right; }

button.login a { color: inherit; }

button.login { float: left; background-color: #4DBDEB; border-bottom-color: #3594BA; border-top-color: #A6E2F7; box-shadow: 1px 1px 0 0 #3594BA,1px -1px 0 0 #3594BA,-1px 1px 0 0 #3594BA,-1px -1px 0 0 #3594BA; color: #FFF; }

.content .loginCompte span.pull-right { margin-right: 80px; margin-top: 25px; }

.content .loginCompte input[type="text"], .content .loginCompte input[type="password"] { padding: 0px 10px; border-radius: 3px; border: 1px solid #DBE3E3; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 0; box-shadow: none; height: 42px; line-height: 42px; }

.content .loginCompte span.pull-right a { color: #4DBDEB; margin-right: 15px; }

.content .loginCompte .modal-close { background-image: url("/w3/images/x.svg"); cursor: pointer; height: 16px; position: absolute; right: 15px; top: 15px; transition-duration: 0.1s; transition-property: background-image; width: 16px; margin-top: 0; }

.spoon { margin: -7px; }

.spoon .col-md-12 { width: 33.33%; padding: 0 5px; }

.spoon .SpoonOverflow { height: 150px; background-size: contain !important; }

.spoon a { color: #000; }

.spoon h4 { font-size: 15px; line-height: 18px; font-weight: bold; margin-top: 0; }

.spoon h3 { border-bottom: 1px solid #ddd; padding-bottom: 5px; margin: 0 5px; margin-bottom: 2px; font-size: 20px; font-weight: bold; }

.fancybox-outer span.commentairesInscription { float: right; margin: 0; }

.fancybox-outer .loginCompte { margin: 20px; padding: 20px; }

.fancybox-outer .content { padding: 0; width: auto !important; }

.fancybox-outer h2 { margin-top: 0 !important; font-size: 23px; }

.commentairesConnection { margin-top: 0; margin: 0 0; float: left; width: 70%; padding: 0px 0 40px 0px; }

.commentairesConnection a { background-color: transparent; border-style: solid; border-width: 2px; height: 42px; line-height: 38px; transition-duration: 0.2s; transition-property: border-color, color; font-weight: normal; background-clip: padding-box; border-radius: 2px; cursor: pointer; display: inline-block; font-size: 14px; margin: 0 0px 0 0; outline: none; padding: 0 14px; position: relative; text-align: center; text-decoration: none !important; vertical-align: middle; white-space: nowrap; border-color: #4DBDEB; color: #4DBDEB; }

.commentairesForm h3 { border-bottom: 1px solid #ddd; padding-bottom: 5px; margin: 0 0px; margin-bottom: 2px; font-size: 20px; font-weight: bold; margin-bottom: 15px; }

.commentairesForm .commentaire { display: block; overflow: auto; padding: 0 0 10px 0px; }

a.commentaire-repondre { position: relative; color: #555; padding: 5px 5px; margin-left: 55px; display: block; width: 70px; border-radius: 5px; font-size: 11px; font-weight: bold; opacity: .75; vertical-align: top; margin-top: -5px; }

a.commentaire-repondre.isfils { margin-left: 115px; }

.commentairesForm div { overflow: auto; position: relative; }

form.commentaires-form textarea.form-control { display: block; width: 89.1%; height: 80px; float: right; }

form.commentaires-form:last-child { border: 0; border: 0; margin-top: -10px; }

.fildariane { margin-bottom: 15px; }

.fildariane ul { padding-left: 0; }

.fildariane ul li { display: inline-block; }

.fildariane ul li span { padding-right: 3px; }

.isBlogArticle #mainPic { height: 347px; float: left; width: 68%; padding-right: 0; margin-top: 20px; margin-right: 20px; position: relative; }

.isBlogArticle .fildariane { float: left; width: 70%; }

.isBlogArticle .row.spoon { float: left; width: 70%; padding-right: 25px; padding-top: 20px; }

.isBlogArticle .row.spoon .col-md-4 { overflow: hidden; text-overflow: ellipsis; padding-bottom: 40px; display: block; }

.isBlogArticle .fildariane .spoon, .isBlogArticle .commentairesForm { width: 70%; float: left; padding: 20px 0; }

.isBlogArticle h1.mainTitle { float: left; width: 70%; }

.isBlogArticle .mainText { float: left; width: 70%; padding-right: 25px; padding-top: 20px; }

.isBlogArticle .CSSBlogRightPanel { width: 30%; padding-left: 10px; position: absolute; right: 0; top: 0; z-index: 4; height: 100%; border-left: 1px solid #eee; }

.isBlogArticle .content { overflow: hidden; padding: 0 20px; padding-top: 20px; }

.isBlogArticle .CSSBlogNuage { overflow: auto; background-color: #fff; padding: 10px; }

.isBlogArticle #body { border: 0; padding-bottom: 0px; }

.CSSBlogRightPanel a { display: block; float: left; width: 100%; font-weight: normal; color: #00628b; cursor: pointer; margin-bottom: 5px; }

.CSSBlogRightPanel a > span { min-width: 20%; background: #daf0fa; border-radius: 0 1em 1em 0; padding: 2px 15px 1px 10px; display: inline-block; }

.CSSBlogRightPanel a > span:hover { background: #ccebf8; color: #009ee0; }

.CSSBlogRightPanel a > span > span { margin-left: 5px; color: #b2b2b2; }

ul.CSSBlogTabs { margin: 0; padding: 0; overflow: auto; margin-bottom: 10px; background-color: #fff; padding: 10px; }

ul.CSSBlogTabs > li { width: 100%; list-style: none; overflow: auto; }

ul.CSSBlogTabs > li > span { width: 50%; float: left; cursor: pointer; padding: 10px; color: #00628b; border-bottom: 1px solid #D0D0D0; }

ul.CSSBlogTabs > li > span.CSSBlogActiveTab { font-weight: bold; border: 1px solid #D0d0d0; border-bottom: 0; }

ul.CSSBlogTabs div > div { border: 1px solid #D0D0D0; border-top: 0; border-bottom: 0; }

ul.CSSBlogTabs div > div:last-child { border-bottom: 1px solid #D0D0D0; padding-bottom: 5px; }

ul.CSSBlogTabs div > div a { float: none; padding: 5px 10px; margin-bottom: 0; overflow: auto; }

ul.CSSBlogTabs div > div a > span { height: 50px; background: none; overflow: hidden; text-overflow: ellipsis; display: inline-block; }

ul.CSSBlogTabs div > div a > img { width: 50px; height: auto; float: left; }

div.CSSBlogRss { padding: 10px 5px 10px 0; text-align: right; border-bottom: 1px solid #f5f5f5; }

div.CSSBlogRss a { margin: 5px; display: inline-block; width: 30px; height: 30px; background: url("/w3/images/rss.png") no-repeat; background-size: 30px; float: none; }

span.CSSBlogAuthor { width: 100%; position: relative; border-bottom: 1px solid #eee; padding-bottom: 20px; background-color: #fff; padding: 10px; margin-bottom: 10px; display: inline-block; }

span.CSSBlogAuthor > div { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; position: relative; float: left; margin-right: 20px; }

span.CSSBlogAuthor img { height: auto; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; max-width: 100%; width: 100%; background-color: antiquewhite; }

span.CSSBlogAuthor span { font-size: 17px; color: #07e; font-weight: 600; display: block; float: none; margin-top: 24px; }

span.CSSBlogAuthor b { float: left; font-size: 15px; color: #444; font-weight: normal; }

/* BLOG FIX */
span.BlogArticleImg { height: 200px; }

span.BlogArticleImg img { position: absolute; }

.calltoaction { width: 100%; position: relative; background: #17375e; border-radius: 5px; display: block; padding: 15px 70px; color: white; margin-top: 10px; margin-bottom: 10px; text-align: center; min-height: 180px; padding-left: 180px; }

.calltoaction > .calltoaction-title { font-family: 'tahoma'; text-align: center; color: white; padding: 0 0 5px 0; font-size: 30px; font-weight: bold; margin: 10px 0 0 0; }

.calltoaction > .calltoaction-subtitle { font-family: 'tahoma'; text-align: center; color: white; padding: 0 0 5px 0; font-size: 18px; font-weight: 600; margin: 10px 0 5px 0; }

.calltoaction > .calltoaction-button { font-family: 'tahoma'; display: inline-block; text-align: center; color: white; background: #558ed6; padding: 10px; width: 100%; text-transform: uppercase; font-weight: bold; font-size: 22px; border-radius: 5px; transition: all 0.3s; }

.calltoaction > .calltoaction-button:hover { background: rgba(85, 142, 214, 0.8); color: white; }

.calltoaction > .calltoaction-img { float: left; height: 150px; position: absolute; left: 15px; top: 15px; }

.calltoaction.noImg { min-height: 0px; padding-left: 70px; }

.calltoaction.noImg > img { display: none; }

div#ImmoFormRDV { width: 100% !important; }

form#ctcform { width: 100%; max-width: 100%; }

.ctc_field { width: 100% !important; }

.isBlogArticle.isIframe .row.iframe { width: 70%; }

.noImg img { display: none !important; }

.dataTables_filter input { padding: 5px 10px; margin-bottom: 14px; }

.immoTable { background: rgba(0, 0, 0, 0.01); border: 1px solid #eee; padding: 0; margin: 0; position: relative; overflow: hidden; margin-bottom: 20px; max-height: 260px; }

.immoTable a { color: #16a085; font-style: normal; }

.immoTable a:hover { color: #335f12; }

.immoTable .immoBienNom a { color: inherit; font-style: normal; line-height: 30px; }

.immoPic { width: 400px; display: inline-block; position: relative; float: left; min-height: 1px; position: relative; }

.immoPic > a:first-child:hover { color: white; }

.immoDescription { display: inline-block; vertical-align: top; width: calc(100% - 400px); position: absolute; top: 0; right: 0; height: 100%; }

.immoDescription .immoBienTexte { color: #666666; padding: 10px; padding-top: 3px; }

.immoDescription .immoBienTexte .immoNextBtn { background: linear-gradient(#346993 0%, #205684 100%); position: absolute; bottom: 0px; right: 0px; padding: 10px; color: white; }

.immoDescription .immoBienTexte .immoNextBtn:hover { background: linear-gradient(#205684 0%, #346993 100%); }

.immoDescription .immoBienPrix { font-weight: bold; }

.immoDescription .immoBienNom { width: 100%; padding: 3px 10px; padding-top: 5px; background: transparent; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.immoDescription li { list-style: none; }

.immoBienNom { display: block; font-size: 14px; color: #666666; }

.immoBienNom h2 { font-size: inherit; margin: 0; }

.immoInfo { padding: 14px 0; }

.immoInfo a { font-style: normal; margin-right: -1px; padding: 10px; }

.middle-left { position: absolute; left: 0; top: 0; width: 30%; margin-top: 40px; border-right: 1px solid #eee; padding: 10px; padding-top: 0; height: 100%; }

.middle-left ul { padding: 0; min-height: 93px; }

.middle-left ul > li.immoBienPPE { display: none; }

.middle-left > a { display: inline-block; height: 28px; width: 24.5%; overflow: hidden; margin: 0.25%; vertical-align: top; }

.middle-left > a img { min-width: 100%; min-height: 100%; }

.middle-left > a:nth-child(n+10) { display: none; }

.middle-right { padding: 0px; margin-top: 40px; width: 70%; position: absolute; right: 0; top: 0; height: calc(100% - 40px); }

.bottom { display: inline-block; width: 100%; border-top: 1px solid #eee; }

.immmoInformations { position: absolute; top: 7px; right: 7px; }

.immmoInformations img { height: 20px; }

.immoEmail { position: absolute; bottom: 5px; right: -50px; }

.immoEmail img { height: 20px; }

.immoDemandeInfo { position: absolute; bottom: 5px; }

.immoDemandeInfo a { display: block; font-size: 10px; }

a.camera { position: absolute; top: 0; left: 0; width: 50px; height: 28px; line-height: 28px; color: #FFF; background: none; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); padding-left: 5px; margin: 0; }

a.camera > span { vertical-align: middle; margin-left: 5px; margin-top: -2px; margin-right: 5px; }

span.immoVideo { right: 4px; bottom: 4px; float: right; display: none; }

.cimmoLocation div#DivComplete { max-height: 400px; overflow: auto; }

.mainTitle:empty, .fildariane:empty { display: none; }

.ImmoFicheHeader { position: relative; margin-bottom: 3%; }

.ImmoFicheHeader h1.ImmoFicheTitre { font-weight: 400; color: #1d244c; text-align: center; float: left; font-size: 30px; margin-top: 0; }

.ImmoFicheHeader div.ImmoFicheAdresse { right: 10px; position: absolute; bottom: 10px; color: #1d244c; }

@media screen and (max-width: 500px) { .ImmoFicheHeader div.ImmoFicheAdresse { bottom: 0px; right: 10px; } }

.ImmoFicheHeader a.ImmoFicheNpa { margin-top: 8px; font-size: 22px; float: right; font-weight: 400; color: #1d244c; text-align: center; line-height: 1.1; display: inline-block; }

.ImmoFicheHeader div.ImmoFicheDetail { clear: both; text-align: left; padding: 14px 0 0 0; font-size: 1.2em; font-style: italic; }

.ImmoFicheHeader div.ImmoFicheDetail span { color: rgba(29, 36, 76, 0.8); border-right: 1px solid #d4d4d4; padding: 0px 1% 0px 1%; }

.ImmoFicheHeader div.ImmoFicheDetail span:first-child { padding-left: 0; }

.ImmoFicheHeader div.ImmoFicheDetail span:last-child { border-right: 0; }

.ImmoFicheHeader div.ImmoFicheDetail span.ImmoFicheDetailPPE { display: none; }

.ImmoFlex { display: -webkit-flex; /* Safari */ display: flex; }

.ImmoFicheContent { -webkit-flex: 0.59; -ms-flex: 0.59; flex: 0.59; width: 59%; display: inline-block; overflow: hidden; position: relative; }

.ImmoFicheContent > .ImmoFicheReserved { position: absolute; top: -10px; left: -50px; padding: 5px 40px; transform: rotateZ(-45deg); -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; z-index: 301; background: #88c354; padding-top: 40px; color: white; font-weight: 400; }

.ImmoFicheContent > img { display: inline-block; cursor: pointer; }

.ImmoFicheContent .ImmoFicheSousTitre { display: inline-block; font-size: 20px; text-align: left; width: 100%; margin: 50px 0 2% 0; color: #1d244c; }

.ImmoFicheContent .ImmoFicheSousTitre:after { content: ' '; display: inline-block; border-bottom: 1px solid #d4d4d4; width: 100%; margin: 1% 0; }

.ImmoFicheContent .ImmoFicheTexte { margin-bottom: 20px; font-size: 16px; line-height: 24px !important; }

.ImmoFicheContent .ImmoFicheTexte * { font-size: 16px; }

.ImmoFicheContent .ImmoFicheTexte:empty { display: none; }

.ImmoFicheSide { -webkit-flex: 0.41; -ms-flex: 0.41; flex: 0.41; padding-left: 3%; width: 40%; float: right; display: inline-block; }

.ImmoFicheSide #ImmoFicheCourtiers > span { display: inline-block; width: 100%; padding: 10px; margin: 0 0 20px 0; background: rgba(0, 0, 0, 0.05); }

.ImmoFicheSide #ImmoFicheCourtiers > span > b { display: inline-block; font-size: 18px; font-weight: 200; margin-bottom: 30px; color: #333; }

.ImmoFicheSide #ImmoFicheCourtiers > span > div:nth-child(2) { overflow: hidden; border-radius: 1000px; display: inline-block; float: left; height: 120px; width: 120px; margin-right: 20px; border: 3px solid white; box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05); }

.ImmoFicheSide #ImmoFicheCourtiers > span > div:nth-child(2) > img { width: 100%; }

.ImmoFicheSide #ImmoFicheCourtiers > span > div:nth-child(3), .ImmoFicheSide #ImmoFicheCourtiers > span div:nth-child(4), .ImmoFicheSide #ImmoFicheCourtiers > span div:nth-child(5) { font-size: 13px; line-height: 20px; color: #555; }

.ImmoFicheSide #ImmoFicheCall2Action { padding: 0; margin: 0; }

.ImmoFicheSide #ImmoFicheCall2Action > a, .ImmoFicheSide #ImmoFicheCall2Action > form { background: rgba(29, 36, 76, 0.8); display: block; margin: 2px 0 18px 0; color: white; border-radius: 1px; text-align: center; padding: 5px; transition: all 0.1s; }

.ImmoFicheSide #ImmoFicheCall2Action > a#RDVform, .ImmoFicheSide #ImmoFicheCall2Action > form#RDVform { line-height: 30px; }

.ImmoFicheSide #ImmoFicheCall2Action > a#RDVform span, .ImmoFicheSide #ImmoFicheCall2Action > form#RDVform span { display: none; }

.ImmoFicheSide #ImmoFicheCall2Action > a#RDVform input[type=text], .ImmoFicheSide #ImmoFicheCall2Action > form#RDVform input[type=text] { height: 30px; vertical-align: top; margin: 0; border: none; background: white; border-radius: 0; line-height: 30px; padding: 0 15px; width: calc(100% - 60px); }

.ImmoFicheSide #ImmoFicheCall2Action > a#RDVform input[type=button], .ImmoFicheSide #ImmoFicheCall2Action > form#RDVform input[type=button] { height: 30px; margin: 0; border: none; background: white; border-radius: 0; line-height: 30px; margin: 0; margin-left: 10px; padding: 0 10px; width: 50px; }

.ImmoFicheSide #ImmoFicheCall2Action > a:hover, .ImmoFicheSide #ImmoFicheCall2Action > form:hover { background: rgba(29, 36, 76, 0.7); box-shadow: inset 0 0 0 2px rgba(29, 36, 76, 0.4); }

.ImmoFicheSide #ImmoFicheGallery > a { display: inline-block; width: 48.5%; height: 8vw; min-height: 11%; overflow: hidden; margin: 0px 3% 3% 0px; background-position: center; background-size: cover; transition: opacity 0.2s; }

.ImmoFicheSide #ImmoFicheGallery > a:hover { opacity: 0.6; }

.ImmoFicheSide #ImmoFicheGallery > a > img { width: 100%; }

.ImmoFicheSide #ImmoFicheGallery > a:nth-of-type(even) { margin-right: 0px; }

.ImmoFicheSide > a.duneBox { display: inline-block; width: 48.5%; height: 5vw; min-height: 11%; overflow: hidden; margin: 0px 3% 3% 0px; transition: opacity 0.2s; }

.ImmoFicheSide > a.duneBox:hover { opacity: 0.6; }

.ImmoFicheSide > a.duneBox > img { width: 100%; }

.ImmoFicheSide > a.duneBox:nth-of-type(even) { margin-right: 0px; }

.ImmoFicheSide > .ImmoFichiers a { display: block; margin: 0; padding: 0; background: rgba(0, 0, 0, 0.05); }

.ImmoFicheSide > .ImmoFichiers a:hover { background: rgba(0, 0, 0, 0.1); }

.ImmoFicheSide > .ImmoFichiers a::before { vertical-align: middle; display: inline-block; width: 30px; height: 30px; margin: 0 5px; background: url("/w3/images/download.png") no-repeat center center; background-size: 30px; content: ' '; position: relative; }

.ImmoFicheSide #ImmoYoutube { border-top: 1px solid #d4d4d4; padding-top: 30px; margin-bottom: 20px; margin-top: 20px; width: 100%; }

.ImmoFicheSide #ImmoYoutube:empty { display: none; }

.ImmoFicheSide #ImmoYoutube iframe { width: 100%; }

.ImmoFicheInformations { background: rgba(29, 36, 76, 0.7); padding: 1%; margin: 0 0 4% 0; margin-top: 40px; font-weight: 400; }

.ImmoFicheInformations h4.ImmoFicheInformationsTitre { font-size: 20px; text-align: center; margin-top: 10px; margin-bottom: 10px; font-weight: 600; color: #fff; }

.ImmoFicheInformations h4.ImmoFicheInformationsTitre:after { content: ' '; display: inline-block; width: 90%; margin: 0 5%; margin-top: 10px; border-top: 1px solid #fff; height: 1px; }

.ImmoFicheInformations > div { border-bottom: 1px solid rgba(255, 255, 255, 0.05); font-size: 1.1em; color: #fff; margin: 6px 4%; }

.ImmoFicheInformations > div span:nth-child(1) { font-weight: 600; font-style: italic; }

.ImmoFicheInformations > div span:nth-child(2) { float: right; text-align: right; }

.ImmoFicheInformations > div:first-child { width: 100%; }

.ImmoAutresBiens { line-height: 0; }

.ImmoAutresBiens > h4 { display: inline-block; font-size: 20px; text-align: left; width: 100%; margin: 50px 0 2% 0; color: #1d244c; }

.ImmoAutresBiens > h4:after { content: ' '; display: inline-block; border-bottom: 1px solid #d4d4d4; width: 100%; margin: 1% 0; }

.ImmoAutresBiens .AutreBien { padding: 10px; border: 1px solid rgba(212, 212, 212, 0.4); background: rgba(29, 36, 76, 0.005); border-radius: 3px; transition: all 0.3s; margin: 1%; line-height: 1; width: 22.7%; display: inline-block; vertical-align: top; }

.ImmoAutresBiens .AutreBien a { text-decoration: none; }

.ImmoAutresBiens .AutreBien a:hover { text-decoration: none; }

.ImmoAutresBiens .AutreBien:hover { background: rgba(0, 0, 0, 0.05); }

.ImmoAutresBiens .AutreBien .AutreBienImg { overflow: hidden; height: 150px; position: relative; }

.ImmoAutresBiens .AutreBien .AutreBienImg > .ImmoFicheReserved { position: absolute; top: -10px; left: -50px; padding: 5px 40px; transform: rotateZ(-45deg); -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; z-index: 301; background: #88c354; padding-top: 40px; color: white; font-weight: 400; }

.ImmoAutresBiens .AutreBien h3 { color: #1d244c !important; margin-top: 10px; font-size: 20px; height: 50px; }

.ImmoAutresBiens .AutreBien p { padding: 5px 0; color: rgba(0, 0, 0, 0.8); }

.ImmoAutresBiens .AutreBien p:empty { display: none; }

.ImmoAutresBiens .AutreBien p.AutreBienPrix { text-align: center; font-size: 18px; border-top: 1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4; margin: 20px; padding: 10px 0; }

.ImmoAutresBiens .AutreBien p.AutreBienTexte { min-height: 125px; font-size: 14px; line-height: 16px; width: 100%; padding: 5px; padding-bottom: 20px; }

.ImmoAutresBiens .AutreBien p.AutreBienInfos b { display: inline-block; background: rgba(29, 36, 76, 0.7); color: #fff; font-weight: 400; padding: 3px; margin: 2px; border-radius: 2px; }

#ggmaps { margin-top: 10px; width: 100%; height: 300px; }

/*
.immoForm {
	background: #fafafa;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	border: 0;
	margin: 10px 0;
	padding: 0 0 10px 0;
	form {
		padding: 0;
		margin: 0;
	}
	.cimmoLocation,
	.cimmoKm,
	.cimmoType,
	.cimmoPrix,
	.cimmomc,
	.cimmoChambres,
	.cimmoRef {
		display: inline-block;
		vertical-align: top;
		margin: 0.7%;
		position: relative;
		label {
			display: block;
		}
		>.ui-multiselect:focus {
			outline: none;
		}
		.immoInput,
		>.input-group,
		>.ui-multiselect,
		>.selectBox {
			background: #fff;
			height: 32px;
			line-height: 32px;
			padding: 0 5px;
			margin: 0;
			border: 1px solid #eee;
			border-radius: 3px;
			width: 100%;
			color: #555;
			&.hasAddon {
				width: calc(100% - 32px);
			}
		}
		>.selectBox {
			cursor: pointer;
			.SB-content {
				margin-top: 3px;
				border-radius: 3px;
				cursor: default;
				background: #fff;
				border: 1px solid #ccc;
				padding: 5px;
				.input-grp {
					width: 100%;
					margin: 5px 0;
				}
			}
		}
		>.ui-multiselect-menu {
			width: 100%;
		}
	}
	.cimmoSubmit {
		display: inline-block;
		vertical-align: top;
		margin: 0.7%;
		position: relative;
		width: 3%;
		button {
			height: 32px;
			line-height: 32px;
			margin-top: 24px;
			padding: 0;
		}
	}
	.cimmoLocation {
		width: 25%;
		input {
			width: 100%;
			background: transparent;
			margin-top: 3px;
		}
	}
	.cimmoKm {
		width: 5%;
	}
	.cimmoType {
		width: 15%;
	}
	.cimmoPrix {
		width: 15%;
	}
	.cimmomc {
		width: 11%;
	}
	.cimmoChambres {
		width: 7%;
		>button>#SpanPieces {
			color: #555;
		}
	}
	.cimmoRef {
		width: 5%;
	}
}
*/
.immoSearch { width: 1200px; margin-left: -600px; position: relative; left: 50%; text-align: center; }

.immoSearch.immoAdvanced { text-align: right; }

.immoSort { position: relative; margin-top: 10px; padding-bottom: 0px; display: inline-block; cursor: default; }

.immoSort > span { padding: 5px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); border-radius: 4px; display: inline-block; }

.immoSort:hover > ul { display: inline-block; }

.immoSort > ul { display: none; position: absolute; top: 100%; right: -0px; margin: 0; padding: 0; border-radius: 4px; overflow: hidden; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); z-index: 105; }

.immoSort > ul > li { padding: 0; margin: 0; width: 100%; }

.immoSort > ul > li > a { width: 100%; white-space: nowrap; padding: 5px; margin: 0; display: inline-block; background: #fff; cursor: pointer; border-bottom: 1px solid #f4f4f4; }

.immoSort > ul > li > a:hover { box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1); }

.immoSort > ul > li > a:last-child { border: 0; }

.immoReference { display: inline-block; position: absolute; top: 5px; right: 0; }

.immoReference > span { display: inline-block; }

.immoReference > form { vertical-align: top; margin: 0; }

.immoReference > form > input { background: #fff; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); border: 0; padding: 5px; margin: 0; font-size: 14px; max-width: 80px; vertical-align: top; }

.immoReference > form > button { display: inline-block; width: auto; margin: 0; padding: 7px; font-size: 14px; vertical-align: top; }

.immoForm { width: 600px; background: white; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); height: 50px; margin-left: -300px; position: relative; left: 50%; }

.immoAdvanced .immoForm { width: 1200px; margin-left: 0; left: 0; }

.immoForm .cimmoLocation, .immoForm .cimmoKm, .immoForm .cimmoType, .immoForm .cimmoPrix, .immoForm .cimmomc, .immoForm .cimmoChambres, .immoForm .cimmoRef, .immoForm .cimmoSubmit { display: inline-block; }

.immoForm .cimmoLocationType { display: none; }

.immoForm .cimmo { position: relative; height: 50px; width: 20%; vertical-align: top; }

.immoForm .cimmo > label { font-size: 10px; left: 7px; top: 3px; position: absolute; color: #aaa; pointer-events: none; }

.immoForm .cimmo .input-group-addon { position: absolute; right: 5px; left: auto; top: 0; height: 50px; padding-top: 1px; line-height: 50px; font-size: 12px; }

.immoForm .cimmo > button { cursor: pointer; }

.immoForm .cimmo > input, .immoForm .cimmo > button, .immoForm .cimmo > .immoInput { outline: none; color: #aaa; left: 0; top: 0; margin: 0; position: absolute; width: 100%; height: 100%; border: 0; background: transparent; padding: 0 7px; }

.immoForm .cimmo > .immoInput > span, .immoForm .cimmo > span { left: 8px; top: 0; position: absolute; height: 50px; color: #aaa; z-index: 101; line-height: 50px; pointer-events: none; }

.immoForm .cimmo > span.glyphicons { font-size: 12pt; color: #81a792; }

.immoForm .cimmo > .immoInput > input { color: #aaa; left: 0; top: 0; outline: none; position: absolute; width: 100%; height: 100%; border: 0; padding: 0 7px; background: transparent; padding-left: 32px; z-index: 100; }

.immoForm .toggleBoxC { position: absolute; z-index: 102; top: 100%; left: 0; background: white; width: 100%; margin: 0; padding: 0; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); border: 0; }

.immoForm .toggleBoxC ul { padding: 0; margin: 0; }

.immoForm .toggleBoxC ul li { list-style: none; color: #aaa; background: #fff; padding: 5px 6px; }

.immoForm .toggleBoxC ul li:hover { background: #f4f4f4; }

.selectBox > .SB-content { position: absolute; top: 100%; left: 0; width: 100%; background: white; display: none; padding: 2px 6px; z-index: 10; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.selectBox.open .SB-content { display: block; }

.immoForm .selectBox { position: relative; overflow: visible; height: 100%; width: 100%; position: absolute; top: 0; color: #aaa; left: 0; line-height: 50px; cursor: pointer; }

.selectBox .SB-content .input-grp { width: 100%; position: relative; height: 28px; line-height: 28px; margin: 5px 0; color: #aaa; }

.selectBox .SB-content .input-grp input { width: 80%; position: absolute; right: 0; top: 0; height: 28px; color: #aaa; outline: none; padding-left: 10px; border: 0px; background: #f4f4f4; }

.immoForm .selectBox > .SB-label { padding: 0 0 0 7px; display: inline-block; vertical-align: middle; line-height: 18px; }

.immoForm .selectBox > span.predon { vertical-align: middle; margin: 0 0 0 10px; color: #81a792; font-size: 12pt; }

.immoForm .selectBox > span.chevron { float: right; font-size: 12pt; margin-right: 5px; margin-top: 19px; }

.immoForm .cimmo > .toggleBox { padding-right: 5px; outline: none; text-align: left; }

.immoForm .cimmo > .toggleBox > span.predon { font-size: 12pt; margin-right: 5px; color: #81a792; }

.immoForm .cimmo > .toggleBox > span.chevron { font-size: 12pt; float: right; }

.immoForm .isADV { display: none; }

.immoForm .cimmoLocation { width: 320px; background: #fff; }

.immoForm .cimmoType { width: 160px; background: #f4f4f4; }

.immoForm .cimmoType button span, .immoForm .cimmoChambres button span { color: #aaa; }

.immoForm .cimmoType > span, .immoForm .cimmoChambres > span { left: auto; right: 6px; }

.immoForm .cimmoKm { width: 70px; background: #fff; box-shadow: inset 5px 0 1px -5px rgba(0, 0, 0, 0.4); }

.immoForm .cimmoKm > input.immoInput { padding-right: 25px; padding-left: 24px; color: #aaa; text-align: center; }

.immoForm .cimmoPrix { display: none; width: 240px; background: #fff; }

.immoForm .cimmomc { display: none; width: 170px; background: #f4f4f4; }

.immoForm .cimmoChambres { display: none; width: 120px; background: #fff; }

.immoForm .cimmoRef { display: none; width: 80px; background: #f4f4f4; }

.immoForm .cimmoSubmit { width: 50px; background: #035026; cursor: pointer; }

.immoAdvanced .immoForm .cimmoLocation { width: 390px; }

.immoAdvanced .immoForm .cimmoPrix, .immoAdvanced .immoForm .cimmoChambres, .immoAdvanced .immoForm .cimmomc { display: inline-block; }

.immoForm .cimmoSubmit button { cursor: pointer; padding: 0; margin: 0; }

.immoForm .cimmoSubmit button span { color: #fff; }

.tabsBar { padding: 0; margin: 0; width: 600px; position: relative; display: none; left: 50%; margin-left: -300px; }

.WebPageOrder1 .tabsBar { display: block; }

.immoAdvanced .tabsBar { width: 1200px; margin-left: 0; left: 0; }

.tabsBar .tab { margin: 0; padding: 0; display: inline-block; list-style: none; }

.tabsBar .tab a { height: 40px; margin: 0; display: inline-block; line-height: 40px; background: rgba(30, 30, 30, 0.6); color: white !important; font-weight: 200; border-right: 1px solid #000; text-transform: uppercase; cursor: pointer; padding: 0 10px; }

.tabsBar .tab.active { background: #fff; color: #aaa; }

.tabsBar .tab:last-child a { border: 0; }

.advSwitch { padding: 0; margin: 0; width: 600px; position: relative; left: 50%; margin-left: -300px; text-align: right; }

.immoAdvanced .advSwitch { display: none; width: 1200px; margin-left: 0; left: 0; }

.advSwitch .advSwitchBtn { display: inline-block; padding: 0 6px; height: 30px; line-height: 30px; font-size: 10pt; color: #444; cursor: pointer; }

.advSwitch .advSwitchBtn span { height: 30px; line-height: 30px; }

.rotate { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; transition: all 0.3s ease 0; }

.ui-multiselect-menu { display: none; padding: 3px 0; position: absolute; z-index: 500; text-align: left; background-color: #fff; border: 1px solid #ccc; margin-top: 3px; width: 100%; border-top-left-radius: 3px; border-top-right-radius: 3px; }

.ui-multiselect-checkboxes { position: relative; overflow-y: auto; padding-left: 0; margin: 0; }

.ui-multiselect-checkboxes label { cursor: pointer; display: block; border: 1px solid transparent; font-size: 13px; background-color: #fff; margin: 0; padding: 3px 10px; }

.ui-multiselect-checkboxes label span { padding-left: 7px; font-weight: 600; }

.ui-multiselect-checkboxes label input { position: relative; top: 2px; }

.ui-multiselect-checkboxes label input:checked + span { font-weight: 700; }

.ui-multiselect-checkboxes label:hover { background: #D9EFFF; color: #0086E5; }

.input-group .input-group-addon { padding: 6px 5px; line-height: 18px; font-weight: 400; text-align: center; border-radius: 3px; border-bottom-left-radius: 0; border-top-left-radius: 0; border-left: 0; white-space: nowrap; vertical-align: middle; font-size: 13px; font-weight: 600; display: inline-block; width: 35px; margin-left: -6px; margin-top: -4px; background-color: #eee; border: 1px solid #ccc; }

.input-group { display: inline-block; white-space: nowrap; vertical-align: middle; }

.input-group.max { margin-left: 13%; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

div#DivComplete table.display { background: #fff; border: 1px solid #ccc; }

div#DivComplete table.display tr:hover { background: #D9EFFF; color: #0086E5; }

div#GetAnswer > span { white-space: nowrap; background: #fff; display: block; border-radius: 3px; padding: 3px; border: 1px solid #eee; position: relative; display: inline-block; margin-right: 4px; height: 26px; float: left; margin-bottom: 2px; max-width: 200px; margin-left: -3px; text-overflow: ellipsis; overflow: hidden; }

div#GetAnswer { display: inline; margin-top: -6px; margin-left: -4px; }

div#GetAnswer img { margin-left: 0; margin-top: -3px; cursor: pointer; opacity: .8; position: absolute; right: 0; }

.input-location { float: left; line-height: 13px; }

.cimmoLocation input[type="text"] { border: 0; line-height: 13px; height: 26px; margin-top: 0; padding-left: 10px; z-index: 2; outline: none; }

div#DivComplete { position: absolute; z-index: 1; width: 100%; margin-left: -7px; }

td.FillRegion { padding-left: 10px; }

td.FillRegion a { text-decoration: none; }

div#RegionNone { background: #fff; border: 1px solid #ccc; padding: 10px; }

td.FillRegion { cursor: pointer; }

.immoDescriptionNoResult { padding: 20px; }

table.dataTable { border: 0px !important; }

table.dataTable .immoPic { width: auto; }

table.dataTable .immoPic .camera { display: none; }

table.dataTable .immoPic .MainImmoPic { background-size: cover; width: 50px; height: 30px; overflow: hidden; display: inline-block; margin: 1px; }

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-color: #172935; color: white; font-weight: 200; text-transform: uppercase; }

table.dataTable thead .sorting:first-letter, table.dataTable thead .sorting_asc:first-letter, table.dataTable thead .sorting_desc:first-letter, table.dataTable thead .sorting_asc_disabled:first-letter, table.dataTable thead .sorting_desc_disabled:first-letter { font-size: 1.3em; }

table.dataTable td { white-space: nowrap; }

.immoBienTexte br { display: none; }

.AutreBienInfos b { background: #172935; }

.ImmoFicheInformations { background: #172935; border: 1px solid #172935; box-shadow: inset 0 0 2px #FFF; border-radius: 0px; }

.ImmoFicheInformations *, .ImmoFicheInformations *:after, .ImmoFicheInformations *:before { color: #b9bfc2; border-color: rgba(255, 255, 255, 0.1) !important; }

.dataTables_filter input { padding: 10px; }

.dataTables_filter input:hover { color: #2a92e5 !important; background: #FFF !important; }

.blocImmo.blocImmoReserved { opacity: 0.6; }

.blocImmo .immoTable .immoPic { height: 100%; max-height: 260px; overflow: hidden; }

.blocImmo .immoTable .immoPic > .ImmoFicheReserved { position: absolute; top: -10px; left: -50px; padding: 5px 40px; transform: rotateZ(-45deg); -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; z-index: 301; background: #88c354; padding-top: 40px; color: white; font-weight: 400; }

.blocImmo .immoTable .immoPic a:first-child { float: left; }

.blocImmo .immoTable .immoPic a.MainImmoPic { overflow: hidden; height: 100%; width: 100%; display: inline-block; background-size: cover; background-position: center; }

.blocImmo .immoTable .immoPic a.MainImmoPic:nth-child(2) img { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; transition: all 0.7s; min-width: 100%; min-height: 100%; }

.blocImmo .immoTable .immoPic a.MainImmoPic:nth-child(2):hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); }

.dataTable .ImmoFicheReserved { background: #88c354; padding: 6px; color: white; display: inline-block; transform: rotateZ(-7deg); -webkit-transform: rotateZ(-7deg); -moz-transform: rotateZ(-7deg); backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; }

.dataTable .immoPic a { vertical-align: middle; }

.dataTable .immoPic a:nth-child(n+2) { width: 0 !important; display: none; }

.dataTable .immoPic > span { vertical-align: middle; display: inline-block; height: 30px; line-height: 30px; color: #fff; padding: 0 6px 0 4px; margin-left: -1px; cursor: pointer; /* border: 1px solid #d4d4d4; */ border-left: 0px; font-size: 14px; font-weight: 800; background-color: #172935; border-radius: 0 4px 4px 0; }

#ImmoVideo .YouTube { width: 100% !important; }

ul#pagination-digg { margin: 0; padding: 0; }

ul#pagination-digg > li { margin: 0; padding: 0; display: inline-block; }

ul#pagination-digg > li > a, ul#pagination-digg > li.next-off, ul#pagination-digg > li.previous-off, ul#pagination-digg > li.active { margin: 0; padding: 0; height: 30px; width: 30px; text-align: center; line-height: 30px; background: #f4f4f4; color: #555; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); display: inline-block; vertical-align: top; }

ul#pagination-digg > li > a.active, ul#pagination-digg > li.next-off.active, ul#pagination-digg > li.previous-off.active, ul#pagination-digg > li.active.active { line-height: 30px; border-bottom: 5px solid #ddd; }

ul#pagination-digg > li.previous > a, ul#pagination-digg > li.previous.next-off, ul#pagination-digg > li.previous.previous-off, ul#pagination-digg > li.previous-off > a, ul#pagination-digg > li.previous-off.next-off, ul#pagination-digg > li.previous-off.previous-off, ul#pagination-digg > li.next > a, ul#pagination-digg > li.next.next-off, ul#pagination-digg > li.next.previous-off, ul#pagination-digg > li.last > a, ul#pagination-digg > li.last.next-off, ul#pagination-digg > li.last.previous-off, ul#pagination-digg > li.first > a, ul#pagination-digg > li.first.next-off, ul#pagination-digg > li.first.previous-off, ul#pagination-digg > li.next-off > a, ul#pagination-digg > li.next-off.next-off, ul#pagination-digg > li.next-off.previous-off { width: auto; padding: 0 5px; }

/*TILES X2*/
.blocImmo.blocImmotilesx1 > .immoTable > .immoDescription > .top ul { height: 20px; margin: 0; margin-top: 0px; padding: 10px; }

.blocImmo.blocImmotilesx1 > .immoTable > .immoDescription > .top ul > li { font-size: 17px; }

.blocImmo.blocImmotilesx1 > .immoTable > .immoDescription > .top ul li.immoBienPrix { float: right; }

.blocImmo.blocImmotilesx1 > .immoTable > .immoDescription > .top ul li.immoBienQuartier { float: left; }

.blocImmo.blocImmotilesx2 { vertical-align: top; width: 48%; margin: 0.9%; display: inline-block; }

.blocImmo.blocImmotilesx2 > .immoTable { max-height: none; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoPic { width: 100%; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription { height: auto; position: static; width: 100%; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-left { position: static; height: auto; width: 29.5%; margin: 0; padding: 15px; display: inline-block; vertical-align: top; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-left ul { height: auto; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-right { position: static; height: auto; width: 69.5%; margin: 0; padding: 15px; display: inline-block; vertical-align: top; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-right .immoBienTexte { margin-bottom: 20px; }

.blocImmo.blocImmotilesx2 { vertical-align: top; margin: 0.9%; display: inline-block; }

.blocImmo.blocImmotilesx2 > .immoTable { max-height: none; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoPic { max-height: 140px; width: 100%; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription { height: auto; position: static; width: 100%; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-left { position: static; height: auto; width: 100%; margin: 0; padding: 15px; padding-top: 5px; display: inline-block; vertical-align: top; border-right: 0px; border-bottom: 1px solid #eee; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-left ul { height: auto; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-left ul li { display: inline-block; padding: 3px; background: #eee; margin: 3px; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-left ul li:empty { display: none; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-left > .duneBox { height: 50px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-right { position: static; height: auto; width: 100%; margin: 0; padding: 15px; padding-top: 5px; display: inline-block; vertical-align: top; }

.blocImmo.blocImmotilesx2 > .immoTable > .immoDescription > .middle-right .immoBienTexte { margin-bottom: 20px; text-align: justify; }

.blocImmo.blocImmotilesx3 { vertical-align: top; width: 32%; margin-bottom: 25px; overflow: visible; min-height: 200px; display: inline-block; background: white; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); position: relative; }

.blocImmo.blocImmotilesx3:nth-child(3n+1) { margin-right: 2%; }

.blocImmo.blocImmotilesx3:nth-child(3n+3) { margin-left: 2%; }

.blocImmo.blocImmotilesx3 > .immoTable { position: absolute; top: 0; left: 0; border: 0; height: 100% !important; max-height: 100% !important; width: 100%; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoPic { max-height: 70%; width: 100%; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoPic > .MainImmoPic { width: 100%; height: 100%; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoPic > .MainImmoPic img { min-height: 100%; min-width: 100%; width: 100%; height: auto; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoPic > .FavorisImmo { display: none; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription { position: absolute; top: 0; left: 0; height: 100%; width: 100%; pointer-events: none; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .top { position: absolute; top: 70%; width: 100%; left: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; pointer-events: all; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left { margin-top: 70%; left: 0; height: 30% !important; width: 100%; margin: 0; border: none; padding: 0; position: static; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left ul { border: none; height: auto; margin: 0; padding: 0; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left ul li { display: none; padding: 3px; background: #eee; margin: 3px; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left ul li.immoBienPrix { display: inline-block; position: absolute; top: 5px; background: #eee; color: #444; right: 5px; padding: 4px; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left ul li.immoBienChambres { display: inline-block; position: absolute; bottom: 3px; background: transparent; color: #444; right: 3px; width: auto; padding: 0; text-align: right; font-size: 14px; color: #888; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left ul li.immoBienChambres span { color: #666; font-size: 16px; margin-top: 2px; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left ul li.immoBienSurface { display: inline-block; position: absolute; bottom: 3px; background: transparent; color: #444; left: 3px; width: auto; padding: 0; text-align: left; font-size: 14px; color: #888; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left ul li.immoBienSurface span { color: #666; font-size: 16px; margin-top: 2px; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left ul li:empty { display: none; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-left > .duneBox { display: none; }

.blocImmo.blocImmotilesx3 > .immoTable > .immoDescription > .middle-right { display: none; }

div#ImmoFormRDV { padding: 15px; width: 500px !important; }

div#ImmoFormRDV > div#immoImgRDV { padding: 5px; background: white; }

div#ImmoFormRDV > div#immoImgRDV > img { width: 100%; }

.pac-container.pac-logo::after { display: none !important; }

#DivPieces, #DivTypes { display: none; }

#DivPieces.open, #DivTypes.open { display: block; }

#Subscribe > form#SubscribeForm label { font-weight: 600px; width: 350px; display: block; margin: 5px 0; min-height: 30px; }

#Subscribe > form#SubscribeForm label select, #Subscribe > form#SubscribeForm label input { float: right; display: inline-block; min-width: 220px; padding: 0; line-height: 30px; height: 30px; padding: 0 10px; border: none; box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2); }

#Subscribe > form#SubscribeForm label select[type=submit], #Subscribe > form#SubscribeForm label input[type=submit] { box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

#Subscribe > form#SubscribeForm label.SubscribeNom > input { min-width: 0px; width: 240px !important; }

#Subscribe > form#SubscribeForm label.SubscribeNom > select { min-width: 0px; width: 60px !important; }

#Subscribe form#SubscribeForm label { height: auto; min-height: 30px; margin-bottom: 15px; width: 450px; line-height: 30px; }

#Subscribe select, #Subscribe textarea, #Subscribe input { width: 300px !important; float: right; display: inline-block; line-height: 30px; height: 30px; padding: 0 10px; border: none; box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2); }

#Subscribe textarea { height: auto; min-height: 30px; margin-top: 4px; margin-bottom: 15px; }

#Subscribe input[type=submit] { width: 100% !important; }

div#ImmoFormRDV { padding: 0; overflow: hidden; width: 800px !important; }

div#ImmoFormRDV > div#ImmoImgRDV { padding: 0; width: 490px; margin-right: 10px; display: inline-block; vertical-align: top; }

div#ImmoFormRDV > b { font-size: 21px; text-align: center; border-bottom: 5px solid #34495e; color: #34495e; display: block; vertical-align: top; margin-bottom: 10px; }

div#ImmoFormRDV > div.content_form { vertical-align: top; display: inline-block; width: 300px; }

div#ImmoFormRDV > div.content_form > form#ctcform { text-align: right; }

div#ImmoFormRDV > div.content_form > form#ctcform > div.ctc_field { font-size: 14px; color: #555; text-align: left; }

div#ImmoFormRDV > div.content_form > form#ctcform > div.ctc_field > input, div#ImmoFormRDV > div.content_form > form#ctcform > div.ctc_field > textarea { float: right; display: inline-block; background: #eee; padding: 5px; width: 100%; line-height: 14px; border: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); margin: 3px 0 14px 0; }

div#ImmoFormRDV > div.content_form > form#ctcform > input { background: #2c3e50; color: white; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); border: 0; margin-top: 10px; }

.courtier_visit { background-size: cover; background-position: center; background-repeat: no-repeat; }

#Subscribe.ImmoComplete .SubscribeMessage, #Subscribe.FavImmo .SubscribeMessage { display: none !important; }

.NoTabs .tabsBar { display: none !important; }

a.GalImmoFirstImage { display: none; }

.clear { clear: both; display: block; }

immo::before { content: ' '; clear: both; display: block; }

#OffreImmoIndisponible { display: inline-block; width: 300px; padding: 10px; background: #e1e1e1; color: #444; text-align: center; font-weight: bold; position: relative; left: 50%; margin-left: -150px; font-size: 20px; }

.isBlogArticle .fildariane { margin-bottom: 5px; }

.isBlogArticle .mainTitle { border-bottom: 1px solid #eee; padding-bottom: 5px; }

.isBlogArticle .mainText { padding-top: 5px; }

.isBlogArticle .mainText .subTitle { margin-bottom: 0px; padding-top: 13px; line-height: 15px; font-size: 12px; }

.isBlogArticle .mainText .BlogTags { font-size: 12px; margin-bottom: 15px; line-height: 15px; }

.isBlogArticle .mainText .BlogTags > div { display: none; }

.isBlogArticle .mainText .BlogTags > span { display: inline-block; padding: 2px 5px; margin: 0 4px 0 0; border-radius: 2px; background: #daf0fa; transition: background 0.1s; }

.isBlogArticle .mainText .BlogTags > span > a { color: #00628b; }

.isBlogArticle .mainText .BlogTags > span::after { content: ''; display: none; }

.isBlogArticle .mainText .BlogTags > span:hover { background: #ccebf8; }

.isBlogArticle .mainText .BlogTags > span:hover > a { color: #009ee0; }

.isBlogArticle .CSSBlogTabs > li > div > div > a > span { width: 247px; }

body > div.MainBody > div#body > div.content .dataTable .immoNextBtn, body > div.MainBody > div#body > div.content .dataTable tr .immoNextBtn, body > div.MainBody > div#body > div.content .dataTable tr td .immoNextBtn { border: 1px solid #172935; font-size: 10px; margin: 0 20px; padding: 0 20px; height: 35px; line-height: 35px; border-radius: 2px; display: inline-block; text-align: center; color: #172935 !important; text-decoration: none; transition: all 0.2s; box-shadow: inset 0 0 0 0 #172935; text-transform: uppercase; }

body > div.MainBody > div#body > div.content .dataTable .immoNextBtn:hover, body > div.MainBody > div#body > div.content .dataTable tr .immoNextBtn:hover, body > div.MainBody > div#body > div.content .dataTable tr td .immoNextBtn:hover { box-shadow: inset 200px 0 0 0 #172935; color: white !important; }

.flag { z-index: 99999; }

.flag > .language-selector-wrapper > a > img { width: 16px; }

.signin, .inscription { float: right !important; }

body > header > .headnav > nav.navbar > .container-fluid > #navbar > ul.nav > li.compte ul, body > header > .headnav > nav.navbar > .container-fluid > #navbar > ul.nav > li.compte:hover ul { overflow: visible; display: none; }

body > header > .headnav > nav.navbar > .container-fluid > #navbar > ul.nav > li.compte ul > li, body > header > .headnav > nav.navbar > .container-fluid > #navbar > ul.nav > li.compte:hover ul > li { position: relative; }

.login_close { position: absolute; top: 5px; box-shadow: none; width: auto; height: auto; border-radius: 0; border: 0; background: none; text-align: right; display: inline-block; font-size: 10px; color: black; cursor: pointer; margin: 0; line-height: 10px; right: 5px; }

#prevent, #postvent, #ventilateur { position: absolute; left: -999em; }

#ctcMsg { color: #2f7c27; border-radius: 4px; margin-bottom: 10px; font-weight: bold; border: 1px solid #2f7c27; background: #dee8dd; padding: 10px 15px; }

.hdVideo { position: relative; display: inline-block; width: 100%; }

.hdVideo video { height: auto !important; width: 100% !important; }

.hdVideo .btn_hd { color: rgba(255, 255, 255, 0.4); position: absolute; top: 5px; right: 5px; background: rgba(0, 0, 0, 0.8); width: 80px; height: 80px; text-align: center; line-height: 80px; font-size: 30pt; border-radius: 10px; opacity: 0; transition: all 0.2s; cursor: pointer; }

.hdVideo:hover .btn_hd { opacity: 1; }

.hdVideo.isHD .btn_hd { color: #3498db; }

.hdVideo .btn_hd.invisible { opacity: 0; }

ul.list-group { padding: 0; margin: 0; }

ul.list-group > li { display: block; list-style: none; border: 1px solid #d4d4d4; border-bottom: 0px; padding: 3px 10px; background: rgba(0, 0, 0, 0.01); }

ul.list-group > li:nth-child(odd) { background: rgba(0, 0, 0, 0.02); }

ul.list-group > li:first-child { border-radius: 4px 4px 0 0; }

ul.list-group > li:last-child { border-radius: 0 0 4px 4px; border-bottom: 1px solid #d4d4d4; }

.FavorisImmo { display: block; position: absolute; top: -30px; right: -30px; background: #374865; transform: rotateZ(45deg); -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; width: 60px; transition: all 0.2s; height: 60px; cursor: pointer; }

.FavorisImmo.FavorisImmoChecked span.glyphicons { color: #FFD700; }

.FavorisImmo:hover span.glyphicons { color: #FFD700; }

.FavorisImmo span.glyphicons { position: absolute; transition: color 0.2s; bottom: 4px; left: 50%; color: white; font-size: 16px; margin-left: -8px; transform: rotateZ(-45deg); -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); backface-visibility: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; }

.camera { pointer-events: none; }

.hidden { display: none; }

body #habla_window_div textarea { height: auto !important; }

div.isGroupes div.FichesContacts > span, div.isSocietes div.FichesContacts > span { background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); display: block; width: 440px; height: 140px; text-align: left; padding: 10px; margin: 0 0 20px 0; }

div.isGroupes div.FichesContacts > span > b, div.isSocietes div.FichesContacts > span > b { margin-bottom: 10px; display: inline-block; font-size: 18px; font-weight: 200; }

div.isGroupes div.FichesContacts > span > div, div.isSocietes div.FichesContacts > span > div { font-size: 13px; line-height: 20px; color: #555; }

div.isGroupes div.FichesContacts > span > div > img, div.isSocietes div.FichesContacts > span > div > img { height: 120px; width: 120px; background-position: top center, center; }

div.isGroupes div.FichesContacts > span > div:nth-child(2), div.isSocietes div.FichesContacts > span > div:nth-child(2) { overflow: hidden; border-radius: 1000px; display: inline-block; float: left; margin-right: 20px; }

div.isGroupes div.FichesContacts > h2, div.isSocietes div.FichesContacts > h2 { color: #333333; }

#jobs_filter { background-color: #E8EAEB; padding: 0.5%; margin-bottom: 1%; -moz-border-radius: 3px; border-radius: 3px; }

#jobs_filter label { text-transform: uppercase; color: #999; font-size: 0.8em; letter-spacing: 0.5em; }

#jobs_filter input { min-height: 25px; border: 1px solid #ccc; -moz-border-radius: 3px; border-radius: 3px; }

#jobs_filter input:hover { border: 1px solid #999; }

table#jobs th { padding: 5px !important; padding-right: 20px; font-size: 1em; border-right: 1px solid #ccc; }

table#jobs td { padding: 5px 10px !important; }

table#jobs td img { max-height: 80px; max-width: 110px; }

a.CSSJobsDescriptif, a.CSSJobsButton { display: block; color: white; text-align: center; padding: 0px 5px; line-height: 26px; height: 26px; font-size: 16px; -moz-border-radius: 3px; border-radius: 3px; font-size: 1em; font-weight: bold; }

a.CSSJobsDescriptif, a.CSSJobsButton { background: -webkit-linear-gradient(#569ECA, #164B76); background: -o-linear-gradient(#569ECA, #164B76); background: -moz-linear-gradient(#569ECA, #164B76); background: linear-gradient(#569ECA, #164B76); }

a.CSSJobsDescriptif:hover, a.CSSJobsButton:hover { background: -webkit-linear-gradient(#164B76, #569ECA); background: -o-linear-gradient(#164B76, #569ECA); background: -moz-linear-gradient(#164B76, #569ECA); background: linear-gradient(#164B76, #569ECA); }

div.dataTables_info { text-align: center; color: #999; font-size: 0.8em; padding: 2%; }

.duneBox-inner .CSSJobsDescriptifTitre { text-transform: uppercase; text-align: center; background-color: black; color: white; padding: 1%; font-size: 1.2em; font-weight: bold; }

.duneBox-inner .CSSJobsDescriptifTexte { border-bottom: 1px solid #ccc; padding: 4%; }

.duneBox-inner .CSSJobsDescriptifContact { border-bottom: 1px solid #ccc; padding: 4%; color: #666; }

.duneBox-inner .CSSJobsDescriptifDocument { padding: 4%; }

.duneBox-inner .CSSJobsDescriptifDocument p { color: #666; font-size: 1.6em; }

.duneBox-inner .CSSJobsDescriptifContact p { color: #666; font-size: 1.6em; }

.duneBox-inner .CSSJobsDescriptifDocument a { font-size: 1em; }

.duneBox-inner .CSSJobsDescriptifDocument a img { width: 15px; display: inline; float: left; }

.duneBox-inner .CSSJobsDescriptifButton a { background: -webkit-linear-gradient(#569ECA, #164B76); background: -o-linear-gradient(#569ECA, #164B76); background: -moz-linear-gradient(#569ECA, #164B76); background: linear-gradient(#569ECA, #164B76); display: block; color: white; text-align: center; padding: 10px; -moz-border-radius: 3px; border-radius: 3px; font-size: 1em; font-weight: bold; }

.duneBox-inner .CSSJobsDescriptifButton a:hover { background: -webkit-linear-gradient(#164B76, #569ECA); background: -o-linear-gradient(#164B76, #569ECA); background: -moz-linear-gradient(#164B76, #569ECA); background: linear-gradient(#164B76, #569ECA); }

table.CSSJobsTable { font-size: 14px; background: none; }

table.CSSJobsTable > thead > tr > th { background: #172935; }


/*	[END=w3/css/web/main.css]*/



/*	[START=w3/css/web/vehicules.css]*/

.vehicules_list .vehicule {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin: 20px 0;
  position: relative;
}

.vehicules_list .vehicule .photo {
  height: 260px;
  width: 400px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin: 10px;
}

.vehicules_list .vehicule .right_panel {
  display: inline-block;
  vertical-align: top;
  height: 260px;
  overflow: hidden;
  width: calc(100% - 420px);
}

.vehicules_list .vehicule .right_panel .titre {
  display: inline-block;
  vertical-align: top;
  height: 14pt;
  line-height: 14pt;
  font-size: 14pt;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  color: #444;
  font-weight: bold;
  text-transform: uppercase;
}

.vehicules_list .vehicule .right_panel .prix {
  display: inline-block;
  vertical-align: top;
  height: 16pt;
  line-height: 16pt;
  padding: 0;
  width: 100%;
  color: #ee3031;
  font-weight: 600;
  font-size: 16pt;
  margin-bottom: 10px;
  margin-top: 20px;
}

.vehicules_list .vehicule .right_panel .infos {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 6px;
  margin-top: 10px;
  padding-left: 0;
}

.vehicules_list .vehicule .right_panel .infos > .info {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #e4e4e4;
}

.vehicules_list .vehicule .right_panel .infos > .info > .label {
  font-size: 10pt;
  text-transform: uppercase;
  color: #888;
}

.vehicules_list .vehicule .right_panel .infos > .info > .value {
  color: #444;
  font-weight: bold;
  font-size: 13pt;
}

.vehicules_list .vehicule .right_panel .infos > .info:last-child {
  border-right: 0;
}

.vehicules_list .vehicule .right_panel .desc {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 6px;
  padding-left: 0px;
  color: #333;
  margin-top: 10px;
}

.vehicules_list .vehicule .right_panel .desc > h3 {
  color: #333;
  margin: 0;
  margin-bottom: 6px;
}

.vehicules_list .vehicule .right_panel .plusDinfos {
  background: transparent;
  color: #ee3031;
  height: 30px;
  line-height: 28px;
  font-weight: 400;
  padding: 0 6px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s;
  border: 1px solid #ee3031;
  box-shadow: inset 0 0 0 #ee3031;
}

.vehicules_list .vehicule:hover .right_panel .plusDinfos {
  box-shadow: inset 150px 0 0 #ee3031;
  color: white;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container {
  overflow: visible;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .title {
  color: #ee3031;
  width: calc(100% - 200px);
  margin: 0;
  padding: 0;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .title > h1 {
  margin: 20px 0 5px 0;
  padding-bottom: 5px;
  font-weight: normal;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .main-image {
  background: none !important;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .main-image > .service-image-left > img {
  width: 100%;
  max-width: none;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .main-image > .service1-items {
  padding-top: 5px !important;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .main-image > .service1-items > .service1-item {
  width: 96px !important;
  height: auto;
  max-height: none;
  margin: 5px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .main-image > .service1-items > .service1-item:nth-child(7n+1) {
  margin-left: 0;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .main-image > .service1-items > .service1-item:nth-child(7n+7) {
  margin-right: 0;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .main-image > .service1-items > .service1-item > img {
  margin: 0;
  height: auto;
  width: 100%;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .vehicule-vendor {
  padding-right: 0;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .vehicule-vendor > .price {
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  color: #ee3031;
  font-size: 34px;
  font-weight: 600;
  margin: 0;
  text-align: left;
  margin-bottom: 15px;
  line-height: 24px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .vehicule-vendor > .p-content {
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  padding: 8px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .vehicule-vendor > .p-content > address div.photo {
  width: 110px;
  height: 110px;
  overflow: hidden;
  display: inline-block;
  border-radius: 150px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .vehicule-vendor > .p-content > address div.photo > img {
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .vehicule-vendor > .p-content > address + address {
  margin-top: 35px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .vehicule-vendor > .p-content > a.AButton {
  width: 100%;
  border: 1px solid #ee3031;
  color: #ee3031;
  display: block;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 0 8px;
  font-size: 18px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .vehicule-vendor > .p-content > a.AButton::after {
  content: ' ';
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 10px solid transparent;
  border-left: 10px solid #ee3031;
  float: right;
  display: inline-block;
  margin-top: 4px;
  margin-right: -7px;
  transition: all 0.3s;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .vehicule-vendor > .p-content > a.AButton:hover::after {
  margin-right: -12px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .description {
  padding: 10px;
  margin-top: 25px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .description > h2 {
  font-size: 24px;
  background: rgba(0, 0, 0, 0.1);
  margin: -10px -10px 10px -10px;
  padding: 10px;
  color: #ee3031;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .equipements {
  padding: 10px;
  margin-top: 25px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .equipements > h2 {
  font-size: 24px;
  display: inline-block;
  width: calc(50% + 10px);
  background: rgba(0, 0, 0, 0.1);
  margin: -10px -10px 10px -10px;
  padding: 10px;
  text-align: center;
  color: #ee3031;
  cursor: pointer;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .equipements > h2:hover {
  background: rgba(238, 48, 49, 0.75);
  color: white;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .equipements > h2.active {
  background: #ee3031;
  color: white;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .equipements > h2:nth-child(1) {
  margin-right: 10px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .equipements > div > ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 20px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .equipements > div > ul > li {
  margin: 0;
  padding: 3px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .details {
  padding: 10px;
  margin-top: 25px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .details > h2 {
  font-size: 24px;
  background: rgba(0, 0, 0, 0.1);
  margin: -10px -10px 10px -10px;
  padding: 10px;
  color: #ee3031;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .details > div {
  padding: 2px 8px;
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .details > div > div.label {
  padding: 5px;
  font-weight: bold;
  text-align: left;
  width: 60%;
  vertical-align: top;
  display: inline-block;
  color: rgba(0, 0, 0, 0.7);
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .details > div > div.value {
  width: 40%;
  padding: 5px;
  vertical-align: top;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}

.main-articles.vehicule > .content-wrapper.single-product > .item-container > .details > div:nth-child(4n+3) > div, .main-articles.vehicule > .content-wrapper.single-product > .item-container > .details > div:nth-child(4n+2) > div {
  background: rgba(0, 0, 0, 0.03);
}

.vehicules_quick_search {
  padding: 10px 10px 15px 10px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -300px;
  font-size: 12px;
  z-index: 4;
}

.vehicules_quick_search > .field {
  display: inline-block;
  width: 20%;
  padding-right: 4px;
}

.vehicules_quick_search > .field > .label {
  display: block;
  color: #666;
}

.vehicules_quick_search > .field > .field {
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.vehicules_quick_search > .field > .field::after {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url("/w3/images/arrowdown.gif?t=1") no-repeat left center;
  height: 24px;
  width: 18px;
  pointer-events: none;
  vertical-align: middle;
  padding-right: 6px;
  content: ' ';
  display: inline-block;
}

.vehicules_quick_search > .field > .field > select {
  padding: 2px 5px;
  font-size: 12px;
  width: 130%;
  border: none;
  cursor: pointer;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vehicules_quick_search > .field > .field > select:focus {
  outline: none;
}

.vehicules_quick_search > input {
  vertical-align: top;
  margin-top: 17px;
  margin-left: 10px;
  padding: 0;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #ee3031;
  width: calc(20% - 31px);
}

.vehicules_quick_search > input:active, .vehicules_quick_search > input:focus {
  background: #ee3031;
}


/*	[END=w3/css/web/vehicules.css]*/



/*	[START=w3/css/web/produits.css]*/

.vehicules_count { float: right; height: 32px; line-height: 32px; margin: 0 10px; color: rgba(0, 0, 0, 0.4); }

.vehicules_ordering { float: right; height: 32px; line-height: 32px; position: relative; width: 220px; cursor: pointer; }

.vehicules_ordering .vehicules_ordering_title { background: white; padding: 0 5px; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); border: 1px solid #d4d4d4; font-weight: bold; }

.vehicules_ordering .vehicules_ordering_title::after { content: "\E602"; display: inline-block; font-family: 'Glyphicons Regular'; font-style: normal; font-weight: normal; float: right; transition: all 0.3s; transform: rotateZ(-180deg); }

.vehicules_ordering .vehicules_ordering_list { position: absolute; top: calc(100% - 1px); left: 0; border: 1px solid #d4d4d4; border-top: 0; width: 100%; background: white; overflow: hidden; z-index: 30; display: none; }

.vehicules_ordering .vehicules_ordering_list .vehicules_ordering_list_item { height: 28px; line-height: 28px; padding: 0 6px; }

.vehicules_ordering .vehicules_ordering_list .vehicules_ordering_list_item:hover { background: rgba(0, 0, 0, 0.05); color: #ee3031; }

.vehicules_ordering .vehicules_ordering_list .vehicules_ordering_list_item.active { background: rgba(0, 0, 0, 0.05); color: #ee3031; }

.vehicules_ordering .vehicules_ordering_list .vehicules_ordering_list_item.active::before { content: "\2713"; margin-right: 4px; }

.vehicules_ordering::after { display: block; content: ' '; height: 0; clear: both; }

.vehicules_ordering.open .vehicules_ordering_title::after { transform: rotateZ(0deg); }

.vehicules_ordering.open .vehicules_ordering_list { display: block; }

.clear { clear: both; }

.produits.produitsDyna { width: 100%; margin: 20px 0; }

.produits.produitsDyna > a { width: calc(20% - 13px); display: inline-block; margin: 5px; vertical-align: top; background: white; box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); }

.produits.produitsDyna > a .produit .photo { vertical-align: top; width: 100%; background-position: center; background-size: cover; height: 7.5vw; position: relative; }

.produits.produitsDyna > a .produit .photo > span { position: absolute; right: 5px; opacity: 0.2; transition: all 0.3s; bottom: 5px; color: white; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35); font-size: 22px; }

.produits.produitsDyna > a .produit:hover .photo > span { opacity: 1; }

.produits.produitsDyna > a .produit .contenu { padding: 10px; }

.produits.produitsDyna > a .produit .contenu > .titre { font-size: 13px; font-weight: bold; height: 36px; overflow: hidden; color: #ee3031; margin-bottom: 10px; }

.produits.produitsDyna > a .produit .contenu > .row { margin: 0; }

.produits.produitsDyna > a .produit .contenu > .row > .label { font-weight: bold; color: #555; display: inline-block; width: 50%; }

.produits.produitsDyna > a .produit .contenu > .row > .value { color: #777; text-align: right; display: inline-block; width: 50%; }

.produits.produitsDyna > a .produit .contenu > hr { margin: 10px; }

.produits.produitsDyna > a .produit .contenu .right { text-align: right; }

.produits.produitsDyna > a .produit .contenu .right .btn { box-shadow: none; border: 0; background: #ee3031; color: white; border-radius: 0; margin: 0; margin-top: 10px; text-shadow: none; padding: 10px; }

.ModuleProduitsSearch { background: #fff; padding: 0; position: relative; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

.ModuleProduitsSearch > form#ModuleProduitsSearch > div.ProdSearch { display: inline-block; vertical-align: top; width: 25%; padding: 10px; font-size: 12px; color: #666; }

.ModuleProduitsSearch > form#ModuleProduitsSearch > div.ProdSearch > span { display: block; font-size: 12px; color: #555; font-weight: bold; }

.ModuleProduitsSearch > form#ModuleProduitsSearch > div.ProdSearch > input { width: 80%; height: 28px; line-height: 28px; padding: 0 4px; border-radius: 1px; border: 1px solid #ececec; background: #fdfdfd; outline: none; }

.ModuleProduitsSearch > form#ModuleProduitsSearch > div.ProdSearch > input:focus { border-color: #3498db; background: white; }

.ModuleProduitsSearch > form#ModuleProduitsSearch > div.ProdSearch > select { width: 90%; height: 28px; line-height: 28px; padding: 0 4px; border-radius: 1px; border: 1px solid #ececec; background: #fdfdfd; outline: none; }

.ModuleProduitsSearch > form#ModuleProduitsSearch > div.ProdSearch > select:focus { border-color: #3498db; }

.ModuleProduitsSearch > form#ModuleProduitsSearch > div.ProdSearch.ProdSearchDouble > select, .ModuleProduitsSearch > form#ModuleProduitsSearch > div.ProdSearch.ProdSearchDouble > input { width: 35%; }

.ModuleProduitsSearch > form#ModuleProduitsSearch > input[type="button"] { vertical-align: bottom; width: auto; height: 32px; line-height: 32px; padding: 0 12px; border: 0; background: #ee3031; color: white; font-weight: bold; float: right; border-radius: 0; margin-right: 10px; margin-bottom: 10px; }

.ModuleProduitsSearch > form#ModuleProduitsSearch::after { content: ' '; display: block; width: 100%; height: 0px; clear: both; }

.ModuleProduitsSearch > .loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: white; display: none; }

@media screen and (max-width: 1550px) { .ModuleProduitsFilters { display: none; } }

.ModuleProduitsFilters { background: white; color: #444; padding: 0; width: 200px; position: absolute; left: 0; top: 0; margin-top: 20px; margin-left: -220px; overflow: hidden; z-index: 30; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

.ModuleProduitsFilters > h2 { height: 32px; line-height: 31px; padding: 0 10px; margin: 0; color: white; cursor: pointer; background: #ee3031; }

.ModuleProduitsFilters > h2::after { content: "\E602"; display: inline-block; font-family: 'Glyphicons Regular'; font-style: normal; font-weight: normal; float: right; transition: all 0.3s; transform: rotateZ(-180deg); }

.ModuleProduitsFilters.open > h2::after { transform: rotateZ(0deg); }

.ModuleProduitsFilters div.ProdSearch { display: inline-block; vertical-align: top; width: 100%; padding: 4px 10px; font-size: 12px; color: #eee; transition: all 0.3s; }

.ModuleProduitsFilters div.ProdSearch > span { display: block; border-bottom: solid #ee3031 1px; font-size: 12px; color: #222; margin-left: -10px; margin-right: -10px; margin-bottom: 4px; padding: 4px 10px; font-weight: bold; cursor: pointer; }

.ModuleProduitsFilters div.ProdSearch > span::after { content: "\E602"; display: inline-block; font-family: 'Glyphicons Regular'; font-style: normal; font-weight: normal; float: right; transition: all 0.3s; transform: rotateZ(-180deg); }

.ModuleProduitsFilters div.ProdSearch > input { width: 100%; height: 24px; line-height: 24px; padding: 0 10px; border-radius: 2px; background: #ee3031; border: 1px solid #eee; color: white; outline: none; }

.ModuleProduitsFilters div.ProdSearch > input:focus { border-color: white; }

.ModuleProduitsFilters div.ProdSearch > select { width: 100%; height: 24px; line-height: 24px; padding: 0 10px; border-radius: 2px; background: #ee3031; border: 1px solid #eee; color: white; outline: none; }

.ModuleProduitsFilters div.ProdSearch > select:focus { border-color: white; }

.ModuleProduitsFilters div.ProdSearch > select > option { background: white; color: #333; }

.ModuleProduitsFilters div.ProdSearch > input + input { margin-top: 4px; }

.ModuleProduitsFilters div.ProdSearch div.itm { color: #444; }

.ModuleProduitsFilters div.ProdSearch div.itm > a { color: #555; }

.ModuleProduitsFilters div.ProdSearch div.itm > a::before { content: '\2610'; margin-right: 6px; }

.ModuleProduitsFilters div.ProdSearch div.itm > a.active { font-weight: 600; color: #222; }

.ModuleProduitsFilters div.ProdSearch div.itm > a.active::before { content: '\2611'; margin-right: 6px; }

.ModuleProduitsFilters div.ProdSearch.open { padding: 10px; }

.ModuleProduitsFilters div.ProdSearch.open > span::after { transform: rotateZ(0deg); }

.ModuleProduitsFilters > input[type="button"] { position: absolute; vertical-align: bottom; width: auto; height: 32px; line-height: 32px; padding: 0 12px; border: 0; background: white; color: #ee3031; font-weight: bold; float: right; border-radius: 0; bottom: 10px; right: 10px; }

.ModuleProduitsFilters > .loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #ee3031; display: none; }

.ModuleProduitsFilters > .loader .dot { border: 2px solid white; }

.loader-container { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.dot { width: 10px; height: 10px; border: 2px solid #ee3031; border-radius: 50%; float: left; margin: 0 5px; /* -webkit-transform: scale(0); transform: scale(0); -webkit-animation: fx 1000ms ease infinite 0ms; animation: fx 1000ms ease infinite 0ms; */ }

/*
.dot:nth-child(2) {
  -webkit-animation: fx 1000ms ease infinite 300ms;
          animation: fx 1000ms ease infinite 300ms;
}
.dot:nth-child(3) {
  -webkit-animation: fx 1000ms ease infinite 600ms;
          animation: fx 1000ms ease infinite 600ms;
}
@-webkit-keyframes fx {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fx {
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
*/


/*	[END=w3/css/web/produits.css]*/



/*	[START=w3/css/duneselect.css]*/

.duneselect-contain {
    box-sizing: border-box;
    display: inline-block;
    height: 28px;
    background: #f0f0f1;
    border-radius: 6px;
    border: none;
    position: relative;
    cursor: pointer;
    width: 100%;
}
.duneselect-contain * {
    box-sizing: border-box
}

.duneselect-contain>div.duneselect-outer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.duneselect-contain>div.duneselect-outer::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    right: 10px;
    top: 12px;
    border: 5px solid transparent;
    border-top: 6px solid #454545;
}
.duneselect-contain>div.duneselect-outer>div.duneselect-display {
    line-height: 28px;
    display: inline-block;
    height: 28px;
    max-width: calc(100% - 10px);
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1em
}
.duneselect-contain>div.duneselect-outer>div.duneselect-display>span {
    /*display: inline-block;*/
    float: none !important;
    display: inline-grid !important;
    grid-auto-flow: column;
}
.duneselect-contain>div.duneselect-outer>div.duneselect-display>span > strong {
    margin-right: 6px;
}

.duneselect-contain>div.duneselect-outer span.duneselect-cross {
    /*margin: 0 2px;*/
    vertical-align: text-bottom;
    margin: 0 2px 0 1px;
    width: 12px;
    height: 12px;
    display: inline-block;
    line-height: 12px !important;
    float: none !important;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #213b50;
    border-radius: 20px;
    padding-right: 1px
}
.duneselect-contain.duneselect-break {
    height: auto
}
.duneselect-contain.duneselect-break>div.duneselect-outer>div.duneselect-display {
    overflow: visible;
    height: auto;
    white-space: normal;
    text-overflow: normal
}
.duneselect-contain.duneselect-alwaysOpen,
.duneselect-contain.open {
    border-radius: 3px 3px 0 0
}
.duneselect-contain.duneselect-alwaysOpen>div.duneselect-outer::after {
    display: none
}
.duneselect-contain.duneselect-alwaysOpen>div.duneselect-outer>div.duneselect-display {
    max-width: 100%
}
.duneselect-contain.duneselect-alwaysOpen>div.duneselect-dropdown {
    position: static;
    display: block !important;
    height: auto
}
.duneselect-contain>div.duneselect-dropdown {
    width: calc(100% + 2px);
    margin-left: -1px;
    position: absolute;
    top: 100%;
    height: 0;
    overflow: hidden;
    display: none;
    border: 1px solid #d4d4d4;
    background: white;
    z-index: 10
}
.duneselect-contain>div.duneselect-dropdown.open {
    display: block;
    height: auto;
    min-width: 150px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-search {
    height: 28px;
    line-height: 28px;
    padding: 0 4px
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-search>input[type="search"]  {
    position: relative;
    background: white;
    height: 24px;
    width: 100%;
    border: 1px solid #d4d4d4 !important;
    margin: 0;
    padding: 4px !important;
    border-radius: 6px;
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-search>input:focus,
.duneselect-contain>div.duneselect-dropdown>div.duneselect-search>input:active {
    outline: none
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options {
    overflow: auto;
    scrollbar-width: thin;  /* for firefox */
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-selectAll {
    font-size: 1em;
    background: white;
    padding: 6px;
    line-height: 12px;
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-selectAll:hover {
    font-weight: 500;
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-selectAll>input {
    pointer-events: none
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option {
    padding: 0 5px;
    color: #555;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option span.glyphicons {
	margin-top: 1px;
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-group {
    background: #ddd;
    /*border-top: 1px solid #aaa;*/
    /*border-bottom: 1px solid #aaa;*/
    font-weight: bold;
    margin-top: 4px;
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-group.duneselect-selected {
    background: #aaa;
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-group:hover {
    background: #ccc
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-child {
    padding-left: 5px
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option:hover {
    color: #fff;
    background: linear-gradient(90deg, #213b50, transparent) #213b50;
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-selected {
    background: #e9e9e9;
    font-weight: 500;
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-selected:hover {
    color: #fff;
    background: linear-gradient(90deg, #213b50, transparent) #213b50;
}

.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-nocheckbox {
    padding-left: 30px
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-nocheckbox.duneselect-selected {

}

.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-disabled {
    opacity: 0.6
}
.duneselect-contain>div.duneselect-dropdown>div.duneselect-options>div.duneselect-option.duneselect-disabled:hover {
    background: #ddd;
    color: #555;
}
.dscb {
    line-height: 21px !important;
}
.dscb.glyphicons-unchecked::before {
	content: '\2610';
    font-family: arial, serif;
	margin-right: 6px;
    font-size: 15px;
}
.dscb.glyphicons-check::before {
	content: '\2611';
    font-family: arial, serif;
	margin-right: 6px;
    font-size: 15px;
}

.editModule div.panel > div.content div.champ > .linerow > .input[data-quickedit="1"] .duneselect-contain {
    width: calc(100% - 32px) !important;
}
.editModule div.panel > div.content div.champ > .linerow > .input[data-quickedit="1"][data-quickeditupdate="1"] .duneselect-contain {
    width: calc(100% - 32px) !important;
}

.btn_quick{
    display: block;
    cursor: pointer;
    margin-left: 6px;
    height: 26px;
    float:right;
    border: 1px solid #ccc;
    width: 26px;
    background: white;
    text-align: center;
    line-height: 22px;
    vertical-align: top;
}
.btn_quick span {
    text-align: center;
    line-height: 22px;
}
.duneselect-contain>div.duneselect-outer>div.duneselect-display.duneselect-expanded {
    overflow: auto;
    white-space: unset;
}

.duneselect-contain>div.duneselect-outer>div.duneselect-display> span {
    position: relative;
    margin: 2px 5px 2px 0;
    padding: 2px 20px 2px 6px;
    background: #34495e;
    color: #fff;
    line-height: 16px;
    border-radius: 4px;
}

.duneselect-contain > div.duneselect-outer > div.duneselect-display > span .duneselect-cross {
    color: #fff;
    margin: 2px 4px;
    position: absolute;
    right: 0;
    top: 3px;
}
.duneselect-contain > div.duneselect-outer > div.duneselect-display > span .duneselect-cross:hover {
    opacity: 0.7;
}

.duneselect-option.csSub:before {
    content: " ⮡ ";
    display: inline-block;
    width: 20px;
}

.duneselect-option.csSub {
    padding-left: 10px !important;
}

.duneselect-options .duneSelectRef { float: right }

.duneselect-display-unique-span {
    display:flex !important;
    align-items: center;
}

.duneselect-display-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.duneselect-display-unique-p {
    max-width: 100%;
    overflow: hidden;
    margin: 0;
}

.duneBox-wrap .duneselect-contain {
    background: #fff;
}

/*	[END=w3/css/duneselect.css]*/



/*	[START=w3/css/glyph/glyphicons.css]*/

@font-face { font-family: 'Glyphicons Regular'; src: url("/w3/css/glyph/glyphicons-regular.eot?v=1"); src: url("/w3/css/glyph/glyphicons-regular.eot?v=1#iefix") format("embedded-opentype"), url("/w3/css/glyph/glyphicons-regular.woff2?v=1") format("woff2"), url("/w3/css/glyph/glyphicons-regular.woff?v=1") format("woff"), url("/w3/css/glyph/glyphicons-regular.ttf?v=1") format("truetype"), url("/w3/css/glyph/glyphicons-regular.svg?v=1#glyphiconsregular") format("svg"); }

.glyphicons { display: inline-block; font-family: 'Glyphicons Regular'; font-style: normal; font-weight: normal; line-height: 1; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.glyphicons:before { display: inline-block; }

.glyphicons.x05 { font-size: 12px; }

.glyphicons.x2 { font-size: 48px; }

.glyphicons.x2:before { padding: 8px 12px; }

.glyphicons.x3 { font-size: 72px; }

.glyphicons.x3:before { padding: 16px 20px; }

.glyphicons.x4 { font-size: 96px; }

.glyphicons.x4:before { padding: 20px 28px; }

.glyphicons.x5 { font-size: 120px; }

.glyphicons.x5:before { padding: 28px 36px; }

.glyphicons.light:before { color: #f2f2f2; }

.glyphicons.drop:before { text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }

.glyphicons.flip { -webkit-transform: scaleX(-1); transform: scaleX(-1); -webkit-filter: FlipH; filter: FlipH; -ms-filter: "FlipH"; }

.glyphicons.flipv { -webkit-transform: scaleY(-1); transform: scaleY(-1); -webkit-filter: FlipV; filter: FlipV; -ms-filter: "FlipV"; }

.glyphicons.rotate90 { -webkit-transform: rotate(90deg); transform: rotate(90deg); }

.glyphicons.rotate180 { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.glyphicons.rotate270 { -webkit-transform: rotate(270deg); transform: rotate(270deg); }

.glyphicons-glass:before { content: "\E001"; }

.glyphicons-leaf:before { content: "\E002"; }

.glyphicons-dog:before { content: "\E003"; }

.glyphicons-user:before { content: "\E004"; }

.glyphicons-girl:before { content: "\E005"; }

.glyphicons-car:before { content: "\E006"; }

.glyphicons-user-add:before { content: "\E007"; }

.glyphicons-user-remove:before { content: "\E008"; }

.glyphicons-film:before { content: "\E009"; }

.glyphicons-magic:before { content: "\E010"; }

.glyphicons-envelope:before { content: "\E011"; }

.glyphicons-camera:before { content: "\E012"; }

.glyphicons-heart:before { content: "\E013"; }

.glyphicons-beach-umbrella:before { content: "\E014"; }

.glyphicons-train:before { content: "\E015"; }

.glyphicons-print:before { content: "\E016"; }

.glyphicons-bin:before { content: "\E017"; }

.glyphicons-music:before { content: "\E018"; }

.glyphicons-music-alt:before { content: "\E019"; }

.glyphicons-heart-empty:before { content: "\E020"; }

.glyphicons-home:before { content: "\E021"; }

.glyphicons-snowflake:before { content: "\E022"; }

.glyphicons-fire:before { content: "\E023"; }

.glyphicons-magnet:before { content: "\E024"; }

.glyphicons-parents:before { content: "\E025"; }

.glyphicons-binoculars:before { content: "\E026"; }

.glyphicons-road:before { content: "\E027"; }

.glyphicons-search:before { content: "\E028"; }

.glyphicons-cars:before { content: "\E029"; }

.glyphicons-notes-2:before { content: "\E030"; }

.glyphicons-pencil:before { content: "\E031"; }

.glyphicons-bus:before { content: "\E032"; }

.glyphicons-wifi-alt:before { content: "\E033"; }

.glyphicons-luggage:before { content: "\E034"; }

.glyphicons-old-man:before { content: "\E035"; }

.glyphicons-woman:before { content: "\E036"; }

.glyphicons-file:before { content: "\E037"; }

.glyphicons-coins:before { content: "\E038"; }

.glyphicons-plane:before { content: "\E039"; }

.glyphicons-notes:before { content: "\E040"; }

.glyphicons-stats:before { content: "\E041"; }

.glyphicons-charts:before { content: "\E042"; }

.glyphicons-pie-chart:before { content: "\E043"; }

.glyphicons-group:before { content: "\E044"; }

.glyphicons-keys:before { content: "\E045"; }

.glyphicons-calendar:before { content: "\E046"; }

.glyphicons-router:before { content: "\E047"; }

.glyphicons-camera-small:before { content: "\E048"; }

.glyphicons-star-empty:before { content: "\E049"; }

.glyphicons-star:before { content: "\E050"; }

.glyphicons-link:before { content: "\E051"; }

.glyphicons-eye-open:before { content: "\E052"; }

.glyphicons-eye-close:before { content: "\E053"; }

.glyphicons-alarm:before { content: "\E054"; }

.glyphicons-clock:before { content: "\E055"; }

.glyphicons-stopwatch:before { content: "\E056"; }

.glyphicons-projector:before { content: "\E057"; }

.glyphicons-history:before { content: "\E058"; }

.glyphicons-truck:before { content: "\E059"; }

.glyphicons-cargo:before { content: "\E060"; }

.glyphicons-compass:before { content: "\E061"; }

.glyphicons-keynote:before { content: "\E062"; }

.glyphicons-paperclip:before { content: "\E063"; }

.glyphicons-power:before { content: "\E064"; }

.glyphicons-lightbulb:before { content: "\E065"; }

.glyphicons-tag:before { content: "\E066"; }

.glyphicons-tags:before { content: "\E067"; }

.glyphicons-cleaning:before { content: "\E068"; }

.glyphicons-ruler:before { content: "\E069"; }

.glyphicons-gift:before { content: "\E070"; }

.glyphicons-umbrella:before { content: "\E071"; }

.glyphicons-book:before { content: "\E072"; }

.glyphicons-bookmark:before { content: "\E073"; }

.glyphicons-wifi:before { content: "\E074"; }

.glyphicons-cup:before { content: "\E075"; }

.glyphicons-stroller:before { content: "\E076"; }

.glyphicons-headphones:before { content: "\E077"; }

.glyphicons-headset:before { content: "\E078"; }

.glyphicons-warning-sign:before { content: "\E079"; }

.glyphicons-signal:before { content: "\E080"; }

.glyphicons-retweet:before { content: "\E081"; }

.glyphicons-refresh:before { content: "\E082"; }

.glyphicons-roundabout:before { content: "\E083"; }

.glyphicons-random:before { content: "\E084"; }

.glyphicons-heat:before { content: "\E085"; }

.glyphicons-repeat:before { content: "\E086"; }

.glyphicons-display:before { content: "\E087"; }

.glyphicons-log-book:before { content: "\E088"; }

.glyphicons-address-book:before { content: "\E089"; }

.glyphicons-building:before { content: "\E090"; }

.glyphicons-eyedropper:before { content: "\E091"; }

.glyphicons-adjust:before { content: "\E092"; }

.glyphicons-tint:before { content: "\E093"; }

.glyphicons-crop:before { content: "\E094"; }

.glyphicons-vector-path-square:before { content: "\E095"; }

.glyphicons-vector-path-circle:before { content: "\E096"; }

.glyphicons-vector-path-polygon:before { content: "\E097"; }

.glyphicons-vector-path-line:before { content: "\E098"; }

.glyphicons-vector-path-curve:before { content: "\E099"; }

.glyphicons-vector-path-all:before { content: "\E100"; }

.glyphicons-font:before { content: "\E101"; }

.glyphicons-italic:before { content: "\E102"; }

.glyphicons-bold:before { content: "\E103"; }

.glyphicons-text-underline:before { content: "\E104"; }

.glyphicons-text-strike:before { content: "\E105"; }

.glyphicons-text-height:before { content: "\E106"; }

.glyphicons-text-width:before { content: "\E107"; }

.glyphicons-text-resize:before { content: "\E108"; }

.glyphicons-left-indent:before { content: "\E109"; }

.glyphicons-right-indent:before { content: "\E110"; }

.glyphicons-align-left:before { content: "\E111"; }

.glyphicons-align-center:before { content: "\E112"; }

.glyphicons-align-right:before { content: "\E113"; }

.glyphicons-justify:before { content: "\E114"; }

.glyphicons-list:before { content: "\E115"; }

.glyphicons-text-smaller:before { content: "\E116"; }

.glyphicons-text-bigger:before { content: "\E117"; }

.glyphicons-embed:before { content: "\E118"; }

.glyphicons-embed-close:before { content: "\E119"; }

.glyphicons-table:before { content: "\E120"; }

.glyphicons-message-full:before { content: "\E121"; }

.glyphicons-message-empty:before { content: "\E122"; }

.glyphicons-message-in:before { content: "\E123"; }

.glyphicons-message-out:before { content: "\E124"; }

.glyphicons-message-plus:before { content: "\E125"; }

.glyphicons-message-minus:before { content: "\E126"; }

.glyphicons-message-ban:before { content: "\E127"; }

.glyphicons-message-flag:before { content: "\E128"; }

.glyphicons-message-lock:before { content: "\E129"; }

.glyphicons-message-new:before { content: "\E130"; }

.glyphicons-inbox:before { content: "\E131"; }

.glyphicons-inbox-plus:before { content: "\E132"; }

.glyphicons-inbox-minus:before { content: "\E133"; }

.glyphicons-inbox-lock:before { content: "\E134"; }

.glyphicons-inbox-in:before { content: "\E135"; }

.glyphicons-inbox-out:before { content: "\E136"; }

.glyphicons-cogwheel:before { content: "\E137"; }

.glyphicons-cogwheels:before { content: "\E138"; }

.glyphicons-picture:before { content: "\E139"; }

.glyphicons-adjust-alt:before { content: "\E140"; }

.glyphicons-database-lock:before { content: "\E141"; }

.glyphicons-database-plus:before { content: "\E142"; }

.glyphicons-database-minus:before { content: "\E143"; }

.glyphicons-database-ban:before { content: "\E144"; }

.glyphicons-folder-open:before { content: "\E145"; }

.glyphicons-folder-plus:before { content: "\E146"; }

.glyphicons-folder-minus:before { content: "\E147"; }

.glyphicons-folder-lock:before { content: "\E148"; }

.glyphicons-folder-flag:before { content: "\E149"; }

.glyphicons-folder-new:before { content: "\E150"; }

.glyphicons-edit:before { content: "\E151"; }

.glyphicons-new-window:before { content: "\E152"; }

.glyphicons-check:before { content: "\E153"; }

.glyphicons-unchecked:before { content: "\E154"; }

.glyphicons-more-windows:before { content: "\E155"; }

.glyphicons-show-big-thumbnails:before { content: "\E156"; }

.glyphicons-show-thumbnails:before { content: "\E157"; }

.glyphicons-show-thumbnails-with-lines:before { content: "\E158"; }

.glyphicons-show-lines:before { content: "\E159"; }

.glyphicons-playlist:before { content: "\E160"; }

.glyphicons-imac:before { content: "\E161"; }

.glyphicons-macbook:before { content: "\E162"; }

.glyphicons-ipad:before { content: "\E163"; }

.glyphicons-iphone:before { content: "\E164"; }

.glyphicons-iphone-transfer:before { content: "\E165"; }

.glyphicons-iphone-exchange:before { content: "\E166"; }

.glyphicons-ipod:before { content: "\E167"; }

.glyphicons-ipod-shuffle:before { content: "\E168"; }

.glyphicons-ear-plugs:before { content: "\E169"; }

.glyphicons-record:before { content: "\E170"; }

.glyphicons-step-backward:before { content: "\E171"; }

.glyphicons-fast-backward:before { content: "\E172"; }

.glyphicons-rewind:before { content: "\E173"; }

.glyphicons-play:before { content: "\E174"; }

.glyphicons-pause:before { content: "\E175"; }

.glyphicons-stop:before { content: "\E176"; }

.glyphicons-forward:before { content: "\E177"; }

.glyphicons-fast-forward:before { content: "\E178"; }

.glyphicons-step-forward:before { content: "\E179"; }

.glyphicons-eject:before { content: "\E180"; }

.glyphicons-facetime-video:before { content: "\E181"; }

.glyphicons-download-alt:before { content: "\E182"; }

.glyphicons-mute:before { content: "\E183"; }

.glyphicons-volume-down:before { content: "\E184"; }

.glyphicons-volume-up:before { content: "\E185"; }

.glyphicons-screenshot:before { content: "\E186"; }

.glyphicons-move:before { content: "\E187"; }

.glyphicons-more:before { content: "\E188"; }

.glyphicons-brightness-reduce:before { content: "\E189"; }

.glyphicons-brightness-increase:before { content: "\E190"; }

.glyphicons-plus-sign:before { content: "\E191"; }

.glyphicons-minus-sign:before { content: "\E192"; }

.glyphicons-remove-sign:before { content: "\E193"; }

.glyphicons-ok-sign:before { content: "\E194"; }

.glyphicons-question-sign:before { content: "\E195"; }

.glyphicons-info-sign:before { content: "\E196"; }

.glyphicons-exclamation-sign:before { content: "\E197"; }

.glyphicons-remove-circle:before { content: "\E198"; }

.glyphicons-ok-circle:before { content: "\E199"; }

.glyphicons-ban-circle:before { content: "\E200"; }

.glyphicons-download:before { content: "\E201"; }

.glyphicons-upload:before { content: "\E202"; }

.glyphicons-shopping-cart:before { content: "\E203"; }

.glyphicons-lock:before { content: "\E204"; }

.glyphicons-unlock:before { content: "\E205"; }

.glyphicons-electricity:before { content: "\E206"; }

.glyphicons-ok:before { content: "\E207"; }

.glyphicons-remove:before { content: "\E208"; }

.glyphicons-cart-in:before { content: "\E209"; }

.glyphicons-cart-out:before { content: "\E210"; }

.glyphicons-arrow-left:before { content: "\E211"; }

.glyphicons-arrow-right:before { content: "\E212"; }

.glyphicons-arrow-down:before { content: "\E213"; }

.glyphicons-arrow-up:before { content: "\E214"; }

.glyphicons-resize-small:before { content: "\E215"; }

.glyphicons-resize-full:before { content: "\E216"; }

.glyphicons-circle-arrow-left:before { content: "\E217"; }

.glyphicons-circle-arrow-right:before { content: "\E218"; }

.glyphicons-circle-arrow-top:before { content: "\E219"; }

.glyphicons-circle-arrow-down:before { content: "\E220"; }

.glyphicons-play-button:before { content: "\E221"; }

.glyphicons-unshare:before { content: "\E222"; }

.glyphicons-share:before { content: "\E223"; }

.glyphicons-chevron-right:before { content: "\E224"; }

.glyphicons-chevron-left:before { content: "\E225"; }

.glyphicons-bluetooth:before { content: "\E226"; }

.glyphicons-euro:before { content: "\E227"; }

.glyphicons-usd:before { content: "\E228"; }

.glyphicons-gbp:before { content: "\E229"; }

.glyphicons-retweet-2:before { content: "\E230"; }

.glyphicons-moon:before { content: "\E231"; }

.glyphicons-sun:before { content: "\E232"; }

.glyphicons-cloud:before { content: "\E233"; }

.glyphicons-direction:before { content: "\E234"; }

.glyphicons-brush:before { content: "\E235"; }

.glyphicons-pen:before { content: "\E236"; }

.glyphicons-zoom-in:before { content: "\E237"; }

.glyphicons-zoom-out:before { content: "\E238"; }

.glyphicons-pin:before { content: "\E239"; }

.glyphicons-albums:before { content: "\E240"; }

.glyphicons-rotation-lock:before { content: "\E241"; }

.glyphicons-flash:before { content: "\E242"; }

.glyphicons-map-marker:before { content: "\E243"; }

.glyphicons-anchor:before { content: "\E244"; }

.glyphicons-conversation:before { content: "\E245"; }

.glyphicons-chat:before { content: "\E246"; }

.glyphicons-note-empty:before { content: "\E247"; }

.glyphicons-note:before { content: "\E248"; }

.glyphicons-asterisk:before { content: "\E249"; }

.glyphicons-divide:before { content: "\E250"; }

.glyphicons-snorkel-diving:before { content: "\E251"; }

.glyphicons-scuba-diving:before { content: "\E252"; }

.glyphicons-oxygen-bottle:before { content: "\E253"; }

.glyphicons-fins:before { content: "\E254"; }

.glyphicons-fishes:before { content: "\E255"; }

.glyphicons-boat:before { content: "\E256"; }

.glyphicons-delete:before { content: "\E257"; }

.glyphicons-sheriffs-star:before { content: "\E258"; }

.glyphicons-qrcode:before { content: "\E259"; }

.glyphicons-barcode:before { content: "\E260"; }

.glyphicons-pool:before { content: "\E261"; }

.glyphicons-buoy:before { content: "\E262"; }

.glyphicons-spade:before { content: "\E263"; }

.glyphicons-bank:before { content: "\E264"; }

.glyphicons-vcard:before { content: "\E265"; }

.glyphicons-electrical-plug:before { content: "\E266"; }

.glyphicons-flag:before { content: "\E267"; }

.glyphicons-credit-card:before { content: "\E268"; }

.glyphicons-keyboard-wireless:before { content: "\E269"; }

.glyphicons-keyboard-wired:before { content: "\E270"; }

.glyphicons-shield:before { content: "\E271"; }

.glyphicons-ring:before { content: "\E272"; }

.glyphicons-cake:before { content: "\E273"; }

.glyphicons-drink:before { content: "\E274"; }

.glyphicons-beer:before { content: "\E275"; }

.glyphicons-fast-food:before { content: "\E276"; }

.glyphicons-cutlery:before { content: "\E277"; }

.glyphicons-pizza:before { content: "\E278"; }

.glyphicons-birthday-cake:before { content: "\E279"; }

.glyphicons-tablet:before { content: "\E280"; }

.glyphicons-settings:before { content: "\E281"; }

.glyphicons-bullets:before { content: "\E282"; }

.glyphicons-cardio:before { content: "\E283"; }

.glyphicons-t-shirt:before { content: "\E284"; }

.glyphicons-pants:before { content: "\E285"; }

.glyphicons-sweater:before { content: "\E286"; }

.glyphicons-fabric:before { content: "\E287"; }

.glyphicons-leather:before { content: "\E288"; }

.glyphicons-scissors:before { content: "\E289"; }

.glyphicons-bomb:before { content: "\E290"; }

.glyphicons-skull:before { content: "\E291"; }

.glyphicons-celebration:before { content: "\E292"; }

.glyphicons-tea-kettle:before { content: "\E293"; }

.glyphicons-french-press:before { content: "\E294"; }

.glyphicons-coffee-cup:before { content: "\E295"; }

.glyphicons-pot:before { content: "\E296"; }

.glyphicons-grater:before { content: "\E297"; }

.glyphicons-kettle:before { content: "\E298"; }

.glyphicons-hospital:before { content: "\E299"; }

.glyphicons-hospital-h:before { content: "\E300"; }

.glyphicons-microphone:before { content: "\E301"; }

.glyphicons-webcam:before { content: "\E302"; }

.glyphicons-temple-christianity-church:before { content: "\E303"; }

.glyphicons-temple-islam:before { content: "\E304"; }

.glyphicons-temple-hindu:before { content: "\E305"; }

.glyphicons-temple-buddhist:before { content: "\E306"; }

.glyphicons-bicycle:before { content: "\E307"; }

.glyphicons-life-preserver:before { content: "\E308"; }

.glyphicons-share-alt:before { content: "\E309"; }

.glyphicons-comments:before { content: "\E310"; }

.glyphicons-flower:before { content: "\E311"; }

.glyphicons-baseball:before { content: "\E312"; }

.glyphicons-rugby:before { content: "\E313"; }

.glyphicons-ax:before { content: "\E314"; }

.glyphicons-table-tennis:before { content: "\E315"; }

.glyphicons-bowling:before { content: "\E316"; }

.glyphicons-tree-conifer:before { content: "\E317"; }

.glyphicons-tree-deciduous:before { content: "\E318"; }

.glyphicons-more-items:before { content: "\E319"; }

.glyphicons-sort:before { content: "\E320"; }

.glyphicons-filter:before { content: "\E321"; }

.glyphicons-gamepad:before { content: "\E322"; }

.glyphicons-playing-dices:before { content: "\E323"; }

.glyphicons-calculator:before { content: "\E324"; }

.glyphicons-tie:before { content: "\E325"; }

.glyphicons-wallet:before { content: "\E326"; }

.glyphicons-piano:before { content: "\E327"; }

.glyphicons-sampler:before { content: "\E328"; }

.glyphicons-podium:before { content: "\E329"; }

.glyphicons-soccer-ball:before { content: "\E330"; }

.glyphicons-blog:before { content: "\E331"; }

.glyphicons-dashboard:before { content: "\E332"; }

.glyphicons-certificate:before { content: "\E333"; }

.glyphicons-bell:before { content: "\E334"; }

.glyphicons-candle:before { content: "\E335"; }

.glyphicons-pushpin:before { content: "\E336"; }

.glyphicons-iphone-shake:before { content: "\E337"; }

.glyphicons-pin-flag:before { content: "\E338"; }

.glyphicons-turtle:before { content: "\E339"; }

.glyphicons-rabbit:before { content: "\E340"; }

.glyphicons-globe:before { content: "\E341"; }

.glyphicons-briefcase:before { content: "\E342"; }

.glyphicons-hdd:before { content: "\E343"; }

.glyphicons-thumbs-up:before { content: "\E344"; }

.glyphicons-thumbs-down:before { content: "\E345"; }

.glyphicons-hand-right:before { content: "\E346"; }

.glyphicons-hand-left:before { content: "\E347"; }

.glyphicons-hand-up:before { content: "\E348"; }

.glyphicons-hand-down:before { content: "\E349"; }

.glyphicons-fullscreen:before { content: "\E350"; }

.glyphicons-shopping-bag:before { content: "\E351"; }

.glyphicons-book-open:before { content: "\E352"; }

.glyphicons-nameplate:before { content: "\E353"; }

.glyphicons-nameplate-alt:before { content: "\E354"; }

.glyphicons-vases:before { content: "\E355"; }

.glyphicons-bullhorn:before { content: "\E356"; }

.glyphicons-dumbbell:before { content: "\E357"; }

.glyphicons-suitcase:before { content: "\E358"; }

.glyphicons-file-import:before { content: "\E359"; }

.glyphicons-file-export:before { content: "\E360"; }

.glyphicons-bug:before { content: "\E361"; }

.glyphicons-crown:before { content: "\E362"; }

.glyphicons-smoking:before { content: "\E363"; }

.glyphicons-cloud-upload:before { content: "\E364"; }

.glyphicons-cloud-download:before { content: "\E365"; }

.glyphicons-restart:before { content: "\E366"; }

.glyphicons-security-camera:before { content: "\E367"; }

.glyphicons-expand:before { content: "\E368"; }

.glyphicons-collapse:before { content: "\E369"; }

.glyphicons-collapse-top:before { content: "\E370"; }

.glyphicons-globe-af:before { content: "\E371"; }

.glyphicons-global:before { content: "\E372"; }

.glyphicons-spray:before { content: "\E373"; }

.glyphicons-nails:before { content: "\E374"; }

.glyphicons-claw-hammer:before { content: "\E375"; }

.glyphicons-classic-hammer:before { content: "\E376"; }

.glyphicons-hand-saw:before { content: "\E377"; }

.glyphicons-riflescope:before { content: "\E378"; }

.glyphicons-electrical-socket-eu:before { content: "\E379"; }

.glyphicons-electrical-socket-us:before { content: "\E380"; }

.glyphicons-message-forward:before { content: "\E381"; }

.glyphicons-coat-hanger:before { content: "\E382"; }

.glyphicons-dress:before { content: "\E383"; }

.glyphicons-bathrobe:before { content: "\E384"; }

.glyphicons-shirt:before { content: "\E385"; }

.glyphicons-underwear:before { content: "\E386"; }

.glyphicons-log-in:before { content: "\E387"; }

.glyphicons-log-out:before { content: "\E388"; }

.glyphicons-exit:before { content: "\E389"; }

.glyphicons-new-window-alt:before { content: "\E390"; }

.glyphicons-video-sd:before { content: "\E391"; }

.glyphicons-video-hd:before { content: "\E392"; }

.glyphicons-subtitles:before { content: "\E393"; }

.glyphicons-sound-stereo:before { content: "\E394"; }

.glyphicons-sound-dolby:before { content: "\E395"; }

.glyphicons-sound-5-1:before { content: "\E396"; }

.glyphicons-sound-6-1:before { content: "\E397"; }

.glyphicons-sound-7-1:before { content: "\E398"; }

.glyphicons-copyright-mark:before { content: "\E399"; }

.glyphicons-registration-mark:before { content: "\E400"; }

.glyphicons-radar:before { content: "\E401"; }

.glyphicons-skateboard:before { content: "\E402"; }

.glyphicons-golf-course:before { content: "\E403"; }

.glyphicons-sorting:before { content: "\E404"; }

.glyphicons-sort-by-alphabet:before { content: "\E405"; }

.glyphicons-sort-by-alphabet-alt:before { content: "\E406"; }

.glyphicons-sort-by-order:before { content: "\E407"; }

.glyphicons-sort-by-order-alt:before { content: "\E408"; }

.glyphicons-sort-by-attributes:before { content: "\E409"; }

.glyphicons-sort-by-attributes-alt:before { content: "\E410"; }

.glyphicons-compressed:before { content: "\E411"; }

.glyphicons-package:before { content: "\E412"; }

.glyphicons-cloud-plus:before { content: "\E413"; }

.glyphicons-cloud-minus:before { content: "\E414"; }

.glyphicons-disk-save:before { content: "\E415"; }

.glyphicons-disk-open:before { content: "\E416"; }

.glyphicons-disk-saved:before { content: "\E417"; }

.glyphicons-disk-remove:before { content: "\E418"; }

.glyphicons-disk-import:before { content: "\E419"; }

.glyphicons-disk-export:before { content: "\E420"; }

.glyphicons-tower:before { content: "\E421"; }

.glyphicons-send:before { content: "\E422"; }

.glyphicons-git-branch:before { content: "\E423"; }

.glyphicons-git-create:before { content: "\E424"; }

.glyphicons-git-private:before { content: "\E425"; }

.glyphicons-git-delete:before { content: "\E426"; }

.glyphicons-git-merge:before { content: "\E427"; }

.glyphicons-git-pull-request:before { content: "\E428"; }

.glyphicons-git-compare:before { content: "\E429"; }

.glyphicons-git-commit:before { content: "\E430"; }

.glyphicons-construction-cone:before { content: "\E431"; }

.glyphicons-shoe-steps:before { content: "\E432"; }

.glyphicons-plus:before { content: "\E433"; }

.glyphicons-minus:before { content: "\E434"; }

.glyphicons-redo:before { content: "\E435"; }

.glyphicons-undo:before { content: "\E436"; }

.glyphicons-golf:before { content: "\E437"; }

.glyphicons-hockey:before { content: "\E438"; }

.glyphicons-pipe:before { content: "\E439"; }

.glyphicons-wrench:before { content: "\E440"; }

.glyphicons-folder-closed:before { content: "\E441"; }

.glyphicons-phone-alt:before { content: "\E442"; }

.glyphicons-earphone:before { content: "\E443"; }

.glyphicons-floppy-disk:before { content: "\E444"; }

.glyphicons-floppy-saved:before { content: "\E445"; }

.glyphicons-floppy-remove:before { content: "\E446"; }

.glyphicons-floppy-save:before { content: "\E447"; }

.glyphicons-floppy-open:before { content: "\E448"; }

.glyphicons-translate:before { content: "\E449"; }

.glyphicons-fax:before { content: "\E450"; }

.glyphicons-factory:before { content: "\E451"; }

.glyphicons-shop-window:before { content: "\E452"; }

.glyphicons-shop:before { content: "\E453"; }

.glyphicons-kiosk:before { content: "\E454"; }

.glyphicons-kiosk-wheels:before { content: "\E455"; }

.glyphicons-kiosk-light:before { content: "\E456"; }

.glyphicons-kiosk-food:before { content: "\E457"; }

.glyphicons-transfer:before { content: "\E458"; }

.glyphicons-money:before { content: "\E459"; }

.glyphicons-header:before { content: "\E460"; }

.glyphicons-blacksmith:before { content: "\E461"; }

.glyphicons-saw-blade:before { content: "\E462"; }

.glyphicons-basketball:before { content: "\E463"; }

.glyphicons-server:before { content: "\E464"; }

.glyphicons-server-plus:before { content: "\E465"; }

.glyphicons-server-minus:before { content: "\E466"; }

.glyphicons-server-ban:before { content: "\E467"; }

.glyphicons-server-flag:before { content: "\E468"; }

.glyphicons-server-lock:before { content: "\E469"; }

.glyphicons-server-new:before { content: "\E470"; }

.glyphicons-charging-station:before { content: "\E471"; }

.glyphicons-gas-station:before { content: "\E472"; }

.glyphicons-target:before { content: "\E473"; }

.glyphicons-bed:before { content: "\E474"; }

.glyphicons-mosquito:before { content: "\E475"; }

.glyphicons-dining-set:before { content: "\E476"; }

.glyphicons-plate-of-food:before { content: "\E477"; }

.glyphicons-hygiene-kit:before { content: "\E478"; }

.glyphicons-blackboard:before { content: "\E479"; }

.glyphicons-marriage:before { content: "\E480"; }

.glyphicons-bucket:before { content: "\E481"; }

.glyphicons-none-color-swatch:before { content: "\E482"; }

.glyphicons-bring-forward:before { content: "\E483"; }

.glyphicons-bring-to-front:before { content: "\E484"; }

.glyphicons-send-backward:before { content: "\E485"; }

.glyphicons-send-to-back:before { content: "\E486"; }

.glyphicons-fit-frame-to-image:before { content: "\E487"; }

.glyphicons-fit-image-to-frame:before { content: "\E488"; }

.glyphicons-multiple-displays:before { content: "\E489"; }

.glyphicons-handshake:before { content: "\E490"; }

.glyphicons-child:before { content: "\E491"; }

.glyphicons-baby-formula:before { content: "\E492"; }

.glyphicons-medicine:before { content: "\E493"; }

.glyphicons-atv-vehicle:before { content: "\E494"; }

.glyphicons-motorcycle:before { content: "\E495"; }

.glyphicons-bed-alt:before { content: "\E496"; }

.glyphicons-tent:before { content: "\E497"; }

.glyphicons-glasses:before { content: "\E498"; }

.glyphicons-sunglasses:before { content: "\E499"; }

.glyphicons-family:before { content: "\E500"; }

.glyphicons-education:before { content: "\E501"; }

.glyphicons-shoes:before { content: "\E502"; }

.glyphicons-map:before { content: "\E503"; }

.glyphicons-cd:before { content: "\E504"; }

.glyphicons-alert:before { content: "\E505"; }

.glyphicons-piggy-bank:before { content: "\E506"; }

.glyphicons-star-half:before { content: "\E507"; }

.glyphicons-cluster:before { content: "\E508"; }

.glyphicons-flowchart:before { content: "\E509"; }

.glyphicons-commodities:before { content: "\E510"; }

.glyphicons-duplicate:before { content: "\E511"; }

.glyphicons-copy:before { content: "\E512"; }

.glyphicons-paste:before { content: "\E513"; }

.glyphicons-bath-bathtub:before { content: "\E514"; }

.glyphicons-bath-shower:before { content: "\E515"; }

.glyphicons-shower:before { content: "\E516"; }

.glyphicons-menu-hamburger:before { content: "\E517"; }

.glyphicons-option-vertical:before { content: "\E518"; }

.glyphicons-option-horizontal:before { content: "\E519"; }

.glyphicons-currency-conversion:before { content: "\E520"; }

.glyphicons-user-ban:before { content: "\E521"; }

.glyphicons-user-lock:before { content: "\E522"; }

.glyphicons-user-flag:before { content: "\E523"; }

.glyphicons-user-asterisk:before { content: "\E524"; }

.glyphicons-user-alert:before { content: "\E525"; }

.glyphicons-user-key:before { content: "\E526"; }

.glyphicons-user-conversation:before { content: "\E527"; }

.glyphicons-database:before { content: "\E528"; }

.glyphicons-database-search:before { content: "\E529"; }

.glyphicons-list-alt:before { content: "\E530"; }

.glyphicons-hazard-sign:before { content: "\E531"; }

.glyphicons-hazard:before { content: "\E532"; }

.glyphicons-stop-sign:before { content: "\E533"; }

.glyphicons-lab:before { content: "\E534"; }

.glyphicons-lab-alt:before { content: "\E535"; }

.glyphicons-ice-cream:before { content: "\E536"; }

.glyphicons-ice-lolly:before { content: "\E537"; }

.glyphicons-ice-lolly-tasted:before { content: "\E538"; }

.glyphicons-invoice:before { content: "\E539"; }

.glyphicons-cart-tick:before { content: "\E540"; }

.glyphicons-hourglass:before { content: "\E541"; }

.glyphicons-cat:before { content: "\E542"; }

.glyphicons-lamp:before { content: "\E543"; }

.glyphicons-scale-classic:before { content: "\E544"; }

.glyphicons-eye-plus:before { content: "\E545"; }

.glyphicons-eye-minus:before { content: "\E546"; }

.glyphicons-quote:before { content: "\E547"; }

.glyphicons-bitcoin:before { content: "\E548"; }

.glyphicons-yen:before { content: "\E549"; }

.glyphicons-ruble:before { content: "\E550"; }

.glyphicons-erase:before { content: "\E551"; }

.glyphicons-podcast:before { content: "\E552"; }

.glyphicons-firework:before { content: "\E553"; }

.glyphicons-scale:before { content: "\E554"; }

.glyphicons-king:before { content: "\E555"; }

.glyphicons-queen:before { content: "\E556"; }

.glyphicons-pawn:before { content: "\E557"; }

.glyphicons-bishop:before { content: "\E558"; }

.glyphicons-knight:before { content: "\E559"; }

.glyphicons-mic-mute:before { content: "\E560"; }

.glyphicons-voicemail:before { content: "\E561"; }

.glyphicons-paragraph-alt:before { content: "\E562"; }

.glyphicons-person-walking:before { content: "\E563"; }

.glyphicons-person-wheelchair:before { content: "\E564"; }

.glyphicons-underground:before { content: "\E565"; }

.glyphicons-car-hov:before { content: "\E566"; }

.glyphicons-car-rental:before { content: "\E567"; }

.glyphicons-transport:before { content: "\E568"; }

.glyphicons-taxi:before { content: "\E569"; }

.glyphicons-ice-cream-no:before { content: "\E570"; }

.glyphicons-uk-rat-u:before { content: "\E571"; }

.glyphicons-uk-rat-pg:before { content: "\E572"; }

.glyphicons-uk-rat-12a:before { content: "\E573"; }

.glyphicons-uk-rat-12:before { content: "\E574"; }

.glyphicons-uk-rat-15:before { content: "\E575"; }

.glyphicons-uk-rat-18:before { content: "\E576"; }

.glyphicons-uk-rat-r18:before { content: "\E577"; }

.glyphicons-tv:before { content: "\E578"; }

.glyphicons-sms:before { content: "\E579"; }

.glyphicons-mms:before { content: "\E580"; }

.glyphicons-us-rat-g:before { content: "\E581"; }

.glyphicons-us-rat-pg:before { content: "\E582"; }

.glyphicons-us-rat-pg-13:before { content: "\E583"; }

.glyphicons-us-rat-restricted:before { content: "\E584"; }

.glyphicons-us-rat-no-one-17:before { content: "\E585"; }

.glyphicons-equalizer:before { content: "\E586"; }

.glyphicons-speakers:before { content: "\E587"; }

.glyphicons-remote-control:before { content: "\E588"; }

.glyphicons-remote-control-tv:before { content: "\E589"; }

.glyphicons-shredder:before { content: "\E590"; }

.glyphicons-folder-heart:before { content: "\E591"; }

.glyphicons-person-running:before { content: "\E592"; }

.glyphicons-person:before { content: "\E593"; }

.glyphicons-voice:before { content: "\E594"; }

.glyphicons-stethoscope:before { content: "\E595"; }

.glyphicons-paired:before { content: "\E596"; }

.glyphicons-activity:before { content: "\E597"; }

.glyphicons-watch:before { content: "\E598"; }

.glyphicons-scissors-alt:before { content: "\E599"; }

.glyphicons-car-wheel:before { content: "\E600"; }

.glyphicons-chevron-up:before { content: "\E601"; }

.glyphicons-chevron-down:before { content: "\E602"; }

.glyphicons-superscript:before { content: "\E603"; }

.glyphicons-subscript:before { content: "\E604"; }

.glyphicons-text-size:before { content: "\E605"; }

.glyphicons-text-color:before { content: "\E606"; }

.glyphicons-text-background:before { content: "\E607"; }

.glyphicons-modal-window:before { content: "\E608"; }

.glyphicons-newspaper:before { content: "\E609"; }

.glyphicons-tractor:before { content: "\E610"; }

.glyphicons-camping:before { content: "\E611"; }

.glyphicons-camping-benches:before { content: "\E612"; }

.glyphicons-forest:before { content: "\E613"; }

.glyphicons-park:before { content: "\E614"; }

.glyphicons-field:before { content: "\E615"; }

.glyphicons-mountains:before { content: "\E616"; }

.glyphicons-fees-payments:before { content: "\E617"; }

.glyphicons-small-payments:before { content: "\E618"; }

.glyphicons-mixed-buildings:before { content: "\E619"; }

.glyphicons-industrial-zone:before { content: "\E620"; }

.glyphicons-visitor-tag:before { content: "\E621"; }

.glyphicons-businessman:before { content: "\E622"; }

.glyphicons-meditation:before { content: "\E623"; }

.glyphicons-bath:before { content: "\E624"; }

.glyphicons-donate:before { content: "\E625"; }

.glyphicons-sauna:before { content: "\E626"; }

.glyphicons-bedroom-nightstand:before { content: "\E627"; }

.glyphicons-bedroom-lamp:before { content: "\E628"; }

.glyphicons-doctor:before { content: "\E629"; }

.glyphicons-engineering-networks:before { content: "\E630"; }

.glyphicons-washing-machine:before { content: "\E631"; }

.glyphicons-dryer:before { content: "\E632"; }

.glyphicons-dishwasher:before { content: "\E633"; }

.glyphicons-luggage-group:before { content: "\E634"; }

.glyphicons-teenager:before { content: "\E635"; }

.glyphicons-person-stick:before { content: "\E636"; }

.glyphicons-person-stick-old:before { content: "\E637"; }

.glyphicons-traveler:before { content: "\E638"; }

.glyphicons-veteran:before { content: "\E639"; }

.glyphicons-group-chat:before { content: "\E640"; }

.glyphicons-elections:before { content: "\E641"; }

.glyphicons-law-justice:before { content: "\E642"; }

.glyphicons-judiciary:before { content: "\E643"; }

.glyphicons-house-fire:before { content: "\E644"; }

.glyphicons-firefighters:before { content: "\E645"; }

.glyphicons-police:before { content: "\E646"; }

.glyphicons-ambulance:before { content: "\E647"; }

.glyphicons-light-beacon:before { content: "\E648"; }

.glyphicons-important-day:before { content: "\E649"; }

.glyphicons-bike-park:before { content: "\E650"; }

.glyphicons-object-align-top:before { content: "\E651"; }

.glyphicons-object-align-bottom:before { content: "\E652"; }

.glyphicons-object-align-horizontal:before { content: "\E653"; }

.glyphicons-object-align-left:before { content: "\E654"; }

.glyphicons-object-align-vertical:before { content: "\E655"; }

.glyphicons-object-align-right:before { content: "\E656"; }

.glyphicons-reflect-y:before { content: "\E657"; }

.glyphicons-reflect-x:before { content: "\E658"; }

.glyphicons-tick:before { content: "\E659"; }

.glyphicons-lawnmower:before { content: "\E660"; }

.glyphicons-call-redirect:before { content: "\E661"; }

.glyphicons-call-ip:before { content: "\E662"; }

.glyphicons-call-record:before { content: "\E663"; }

.glyphicons-call-ringtone:before { content: "\E664"; }

.glyphicons-call-traffic:before { content: "\E665"; }

.glyphicons-call-hold:before { content: "\E666"; }

.glyphicons-call-incoming:before { content: "\E667"; }

.glyphicons-call-outgoing:before { content: "\E668"; }

.glyphicons-call-video:before { content: "\E669"; }

.glyphicons-call-missed:before { content: "\E670"; }

.glyphicons-theater:before { content: "\E671"; }

.glyphicons-heartbeat:before { content: "\E672"; }

.glyphicons-kettlebell:before { content: "\E673"; }

.glyphicons-fireplace:before { content: "\E674"; }

.glyphicons-street-lights:before { content: "\E675"; }

.glyphicons-pedestrian:before { content: "\E676"; }

.glyphicons-flood:before { content: "\E677"; }

.glyphicons-open-water:before { content: "\E678"; }

.glyphicons-for-sale:before { content: "\E679"; }

.glyphicons-dustbin:before { content: "\E680"; }

.glyphicons-door:before { content: "\E681"; }

.glyphicons-camp-fire:before { content: "\E682"; }

.glyphicons-fleur-de-lis:before { content: "\E683"; }

.glyphicons-temperature-settings:before { content: "\E684"; }

.glyphicons-article:before { content: "\E685"; }

.glyphicons-sunbath:before { content: "\E686"; }

.glyphicons-balanced-diet:before { content: "\E687"; }

.glyphicons-ticket:before { content: "\E688"; }

.glyphicons-parking-ticket:before { content: "\E689"; }

.glyphicons-parking-meter:before { content: "\E690"; }

.glyphicons-laptop:before { content: "\E691"; }

.glyphicons-tree-structure:before { content: "\E692"; }

.glyphicons-weather-warning:before { content: "\E693"; }

.glyphicons-temperature-low:before { content: "\E694"; }

.glyphicons-temperature-high:before { content: "\E695"; }

.glyphicons-temperature-low-warning:before { content: "\E696"; }

.glyphicons-temperature-high-warning:before { content: "\E697"; }

.glyphicons-hurricane:before { content: "\E698"; }

.glyphicons-storm:before { content: "\E699"; }

.glyphicons-sorted-waste:before { content: "\E700"; }

.glyphicons-ear:before { content: "\E701"; }

.glyphicons-ear-deaf:before { content: "\E702"; }

.glyphicons-file-plus:before { content: "\E703"; }

.glyphicons-file-minus:before { content: "\E704"; }

.glyphicons-file-lock:before { content: "\E705"; }

.glyphicons-file-cloud:before { content: "\E706"; }

.glyphicons-file-cloud-download:before { content: "\E707"; }

.glyphicons-file-cloud-upload:before { content: "\E708"; }

.glyphicons-paragraph:before { content: "\E709"; }

.glyphicons-list-numbered:before { content: "\E710"; }

.glyphicons-donate-heart:before { content: "\E711"; }

.glyphicons-government:before { content: "\E712"; }

.glyphicons-maze:before { content: "\E713"; }

.glyphicons-chronicle:before { content: "\E714"; }

.glyphicons-user-structure:before { content: "\E715"; }

.glyphicons-recycle:before { content: "\E716"; }

.glyphicons-gas:before { content: "\E717"; }

.glyphicons-waste-pipe:before { content: "\E718"; }

.glyphicons-water-pipe:before { content: "\E719"; }

.glyphicons-parking:before { content: "\E720"; }

.glyphicons-closed:before { content: "\E721"; }

.glyphicons-mouse:before { content: "\E722"; }

.glyphicons-mouse-double-click:before { content: "\E723"; }

.glyphicons-mouse-left-click:before { content: "\E724"; }

.glyphicons-mouse-right-click:before { content: "\E725"; }

.glyphicons-mouse-middle-click:before { content: "\E726"; }

.glyphicons-mouse-scroll:before { content: "\E727"; }

.glyphicons-resize-vertical:before { content: "\E728"; }

.glyphicons-resize-horizontal:before { content: "\E729"; }

.glyphicons-temperature:before { content: "\E730"; }

.glyphicons-puzzle:before { content: "\E731"; }

.glyphicons-puzzle-2:before { content: "\E732"; }

.glyphicons-puzzle-3:before { content: "\E733"; }

.glyphicons-nearby-square:before { content: "\E734"; }

.glyphicons-nearby-circle:before { content: "\E735"; }

.glyphicons-rotate-right:before { content: "\E736"; }

.glyphicons-rotate-left:before { content: "\E737"; }

.glyphicons-pictures:before { content: "\E738"; }

.glyphicons-photo-album:before { content: "\E739"; }

.glyphicons-cadastral-map:before { content: "\E740"; }

.glyphicons-fingerprint-scan:before { content: "\E741"; }

.glyphicons-fingerprint:before { content: "\E742"; }

.glyphicons-fingerprint-lock:before { content: "\E743"; }

.glyphicons-fingerprint-ok:before { content: "\E744"; }

.glyphicons-fingerprint-remove:before { content: "\E745"; }

.glyphicons-fingerprint-reload:before { content: "\E746"; }

.glyphicons-pending-notifications:before { content: "\E747"; }

.glyphicons-synchronization:before { content: "\E748"; }

.glyphicons-synchronization-ban:before { content: "\E749"; }

.glyphicons-hash:before { content: "\E750"; }

.glyphicons-gender-male:before { content: "\E751"; }

.glyphicons-gender-female:before { content: "\E752"; }

.glyphicons-gender-virgin-female:before { content: "\E753"; }

.glyphicons-gender-intersex:before { content: "\E754"; }

.glyphicons-gender-transgender:before { content: "\E755"; }

.glyphicons-gender-ori-lesbian:before { content: "\E756"; }

.glyphicons-gender-ori-gay:before { content: "\E757"; }

.glyphicons-gender-ori-hetero:before { content: "\E758"; }

.glyphicons-gender-other:before { content: "\E759"; }

.glyphicons-gender-unknown:before { content: "\E760"; }

.glyphicons-scanner:before { content: "\E761"; }

.glyphicons-multifunction-printer:before { content: "\E762"; }

.glyphicons-lasso:before { content: "\E763"; }

.glyphicons-view-360:before { content: "\E764"; }

.glyphicons-battery-charging:before { content: "\E765"; }

.glyphicons-battery-full:before { content: "\E766"; }

.glyphicons-battery-75:before { content: "\E767"; }

.glyphicons-battery-50:before { content: "\E768"; }

.glyphicons-battery-25:before { content: "\E769"; }

.glyphicons-battery-10:before { content: "\E770"; }

.glyphicons-satellite:before { content: "\E771"; }

.glyphicons-satellite-dish:before { content: "\E772"; }

.glyphicons-satellite-dish-alt:before { content: "\E773"; }

.glyphicons-auction:before { content: "\E774"; }

.glyphicons-directions:before { content: "\E775"; }

.glyphicons-race:before { content: "\E776"; }

.glyphicons-robot:before { content: "\E777"; }

.glyphicons-ruler-alt:before { content: "\E778"; }

.glyphicons-cube-empty:before { content: "\E779"; }

.glyphicons-cube-black:before { content: "\E780"; }

.glyphicons-move-square:before { content: "\E781"; }

.glyphicons-drop:before { content: "\E782"; }

.glyphicons-vr-headset:before { content: "\E783"; }

.glyphicons-vr-charging:before { content: "\E784"; }

.glyphicons-vr-low-battery:before { content: "\E785"; }

.glyphicons-vr-paired:before { content: "\E786"; }

.glyphicons-vr-settings:before { content: "\E787"; }

.glyphicons-vr-maintenance:before { content: "\E788"; }

.glyphicons-filter-remove:before { content: "\E789"; }

.glyphicons-filter-applied:before { content: "\E790"; }

.glyphicons-one-day:before { content: "\E791"; }

.glyphicons-user-vr:before { content: "\E792"; }

.glyphicons-user-vr-add:before { content: "\E793"; }

.glyphicons-user-vr-remove:before { content: "\E794"; }

.glyphicons-dice-1:before { content: "\E795"; }

.glyphicons-dice-2:before { content: "\E796"; }

.glyphicons-dice-3:before { content: "\E797"; }

.glyphicons-dice-4:before { content: "\E798"; }

.glyphicons-dice-5:before { content: "\E799"; }

.glyphicons-dice-6:before { content: "\E800"; }


/*	[END=w3/css/glyph/glyphicons.css]*/



/*	[START=w3/fonts/font-awesome/style.css]*/

/*! 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("/w3/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0"); src: url("/w3/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/w3/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/w3/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/w3/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/w3/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }

.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; }

.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; }

.fa-li.fa-lg { left: -1.85714286em; }

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

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

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

.fa.fa-pull-left { margin-right: .3em; }

.fa.fa-pull-right { margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }

.fa.pull-right { margin-left: .3em; }

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

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

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

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

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

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

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

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-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); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { -webkit-filter: none; filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

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

.fa-inverse { color: #ffffff; }

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

.fa-music:before { content: "\f001"; }

.fa-search:before { content: "\f002"; }

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

.fa-heart:before { content: "\f004"; }

.fa-star:before { content: "\f005"; }

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

.fa-user:before { content: "\f007"; }

.fa-film:before { content: "\f008"; }

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

.fa-th:before { content: "\f00a"; }

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

.fa-check:before { content: "\f00c"; }

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

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

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

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

.fa-signal:before { content: "\f012"; }

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

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

.fa-home:before { content: "\f015"; }

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

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

.fa-road:before { content: "\f018"; }

.fa-download:before { content: "\f019"; }

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

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

.fa-inbox:before { content: "\f01c"; }

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

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

.fa-refresh:before { content: "\f021"; }

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

.fa-lock:before { content: "\f023"; }

.fa-flag:before { content: "\f024"; }

.fa-headphones:before { content: "\f025"; }

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

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

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

.fa-qrcode:before { content: "\f029"; }

.fa-barcode:before { content: "\f02a"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-book:before { content: "\f02d"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-print:before { content: "\f02f"; }

.fa-camera:before { content: "\f030"; }

.fa-font:before { content: "\f031"; }

.fa-bold:before { content: "\f032"; }

.fa-italic:before { content: "\f033"; }

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

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

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

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

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

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

.fa-list:before { content: "\f03a"; }

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

.fa-indent:before { content: "\f03c"; }

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

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

.fa-pencil:before { content: "\f040"; }

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

.fa-adjust:before { content: "\f042"; }

.fa-tint:before { content: "\f043"; }

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

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

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

.fa-arrows:before { content: "\f047"; }

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

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

.fa-backward:before { content: "\f04a"; }

.fa-play:before { content: "\f04b"; }

.fa-pause:before { content: "\f04c"; }

.fa-stop:before { content: "\f04d"; }

.fa-forward:before { content: "\f04e"; }

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

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

.fa-eject:before { content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before { content: "\f05b"; }

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

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

.fa-ban:before { content: "\f05e"; }

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

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

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

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

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

.fa-expand:before { content: "\f065"; }

.fa-compress:before { content: "\f066"; }

.fa-plus:before { content: "\f067"; }

.fa-minus:before { content: "\f068"; }

.fa-asterisk:before { content: "\f069"; }

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

.fa-gift:before { content: "\f06b"; }

.fa-leaf:before { content: "\f06c"; }

.fa-fire:before { content: "\f06d"; }

.fa-eye:before { content: "\f06e"; }

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

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

.fa-plane:before { content: "\f072"; }

.fa-calendar:before { content: "\f073"; }

.fa-random:before { content: "\f074"; }

.fa-comment:before { content: "\f075"; }

.fa-magnet:before { content: "\f076"; }

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

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

.fa-retweet:before { content: "\f079"; }

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

.fa-folder:before { content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before { content: "\f084"; }

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

.fa-comments:before { content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before { content: "\f091"; }

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

.fa-upload:before { content: "\f093"; }

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

.fa-phone:before { content: "\f095"; }

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

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

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

.fa-twitter:before { content: "\f099"; }

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

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

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

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

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

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bell:before { content: "\f0f3"; }

.fa-certificate:before { content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before { content: "\f0ac"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-filter:before { content: "\f0b0"; }

.fa-briefcase:before { content: "\f0b1"; }

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

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

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

.fa-cloud:before { content: "\f0c2"; }

.fa-flask:before { content: "\f0c3"; }

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

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

.fa-paperclip:before { content: "\f0c6"; }

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

.fa-square:before { content: "\f0c8"; }

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

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

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

.fa-strikethrough:before { content: "\f0cc"; }

.fa-underline:before { content: "\f0cd"; }

.fa-table:before { content: "\f0ce"; }

.fa-magic:before { content: "\f0d0"; }

.fa-truck:before { content: "\f0d1"; }

.fa-pinterest:before { content: "\f0d2"; }

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

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

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

.fa-money:before { content: "\f0d6"; }

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

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

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

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

.fa-columns:before { content: "\f0db"; }

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

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

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

.fa-envelope:before { content: "\f0e0"; }

.fa-linkedin:before { content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before { content: "\f0e8"; }

.fa-umbrella:before { content: "\f0e9"; }

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

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

.fa-exchange:before { content: "\f0ec"; }

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

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

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

.fa-stethoscope:before { content: "\f0f1"; }

.fa-suitcase:before { content: "\f0f2"; }

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

.fa-coffee:before { content: "\f0f4"; }

.fa-cutlery:before { content: "\f0f5"; }

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

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

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

.fa-ambulance:before { content: "\f0f9"; }

.fa-medkit:before { content: "\f0fa"; }

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

.fa-beer:before { content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before { content: "\f108"; }

.fa-laptop:before { content: "\f109"; }

.fa-tablet:before { content: "\f10a"; }

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

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

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

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

.fa-spinner:before { content: "\f110"; }

.fa-circle:before { content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before { content: "\f11b"; }

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

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

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

.fa-terminal:before { content: "\f120"; }

.fa-code:before { content: "\f121"; }

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

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

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

.fa-crop:before { content: "\f125"; }

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

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

.fa-question:before { content: "\f128"; }

.fa-info:before { content: "\f129"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-superscript:before { content: "\f12b"; }

.fa-subscript:before { content: "\f12c"; }

.fa-eraser:before { content: "\f12d"; }

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

.fa-microphone:before { content: "\f130"; }

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

.fa-shield:before { content: "\f132"; }

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

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

.fa-rocket:before { content: "\f135"; }

.fa-maxcdn:before { content: "\f136"; }

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

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

.fa-chevron-circle-up:before { content: "\f139"; }

.fa-chevron-circle-down:before { content: "\f13a"; }

.fa-html5:before { content: "\f13b"; }

.fa-css3:before { content: "\f13c"; }

.fa-anchor:before { content: "\f13d"; }

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

.fa-bullseye:before { content: "\f140"; }

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

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

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

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

.fa-ticket:before { content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before { content: "\f14e"; }

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

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

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

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

.fa-gbp:before { content: "\f154"; }

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

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

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

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

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

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

.fa-file:before { content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before { content: "\f167"; }

.fa-xing:before { content: "\f168"; }

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

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

.fa-dropbox:before { content: "\f16b"; }

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

.fa-instagram:before { content: "\f16d"; }

.fa-flickr:before { content: "\f16e"; }

.fa-adn:before { content: "\f170"; }

.fa-bitbucket:before { content: "\f171"; }

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

.fa-tumblr:before { content: "\f173"; }

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

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

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

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

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

.fa-apple:before { content: "\f179"; }

.fa-windows:before { content: "\f17a"; }

.fa-android:before { content: "\f17b"; }

.fa-linux:before { content: "\f17c"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-skype:before { content: "\f17e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-trello:before { content: "\f181"; }

.fa-female:before { content: "\f182"; }

.fa-male:before { content: "\f183"; }

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

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

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

.fa-archive:before { content: "\f187"; }

.fa-bug:before { content: "\f188"; }

.fa-vk:before { content: "\f189"; }

.fa-weibo:before { content: "\f18a"; }

.fa-renren:before { content: "\f18b"; }

.fa-pagelines:before { content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before { content: "\f193"; }

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

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

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

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

.fa-slack:before { content: "\f198"; }

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

.fa-wordpress:before { content: "\f19a"; }

.fa-openid:before { content: "\f19b"; }

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

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

.fa-yahoo:before { content: "\f19e"; }

.fa-google:before { content: "\f1a0"; }

.fa-reddit:before { content: "\f1a1"; }

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

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

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-digg:before { content: "\f1a6"; }

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

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

.fa-drupal:before { content: "\f1a9"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-language:before { content: "\f1ab"; }

.fa-fax:before { content: "\f1ac"; }

.fa-building:before { content: "\f1ad"; }

.fa-child:before { content: "\f1ae"; }

.fa-paw:before { content: "\f1b0"; }

.fa-spoon:before { content: "\f1b1"; }

.fa-cube:before { content: "\f1b2"; }

.fa-cubes:before { content: "\f1b3"; }

.fa-behance:before { content: "\f1b4"; }

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

.fa-steam:before { content: "\f1b6"; }

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

.fa-recycle:before { content: "\f1b8"; }

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

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

.fa-tree:before { content: "\f1bb"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-database:before { content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before { content: "\f1ca"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-jsfiddle:before { content: "\f1cc"; }

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

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

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

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

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

.fa-git:before { content: "\f1d3"; }

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

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

.fa-qq:before { content: "\f1d6"; }

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

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

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

.fa-history:before { content: "\f1da"; }

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

.fa-header:before { content: "\f1dc"; }

.fa-paragraph:before { content: "\f1dd"; }

.fa-sliders:before { content: "\f1de"; }

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

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

.fa-bomb:before { content: "\f1e2"; }

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

.fa-tty:before { content: "\f1e4"; }

.fa-binoculars:before { content: "\f1e5"; }

.fa-plug:before { content: "\f1e6"; }

.fa-slideshare:before { content: "\f1e7"; }

.fa-twitch:before { content: "\f1e8"; }

.fa-yelp:before { content: "\f1e9"; }

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

.fa-wifi:before { content: "\f1eb"; }

.fa-calculator:before { content: "\f1ec"; }

.fa-paypal:before { content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before { content: "\f1f8"; }

.fa-copyright:before { content: "\f1f9"; }

.fa-at:before { content: "\f1fa"; }

.fa-eyedropper:before { content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before { content: "\f202"; }

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

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

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

.fa-bicycle:before { content: "\f206"; }

.fa-bus:before { content: "\f207"; }

.fa-ioxhost:before { content: "\f208"; }

.fa-angellist:before { content: "\f209"; }

.fa-cc:before { content: "\f20a"; }

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

.fa-meanpath:before { content: "\f20c"; }

.fa-buysellads:before { content: "\f20d"; }

.fa-connectdevelop:before { content: "\f20e"; }

.fa-dashcube:before { content: "\f210"; }

.fa-forumbee:before { content: "\f211"; }

.fa-leanpub:before { content: "\f212"; }

.fa-sellsy:before { content: "\f213"; }

.fa-shirtsinbulk:before { content: "\f214"; }

.fa-simplybuilt:before { content: "\f215"; }

.fa-skyatlas:before { content: "\f216"; }

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

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

.fa-diamond:before { content: "\f219"; }

.fa-ship:before { content: "\f21a"; }

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

.fa-motorcycle:before { content: "\f21c"; }

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

.fa-heartbeat:before { content: "\f21e"; }

.fa-venus:before { content: "\f221"; }

.fa-mars:before { content: "\f222"; }

.fa-mercury:before { content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before { content: "\f22c"; }

.fa-genderless:before { content: "\f22d"; }

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

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

.fa-whatsapp:before { content: "\f232"; }

.fa-server:before { content: "\f233"; }

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

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

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

.fa-viacoin:before { content: "\f237"; }

.fa-train:before { content: "\f238"; }

.fa-subway:before { content: "\f239"; }

.fa-medium:before { content: "\f23a"; }

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

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

.fa-opencart:before { content: "\f23d"; }

.fa-expeditedssl:before { content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before { content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before { content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before { content: "\f25c"; }

.fa-registered:before { content: "\f25d"; }

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

.fa-gg:before { content: "\f260"; }

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

.fa-tripadvisor:before { content: "\f262"; }

.fa-odnoklassniki:before { content: "\f263"; }

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

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

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

.fa-safari:before { content: "\f267"; }

.fa-chrome:before { content: "\f268"; }

.fa-firefox:before { content: "\f269"; }

.fa-opera:before { content: "\f26a"; }

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

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

.fa-contao:before { content: "\f26d"; }

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

.fa-amazon:before { content: "\f270"; }

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

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

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

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

.fa-industry:before { content: "\f275"; }

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

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

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

.fa-map:before { content: "\f279"; }

.fa-commenting:before { content: "\f27a"; }

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

.fa-houzz:before { content: "\f27c"; }

.fa-vimeo:before { content: "\f27d"; }

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

.fa-fonticons:before { content: "\f280"; }

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

.fa-edge:before { content: "\f282"; }

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

.fa-codiepie:before { content: "\f284"; }

.fa-modx:before { content: "\f285"; }

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

.fa-usb:before { content: "\f287"; }

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

.fa-mixcloud:before { content: "\f289"; }

.fa-scribd:before { content: "\f28a"; }

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

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

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

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

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

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

.fa-hashtag:before { content: "\f292"; }

.fa-bluetooth:before { content: "\f293"; }

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

.fa-percent:before { content: "\f295"; }

.fa-gitlab:before { content: "\f296"; }

.fa-wpbeginner:before { content: "\f297"; }

.fa-wpforms:before { content: "\f298"; }

.fa-envira:before { content: "\f299"; }

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

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

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

.fa-blind:before { content: "\f29d"; }

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

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

.fa-braille:before { content: "\f2a1"; }

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

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

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

.fa-glide:before { content: "\f2a5"; }

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

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

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

.fa-viadeo:before { content: "\f2a9"; }

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

.fa-snapchat:before { content: "\f2ab"; }

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

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

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

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

.fa-yoast:before { content: "\f2b1"; }

.fa-themeisle:before { content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before { content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before { content: "\f2c4"; }

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

.fa-telegram:before { content: "\f2c6"; }

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

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

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

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

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

.fa-shower:before { content: "\f2cc"; }

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

.fa-podcast:before { content: "\f2ce"; }

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

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

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

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

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

.fa-bandcamp:before { content: "\f2d5"; }

.fa-grav:before { content: "\f2d6"; }

.fa-etsy:before { content: "\f2d7"; }

.fa-imdb:before { content: "\f2d8"; }

.fa-ravelry:before { content: "\f2d9"; }

.fa-eercast:before { content: "\f2da"; }

.fa-microchip:before { content: "\f2db"; }

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

.fa-superpowers:before { content: "\f2dd"; }

.fa-wpexplorer:before { content: "\f2de"; }

.fa-meetup:before { content: "\f2e0"; }

.sr-only { position: absolute; width: 1px; height: 1px; 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; }


/*	[END=w3/fonts/font-awesome/style.css]*/



/*	[START=w3/fonts/duneicons/style.css]*/

@font-face { font-family: 'duneicons'; src: url("/w3/fonts/duneicons/duneicons.eot?v=1.6"); src: url("/w3/fonts/duneicons/duneicons.eot?v=1.6") format("embedded-opentype"), url("/w3/fonts/duneicons/duneicons.ttf?v=1.6") format("truetype"), url("/w3/fonts/duneicons/duneicons.woff?v=1.6") format("woff"), url("/w3/fonts/duneicons/duneicons.svg?v=1.6") format("svg"); font-weight: normal; font-style: normal; }
 
[class^="duneicons-"], [class*=" duneicons-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'duneicons' !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; display: inline-block; }

.duneicons-coin-alert:before { content: "\e900"; }

.duneicons-coin-hourglass:before { content: "\e901"; }

.duneicons-coin-ok:before { content: "\e902"; }

.duneicons-superman:before { content: "\e903"; }

.duneicons-prospect-match:before { content: "\e904"; }

.duneicons-key:before { content: "\e905"; }

.duneicons-mail:before { content: "\e906"; }

.duneicons-line-user:before { content: "\e907"; }

.duneicons-line-documents:before { content: "\e908"; }

.duneicons-line-note:before { content: "\e909"; }

.duneicons-line-clock:before { content: "\e90a"; }

.duneicons-line-trophy:before { content: "\e90b"; }

.duneicons-line-tag-percent:before { content: "\e90c"; }

.duneicons-line-phone-error:before { content: "\e90d"; }

.duneicons-line-download:before { content: "\e90e"; }

.duneicons-line-mail:before { content: "\e910"; }

.duneicons-pdf:before { content: "\e90f"; }

.duneicons-input-textarea:before { content: "\e911"; }

.duneicons-input-text:before { content: "\e912"; }

.duneicons-page-break:before { content: "\e913"; }

.duneicons-user-card:before { content: "\e914"; }

.duneicons-user-card-mini:before { content: "\e915"; }

.duneicons-smartphone:before { content: "\e916"; }

.duneicons-phone:before { content: "\e917"; }

.duneicons-at:before { content: "\e918"; }

.duneicons-signature:before { content: "\e919"; }

.duneicons-date:before { content: "\e91a"; }

.duneicons-datetime:before { content: "\e91b"; }

.duneicons-input-select:before { content: "\e91c"; }

.duneicons-input-radio:before { content: "\e91d"; }

.duneicons-input-checkbox:before { content: "\e91e"; }

.duneicons-promo-tag:before { content: "\e91f"; }

.duneicons-address-country:before { content: "\e920"; }

.duneicons-address-zipcode:before { content: "\e921"; }

.duneicons-address-city:before { content: "\e922"; }

.duneicons-address-street:before { content: "\e923"; }

.duneicons-gender:before { content: "\e924"; }

.duneicons-input-decimal:before { content: "\e925"; }

.duneicons-input-number:before { content: "\e926"; }

.duneicons-case:before { content: "\e927"; }

.duneicons-notif:before { content: "\e928"; }

.duneicons-notif-ok:before { content: "\e929"; }

.duneicons-datalist:before { content: "\e92a"; }

.duneicons-save:before { content: "\e92b"; }

.duneicons-profile-picture:before { content: "\e92c"; }

.duneicons-word:before { content: "\e92d"; }

.duneicons-coins:before { content: "\e92e"; }

.duneicons-location:before { content: "\e92f"; }

.duneicons-plan:before { content: "\e930"; }

.duneicons-hashtag:before { content: "\e931"; }

.duneicons-plan-size:before { content: "\e932"; }

.duneicons-taches:before { content: "\e933"; }

.duneicons-folder-depot:before { content: "\e934"; }

.duneicons-category:before { content: "\e935"; }

.duneicons-cardboard-box:before { content: "\e936"; }

.duneicons-wip:before { content: "\e937"; }

.redpdf { color: #E22919; }


/*	[END=w3/fonts/duneicons/style.css]*/



/*	[START=w3/css/web/main_taches.css]*/

.DIVtaches > ul {
  padding: 0;
  margin: 0;
}

.DIVtaches > ul > li {
  cursor: pointer;
  height: 30px;
  display: inline-block;
  background: #f4f4f4;
  padding: 0 20px;
  line-height: 30px;
  font-size: 12pt;
  margin: 0;
}

.DIVtaches > ul > li.active {
  background: #fff;
}

.DIVtaches .BLOCtaches {
  display: block;
  background: #fff;
}

.DIVtaches .BLOCtaches .tache {
  display: block;
  min-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 50px;
  padding: 0 10px;
  color: #444;
}

.DIVtaches .BLOCtaches .tache .tache_open_line {
  cursor: pointer;
  display: inline-block;
}

.DIVtaches .BLOCtaches .tache .tache_open_line .tache_open {
  width: 0;
  height: 0;
  border: 10px solid #d4d4d4;
  border-right: 0px solid transparent;
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  vertical-align: middle;
  margin-right: 20px;
  transition: all 0.3s;
}

.DIVtaches .BLOCtaches .tache .tache_open_line.active .tache_open {
  transform: rotateZ(90deg);
}

.DIVtaches .BLOCtaches .tache .tache_date {
  vertical-align: middle;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 20px;
  font-size: 10pt;
  float: right;
  margin-top: 11px;
}

.DIVtaches .BLOCtaches .tache.tache_date_red .tache_date {
  color: white;
  background: red;
}

.DIVtaches .BLOCtaches .tache.tache_date_orange .tache_date {
  color: white;
  background: orange;
}

.DIVtaches .BLOCtaches .tache.tache_date_green .tache_date {
  color: white;
  background: green;
}

.DIVtaches .BLOCtaches .tache .tache_description {
  font-size: 10pt;
  line-height: 12pt;
  color: #777;
}

.DIVtaches .BLOCtaches .tache .tache_description > div {
  margin: 0 0 10px 0;
}

.DIVtaches .BLOCtaches .tache .tache_description > div > span {
  margin: 0 4px;
  padding: 3px 6px;
}

.DIVtaches .BLOCtaches .tache .tache_actions .tache_action {
  padding: 10px;
  display: inline-block;
  margin: 4px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
  border-radius: 5px;
}

.DIVtaches .BLOCtaches .tache .tache_actions .tache_action:hover {
  background: rgba(0, 0, 0, 0.08);
  border: 1px solid #ddd;
}

.DIVtaches .BLOCtaches .tache_commentaires {
  border: 1px solid #eee;
  background: rgba(0, 0, 0, 0.025);
  padding: 20px;
}

.DIVtaches .BLOCtaches .tache_commentaires .tache_com_desc {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.DIVtaches .BLOCtaches .tache_commentaires > .tache_commentaire {
  display: flex;
  flex-direction: row;
  border: 1px solid #eee;
  margin-bottom: 10px;
}

.DIVtaches .BLOCtaches .tache_commentaires > .tache_commentaire:last-of-type {
  border: 2px solid #e4e2ab !important;
}

.DIVtaches .BLOCtaches .tache_commentaires > .tache_commentaire:last-of-type .tache_right_panel {
  background: #fffedc;
}

.DIVtaches .BLOCtaches .tache_commentaires > .tache_commentaire:last-of-type .tache_left_panel {
  background: #e8e6b6;
}

.DIVtaches .BLOCtaches .tache_commentaires > .tache_commentaire .tache_left_panel {
  vertical-align: top;
  width: 25%;
  display: inline-block;
  padding: 15px;
  background: rgba(0, 0, 0, 0.025);
  flex: 0.25;
}

.DIVtaches .BLOCtaches .tache_commentaires > .tache_commentaire .tache_left_panel .TC_date {
  display: block;
}

.DIVtaches .BLOCtaches .tache_commentaires > .tache_commentaire .tache_left_panel .TC_author {
  display: block;
}

.DIVtaches .BLOCtaches .tache_commentaires > .tache_commentaire .tache_right_panel {
  border-left: 1px solid #eee;
  padding: 15px;
  vertical-align: top;
  width: 75%;
  display: inline-block;
  background: white;
  flex: 0.75;
}

.DIVtaches .BLOCtaches .tache_commentaires > .tache_commentaire .tache_right_panel img {
  max-width: 800px;
  cursor: pointer;
}

.DIVtaches .BLOCtaches .tache_commentaires .tache_commentaire_add {
  margin: 30px 0 0 0;
}

.DIVtaches .BLOCtaches .tache_commentaires .tache_commentaire_add textarea {
  width: calc(100% - 110px);
  float: left;
  margin: 5px;
  min-height: 90px;
}

.DIVtaches .BLOCtaches .tache_commentaires .tache_commentaire_add input[type=submit] {
  float: right;
  width: 90px;
  margin: 5px;
  height: 90px;
}

iframe.commIframe {
  display: none;
}

.custom-file-input {
  color: #999;
  vertical-align: middle;
  line-height: 20px;
  background: transparent !important;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: attr(data-text);
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active {
  outline: 0;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#tacheLoad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.75);
  display: none;
}

.tache_spinner {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  top: 47.5%;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}


/*	[END=w3/css/web/main_taches.css]*/



/*	[START=w3/css/web/.css]*/



/*	[END=w3/css/web/.css]*/

