/*Colors*/
/* images */
/* normalize-scss 3.0.0-alpha.2+normalize.3.0.0 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Open Sans", Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
  html.hgrid {
    background: url("/i/skin/default/img/vertical-grid.png"); }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9. Correct `block` display
 * not defined on `summary` and `details` in IE and Firefox and on `main` in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 32px;
  line-height: 48px;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 24px;
  margin-bottom: 24px; }

h2 {
  font-size: 24px;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 24px; }

h3 {
  font-size: 19px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

h4 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

h5 {
  font-size: 13px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

h6 {
  font-size: 11px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 24px 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 24px 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow displayed in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 24px 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: "Open Sans", Arial, sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * Address `overflow` set to `hidden` in IE.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 1px;
  border-top-style: solid;
  padding-top: 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 14px;
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 14px;
  border-right-width: 1px;
  border-right-style: solid;
  padding-right: 14px; }

/**
 * 1. Correct `color` not being inherited in IE.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * Remove default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     01/14/13
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/* Custom mixins*/
/* SVG icon nosvg fallback sprite */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.js .js-hidden {
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.clearfix:before, .l-cols:before,
.h-cols:before, .h-special-controls:before, .h-search-form:before, .m-news-article:before, .m-news-article header figure:before, .search-form-simple:before, .search-form-filters:before, .search-result-servicebar:before, .docs-controls:before, .table-item-extend-header:before,
.clearfix:after,
.l-cols:after,
.h-cols:after,
.h-special-controls:after,
.h-search-form:after,
.m-news-article:after,
.m-news-article header figure:after,
.search-form-simple:after,
.search-form-filters:after,
.search-result-servicebar:after,
.docs-controls:after,
.table-item-extend-header:after {
  content: " ";
  display: table; }

.clearfix:after, .l-cols:after,
.h-cols:after, .h-special-controls:after, .h-search-form:after, .m-news-article:after, .m-news-article header figure:after, .search-form-simple:after, .search-form-filters:after, .search-result-servicebar:after, .docs-controls:after, .table-item-extend-header:after {
  clear: both; }

.clearfix, .l-cols,
.h-cols, .h-special-controls, .h-search-form, .m-news-article, .m-news-article header figure, .search-form-simple, .search-form-filters, .search-result-servicebar, .docs-controls, .table-item-extend-header {
  *zoom: 1; }

.ib, .delete, .close, .printpage-btn, .printpage-btn:before, .controls-font-size, .controls-color, .controls-images, .controls-kerning, .controls-font-size a, .controls-color a, .controls-images .label,
.controls-images a,
.controls-images .controls-images-checkbox, .controls-kerning .label,
.controls-kerning a, .h-logo img, .h-logo-text, .m-menu-item, .m-menu-item > a, .media-ico, .more-news-btn, .m-news-article .m-related-info .m-media-list-item, .search-form-filters-list-item, .search-form-list label, .search-form-list input, .search-form-list .input-group, .search-result-pagination a.prev, .search-result-pagination a.next, .form-list .input-group label, .f-logo img,
.f-text, .f-links ul li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.lc, .m-menu-list,
.h-menu-list,
.h-submenu, .m-submenu, .m-news-list, .m-news-article header figure, .m-news-article .m-related-info .m-media-list-item, .m-documents-list, .search-form-filters-list, .search-form-list, .docs-controls, .form-list, .form-sublist, .form-tree-view-first-level,
.form-tree-view-inner-level, .f-links ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fl {
  float: left;
  *display: inline; }

.fr {
  float: right;
  *display: inline; }

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

.uppercase-header, .search-form-title, .form-title {
  text-transform: uppercase;
  color: #555;
  font-weight: normal;
  font-size: 18px; }
  .l-col-2 .uppercase-header, .l-col-2 .search-form-title, .l-col-2 .form-title {
    margin-bottom: 12px; }

.more-link {
  color: #ff0000;
  font-size: 12px;
  font-weight: 600; }
  .l-col-2 .more-link {
    margin-bottom: 0; }
  .back-link .more-link {
    position: relative;
    padding-left: 20px;
    font-weight: 400; }
    .back-link .more-link:before {
      content: '';
      position: absolute;
      color: #FF0000;
      left: 0;
      top: 5px;
      background-image: url("/i/skin/default/img/icons-sb738428c02.png");
      background-position: 0 -524px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 10px;
      width: 14px; }

.download-link {
  color: #ff0000;
  font-size: 12px;
  position: relative;
  padding-left: 26px;
  padding-top: 6px; }
  .download-link:before {
    content: '';
    position: absolute;
    background-image: url("/i/skin/default/img/icons-sb738428c02.png");
    background-position: 0 -885px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 21px;
    width: 17px;
    left: 0;
    top: 0; }

.follow-link {
  color: #ff0000;
  font-size: 12px;
  position: relative;
  padding-left: 30px;
  padding-top: 6px; }
  .follow-link:before {
    content: '';
    position: absolute;
    background-image: url("/i/skin/default/img/icons-sb738428c02.png");
    background-position: 0 -1439px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 17px;
    width: 21px;
    left: 0;
    top: 4px; }

.sidebar-link {
  padding-left: 10px; }

.dotted-header {
  border-bottom: 1px dotted #8B8A89;
  padding-bottom: 12px; }

.no-outline {
  outline: none; }

.bp, .search-form-wrapper, .form-wrapper {
  padding-left: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.delete {
  vertical-align: middle;
  background-image: url("/i/skin/default/img/icons-sb738428c02.png");
  background-position: 0 -824px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 12px;
  width: 12px;
  border: 1px solid #DB0C0C;
  margin-top: -2px;
  cursor: pointer; }

.close {
  vertical-align: middle;
  background-image: url("/i/skin/default/img/icons-sb738428c02.png");
  background-position: 0 -810px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 14px;
  width: 14px;
  cursor: pointer;
  text-decoration: none; }

.btn, .search-form-extended-submit, .form-submit, .form-reset {
  background-color: #FF0000;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }
  .btn:hover, .search-form-extended-submit:hover, .form-submit:hover, .form-reset:hover {
    background-color: #7F8181; }

/*.calendar-wrapper {
    position: relative;
    &:after {
        content: '';
        position: absolute;
        @include use-sprite('ico-calendar');
    }
}*/
.calendar {
  background-image: url("/i/skin/default/img/icons-sb738428c02.png");
  background-position: 0 -749px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 30px;
  width: 25px;
  background-position: 0 -753px;
  width: 110px;
  height: auto;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 30px !important; }

body.img-off {
  /** {
      background-image: none;
      &:before,
      &:after {
         background-image: none; 
      }
  }*/ }
  body.img-off img {
    display: none; }

.more-link {
  position: relative;
  border: 1px solid #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 40px;
  margin: 0 auto; }
  body.color-theme-bright .more-link {
    color: #000; }
  body.color-theme-dark .more-link {
    color: #FFF; }
  body.color-theme-bright .more-link {
    border-color: #000; }
  body.color-theme-dark .more-link {
    border-color: #FFF; }
  body.font-size-normal .more-link {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .more-link {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .more-link {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .more-link {
    letter-spacing: normal; }
  body.kerning-size-medium .more-link {
    letter-spacing: 1px; }
  body.kerning-size-big .more-link {
    letter-spacing: 2px; }
  body.color-theme-bright .more-link:hover {
    color: #FFF; }
  body.color-theme-dark .more-link:hover {
    color: #000; }
  body.color-theme-bright .more-link:hover {
    background: #000; }
  body.color-theme-dark .more-link:hover {
    background: #FFF; }
  .back-link .more-link {
    position: relative;
    padding-left: 20px;
    font-weight: 400; }
    body.color-theme-bright .back-link .more-link {
      color: #000; }
    body.color-theme-dark .back-link .more-link {
      color: #FFF; }
    body.font-size-normal .back-link .more-link {
      font-size: 1em;
      line-height: 1.5em; }
    body.font-size-medium .back-link .more-link {
      font-size: 1.25em;
      line-height: 1.6875em; }
    body.font-size-big .back-link .more-link {
      font-size: 1.375em;
      line-height: 1.875em; }
    body.kerning-size-normal .back-link .more-link {
      letter-spacing: normal; }
    body.kerning-size-medium .back-link .more-link {
      letter-spacing: 1px; }
    body.kerning-size-big .back-link .more-link {
      letter-spacing: 2px; }
    .back-link .more-link:before {
      content: '';
      display: none; }
    body.color-theme-bright .back-link .more-link:hover {
      color: #FFF; }
    body.color-theme-dark .back-link .more-link:hover {
      color: #000; }
    body.color-theme-bright .back-link .more-link:hover {
      background: #000; }
    body.color-theme-dark .back-link .more-link:hover {
      background: #FFF; }

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

.download-link {
  position: relative;
  padding-left: 26px;
  padding-top: 6px; }
  body.color-theme-bright .download-link {
    color: #000; }
  body.color-theme-dark .download-link {
    color: #FFF; }
  body.font-size-normal .download-link {
    font-size: 0.875em;
    line-height: 1.3125em; }
  body.font-size-medium .download-link {
    font-size: 1.125em;
    line-height: 1.5em; }
  body.font-size-big .download-link {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.kerning-size-normal .download-link {
    letter-spacing: normal; }
  body.kerning-size-medium .download-link {
    letter-spacing: 1px; }
  body.kerning-size-big .download-link {
    letter-spacing: 2px; }
  .download-link:before {
    content: '';
    position: absolute;
    background-image: url("/i/skin/default/img/icons-sb738428c02.png");
    background-position: 0 -885px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 21px;
    width: 17px;
    left: 0;
    top: 0; }

.follow-link {
  position: relative;
  padding-left: 30px;
  padding-top: 6px; }
  body.color-theme-bright .follow-link {
    color: #000; }
  body.color-theme-dark .follow-link {
    color: #FFF; }
  body.font-size-normal .follow-link {
    font-size: 0.875em;
    line-height: 1.3125em; }
  body.font-size-medium .follow-link {
    font-size: 1.125em;
    line-height: 1.5em; }
  body.font-size-big .follow-link {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.kerning-size-normal .follow-link {
    letter-spacing: normal; }
  body.kerning-size-medium .follow-link {
    letter-spacing: 1px; }
  body.kerning-size-big .follow-link {
    letter-spacing: 2px; }
  .follow-link:before {
    content: '';
    position: absolute;
    background-image: url("/i/skin/default/img/icons-sb738428c02.png");
    background-position: 0 -1439px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 17px;
    width: 21px;
    left: 0;
    top: 4px; }

.printpage-btn {
  position: relative; }
  .printpage-btn:before {
    content: '';
    background-image: url("/i/skin/default/img/icons-sb738428c02.png");
    background-position: 0 -1095px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 22px;
    width: 23px;
    padding-right: 5px; }

.print {
  display: none; }

.all {
  width: 100%; }
  body.color-theme-bright .all {
    color: #000; }
  body.color-theme-dark .all {
    color: #FFF; }
  body.color-theme-bright .all {
    background: #FFF; }
  body.color-theme-dark .all {
    background: #000; }

.l-wrapper {
  width: 100%; }

.l-container {
  width: 960px;
  margin: 0 auto; }
  .l-container.grey {
    background: #EAECEE; }

.l-container_add {
  border-top: 1px solid #F7F7F7; }

.l-col, .l-col-1,
.l-col-2 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.l-col-2 {
  width: 100%; }

/* header layout
   ========================================================================== */
.l-wrapper_header {
  position: relative; }

.l-container_header {
  position: relative;
  z-index: 650; }
  .l-container_header .l-col-1 {
    width: 520px; }
  .l-container_header .l-col-2 {
    width: 440px; }

/* main layout
   ========================================================================== */
.l-wrapper_main {
  position: relative;
  z-index: 500; }
  .l-wrapper_main .l-col-1,
  .l-wrapper_main .l-col-2 {
    float: none;
    width: auto; }

/* footer layout
   ========================================================================== */
.l-wrapper_footer {
  padding: 0; }

.l-container_footer {
  background: #EAECEE; }
  .l-container_footer .l-col-1 {
    width: 360px; }
  .l-container_footer .l-col-2 {
    width: 600px;
    background: #383838; }

.h-special-controls {
  background: #F5F5F5;
  border: 1px solid #DFDFDF;
  -moz-border-radius: 0 0px 8px 8px;
  -webkit-border-radius: 0;
  border-radius: 0 0px 8px 8px;
  position: fixed;
  z-index: 6000;
  top: 0;
  width: 960px; }

.controls-font-size, .controls-color, .controls-images, .controls-kerning {
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 5px;
  font-size: 15px;
  color: #000 !important; }
.controls-font-size {
  width: 290px;
  padding-left: 10px; }
.controls-color {
  width: 240px; }
.controls-images, .controls-kerning {
  width: 200px; }
.controls-font-size a {
  vertical-align: middle;
  margin-right: -4px;
  padding: 4px 8px 2px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 26px;
  text-align: center;
  line-height: normal;
  font-family: arial, "sans-serif";
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative; }
  .controls-font-size a.current {
    color: #FFF;
    background: #000; }
    .controls-font-size a.current:before {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8px solid #000;
      bottom: -8px;
      left: 50%;
      margin-left: -5px; }
  .controls-font-size a.font-normal {
    font-size: 15px; }
  .controls-font-size a.font-medium {
    font-size: 24px; }
  .controls-font-size a.font-big {
    font-size: 32px; }
.controls-color a {
  vertical-align: middle;
  position: relative;
  width: 26px;
  height: 26px; }
  .controls-color a .ico-square {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px; }
  .controls-color a.current:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -10px;
    left: 50%;
    margin-left: -5px; }
  .controls-color a.current:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -7px;
    left: 50%;
    margin-left: -5px;
    z-index: 5; }
.controls-color .color-bright {
  background: #FFF;
  border: 1px solid #9D9D9D; }
  .controls-color .color-bright .ico-square {
    background: #000; }
  .controls-color .color-bright.current:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #9D9D9D; }
  .controls-color .color-bright.current:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #FFF; }
.controls-color .color-dark {
  background: #000;
  border: 1px solid #000; }
  .controls-color .color-dark .ico-square {
    background: #FFF; }
  .controls-color .color-dark.current:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000; }
.controls-images .label,
.controls-images a,
.controls-images .controls-images-checkbox {
  vertical-align: middle; }
.controls-images a {
  text-decoration: none;
  color: #000; }
  .controls-images a.checked .controls-images-checkbox:before {
    position: absolute;
    content: '';
    background-image: url("/i/skin/default/img/icons-sb738428c02.png");
    background-position: 0 -1298px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 11px;
    width: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -5px; }
.controls-images .controls-images-checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #000; }
.controls-kerning {
  position: relative; }
  .controls-kerning .label,
  .controls-kerning a {
    vertical-align: middle; }
  .controls-kerning a {
    padding: 4px 0px 2px 0px;
    width: 26px;
    text-align: center;
    line-height: normal;
    font-family: arial, "sans-serif";
    font-weight: bold;
    color: #000;
    text-decoration: none;
    position: relative; }
    .controls-kerning a.current {
      color: #FFF;
      background: #000; }
      .controls-kerning a.current:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #000;
        bottom: -8px;
        left: 50%;
        margin-left: -5px; }

/* header 
   ========================================================================== */
.h-cols {
  padding-top: 70px; }

.h-logo a {
  text-decoration: none; }
.h-logo img {
  vertical-align: middle; }

.h-logo-text {
  vertical-align: middle;
  text-transform: uppercase;
  line-height: normal !important;
  color: #000;
  text-decoration: none;
  width: 400px;
  margin-left: 20px; }
  body.font-size-normal .h-logo-text {
    font-size: 1.375em;
    line-height: 2.0625em; }
  body.font-size-medium .h-logo-text {
    font-size: 1.625em;
    line-height: 2.25em; }
  body.font-size-big .h-logo-text {
    font-size: 1.75em;
    line-height: 2.4375em; }
  body.kerning-size-normal .h-logo-text {
    letter-spacing: normal; }
  body.kerning-size-medium .h-logo-text {
    letter-spacing: 1px; }
  body.kerning-size-big .h-logo-text {
    letter-spacing: 2px; }
  body.color-theme-bright .h-logo-text {
    color: #000; }
  body.color-theme-dark .h-logo-text {
    color: #FFF; }

.m-menu-item-hover, .m-menu-item > a:hover, .m-menu-item > a.current, .m-menu-item.hover > a, .m-menu-item.current > a {
  line-height: normal !important; }
  body.color-theme-bright .m-menu-item-hover, body.color-theme-bright .m-menu-item > a:hover, body.color-theme-bright .m-menu-item > a.current, body.color-theme-bright .m-menu-item.hover > a, body.color-theme-bright .m-menu-item.current > a {
    background: #000; }
  body.color-theme-dark .m-menu-item-hover, body.color-theme-dark .m-menu-item > a:hover, body.color-theme-dark .m-menu-item > a.current, body.color-theme-dark .m-menu-item.hover > a, body.color-theme-dark .m-menu-item.current > a {
    background: #FFF; }
  body.color-theme-bright .m-menu-item-hover, body.color-theme-bright .m-menu-item > a:hover, body.color-theme-bright .m-menu-item > a.current, body.color-theme-bright .m-menu-item.hover > a, body.color-theme-bright .m-menu-item.current > a {
    color: #FFF; }
  body.color-theme-dark .m-menu-item-hover, body.color-theme-dark .m-menu-item > a:hover, body.color-theme-dark .m-menu-item > a.current, body.color-theme-dark .m-menu-item.hover > a, body.color-theme-dark .m-menu-item.current > a {
    color: #000; }

.submenu-item-a {
  padding: 0.4375em 0; }
  body.color-theme-bright .submenu-item-a {
    color: #000; }
  body.color-theme-dark .submenu-item-a {
    color: #FFF; }
  body.font-size-normal .submenu-item-a {
    font-size: 1.125em;
    line-height: 1.6875em; }
  body.font-size-medium .submenu-item-a {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.font-size-big .submenu-item-a {
    font-size: 1.5em;
    line-height: 2.0625em; }
  body.kerning-size-normal .submenu-item-a {
    letter-spacing: normal; }
  body.kerning-size-medium .submenu-item-a {
    letter-spacing: 1px; }
  body.kerning-size-big .submenu-item-a {
    letter-spacing: 2px; }
  .submenu-item-a:hover {
    color: #000; }

.h-block_special {
  position: relative;
  top: 2px; }
  .h-block_special a {
    position: relative;
    text-decoration: none;
    padding-left: 38px; }
    body.font-size-normal .h-block_special a {
      font-size: 1.125em;
      line-height: 1.6875em; }
    body.font-size-medium .h-block_special a {
      font-size: 1.375em;
      line-height: 1.875em; }
    body.font-size-big .h-block_special a {
      font-size: 1.5em;
      line-height: 2.0625em; }
    body.kerning-size-normal .h-block_special a {
      letter-spacing: normal; }
    body.kerning-size-medium .h-block_special a {
      letter-spacing: 1px; }
    body.kerning-size-big .h-block_special a {
      letter-spacing: 2px; }
    body.color-theme-bright .h-block_special a {
      color: #000; }
    body.color-theme-dark .h-block_special a {
      color: #FFF; }
    .h-block_special a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      background-image: url("/i/skin/default/img/icons-sb738428c02.png");
      background-position: 0 -1309px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 25px;
      width: 34px; }

.h-block_search {
  margin-top: 10px; }

.h-search-form {
  z-index: 130; }
  .h-search-form input[type=search] {
    padding: 5px;
    line-height: normal !important;
    width: 342px;
    background: #FFF;
    color: #000;
    vertical-align: baseline;
    border: 2px solid #000;
    border-right: none;
    float: left; }
    body.font-size-normal .h-search-form input[type=search] {
      font-size: 1.0625em;
      line-height: 1.59375em; }
    body.font-size-medium .h-search-form input[type=search] {
      font-size: 1.3125em;
      line-height: 1.78125em; }
    body.font-size-big .h-search-form input[type=search] {
      font-size: 1.4375em;
      line-height: 1.96875em; }
    body.kerning-size-normal .h-search-form input[type=search] {
      letter-spacing: normal; }
    body.kerning-size-medium .h-search-form input[type=search] {
      letter-spacing: 1px; }
    body.kerning-size-big .h-search-form input[type=search] {
      letter-spacing: 2px; }
    .font-size-big .h-search-form input[type=search], .font-size-medium .h-search-form input[type=search] {
      padding-bottom: 4px; }
    .kerning-size-big .h-search-form input[type=search] {
      width: 336px; }
    .font-size-big .h-search-form input[type=search] {
      width: 329px; }
    .font-size-medium .h-search-form input[type=search] {
      width: 335px; }
    .font-size-medium.kerning-size-medium .h-search-form input[type=search] {
      width: 330px; }
    .font-size-medium.kerning-size-big .h-search-form input[type=search] {
      width: 325px; }
    .font-size-big.kerning-size-medium .h-search-form input[type=search] {
      width: 324px; }
    .font-size-big.kerning-size-big .h-search-form input[type=search] {
      width: 319px; }
  .h-search-form input[type=submit] {
    border: none;
    line-height: normal !important;
    padding: 2px 5px;
    width: auto;
    font-weight: bold;
    border: 2px solid #000;
    border-left: none; }
    body.color-theme-bright .h-search-form input[type=submit] {
      background: #000; }
    body.color-theme-dark .h-search-form input[type=submit] {
      background: #FFF; }
    body.color-theme-bright .h-search-form input[type=submit] {
      color: #FFF; }
    body.color-theme-dark .h-search-form input[type=submit] {
      color: #000; }
    body.font-size-normal .h-search-form input[type=submit] {
      font-size: 1.3125em;
      line-height: 1.96875em; }
    body.font-size-medium .h-search-form input[type=submit] {
      font-size: 1.5625em;
      line-height: 2.15625em; }
    body.font-size-big .h-search-form input[type=submit] {
      font-size: 1.6875em;
      line-height: 2.34375em; }
    body.kerning-size-normal .h-search-form input[type=submit] {
      letter-spacing: normal; }
    body.kerning-size-medium .h-search-form input[type=submit] {
      letter-spacing: 1px; }
    body.kerning-size-big .h-search-form input[type=submit] {
      letter-spacing: 2px; }

.m-menu {
  margin-top: 24px;
  position: relative; }

.m-menu-list {
  border-bottom: 2px solid #000; }
  body.color-theme-bright .m-menu-list {
    border-color: #000; }
  body.color-theme-dark .m-menu-list {
    border-color: #FFF; }

.m-menu-item {
  margin-right: -4px; }
  .m-menu-item > a {
    line-height: normal !important;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 5px;
    position: relative;
    z-index: 120; }
    body.color-theme-bright .m-menu-item > a {
      color: #000; }
    body.color-theme-dark .m-menu-item > a {
      color: #FFF; }
    body.font-size-normal .m-menu-item > a {
      font-size: 1.125em;
      line-height: 1.6875em; }
    body.font-size-medium .m-menu-item > a {
      font-size: 1.375em;
      line-height: 1.875em; }
    body.font-size-big .m-menu-item > a {
      font-size: 1.5em;
      line-height: 2.0625em; }
    body.kerning-size-normal .m-menu-item > a {
      letter-spacing: normal; }
    body.kerning-size-medium .m-menu-item > a {
      letter-spacing: 1px; }
    body.kerning-size-big .m-menu-item > a {
      letter-spacing: 2px; }
    .m-menu-item > a:hover, .m-menu-item > a.current {
      line-height: normal; }

.m-submenu {
  margin-top: 15px; }

.m-submenu-item {
  display: inline;
  vertical-align: middle;
  margin-right: 30px;
  line-height: 35px; }
  .m-submenu-item a {
    display: inline;
    line-height: normal;
    text-decoration: none;
    padding: 7px 10px; }
    body.color-theme-bright .m-submenu-item a {
      color: #000; }
    body.color-theme-dark .m-submenu-item a {
      color: #FFF; }
    body.font-size-normal .m-submenu-item a {
      font-size: 1.125em;
      line-height: 1.6875em; }
    body.font-size-medium .m-submenu-item a {
      font-size: 1.375em;
      line-height: 1.875em; }
    body.font-size-big .m-submenu-item a {
      font-size: 1.5em;
      line-height: 2.0625em; }
    body.kerning-size-normal .m-submenu-item a {
      letter-spacing: normal; }
    body.kerning-size-medium .m-submenu-item a {
      letter-spacing: 1px; }
    body.kerning-size-big .m-submenu-item a {
      letter-spacing: 2px; }
    body.color-theme-bright .m-submenu-item a:hover, body.color-theme-bright .m-submenu-item a.current {
      background: #000; }
    body.color-theme-dark .m-submenu-item a:hover, body.color-theme-dark .m-submenu-item a.current {
      background: #FFF; }
    body.color-theme-bright .m-submenu-item a:hover, body.color-theme-bright .m-submenu-item a.current {
      color: #FFF; }
    body.color-theme-dark .m-submenu-item a:hover, body.color-theme-dark .m-submenu-item a.current {
      color: #000; }

/* main news 
   ========================================================================== */
.m-news-main-news {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000; }
  body.color-theme-bright .m-news-main-news {
    color: #000; }
  body.color-theme-dark .m-news-main-news {
    color: #FFF; }
  body.font-size-normal .m-news-main-news {
    font-size: 1.125em;
    line-height: 1.6875em; }
  body.font-size-medium .m-news-main-news {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.font-size-big .m-news-main-news {
    font-size: 1.5em;
    line-height: 2.0625em; }
  body.kerning-size-normal .m-news-main-news {
    letter-spacing: normal; }
  body.kerning-size-medium .m-news-main-news {
    letter-spacing: 1px; }
  body.kerning-size-big .m-news-main-news {
    letter-spacing: 2px; }
  .m-news-main-news time {
    padding: 5px 10px;
    font-weight: bold; }
    body.color-theme-bright .m-news-main-news time {
      color: #FFF; }
    body.color-theme-dark .m-news-main-news time {
      color: #000; }
    body.color-theme-bright .m-news-main-news time {
      background: #000; }
    body.color-theme-dark .m-news-main-news time {
      background: #FFF; }
  .m-news-main-news p {
    margin: 0; }
  .m-news-main-news a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase; }
    body.color-theme-bright .m-news-main-news a {
      color: #000; }
    body.color-theme-dark .m-news-main-news a {
      color: #FFF; }
  body.color-theme-bright .m-news-main-news {
    border-color: #000; }
  body.color-theme-dark .m-news-main-news {
    border-color: #FFF; }

.m-news {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .m-news h3 {
    margin: 0;
    font-weight: 400; }
    body.color-theme-bright .m-news h3 {
      color: #000; }
    body.color-theme-dark .m-news h3 {
      color: #FFF; }
    body.font-size-normal .m-news h3 {
      font-size: 1.4375em;
      line-height: 2.15625em; }
    body.font-size-medium .m-news h3 {
      font-size: 1.6875em;
      line-height: 2.34375em; }
    body.font-size-big .m-news h3 {
      font-size: 1.8125em;
      line-height: 2.53125em; }
    body.kerning-size-normal .m-news h3 {
      letter-spacing: normal; }
    body.kerning-size-medium .m-news h3 {
      letter-spacing: 1px; }
    body.kerning-size-big .m-news h3 {
      letter-spacing: 2px; }
  .m-news .button-wrapper {
    border-top: 1px solid #A3A3A3;
    margin-top: 20px;
    padding-top: 12px;
    width: 90%; }

.m-news-list {
  width: 100%;
  margin-top: 24px; }
  .m-news-list:first-child, .m-news-list:first-of-type {
    margin-top: 0; }

.m-news-list-item {
  margin-bottom: 0.625em; }
  body.color-theme-bright .m-news-list-item time {
    color: #000; }
  body.color-theme-dark .m-news-list-item time {
    color: #FFF; }
  body.font-size-normal .m-news-list-item time {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .m-news-list-item time {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .m-news-list-item time {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .m-news-list-item time {
    letter-spacing: normal; }
  body.kerning-size-medium .m-news-list-item time {
    letter-spacing: 1px; }
  body.kerning-size-big .m-news-list-item time {
    letter-spacing: 2px; }
  .m-news-list-item p {
    font-weight: 600;
    margin: 0; }
    body.color-theme-bright .m-news-list-item p {
      color: #000; }
    body.color-theme-dark .m-news-list-item p {
      color: #FFF; }
    body.font-size-normal .m-news-list-item p {
      font-size: 1em;
      line-height: 1.5em; }
    body.font-size-medium .m-news-list-item p {
      font-size: 1.25em;
      line-height: 1.6875em; }
    body.font-size-big .m-news-list-item p {
      font-size: 1.375em;
      line-height: 1.875em; }
    body.kerning-size-normal .m-news-list-item p {
      letter-spacing: normal; }
    body.kerning-size-medium .m-news-list-item p {
      letter-spacing: 1px; }
    body.kerning-size-big .m-news-list-item p {
      letter-spacing: 2px; }
    .m-news-list-item p a {
      text-decoration: none; }
      body.color-theme-bright .m-news-list-item p a {
        color: #000; }
      body.color-theme-dark .m-news-list-item p a {
        color: #FFF; }
      .m-news-list-item p a:hover {
        color: #000; }
  .type-2 .m-news-list:first-child .m-news-list-item, .type-2 .m-news-list:first-of-type .m-news-list-item {
    border-top: none;
    padding-top: 0; }
  .m-news-list-item .news-media-informer {
    margin: 9px 0 4px 0; }
  .m-news-list-item h5 {
    color: #979797;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: 0; }

.m-news-list-item-preview {
  display: block;
  margin: 5px 0 4px 0; }
  .m-news-list-item-preview img {
    border: none;
    display: block;
    max-height: 200px;
    max-width: 200px; }
  .fancybox-video .m-news-list-item-preview {
    position: relative; }
    .fancybox-video .m-news-list-item-preview:after {
      content: '';
      position: absolute;
      background-image: url("/i/skin/default/img/icons-sb738428c02.png");
      background-position: 0 -1074px;
      background-repeat: no-repeat;
      overflow: hidden;
      height: 21px;
      width: 17px;
      right: 50%;
      top: 50%;
      margin-top: -10px;
      margin-right: -7px; }

.media-ico {
  vertical-align: middle;
  margin-right: 5px; }
  .media-ico.video {
    background-image: url("/i/skin/default/img/icons-sb738428c02.png");
    background-position: 0 -1009px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 12px;
    width: 24px; }
  .media-ico.photo {
    background-image: url("/i/skin/default/img/icons-sb738428c02.png");
    background-position: 0 -994px;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 15px;
    width: 20px; }

body.color-theme-bright .more-news-btn {
  color: #000; }
body.color-theme-dark .more-news-btn {
  color: #FFF; }
body.font-size-normal .more-news-btn {
  font-size: 1em;
  line-height: 1.5em; }
body.font-size-medium .more-news-btn {
  font-size: 1.25em;
  line-height: 1.6875em; }
body.font-size-big .more-news-btn {
  font-size: 1.375em;
  line-height: 1.875em; }
body.kerning-size-normal .more-news-btn {
  letter-spacing: normal; }
body.kerning-size-medium .more-news-btn {
  letter-spacing: 1px; }
body.kerning-size-big .more-news-btn {
  letter-spacing: 2px; }

.m-news-article {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .m-news-article-wrapper {
    background: none;
    padding-top: 0.75em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .m-news-article-wrapper .back-link {
      margin-bottom: 18px; }
  body.color-theme-bright .m-news-article time {
    color: #000; }
  body.color-theme-dark .m-news-article time {
    color: #FFF; }
  body.font-size-normal .m-news-article time {
    font-size: 0.8125em;
    line-height: 1.21875em; }
  body.font-size-medium .m-news-article time {
    font-size: 1.0625em;
    line-height: 1.40625em; }
  body.font-size-big .m-news-article time {
    font-size: 1.1875em;
    line-height: 1.59375em; }
  body.kerning-size-normal .m-news-article time {
    letter-spacing: normal; }
  body.kerning-size-medium .m-news-article time {
    letter-spacing: 1px; }
  body.kerning-size-big .m-news-article time {
    letter-spacing: 2px; }
  .m-news-article header figure {
    margin-top: 10px; }
    .m-news-article header figure img {
      float: left;
      margin-right: 15px; }
  .m-news-article header h1 {
    font-weight: 600; }
    body.color-theme-bright .m-news-article header h1 {
      color: #000; }
    body.color-theme-dark .m-news-article header h1 {
      color: #FFF; }
    body.font-size-normal .m-news-article header h1 {
      font-size: 0.875em;
      line-height: 1.3125em; }
    body.font-size-medium .m-news-article header h1 {
      font-size: 1.125em;
      line-height: 1.5em; }
    body.font-size-big .m-news-article header h1 {
      font-size: 1.25em;
      line-height: 1.6875em; }
    body.kerning-size-normal .m-news-article header h1 {
      letter-spacing: normal; }
    body.kerning-size-medium .m-news-article header h1 {
      letter-spacing: 1px; }
    body.kerning-size-big .m-news-article header h1 {
      letter-spacing: 2px; }
  .m-news-article article {
    overflow: hidden; }
  .m-news-article.with-sidebar article {
    margin-bottom: 0; }
  .m-news-article aside {
    width: 100%;
    float: none;
    padding-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .m-news-article aside h2 {
      font-weight: normal;
      margin-top: 0; }
    .m-news-article aside h3 {
      font-weight: normal;
      margin: 0;
      font-weight: 600; }
      body.color-theme-bright .m-news-article aside h3 a {
        color: #000; }
      body.color-theme-dark .m-news-article aside h3 a {
        color: #FFF; }
  .m-news-article .m-related-info .m-media-list-item {
    float: none;
    margin-right: 25px; }
    .m-news-article .m-related-info .m-media-list-item p {
      margin: 8px 0 0 0; }

/* main docs 
   ========================================================================== */
.m-documents {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.m-documents-list {
  margin-top: 24px; }
  .m-documents-list:first-child, h4 ~ .m-documents-list, h3 ~ .m-documents-list, h2 ~ .m-documents-list {
    margin-top: 0; }

.m-documents-list-item {
  margin-bottom: 20px; }
  .m-documents-list-item h5 {
    line-height: normal;
    margin: 0; }
    body.color-theme-bright .m-documents-list-item h5 {
      color: #000; }
    body.color-theme-dark .m-documents-list-item h5 {
      color: #FFF; }
    body.font-size-normal .m-documents-list-item h5 {
      font-size: 1em;
      line-height: 1.5em; }
    body.font-size-medium .m-documents-list-item h5 {
      font-size: 1.25em;
      line-height: 1.6875em; }
    body.font-size-big .m-documents-list-item h5 {
      font-size: 1.375em;
      line-height: 1.875em; }
    body.kerning-size-normal .m-documents-list-item h5 {
      letter-spacing: normal; }
    body.kerning-size-medium .m-documents-list-item h5 {
      letter-spacing: 1px; }
    body.kerning-size-big .m-documents-list-item h5 {
      letter-spacing: 2px; }
  .m-documents-list-item p {
    font-weight: 600px;
    margin: 0; }
    body.color-theme-bright .m-documents-list-item p {
      color: #000; }
    body.color-theme-dark .m-documents-list-item p {
      color: #FFF; }
    body.font-size-normal .m-documents-list-item p {
      font-size: 1em;
      line-height: 1.5em; }
    body.font-size-medium .m-documents-list-item p {
      font-size: 1.25em;
      line-height: 1.6875em; }
    body.font-size-big .m-documents-list-item p {
      font-size: 1.375em;
      line-height: 1.875em; }
    body.kerning-size-normal .m-documents-list-item p {
      letter-spacing: normal; }
    body.kerning-size-medium .m-documents-list-item p {
      letter-spacing: 1px; }
    body.kerning-size-big .m-documents-list-item p {
      letter-spacing: 2px; }
    body.color-theme-bright .m-documents-list-item p a {
      color: #000; }
    body.color-theme-dark .m-documents-list-item p a {
      color: #FFF; }
    .m-documents-list-item p.m-documents-list-link {
      line-height: normal;
      margin-top: 8px; }

.m-documents-list-item-body {
  height: auto !important; }

/* article 
   ========================================================================== */
article {
  color: #2a2a2a;
  margin-bottom: 30px; }
  body.color-theme-bright article h1 {
    color: #000; }
  body.color-theme-dark article h1 {
    color: #FFF; }
  body.font-size-normal article h1 {
    font-size: 1.5em;
    line-height: 2.25em; }
  body.font-size-medium article h1 {
    font-size: 1.75em;
    line-height: 2.4375em; }
  body.font-size-big article h1 {
    font-size: 1.875em;
    line-height: 2.625em; }
  body.kerning-size-normal article h1 {
    letter-spacing: normal; }
  body.kerning-size-medium article h1 {
    letter-spacing: 1px; }
  body.kerning-size-big article h1 {
    letter-spacing: 2px; }
  body.color-theme-bright article h2 {
    color: #000; }
  body.color-theme-dark article h2 {
    color: #FFF; }
  body.font-size-normal article h2 {
    font-size: 1.375em;
    line-height: 2.0625em; }
  body.font-size-medium article h2 {
    font-size: 1.625em;
    line-height: 2.25em; }
  body.font-size-big article h2 {
    font-size: 1.75em;
    line-height: 2.4375em; }
  body.kerning-size-normal article h2 {
    letter-spacing: normal; }
  body.kerning-size-medium article h2 {
    letter-spacing: 1px; }
  body.kerning-size-big article h2 {
    letter-spacing: 2px; }
  body.color-theme-bright article p, body.color-theme-bright article li {
    color: #000; }
  body.color-theme-dark article p, body.color-theme-dark article li {
    color: #FFF; }
  body.font-size-normal article p, body.font-size-normal article li {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium article p, body.font-size-medium article li {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big article p, body.font-size-big article li {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal article p, body.kerning-size-normal article li {
    letter-spacing: normal; }
  body.kerning-size-medium article p, body.kerning-size-medium article li {
    letter-spacing: 1px; }
  body.kerning-size-big article p, body.kerning-size-big article li {
    letter-spacing: 2px; }
  article p li, article li li {
    font-size: 100% !important; }
  article strong {
    font-weight: 600; }
  body.color-theme-bright article a {
    color: #000; }
  body.color-theme-dark article a {
    color: #FFF; }

/* Search 
   ========================================================================== */
.search-form-wrapper {
  border: 1px solid;
  margin-top: 1.25em; }
  body.color-theme-bright .search-form-wrapper {
    border-color: #000; }
  body.color-theme-dark .search-form-wrapper {
    border-color: #FFF; }
 
.search-form {
  width: 95%;
  position: relative; }
  .search-form fieldset {
    border: none; }
  .search-form .more-link {
    font-size: 14px;
    font-weight: normal; }
  .search-form p {
    margin: 10px 0 0 10px; }

.search-form-title {
  font-variant: normal;
  padding-right: 3.75em;
  margin-top: 0; }
  body.color-theme-bright .search-form-title {
    color: #000; }
  body.color-theme-dark .search-form-title {
    color: #FFF; }
  body.font-size-normal .search-form-title {
    font-size: 1.25em;
    line-height: 1.875em; }
  body.font-size-medium .search-form-title {
    font-size: 1.5em;
    line-height: 2.0625em; }
  body.font-size-big .search-form-title {
    font-size: 1.625em;
    line-height: 2.25em; }
  body.kerning-size-normal .search-form-title {
    letter-spacing: normal; }
  body.kerning-size-medium .search-form-title {
    letter-spacing: 1px; }
  body.kerning-size-big .search-form-title {
    letter-spacing: 2px; }

.search-form-simple {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 0;
  margin: 0; }

.search-form-simple-string {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em 0.625em 0.625em 0.625em;
  border: 1px solid; }
  body.font-size-normal .search-form-simple-string {
    font-size: 1.25em;
    line-height: 1.875em; }
  body.font-size-medium .search-form-simple-string {
    font-size: 1.5em;
    line-height: 2.0625em; }
  body.font-size-big .search-form-simple-string {
    font-size: 1.625em;
    line-height: 2.25em; }
  body.color-theme-bright .search-form-simple-string {
    border-color: #000; }
  body.color-theme-dark .search-form-simple-string {
    border-color: #FFF; }
  body.color-theme-bright .search-form-simple-string {
    color: #000; }
  body.color-theme-dark .search-form-simple-string {
    color: #000; }

.search-form-simple-submit {
  border: none;
  margin-top: 0.625em; }
  body.color-theme-bright .search-form-simple-submit {
    background: #000; }
  body.color-theme-dark .search-form-simple-submit {
    background: #FFF; }
  body.color-theme-bright .search-form-simple-submit {
    border-color: #000; }
  body.color-theme-dark .search-form-simple-submit {
    border-color: #FFF; }
  body.color-theme-bright .search-form-simple-submit {
    color: #FFF; }
  body.color-theme-dark .search-form-simple-submit {
    color: #000; }
  body.font-size-normal .search-form-simple-submit {
    font-size: 1.25em;
    line-height: 1.875em; }
  body.font-size-medium .search-form-simple-submit {
    font-size: 1.5em;
    line-height: 2.0625em; }
  body.font-size-big .search-form-simple-submit {
    font-size: 1.625em;
    line-height: 2.25em; }

.search-form-filters {
  margin: 10px;
  width: 95%; }

.search-form-filters-list-item {
  /*white-space: nowrap;*/ }

.search-form-filters-list {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none; }
  .search-form-filters-list-item {
    font-size: 14px;
    color: #545454;
    margin-right: 10px; }
  .search-form-filters-list.fl {
    width: 80%; }

.search-form-extended {
  display: none;
  position: absolute;
  z-index: 450;
  width: 100%;
  padding: 2px 30px 0 0;
  margin: 2px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .search-form-extended-wrapper {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 4px 4px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #FFF;
    padding: 32px 12px 12px 12px;
    position: relative; }
  .search-form-extended.show {
    display: block; }
  .search-form-extended .close {
    right: 12px;
    top: 12px;
    position: absolute; }

.search-form-list label {
  width: 60%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  margin-right: -5px; }
  body.color-theme-bright .search-form-list label {
    color: #000; }
  body.color-theme-dark .search-form-list label {
    color: #FFF; }
  body.font-size-normal .search-form-list label {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .search-form-list label {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .search-form-list label {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .search-form-list label {
    letter-spacing: normal; }
  body.kerning-size-medium .search-form-list label {
    letter-spacing: 1px; }
  body.kerning-size-big .search-form-list label {
    letter-spacing: 2px; }
.search-form-list input[type=text] {
  width: 40%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #F1F2F2;
  padding: 3px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  body.color-theme-bright .search-form-list input[type=text] {
    color: #000; }
  body.color-theme-dark .search-form-list input[type=text] {
    color: #FFF; }
  body.font-size-normal .search-form-list input[type=text] {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .search-form-list input[type=text] {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .search-form-list input[type=text] {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .search-form-list input[type=text] {
    letter-spacing: normal; }
  body.kerning-size-medium .search-form-list input[type=text] {
    letter-spacing: 1px; }
  body.kerning-size-big .search-form-list input[type=text] {
    letter-spacing: 2px; }
  body.color-theme-bright .search-form-list input[type=text] {
    background: #000; }
  body.color-theme-dark .search-form-list input[type=text] {
    background: #FFF; }
.search-form-list .input-group {
  width: 40%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .search-form-list .input-group input {
    width: auto; }
  .search-form-list .input-group label {
    width: auto;
    vertical-align: middle;
    margin: 0 5px; }
.search-form-list .calendar-wrapper {
  margin-right: 10px; }
  .search-form-list .calendar-wrapper.to {
    margin-right: 0; }
  body.color-theme-bright .search-form-list .calendar-wrapper {
    color: #000; }
  body.color-theme-dark .search-form-list .calendar-wrapper {
    color: #FFF; }
  body.font-size-normal .search-form-list .calendar-wrapper {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .search-form-list .calendar-wrapper {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .search-form-list .calendar-wrapper {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .search-form-list .calendar-wrapper {
    letter-spacing: normal; }
  body.kerning-size-medium .search-form-list .calendar-wrapper {
    letter-spacing: 1px; }
  body.kerning-size-big .search-form-list .calendar-wrapper {
    letter-spacing: 2px; }
  .search-form-list .calendar-wrapper input[type=text] {
    width: 110px; }

.search-form-list-item {
  margin-bottom: 14px; }

.search-form-button-wrapper {
  text-align: center; }

.search-form-extended-submit {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 4px 20px; }

.search-result-servicebar {
  padding: 20px 10px; }
  body.color-theme-bright .search-result-servicebar {
    color: #000; }
  body.color-theme-dark .search-result-servicebar {
    color: #FFF; }
  body.font-size-normal .search-result-servicebar {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .search-result-servicebar {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .search-result-servicebar {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .search-result-servicebar {
    letter-spacing: normal; }
  body.kerning-size-medium .search-result-servicebar {
    letter-spacing: 1px; }
  body.kerning-size-big .search-result-servicebar {
    letter-spacing: 2px; }
  .search-result-servicebar strong {
    font-weight: normal; }
    body.color-theme-bright .search-result-servicebar strong {
      color: #000; }
    body.color-theme-dark .search-result-servicebar strong {
      color: #FFF; }
    body.font-size-normal .search-result-servicebar strong {
      font-size: 1em;
      line-height: 1.5em; }
    body.font-size-medium .search-result-servicebar strong {
      font-size: 1.25em;
      line-height: 1.6875em; }
    body.font-size-big .search-result-servicebar strong {
      font-size: 1.375em;
      line-height: 1.875em; }
    body.kerning-size-normal .search-result-servicebar strong {
      letter-spacing: normal; }
    body.kerning-size-medium .search-result-servicebar strong {
      letter-spacing: 1px; }
    body.kerning-size-big .search-result-servicebar strong {
      letter-spacing: 2px; }

.dataTables_info strong {
  color: #FF0000;
  font-weight: normal; }

.search-result-count {
  float: left; }

.search-result-pagination {
  float: right; }
  .search-result-pagination a {
    text-decoration: none; }
    .search-result-pagination a.prev, .search-result-pagination a.next {
      vertical-align: baseline;
      text-align: center;
      height: 12px;
      width: 12px;
      overflow: hidden;
      position: relative; }
      body.color-theme-bright .search-result-pagination a.prev, body.color-theme-bright .search-result-pagination a.next {
        color: #000; }
      body.color-theme-dark .search-result-pagination a.prev, body.color-theme-dark .search-result-pagination a.next {
        color: #FFF; }
      body.font-size-normal .search-result-pagination a.prev, body.font-size-normal .search-result-pagination a.next {
        font-size: 1em;
        line-height: 1.5em; }
      body.font-size-medium .search-result-pagination a.prev, body.font-size-medium .search-result-pagination a.next {
        font-size: 1.25em;
        line-height: 1.6875em; }
      body.font-size-big .search-result-pagination a.prev, body.font-size-big .search-result-pagination a.next {
        font-size: 1.375em;
        line-height: 1.875em; }
      body.kerning-size-normal .search-result-pagination a.prev, body.kerning-size-normal .search-result-pagination a.next {
        letter-spacing: normal; }
      body.kerning-size-medium .search-result-pagination a.prev, body.kerning-size-medium .search-result-pagination a.next {
        letter-spacing: 1px; }
      body.kerning-size-big .search-result-pagination a.prev, body.kerning-size-big .search-result-pagination a.next {
        letter-spacing: 2px; }

.docs-controls-item {
  float: left;
  margin-left: 10px; }
  .docs-controls-item:first-child {
    margin-left: 0; }

.ico {
  display: block; }

.ico-xls {
  background-image: url("/i/skin/default/img/icons-sb738428c02.png");
  background-position: 0 -1387px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 19px; }

.ico-pdf {
  background-image: url("/i/skin/default/img/icons-sb738428c02.png");
  background-position: 0 -1052px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 19px; }

.ico-print {
  background-image: url("/i/skin/default/img/icons-sb738428c02.png");
  background-position: 0 -1095px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 22px;
  width: 23px; }

.table-item-extend-header {
  background: #EBECEE;
  padding: 12px 20px;
  margin-bottom: 17px; }
  .table-item-extend-header h1 {
    color: #545454;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0; }
  .table-item-extend-header .docs-controls {
    position: relative;
    top: 3px; }

.table-item-extend-main {
  padding-bottom: 3px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BEBEBE; }

.m-search-results {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .m-search-results h3 {
    font-weight: 600;
    line-height: normal;
    margin: 0 0 6px 0; }
    body.color-theme-bright .m-search-results h3 {
      color: #000; }
    body.color-theme-dark .m-search-results h3 {
      color: #FFF; }
    body.font-size-normal .m-search-results h3 {
      font-size: 1.25em;
      line-height: 1.875em; }
    body.font-size-medium .m-search-results h3 {
      font-size: 1.5em;
      line-height: 2.0625em; }
    body.font-size-big .m-search-results h3 {
      font-size: 1.625em;
      line-height: 2.25em; }
    body.kerning-size-normal .m-search-results h3 {
      letter-spacing: normal; }
    body.kerning-size-medium .m-search-results h3 {
      letter-spacing: 1px; }
    body.kerning-size-big .m-search-results h3 {
      letter-spacing: 2px; }
  .m-search-results p {
    margin: 0; }
  .m-search-results ol {
    padding: 0; }
  .m-search-results li {
    margin-bottom: 30px; }

.search-results-pagination {
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

/* forms 
   ========================================================================== */
.form-type-1 {
  width: 90%;
  position: relative; }
  .form-type-1 fieldset {
    border: none; }
  .form-type-1 .more-link {
    font-weight: normal; }
    body.color-theme-bright .form-type-1 .more-link {
      color: #000; }
    body.color-theme-dark .form-type-1 .more-link {
      color: #FFF; }
    body.font-size-normal .form-type-1 .more-link {
      font-size: 0.875em;
      line-height: 1.3125em; }
    body.font-size-medium .form-type-1 .more-link {
      font-size: 1.125em;
      line-height: 1.5em; }
    body.font-size-big .form-type-1 .more-link {
      font-size: 1.25em;
      line-height: 1.6875em; }
    body.kerning-size-normal .form-type-1 .more-link {
      letter-spacing: normal; }
    body.kerning-size-medium .form-type-1 .more-link {
      letter-spacing: 1px; }
    body.kerning-size-big .form-type-1 .more-link {
      letter-spacing: 2px; }
  .form-type-1 p {
    margin: 10px 0 0 10px; }

.form-title {
  font-variant: normal; }
  body.color-theme-bright .form-title {
    color: #000; }
  body.color-theme-dark .form-title {
    color: #FFF; }
  body.font-size-normal .form-title {
    font-size: 1.125em;
    line-height: 1.6875em; }
  body.font-size-medium .form-title {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.font-size-big .form-title {
    font-size: 1.5em;
    line-height: 2.0625em; }
  body.kerning-size-normal .form-title {
    letter-spacing: normal; }
  body.kerning-size-medium .form-title {
    letter-spacing: 1px; }
  body.kerning-size-big .form-title {
    letter-spacing: 2px; }

.form-list label {
  display: block; }
.form-list label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  margin-right: -5px; }
  body.color-theme-bright .form-list label {
    color: #000; }
  body.color-theme-dark .form-list label {
    color: #FFF; }
  body.font-size-normal .form-list label {
    font-size: 1.125em;
    line-height: 1.6875em; }
  body.font-size-medium .form-list label {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.font-size-big .form-list label {
    font-size: 1.5em;
    line-height: 2.0625em; }
  body.kerning-size-normal .form-list label {
    letter-spacing: normal; }
  body.kerning-size-medium .form-list label {
    letter-spacing: 1px; }
  body.kerning-size-big .form-list label {
    letter-spacing: 2px; }
  .form-list label label {
    font-size: 100%; }
.form-list input[type=text],
.form-list input[type=email],
.form-list input[type=tel],
.form-list input[type=url],
.form-list input[type=password],
.form-list textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #F1F2F2;
  padding: 3px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  body.color-theme-bright .form-list input[type=text], body.color-theme-bright
  .form-list input[type=email], body.color-theme-bright
  .form-list input[type=tel], body.color-theme-bright
  .form-list input[type=url], body.color-theme-bright
  .form-list input[type=password], body.color-theme-bright
  .form-list textarea {
    color: #000; }
  body.color-theme-dark .form-list input[type=text], body.color-theme-dark
  .form-list input[type=email], body.color-theme-dark
  .form-list input[type=tel], body.color-theme-dark
  .form-list input[type=url], body.color-theme-dark
  .form-list input[type=password], body.color-theme-dark
  .form-list textarea {
    color: #FFF; }
  body.font-size-normal .form-list input[type=text], body.font-size-normal
  .form-list input[type=email], body.font-size-normal
  .form-list input[type=tel], body.font-size-normal
  .form-list input[type=url], body.font-size-normal
  .form-list input[type=password], body.font-size-normal
  .form-list textarea {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .form-list input[type=text], body.font-size-medium
  .form-list input[type=email], body.font-size-medium
  .form-list input[type=tel], body.font-size-medium
  .form-list input[type=url], body.font-size-medium
  .form-list input[type=password], body.font-size-medium
  .form-list textarea {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .form-list input[type=text], body.font-size-big
  .form-list input[type=email], body.font-size-big
  .form-list input[type=tel], body.font-size-big
  .form-list input[type=url], body.font-size-big
  .form-list input[type=password], body.font-size-big
  .form-list textarea {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .form-list input[type=text], body.kerning-size-normal
  .form-list input[type=email], body.kerning-size-normal
  .form-list input[type=tel], body.kerning-size-normal
  .form-list input[type=url], body.kerning-size-normal
  .form-list input[type=password], body.kerning-size-normal
  .form-list textarea {
    letter-spacing: normal; }
  body.kerning-size-medium .form-list input[type=text], body.kerning-size-medium
  .form-list input[type=email], body.kerning-size-medium
  .form-list input[type=tel], body.kerning-size-medium
  .form-list input[type=url], body.kerning-size-medium
  .form-list input[type=password], body.kerning-size-medium
  .form-list textarea {
    letter-spacing: 1px; }
  body.kerning-size-big .form-list input[type=text], body.kerning-size-big
  .form-list input[type=email], body.kerning-size-big
  .form-list input[type=tel], body.kerning-size-big
  .form-list input[type=url], body.kerning-size-big
  .form-list input[type=password], body.kerning-size-big
  .form-list textarea {
    letter-spacing: 2px; }
  body.color-theme-bright .form-list input[type=text], body.color-theme-bright
  .form-list input[type=email], body.color-theme-bright
  .form-list input[type=tel], body.color-theme-bright
  .form-list input[type=url], body.color-theme-bright
  .form-list input[type=password], body.color-theme-bright
  .form-list textarea {
    background: #FFF; }
  body.color-theme-dark .form-list input[type=text], body.color-theme-dark
  .form-list input[type=email], body.color-theme-dark
  .form-list input[type=tel], body.color-theme-dark
  .form-list input[type=url], body.color-theme-dark
  .form-list input[type=password], body.color-theme-dark
  .form-list textarea {
    background: #000; }
  body.color-theme-bright .form-list input[type=text], body.color-theme-bright
  .form-list input[type=email], body.color-theme-bright
  .form-list input[type=tel], body.color-theme-bright
  .form-list input[type=url], body.color-theme-bright
  .form-list input[type=password], body.color-theme-bright
  .form-list textarea {
    border-color: #000; }
  body.color-theme-dark .form-list input[type=text], body.color-theme-dark
  .form-list input[type=email], body.color-theme-dark
  .form-list input[type=tel], body.color-theme-dark
  .form-list input[type=url], body.color-theme-dark
  .form-list input[type=password], body.color-theme-dark
  .form-list textarea {
    border-color: #FFF; }
.form-list .input-group label {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px; }
.form-list .calendar-wrapper {
  margin-right: 10px; }
  body.color-theme-bright .form-list .calendar-wrapper {
    color: #000; }
  body.color-theme-dark .form-list .calendar-wrapper {
    color: #FFF; }
  body.font-size-normal .form-list .calendar-wrapper {
    font-size: 1.125em;
    line-height: 1.6875em; }
  body.font-size-medium .form-list .calendar-wrapper {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.font-size-big .form-list .calendar-wrapper {
    font-size: 1.5em;
    line-height: 2.0625em; }
  body.kerning-size-normal .form-list .calendar-wrapper {
    letter-spacing: normal; }
  body.kerning-size-medium .form-list .calendar-wrapper {
    letter-spacing: 1px; }
  body.kerning-size-big .form-list .calendar-wrapper {
    letter-spacing: 2px; }
  .form-list .calendar-wrapper input[type=text] {
    width: auto; }

.form-list-item {
  margin-bottom: 14px; }

.form-submit {
  padding: 4px 20px;
  border: 2ps solid; }
  body.color-theme-bright .form-submit {
    color: #000; }
  body.color-theme-dark .form-submit {
    color: #FFF; }
  body.font-size-normal .form-submit {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .form-submit {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .form-submit {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .form-submit {
    letter-spacing: normal; }
  body.kerning-size-medium .form-submit {
    letter-spacing: 1px; }
  body.kerning-size-big .form-submit {
    letter-spacing: 2px; }
  body.color-theme-bright .form-submit {
    background: #FFF; }
  body.color-theme-dark .form-submit {
    background: #000; }
  body.color-theme-bright .form-submit {
    border-color: #000; }
  body.color-theme-dark .form-submit {
    border-color: #FFF; }

.form-reset {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 20px;
  border: 2ps solid; }
  body.color-theme-bright .form-reset {
    color: #000; }
  body.color-theme-dark .form-reset {
    color: #FFF; }
  body.font-size-normal .form-reset {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .form-reset {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .form-reset {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .form-reset {
    letter-spacing: normal; }
  body.kerning-size-medium .form-reset {
    letter-spacing: 1px; }
  body.kerning-size-big .form-reset {
    letter-spacing: 2px; }
  body.color-theme-bright .form-reset {
    background: #FFF; }
  body.color-theme-dark .form-reset {
    background: #000; }
  body.color-theme-bright .form-reset {
    border-color: #000; }
  body.color-theme-dark .form-reset {
    border-color: #FFF; }

body.color-theme-bright .form-tree-view {
  color: #000; }
body.color-theme-dark .form-tree-view {
  color: #FFF; }
body.font-size-normal .form-tree-view {
  font-size: 1.125em;
  line-height: 1.6875em; }
body.font-size-medium .form-tree-view {
  font-size: 1.375em;
  line-height: 1.875em; }
body.font-size-big .form-tree-view {
  font-size: 1.5em;
  line-height: 2.0625em; }
body.kerning-size-normal .form-tree-view {
  letter-spacing: normal; }
body.kerning-size-medium .form-tree-view {
  letter-spacing: 1px; }
body.kerning-size-big .form-tree-view {
  letter-spacing: 2px; }

.form-tree-view-inner-level {
  margin-left: 20px; }

/* footer layout
   ========================================================================== */
.f-logo img,
.f-text {
  vertical-align: middle; }

.f-logo {
  padding-left: 25px;
  padding-top: 15px; }
  .f-logo img {
    padding-right: 10px; }

.f-text {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  width: 240px;
  color: #000; }

.f-col-1 {
  padding-left: 30px;
  padding-top: 24px;
  padding-bottom: 48px;
  position: relative;
  height: 100%; }

.f-col-2 {
  padding-left: 30px;
  padding-bottom: 48px;
  font-weight: 800;
  position: relative;
  height: 100%; }
  .f-col-2 p {
    margin: 0;
    padding: 0; }

.f-links {
  padding-left: 30px;
  padding-top: 20px; }
  .f-links ul li {
    font-size: 18px;
    margin-right: 30px; }
    .f-links ul li:last-child {
      margin-right: 0; }
    .f-links ul li a {
      color: #FFF;
      text-decoration: none;
      padding: 4px 0;
      font-weight: bold; }

/* Special Ajust
   ========================================================================== */
.special-ajust-text-normal {
  font-size: 0.875em; }

.special-ajust-text-big {
  font-size: 1.125em; }

.special-ajust-text-verybig {
  font-size: 1.5em; }

.input-group .special-ajust-sitebackgroud {
  margin-bottom: 0.75em; }
  .input-group .special-ajust-sitebackgroud label {
    display: inline-block;
    padding: 0.125em 0.625em;
    border: 1px solid #000; }
    body.font-size-normal .input-group .special-ajust-sitebackgroud label {
      font-size: 0.875em;
      line-height: 1.3125em; }
    body.font-size-medium .input-group .special-ajust-sitebackgroud label {
      font-size: 1.125em;
      line-height: 1.5em; }
    body.font-size-big .input-group .special-ajust-sitebackgroud label {
      font-size: 1.25em;
      line-height: 1.6875em; }
    body.kerning-size-normal .input-group .special-ajust-sitebackgroud label {
      letter-spacing: normal; }
    body.kerning-size-medium .input-group .special-ajust-sitebackgroud label {
      letter-spacing: 1px; }
    body.kerning-size-big .input-group .special-ajust-sitebackgroud label {
      letter-spacing: 2px; }

.special-ajust-sitebackgroud_back label {
  background: #000;
  color: #FFF; }

.special-ajust-kerning-big {
  letter-spacing: 1px; }

.special-ajust-kerning-verybig {
  letter-spacing: 2px; }

.m-special-ajust h3 {
  margin: 0;
  font-weight: 400; }
  body.color-theme-bright .m-special-ajust h3 {
    color: #000; }
  body.color-theme-dark .m-special-ajust h3 {
    color: #FFF; }
  body.font-size-normal .m-special-ajust h3 {
    font-size: 1.4375em;
    line-height: 2.15625em; }
  body.font-size-medium .m-special-ajust h3 {
    font-size: 1.6875em;
    line-height: 2.34375em; }
  body.font-size-big .m-special-ajust h3 {
    font-size: 1.8125em;
    line-height: 2.53125em; }
  body.kerning-size-normal .m-special-ajust h3 {
    letter-spacing: normal; }
  body.kerning-size-medium .m-special-ajust h3 {
    letter-spacing: 1px; }
  body.kerning-size-big .m-special-ajust h3 {
    letter-spacing: 2px; }
.m-special-ajust h2 {
  margin: 0;
  font-weight: 400; }
  body.color-theme-bright .m-special-ajust h2 {
    color: #000; }
  body.color-theme-dark .m-special-ajust h2 {
    color: #FFF; }
  body.font-size-normal .m-special-ajust h2 {
    font-size: 1.5em;
    line-height: 2.25em; }
  body.font-size-medium .m-special-ajust h2 {
    font-size: 1.75em;
    line-height: 2.4375em; }
  body.font-size-big .m-special-ajust h2 {
    font-size: 1.875em;
    line-height: 2.625em; }
  body.kerning-size-normal .m-special-ajust h2 {
    letter-spacing: normal; }
  body.kerning-size-medium .m-special-ajust h2 {
    letter-spacing: 1px; }
  body.kerning-size-big .m-special-ajust h2 {
    letter-spacing: 2px; }

body.color-theme-bright .m-special-ajust-article p {
  color: #000; }
body.color-theme-dark .m-special-ajust-article p {
  color: #FFF; }
body.font-size-normal .m-special-ajust-article p {
  font-size: 1em;
  line-height: 1.5em; }
body.font-size-medium .m-special-ajust-article p {
  font-size: 1.25em;
  line-height: 1.6875em; }
body.font-size-big .m-special-ajust-article p {
  font-size: 1.375em;
  line-height: 1.875em; }
body.kerning-size-normal .m-special-ajust-article p {
  letter-spacing: normal; }
body.kerning-size-medium .m-special-ajust-article p {
  letter-spacing: 1px; }
body.kerning-size-big .m-special-ajust-article p {
  letter-spacing: 2px; }

.m-special-ajust-browser-select {
  display: table;
  width: 100%;
  table-layout: fixed; }

.m-special-ajust-browser-select-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.browser-select-btn {
  display: block; }

.m-special-ajust-browser-name,
.m-special-ajust-browser-logo-img {
  display: block;
  margin: auto; }

body.font-size-normal .m-special-ajust-browser-name {
  font-size: 0.875em;
  line-height: 1.3125em; }
body.font-size-medium .m-special-ajust-browser-name {
  font-size: 1.125em;
  line-height: 1.5em; }
body.font-size-big .m-special-ajust-browser-name {
  font-size: 1.25em;
  line-height: 1.6875em; }
body.kerning-size-normal .m-special-ajust-browser-name {
  letter-spacing: normal; }
body.kerning-size-medium .m-special-ajust-browser-name {
  letter-spacing: 1px; }
body.kerning-size-big .m-special-ajust-browser-name {
  letter-spacing: 2px; }
body.color-theme-bright .m-special-ajust-browser-name {
  color: #000; }
body.color-theme-dark .m-special-ajust-browser-name {
  color: #FFF; }

body.color-theme-bright .m-special-ajust-table {
  color: #000; }
body.color-theme-dark .m-special-ajust-table {
  color: #FFF; }
body.font-size-normal .m-special-ajust-table {
  font-size: 1em;
  line-height: 1.5em; }
body.font-size-medium .m-special-ajust-table {
  font-size: 1.25em;
  line-height: 1.6875em; }
body.font-size-big .m-special-ajust-table {
  font-size: 1.375em;
  line-height: 1.875em; }
body.kerning-size-normal .m-special-ajust-table {
  letter-spacing: normal; }
body.kerning-size-medium .m-special-ajust-table {
  letter-spacing: 1px; }
body.kerning-size-big .m-special-ajust-table {
  letter-spacing: 2px; }
.m-special-ajust-table tbody td, .m-special-ajust-table tbody th, .m-special-ajust-table thead td, .m-special-ajust-table thead th {
  padding: 15px 10px; }
  .m-special-ajust-table tbody td:first-child, .m-special-ajust-table tbody th:first-child, .m-special-ajust-table thead td:first-child, .m-special-ajust-table thead th:first-child {
    width: auto; }
  .m-special-ajust-table tbody td:last-child, .m-special-ajust-table tbody th:last-child, .m-special-ajust-table thead td:last-child, .m-special-ajust-table thead th:last-child {
    width: 12.5em;
    text-align: left; }
.m-special-ajust-table tbody td:last-child, .m-special-ajust-table thead td:last-child {
  padding-top: 0; }

.keyboard-btn {
  display: inline-block;
  padding: 0.625em 0.9375em;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  line-height: 1.75em;
  height: 1.75em;
  min-width: 1.75em;
  text-align: center;
  font-family: monospace;
  margin-top: 0.625em; }
  body.font-size-normal .keyboard-btn {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .keyboard-btn {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .keyboard-btn {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .keyboard-btn {
    letter-spacing: normal; }
  body.kerning-size-medium .keyboard-btn {
    letter-spacing: 1px; }
  body.kerning-size-big .keyboard-btn {
    letter-spacing: 2px; }
  body.color-theme-bright .keyboard-btn {
    color: #000; }
  body.color-theme-dark .keyboard-btn {
    color: #FFF; }
  body.color-theme-bright .keyboard-btn {
    border-color: #000; }
  body.color-theme-dark .keyboard-btn {
    border-color: #FFF; }
  body.font-size-normal .keyboard-btn .btn-arrow {
    font-size: 0.9375em;
    line-height: 1.40625em; }
  body.font-size-medium .keyboard-btn .btn-arrow {
    font-size: 1.1875em;
    line-height: 1.59375em; }
  body.font-size-big .keyboard-btn .btn-arrow {
    font-size: 1.3125em;
    line-height: 1.78125em; }
  body.kerning-size-normal .keyboard-btn .btn-arrow {
    letter-spacing: normal; }
  body.kerning-size-medium .keyboard-btn .btn-arrow {
    letter-spacing: 1px; }
  body.kerning-size-big .keyboard-btn .btn-arrow {
    letter-spacing: 2px; }

.m-special-ajust-browser-select-table {
  display: none; }

.m-special-ajust-browser-select-table_active {
  display: block; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.caroufredsel-wrap {
  width: 500px;
  height: 300px; }

#carousel {
  width: 500px;
  height: 300px;
  overflow: hidden; }

.caroufredsel-prev {
  float: left; }

.caroufredsel-next {
  float: right; }

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

.jq-checkbox {
  top: -1px;
  width: 14px;
  height: 14px;
  border: 1px solid #555;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  vertical-align: middle;
  cursor: pointer; }

.jq-checkbox.checked .jq-checkbox__div {
  margin: 4px 0 0 2px;
  border-radius: 2px;
  background-image: url("/i/skin/default/img/icons-sb738428c02.png");
  background-position: 0 -779px;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 7px;
  width: 10px; }

.jq-checkbox.focused {
  border: 1px solid #08C; }

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-checkbox ~ span {
  padding-left: 4px; }

.jq-radio {
  width: 15px;
  height: 15px;
  border: 1px solid #555;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  vertical-align: middle;
  cursor: pointer; }

.jq-radio.checked .jq-radio__div {
  width: 5px;
  height: 5px;
  margin: 5px 0 0 5px;
  border-radius: 50%;
  background: #dc0c0c; }

.jq-radio.focused {
  border: 1px solid #08C; }

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-file {
  width: 270px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em; }

.jq-file__name {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF; }

.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif; }

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.disabled .jq-file__name {
  color: #888; }

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer; }

.jq-selectbox__select {
  height: 22px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  color: #333;
  font: 12px/22px Arial, sans-serif; }

.jq-selectbox__select:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30); }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100); }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.jq-selectbox__dropdown {
  top: 23px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 12px/18px Arial, sans-serif; }

.jq-selectbox__search {
  margin: 5px; }

.jq-selectbox__search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif; }

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

textarea.styler {
  overflow: auto; }

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none; }

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:after {
  content: ''; }

button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2014, Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009, Stefan Petre
 * @license		MIT License, see license.txt
 */
.pickmeup {
  background: #fff;
  border-radius: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  z-index: 600;
  font-size: 12px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 5px; }
  .pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pickmeup .pmu-instance {
    display: inline-block;
    height: auto;
    padding: 0 0 5px 0;
    text-align: center;
    width: 190px; }
    .pickmeup .pmu-instance .pmu-button {
      color: #7F8181;
      cursor: pointer;
      outline: none;
      text-decoration: none; }
    .pickmeup .pmu-instance .pmu-today {
      background: #B2B2B2;
      color: #000; }
    .pickmeup .pmu-instance .pmu-button:hover {
      color: #000; }
    .pickmeup .pmu-instance .pmu-not-in-month {
      color: #CCCDCD; }
    .pickmeup .pmu-instance .pmu-disabled,
    .pickmeup .pmu-instance .pmu-disabled:hover {
      color: #CCCDCD;
      cursor: default; }
    .pickmeup .pmu-instance .pmu-selected {
      background: #B2B2B2;
      color: #fff; }
    .pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
      background: #17384d; }
    .pickmeup .pmu-instance nav {
      color: #FFF;
      /*     : -ms-flexbox;
      display     : -webkit-flex;
      display     : flex;*/
      display: block;
      line-height: 2.5em;
      background: #B2B2B2;
      position: relative; }
      .pickmeup .pmu-instance nav .pmu-button {
        color: #FFF; }
      .pickmeup .pmu-instance nav *:first-child :hover {
        color: #000; }
      .pickmeup .pmu-instance nav .pmu-prev,
      .pickmeup .pmu-instance nav .pmu-next {
        height: 2.5em;
        width: 30px;
        position: relative;
        text-indent: -9000em; }
        .lt-ie9 .pickmeup .pmu-instance nav .pmu-prev, .lt-ie9
        .pickmeup .pmu-instance nav .pmu-next {
          position: absolute;
          top: 0; }
      .pmu-prev
      .lt-ie9 .pickmeup .pmu-instance nav {
        left: 0; }
      .pickmeup .pmu-instance nav .pmu-prev:before {
        content: '';
        position: absolute;
        left: 8px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 6px solid #FFF;
        border-bottom: 5px solid transparent; }
      .pickmeup .pmu-instance nav .pmu-prev:after {
        content: '';
        position: absolute;
        left: 9px;
        top: 11px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-right: 6px solid #B2B2B2;
        border-bottom: 4px solid transparent; }
      .lt-ie9 .pickmeup .pmu-instance nav .pmu-next {
        right: 0; }
      .pickmeup .pmu-instance nav .pmu-next:before {
        content: '';
        position: absolute;
        left: 14px;
        top: 10px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-left: 6px solid #FFF;
        border-bottom: 5px solid transparent; }
      .pickmeup .pmu-instance nav .pmu-next:after {
        content: '';
        position: absolute;
        left: 13px;
        top: 11px;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-left: 6px solid #B2B2B2;
        border-bottom: 4px solid transparent; }
      .pickmeup .pmu-instance nav .pmu-prev:hover:before,
      .pickmeup .pmu-instance nav .pmu-next:hover:before {
        border-left-color: #000;
        border-right-color: #000; }
      .pickmeup .pmu-instance nav .pmu-month {
        width: 14em; }
        .lt-ie9 .pickmeup .pmu-instance nav .pmu-month {
          width: 100%; }
    .pickmeup .pmu-instance .pmu-years *,
    .pickmeup .pmu-instance .pmu-months * {
      display: inline-block;
      line-height: 3.6em;
      width: 3.5em; }
    .pickmeup .pmu-instance .pmu-day-of-week {
      color: #7F8181;
      cursor: default;
      background: #F7F7F7; }
    .pickmeup .pmu-instance .pmu-day-of-week *,
    .pickmeup .pmu-instance .pmu-days * {
      display: inline-block;
      line-height: 26px;
      width: 26px; }
    .pickmeup .pmu-instance .pmu-day-of-week * {
      line-height: 1.8em; }
  .pickmeup .pmu-instance:first-child .pmu-prev,
  .pickmeup .pmu-instance:last-child .pmu-next {
    /*display : block;*/
    display: inline-block;
    vertical-align: middle; }
  .pickmeup .pmu-instance .pmu-prev,
  .pickmeup .pmu-instance .pmu-next {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .pickmeup .pmu-instance:first-child .pmu-month,
  .pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em;
    display: inline-block;
    vertical-align: middle; }
  .pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 120px;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC; }
  .pickmeup .pmu-days,
  .pickmeup .pmu-day-of-week,
  .pickmeup .pmu-months,
  .pickmeup .pmu-years {
    display: none; }
  .pickmeup.pmu-view-days .pmu-days, .pickmeup.pmu-view-days .pmu-day-of-week, .pickmeup.pmu-view-months .pmu-months, .pickmeup.pmu-view-years .pmu-years {
    display: block; }

/*
 * 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: 0.625em 1.125em;
  border-bottom: 1px solid; }
  body.color-theme-bright table.dataTable thead th, body.color-theme-bright
  table.dataTable thead td {
    border-color: #000; }
  body.color-theme-dark table.dataTable thead th, body.color-theme-dark
  table.dataTable thead td {
    border-color: #FFF; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 0.625em 1.125em 0.375em 1.125em;
  border-top: 1px solid; }
  body.color-theme-bright table.dataTable tfoot th, body.color-theme-bright
  table.dataTable tfoot td {
    border-color: #000; }
  body.color-theme-dark table.dataTable tfoot th, body.color-theme-dark
  table.dataTable tfoot td {
    border-color: #FFF; }

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting {
  background-image: url("../img/datatables/ico-sort-both.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting_asc {
  background-image: url("../img/datatables/ico-sort-asc.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting_desc {
  background-image: url("../img/datatables/ico-sort-desc.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/datatables/ico-sort-asc-disabled.png");
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/datatables/ico-sort-desc-disabled.png");
  background-repeat: no-repeat;
  background-position: center right; }

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

body.color-theme-bright table.dataTable tbody tr.selected {
  background: #FFF; }
body.color-theme-dark table.dataTable tbody tr.selected {
  background: #000; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 0.5em 0.625em; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid; }
  body.color-theme-bright table.dataTable.row-border tbody th, body.color-theme-bright table.dataTable.row-border tbody td, body.color-theme-bright table.dataTable.display tbody th, body.color-theme-bright table.dataTable.display tbody td {
    border-color: #000; }
  body.color-theme-dark table.dataTable.row-border tbody th, body.color-theme-dark table.dataTable.row-border tbody td, body.color-theme-dark table.dataTable.display tbody th, body.color-theme-dark table.dataTable.display tbody td {
    border-color: #FFF; }

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

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid;
  border-right: 1px solid; }
  body.color-theme-bright table.dataTable.cell-border tbody th, body.color-theme-bright table.dataTable.cell-border tbody td {
    border-color: #000; }
  body.color-theme-dark table.dataTable.cell-border tbody th, body.color-theme-dark table.dataTable.cell-border tbody td {
    border-color: #FFF; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid; }
  body.color-theme-bright table.dataTable.cell-border tbody tr th:first-child, body.color-theme-bright
  table.dataTable.cell-border tbody tr td:first-child {
    border-color: #000; }
  body.color-theme-dark table.dataTable.cell-border tbody tr th:first-child, body.color-theme-dark
  table.dataTable.cell-border tbody tr td:first-child {
    border-color: #FFF; }

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

body.color-theme-bright table.dataTable.stripe tbody tr.odd, body.color-theme-bright table.dataTable.display tbody tr.odd {
  border-color: #000; }
body.color-theme-dark table.dataTable.stripe tbody tr.odd, body.color-theme-dark table.dataTable.display tbody tr.odd {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.stripe tbody tr.odd.selected, body.color-theme-bright table.dataTable.display tbody tr.odd.selected {
  border-color: #000; }
body.color-theme-dark table.dataTable.stripe tbody tr.odd.selected, body.color-theme-dark table.dataTable.display tbody tr.odd.selected {
  border-color: #FFF; }

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke; }

body.color-theme-bright table.dataTable.hover tbody tr:hover.selected, body.color-theme-bright
table.dataTable.hover tbody tr.odd:hover.selected, body.color-theme-bright
table.dataTable.hover tbody tr.even:hover.selected, body.color-theme-bright table.dataTable.display tbody tr:hover.selected, body.color-theme-bright
table.dataTable.display tbody tr.odd:hover.selected, body.color-theme-bright
table.dataTable.display tbody tr.even:hover.selected {
  border-color: #000; }
body.color-theme-dark table.dataTable.hover tbody tr:hover.selected, body.color-theme-dark
table.dataTable.hover tbody tr.odd:hover.selected, body.color-theme-dark
table.dataTable.hover tbody tr.even:hover.selected, body.color-theme-dark table.dataTable.display tbody tr:hover.selected, body.color-theme-dark
table.dataTable.display tbody tr.odd:hover.selected, body.color-theme-dark
table.dataTable.display tbody tr.even:hover.selected {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.order-column tbody tr > .sorting_1, body.color-theme-bright
table.dataTable.order-column tbody tr > .sorting_2, body.color-theme-bright
table.dataTable.order-column tbody tr > .sorting_3, body.color-theme-bright table.dataTable.display tbody tr > .sorting_1, body.color-theme-bright
table.dataTable.display tbody tr > .sorting_2, body.color-theme-bright
table.dataTable.display tbody tr > .sorting_3 {
  border-color: #000; }
body.color-theme-dark table.dataTable.order-column tbody tr > .sorting_1, body.color-theme-dark
table.dataTable.order-column tbody tr > .sorting_2, body.color-theme-dark
table.dataTable.order-column tbody tr > .sorting_3, body.color-theme-dark table.dataTable.display tbody tr > .sorting_1, body.color-theme-dark
table.dataTable.display tbody tr > .sorting_2, body.color-theme-dark
table.dataTable.display tbody tr > .sorting_3 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.order-column tbody tr.selected > .sorting_1, body.color-theme-bright
table.dataTable.order-column tbody tr.selected > .sorting_2, body.color-theme-bright
table.dataTable.order-column tbody tr.selected > .sorting_3, body.color-theme-bright table.dataTable.display tbody tr.selected > .sorting_1, body.color-theme-bright
table.dataTable.display tbody tr.selected > .sorting_2, body.color-theme-bright
table.dataTable.display tbody tr.selected > .sorting_3 {
  border-color: #000; }
body.color-theme-dark table.dataTable.order-column tbody tr.selected > .sorting_1, body.color-theme-dark
table.dataTable.order-column tbody tr.selected > .sorting_2, body.color-theme-dark
table.dataTable.order-column tbody tr.selected > .sorting_3, body.color-theme-dark table.dataTable.display tbody tr.selected > .sorting_1, body.color-theme-dark
table.dataTable.display tbody tr.selected > .sorting_2, body.color-theme-dark
table.dataTable.display tbody tr.selected > .sorting_3 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.odd > .sorting_1, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.odd > .sorting_1, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.odd > .sorting_2, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.odd > .sorting_2, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.odd > .sorting_3, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.odd > .sorting_3, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.odd.selected > .sorting_1, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.odd.selected > .sorting_1, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.odd.selected > .sorting_2, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.odd.selected > .sorting_2, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.odd.selected > .sorting_3, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.odd.selected > .sorting_3, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.even > .sorting_1, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.even > .sorting_1, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.even > .sorting_2, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.even > .sorting_2, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.even > .sorting_3, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.even > .sorting_3, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  border-color: #FFF; }

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

body.color-theme-bright table.dataTable.display tbody tr.even.selected > .sorting_2, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.even.selected > .sorting_2, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr.even.selected > .sorting_3, body.color-theme-bright table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr.even.selected > .sorting_3, body.color-theme-dark table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr:hover > .sorting_1, body.color-theme-bright
table.dataTable.display tbody tr.odd:hover > .sorting_1, body.color-theme-bright
table.dataTable.display tbody tr.even:hover > .sorting_1, body.color-theme-bright table.dataTable.order-column.hover tbody tr:hover > .sorting_1, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr:hover > .sorting_1, body.color-theme-dark
table.dataTable.display tbody tr.odd:hover > .sorting_1, body.color-theme-dark
table.dataTable.display tbody tr.even:hover > .sorting_1, body.color-theme-dark table.dataTable.order-column.hover tbody tr:hover > .sorting_1, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr:hover > .sorting_2, body.color-theme-bright
table.dataTable.display tbody tr.odd:hover > .sorting_2, body.color-theme-bright
table.dataTable.display tbody tr.even:hover > .sorting_2, body.color-theme-bright table.dataTable.order-column.hover tbody tr:hover > .sorting_2, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr:hover > .sorting_2, body.color-theme-dark
table.dataTable.display tbody tr.odd:hover > .sorting_2, body.color-theme-dark
table.dataTable.display tbody tr.even:hover > .sorting_2, body.color-theme-dark table.dataTable.order-column.hover tbody tr:hover > .sorting_2, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr:hover > .sorting_3, body.color-theme-bright
table.dataTable.display tbody tr.odd:hover > .sorting_3, body.color-theme-bright
table.dataTable.display tbody tr.even:hover > .sorting_3, body.color-theme-bright table.dataTable.order-column.hover tbody tr:hover > .sorting_3, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr:hover > .sorting_3, body.color-theme-dark
table.dataTable.display tbody tr.odd:hover > .sorting_3, body.color-theme-dark
table.dataTable.display tbody tr.even:hover > .sorting_3, body.color-theme-dark table.dataTable.order-column.hover tbody tr:hover > .sorting_3, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr:hover.selected > .sorting_1, body.color-theme-bright
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, body.color-theme-bright
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, body.color-theme-bright table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  border-color: #000; }
body.color-theme-dark table.dataTable.display tbody tr:hover.selected > .sorting_1, body.color-theme-dark
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, body.color-theme-dark
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, body.color-theme-dark table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  border-color: #FFF; }

body.color-theme-bright table.dataTable.display tbody tr:hover.selected > .sorting_2, body.color-theme-bright
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, body.color-theme-bright
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, body.color-theme-bright table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  border-color: #FFF; }
body.color-theme-dark table.dataTable.display tbody tr:hover.selected > .sorting_2, body.color-theme-dark
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, body.color-theme-dark
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, body.color-theme-dark table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  border-color: #000; }
body.color-theme-bright table.dataTable.display tbody tr:hover.selected > .sorting_2, body.color-theme-bright
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, body.color-theme-bright
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, body.color-theme-bright table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  color: #FFF; }
body.color-theme-dark table.dataTable.display tbody tr:hover.selected > .sorting_2, body.color-theme-dark
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, body.color-theme-dark
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, body.color-theme-dark table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  color: #000; }

body.color-theme-bright table.dataTable.display tbody tr:hover.selected > .sorting_3, body.color-theme-bright
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, body.color-theme-bright
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, body.color-theme-bright table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  border-color: #FFF; }
body.color-theme-dark table.dataTable.display tbody tr:hover.selected > .sorting_3, body.color-theme-dark
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, body.color-theme-dark
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, body.color-theme-dark table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  border-color: #000; }
body.color-theme-bright table.dataTable.display tbody tr:hover.selected > .sorting_3, body.color-theme-bright
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, body.color-theme-bright
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, body.color-theme-bright table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, body.color-theme-bright
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  color: #FFF; }
body.color-theme-dark table.dataTable.display tbody tr:hover.selected > .sorting_3, body.color-theme-dark
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, body.color-theme-dark
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, body.color-theme-dark table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, body.color-theme-dark
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  color: #000; }

table.dataTable.no-footer {
  border-bottom: 1px solid; }
  body.color-theme-bright table.dataTable.no-footer {
    border-color: #000; }
  body.color-theme-dark table.dataTable.no-footer {
    border-color: #FFF; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 0.3125em 0.5625em; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 0.3125em 0.5625em 0.1875em 0.5625em; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 0.25em 0.3125em; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center; }
table.dataTable td.dataTables_empty {
  text-align: left; }

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; }
  body.font-size-normal .dataTables_wrapper .dataTables_length {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .dataTables_wrapper .dataTables_length {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .dataTables_wrapper .dataTables_length {
    font-size: 1.375em;
    line-height: 1.875em; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }
  body.font-size-normal .dataTables_wrapper .dataTables_filter {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .dataTables_wrapper .dataTables_filter {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .dataTables_wrapper .dataTables_filter {
    font-size: 1.375em;
    line-height: 1.875em; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }
  body.font-size-normal .dataTables_wrapper .dataTables_filter input {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .dataTables_wrapper .dataTables_filter input {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .dataTables_wrapper .dataTables_filter input {
    font-size: 1.375em;
    line-height: 1.875em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  text-align: center;
  margin-bottom: 24px;
  float: none; }
  body.color-theme-bright .dataTables_wrapper .dataTables_info {
    color: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_info {
    color: #FFF; }
  body.font-size-normal .dataTables_wrapper .dataTables_info {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .dataTables_wrapper .dataTables_info {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .dataTables_wrapper .dataTables_info {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .dataTables_wrapper .dataTables_info {
    letter-spacing: normal; }
  body.kerning-size-medium .dataTables_wrapper .dataTables_info {
    letter-spacing: 1px; }
  body.kerning-size-big .dataTables_wrapper .dataTables_info {
    letter-spacing: 2px; }
  .dataTables_wrapper .dataTables_info strong {
    font-weight: bold; }
    body.color-theme-bright .dataTables_wrapper .dataTables_info strong {
      color: #000; }
    body.color-theme-dark .dataTables_wrapper .dataTables_info strong {
      color: #FFF; }

.dataTables_wrapper .dataTables_paginate {
  text-align: center; }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate {
    color: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate {
    color: #FFF; }
  body.font-size-normal .dataTables_wrapper .dataTables_paginate {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .dataTables_wrapper .dataTables_paginate {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .dataTables_wrapper .dataTables_paginate {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.kerning-size-normal .dataTables_wrapper .dataTables_paginate {
    letter-spacing: normal; }
  body.kerning-size-medium .dataTables_wrapper .dataTables_paginate {
    letter-spacing: 1px; }
  body.kerning-size-big .dataTables_wrapper .dataTables_paginate {
    letter-spacing: 2px; }
  .dataTables_wrapper .dataTables_paginate span {
    display: inline-block;
    margin-bottom: 24px; }

.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;
  border: 1px solid transparent; }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #FFF; }
  body.font-size-normal .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 1em;
    line-height: 1.5em; }
  body.font-size-medium .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 1.25em;
    line-height: 1.6875em; }
  body.font-size-big .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 1.375em;
    line-height: 1.875em; }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #FFF; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* W3C */ }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #FFF; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000; }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: #FFF; }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #FFF; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: default;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #FFF; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  border: 1px solid;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  /* W3C */ }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button:hover, body.color-theme-bright
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.color-theme-bright
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #FFF; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover, body.color-theme-dark
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.color-theme-dark
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #000; }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button:hover, body.color-theme-bright
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.color-theme-bright
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border-color: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover, body.color-theme-dark
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.color-theme-dark
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border-color: #FFF; }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button:hover, body.color-theme-bright
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.color-theme-bright
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover, body.color-theme-dark
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, body.color-theme-dark
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #FFF; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* IE10+ */
  /* Opera 11.10+ */
  /* W3C */ }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border-color: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border-color: #FFF; }
  body.color-theme-bright .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #000; }
  body.color-theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #FFF; }

.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 */ }

body.color-theme-bright .dataTables_wrapper .dataTables_length, body.color-theme-bright
.dataTables_wrapper .dataTables_filter, body.color-theme-bright
.dataTables_wrapper .dataTables_info, body.color-theme-bright
.dataTables_wrapper .dataTables_processing, body.color-theme-bright
.dataTables_wrapper .dataTables_paginate {
  color: #000; }
body.color-theme-dark .dataTables_wrapper .dataTables_length, body.color-theme-dark
.dataTables_wrapper .dataTables_filter, body.color-theme-dark
.dataTables_wrapper .dataTables_info, body.color-theme-dark
.dataTables_wrapper .dataTables_processing, body.color-theme-dark
.dataTables_wrapper .dataTables_paginate {
  color: #FFF; }

.dataTables_wrapper .dataTables_scroll {
  clear: both;
  padding: 15px 0; }

.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; } }
/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Thu Nov 21 2013 08:34 GMT+0000
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border-width: 1px;
  border-style: solid;
  border-color: #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border-width: 0;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
   * Overrides qTip2:
   * .qtip-titlebar .qtip-close{
   *   [...]
   *   right: 4px;
   *   top: 50%;
   *   [...]
   *   border-style: solid;
   * }
   */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
   * Overrides qTip2:
   * .qtip-default .qtip-icon {
   *   border-color: #CCC;
   *   background: #F1F1F1;
   *   color: #777;
   * }
   */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
   * Overrides qTip2:
   * .qtip-icon .ui-icon{
   *   width: 18px;
   *   height: 14px;
   * }
   */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute !important; }
