/* /container/application/httpdocs/app/assets/system/normalize.css */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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 */
  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.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
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 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 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, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

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 8/9/10/11, 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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

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

/* /container/application/httpdocs/app/assets/system/bootstrap.grid.css */
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Bootstrap: Grid (12 cols, 20px gutter), Responsive Utilities
 */

/* Grid */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;/*gutter*/
  padding-right: 20px;/*gutter*/
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;/*gutter*/
  padding-right: 20px;/*gutter*/
}
.row {
  margin-left: -20px;/*gutter*/
  margin-right: -20px;/*gutter*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;/*gutter*/
  padding-right: 20px;/*gutter*/
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* Basic Utilities */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Responsive Utilities */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* /container/application/httpdocs/app/assets/system/bootstrap.extras.css */
/*! Bootstrap Extras
 * IDESIGN MEDIA
 */

/* CLEARFIX; thanks to http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Box Sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Placeholders */
.col, .margin, .padding {}

/* Centered Column */
.col.center {
	float: none;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
}

/* Maximum Width Container */
.container-max {
	max-width: 1160px;
}

/* 5 Column Grid */
.col-xs-5th {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}

/* Tiny Column */
.col-tn {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.visible-tn {
  display: none !important;
}
@media (max-width: 480px) { /* Tiny */
  .col-tn {
    float: none;
    width: 100%;
    margin: auto;
  }
  .hidden-tn {
    display: none !important;
  }
  .visible-tn {
    display: block !important;
  }
}

/* Centers */
@media (max-width: 480px) { /* Tiny */
  .center-tn {
	float: none;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
  }
}
@media (max-width: 767px) { /* Extra-Small */
  .center-xs {
	float: none;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) { /* Small */
  .center-sm {
	float: none;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) { /* Medium */
  .center-md {
	float: none;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
  }
}
@media (min-width: 1200px) { /* Large */
  .center-lg {
	float: none;
    text-align: center;
    margin-left: auto;
	margin-right: auto;
  }
}

/* /container/application/httpdocs/app/assets/system/formatting.css */
/* Formatting / Common CSS */
/* Outlines styles used for general formatting */

/* RESET */
ul, ol {
	margin: 0 0 1em 0;
}

.text {
	margin-bottom: 2px;
}

/* SYSTEM */
.hpotdata {
	display: none;
}
.submit {
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	background-color: transparent;
}

/* DISPLAY */
.block {
    display: block;
}
.inline {
    display: inline;
}
.inline-block {
	display: inline-block;
	/* ie7 */
	zoom: 1;
	*display: inline;
}
.none {
    display: none !important;
}
.hidden {
    visibility: hidden;
}
.zoom {
	zoom: 1; /* ie */
}

.fill {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.overflow, .overflowAuto {
    overflow: auto;
}
.overflowVisible {
    overflow: visible;
}
.overflowHidden {
    overflow: hidden;
}
.nowrap {
	white-space: nowrap;
}

.transition_smooth {
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

/* ALIGNMENT */
.relative {
    position: relative;
}
.shell {
    position: relative;
    width: 100%;
    text-align: center; /* ie */
}
.center {
    position: relative;
    margin: auto;
    text-align: left;
    /* content width */
}
.auto {
    margin: auto;
}
.vshell {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	/* consider setitng child to inline-block */
}

.clear {
    clear: both;
}
.clearNone {
    clear: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.floatNone {
    float: none;
}

.base {
    vertical-align: baseline;
}
.sup {
    vertical-align: super;
}
.sub {
    vertical-align: sub;
}
.textTop {
    vertical-align: text-top;
}
.textBottom {
    vertical-align: text-bottom;
}
.middle {
	vertical-align: middle;
}

/* ABSOLUTE POSITIONING */
.absolute {
    position: absolute;
    /*z-index: 1;*/
}
.z-index-1 {
	z-index: -1;
}
.z-index1 {
	z-index: 1;
}
.z-index2 {
	z-index: 2;
}
.z-index3 {
	z-index: 3;
}

.top0 {
    top: 0px;
}
.top2 {
	top: 2px;
}
.top6 {
    top: 6px;
}
.top12 {
    top: 12px;
}
.top-6 {
	top: -6px;
}
.top-12 {
	top: -12px;
}

.right0 {
    right: 0px;
}
.right2 {
	right: 2px;
}
.right6 {
    right: 6px;
}
.right12 {
    right: 12px;
}

.bottom0 {
    bottom: 0px;
}
.bottom2 {
	bottom: 2px;
}
.bottom6 {
    bottom: 6px;
}
.bottom12 {
    bottom: 12px;
}

.left0 {
    left: 0px;
}
.left2 {
	left: 2px;
}
.left6 {
    left: 6px;
}
.left12 {
    left: 12px;
}
.left50p {
    left: 50%;
}

/* TEXT / FONT */
.font0 {
	font-size: 0px;
	line-height: 0px;
}
.medium {
    font-size: 1em; /* medium */
}
.big- {
    font-size: 1.1em;
	line-height: normal;
}
.big {
    font-size: 1.2em;
	line-height: normal;
}
.bigger, big.big {
    font-size: 1.4em;
	line-height: normal;
}
.huge, big.bigger {
    font-size: 1.5em;
	line-height: normal;
}
.small- {
    font-size: 0.9em;
	line-height: normal;
}
.small {
    font-size: 0.8em;
	line-height: normal;
}
.smaller, small.small {
    font-size: 0.6em;
	line-height: normal;
}
.tiny, small.smaller {
    font-size: 0.5em;
	line-height: normal;
}
.lineNormal {
	line-height: normal;
}

.textLeft {
    text-align: left;
}
.textRight {
    text-align: right;
}
.textCenter {
    text-align: center;
}
.textJustify {
    text-align: justify;
}

.normal {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.normalitalic {
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}
.superbold {
	font-weight: 900;
}
.bold {
    font-weight: 700;
}
.strong {
    font-weight: 600;
}
.unbold {
	font-weight: 500;
}
.book {
	font-weight: 400;
}
.light {
	font-weight: 300;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.strike {
    text-decoration: line-through;
}
.bolditalic {
	font-weight: 700;
	font-style: italic;
}
.smallcaps {
	font-variant: small-caps;
}
.decoration-none, a.decoration-none {
	text-decoration: none;
}

/* BORDERS */
div, span, p, blockquote, pre, a, table, ul, ol, li {
	border: 0;
}

.border {
	border-width: 1px;
	border-style: solid;
}
.borderNone {
	border: none;
}
.borderTop {
    border-top-style: solid;
    border-top-width: 1px;
}
.borderRight {
    border-right-style: solid;
    border-right-width: 1px;
}
.borderBottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.borderLeft {
    border-left-style: solid;
    border-left-width: 1px;
}
.underlineDouble {
	padding-bottom: 3px;
	border-bottom-width: 3px;
	border-bottom-style: double;
}
.overlineDouble {
	padding-top: 3px;
	border-top-width: 3px;
	border-top-style: double;
}

.border1 {
    border-width: 1px;
}
.border2 {
    border-width: 2px;
}
.border3 {
    border-width: 3px;
}
.border4 {
	border-width: 4px;
}
.border6 {
    border-width: 6px;
}
.border12 {
    border-width: 12px;
}

.borderSolid {
    border-style: solid;
}
.borderDashed {
    border-style: dashed;
}
.borderDotted {
    border-style: dotted;
}
.borderDouble {
    border-style: double;
}
.borderInset {
    border-style: inset;
}
.borderOutset {
    border-style: outset;
}

/* Rounded Borders */
.border_round4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.border_round8 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.border_round_tr8 {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
.border_round_tl8 {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
}
.border_round_bl8 {
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.border_round_br8 {
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.border_round12 {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.border_round16 {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

/* GENERAL */
ul.nolist {
	list-style: none;
	padding-left: 20px;
}
ul.nolist li {
	padding-left: 0px;
}
.roman {
    list-style: lower-roman;
}

.red {
    color: #da0202;
}
.redBg {
    background-color: #ea0202;
}
.redBorder {
    border: solid 1px #ca0202;
}

/* WIDTH / HEIGHT */
.widthAuto {
    width: auto;
}
.width1 {
	width: 1px;
}
.width10 {
    width: 10px;
}
.width20 {
    width: 20px;
}
.width30 {
	width: 30px;
}
.width40 {
    width: 40px;
}
.width50 {
	width: 50px;
}
.width60 {
	width: 60px;
}
.width80 {
    width: 80px;
}
.width120 {
    width: 120px;
}
.width160 {
    width: 160px;
}
.width200 {
	width: 200px;
}
.width240 {
    width: 240px;
}
.width260 {
	width: 260px;
}
.width320 {
    width: 320px;
}
.width360 {
	width: 360px;
}
.width400 {
	width: 400px;
}
.width480 {
    width: 480px;
}
.width640 {
    width: 640px;
}

.width100 {
	width: 100px;
}
.width200 {
    width: 200px;
}
.width300 {
	width: 300px;
}
.width400 {
	width: 400px;
}

.width5p {
	width: 5%;
}
.width10p {
	width: 10%;
}
.width15p {
	width: 15%;
}
.width20p {
	width:20%;
}
.width24p { /* ie */
    width: 24%;
}
.width25p {
    width: 25%;
}
.width30p {
	width: 30%;
}
.width33p {
    width: 33%;
}
.width34p {
	width: 34%;
}
.width35p {
	width: 35%;
}
.width40p {
	width: 40%;
}
.width45p {
	width: 45%;
}
.width49p { /* ie */
    width: 49%;
}
.width50p {
    width: 50%;
}
.width55p {
    width: 55%;
}
.width60p {
	width: 60%;
}
.width65p {
	width: 65%;
}
.width66p {
    width: 66%;
}
.width70p {
	width: 70%;
}
.width75p {
    width: 75%;
}
.width80p {
	width: 80%;
}
.width85p {
	width: 80%;
}
.width90p {
	width: 90%;
}
.width95p {
	width: 95%;
}
.width99p {
	width: 99%;
}
.width100p {
    width: 100%;
}
.min-width100p {
	min-width: 100%;
}

.heightAuto {
    height: auto;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height40 {
    height: 40px;
}
.height50 {
    height: 50px;
}
.height60 {
	height: 60px;
}
.height80 {
    height: 80px;
}
.height120 {
    height: 120px;
}
.height140 {
	height: 140px;
}
.height160 {
    height: 160px;
}
.height200 {
	height: 200px;
}
.height240 {
    height: 240px;
}
.height320 {
    height: 320px;
}
.height400 {
	height: 400px;
}
.height480 {
    height: 480px;
}
.height640 {
    height: 640px;
}

.height10p {
	height: 10%;
}
.height20p {
	height: 20%;
}
.height25p {
    height: 25%;
}
.height50p {
    height: 50%;
}
.height75p {
    height: 75%;
}
.height100p {
    height: 100%;
}
.min-height100p {
	min-height: 100%;
}

/* SPACERS (Vertical / Horizontal) */
.break, .vertical0 {
    overflow: hidden;
    clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0;
}
.vertical1, .vertical2, .vertical4, .vertical6, .vertical12, .vertical16, 
.vertical10, .vertical20, .vertical30, .vertical40, .vertical50, .vertical60, .vertical70, .vertical80, .vertical90, .vertical100 {
    overflow: hidden;
    clear: both;
}
.vertical1 {
    height: 1px;
}
.vertical2 {
    height: 2px;
}
.vertical4 {
    height: 2px;
}
.vertical6 {
    height: 6px;
}
.vertical12 {
    height: 12px;
}
.vertical16 {
    height: 16px;
}
.vertical10 {
    height: 10px;
}
.vertical20 {
    height: 20px;
}
.vertical30 {
    height: 30px;
}
.vertical40 {
	height: 40px;
}
.vertical50 {
    height: 50px;
}
.vertical60 {
    height: 60px;
}
.vertical70 {
    height: 70px;
}
.vertical80 {
    height: 80px;
}
.vertical90 {
    height: 90px;
}
.vertical100 {
    height: 100px;
}

.horizontal2, .horizontal6, .horizontal12, .horizontal10, .horizontal20 {
    float: left;
    height: 1px;
    overflow: hidden;
}
.horizontal2 {
    width: 2px;
}
.horizontal6 {
    width: 6px;
}
.horizontal12 {
    width: 12px;
}
.horizontal10 {
    width: 10px;
}
.horizontal20 {
    width: 20px;
}

/* MARGIN / PADDING */
.marginAuto {
     margin: auto;
}
.margin {
    margin: 1em 0em;
}
.margin- {
    margin: 0em 1em;
}
.margin1em {
    margin: 1em;
}
.margin2em {
    margin: 2em;
}

.margin0 {
     margin: 0px;
}
.margin1 {
	margin: 1px;
}
.margin2 {
    margin: 2px;
}
.margin4 {
	margin: 4px;
}
.margin6 {
    margin: 6px;
}
.margin10 {
	margin: 10px;
}
.margin12 {
    margin: 12px;
}
.margin20 {
    margin: 20px;
}
.margin30 {
	margin: 30px;
}
.margin50 {
	margin: 50px;
}
.margin100 {
	margin: 100px;
}

.margin-top0 {
    margin-top: 0px;
}
.margin-top1 {
	margin-top: 1px;
}
.margin-top2 {
    margin-top: 2px;
}
.margin-top3 {
	margin-top: 3px;
}
.margin-top4 {
	margin-top: 4px;
}
.margin-top6 {
	margin-top: 6px;
}
.margin-top10 {
	margin-top: 10px;
}
.margin-top12 {
	margin-top: 12px;
}
.margin-top20 {
	margin-top: 20px;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-top50 {
	margin-top: 50px;
}
.margin-top100 {
	margin-top: 100px;
}
.margin-right0 {
	margin-right: 0px;
}
.margin-right1 {
	margin-right: 1px;
}
.margin-right2 {
	margin-right: 2px;
}
.margin-right3 {
	margin-right: 3px;
}
.margin-right4 {
	margin-right: 4px;
}
.margin-right6 {
	margin-right: 6px;
}
.margin-right10 {
	margin-right: 10px;
}
.margin-right12 {
	margin-right: 12px;
}
.margin-right20 {
	margin-right: 20px;
}
.margin-right50 {
	margin-right: 50px;
}
.margin-right100 {
	margin-right: 100px;
}
.margin-bottom0 {
    margin-bottom: 0px;
}
.margin-bottom1 {
    margin-bottom: 1px;
}
.margin-bottom2 {
    margin-bottom: 2px;
}
.margin-bottom3 {
    margin-bottom: 3px;
}
.margin-bottom4 {
    margin-bottom: 4px;
}
.margin-bottom6 {
    margin-bottom: 6px;
}
.margin-bottom10 {
    margin-bottom: 10px;
}
.margin-bottom12 {
    margin-bottom: 12px;
}
.margin-bottom20 {
	margin-bottom: 20px;
}
.margin-bottom30 {
	margin-bottom: 30px;
}
.margin-bottom50 {
	margin-bottom: 50px;
}
.margin-bottom100 {
	margin-bottom: 100px;
}
.margin-left0 {
    margin-left: 0px;
}
.margin-left1 {
    margin-left: 1px;
}
.margin-left2 {
    margin-left: 2px;
}
.margin-left3 {
    margin-left: 3px;
}
.margin-left4 {
    margin-left: 4px;
}
.margin-left6 {
    margin-left: 6px;
}
.margin-left10 {
    margin-left: 10px;
}
.margin-left12 {
    margin-left: 12px;
}
.margin-left20 {
	margin-left: 20px;
}
.margin-left30 {
	margin-left: 30px;
}
.margin-left50 {
	margin-left: 50px;
}
.margin-left100 {
	margin-left: 100px;
}

.margin-top-1 {
	margin-top: -1px;
}
.margin-top-2 {
    margin-top: -2px;
}
.margin-top-6 {
    margin-top: -6px;
}
.margin-top-12 {
	margin-top: -12px;
}
.margin-top-20 {
	margin-top: -20px;
}
.margin-right-2 {
    margin-right: -2px;
}
.margin-right-6 {
	margin-right: -6px;
}
.margin-right-12 {
	margin-right: -12px;
}
.margin-right-20 {
    margin-right: -20px;
}
.margin-bottom-2 {
    margin-bottom: -2px;
}
.margin-bottom-6 {
    margin-bottom: -6px;
}
.margin-bottom-12 {
	margin-bottom: -12px;
}
.margin-bottom-20 {
	margin-bottom: -20px;
}
.margin-left-2 {
    margin-left: -2px;
}
.margin-left-6 {
	margin-left: -6px;
}
.margin-left-12 {
	margin-left: -12px;
}
.margin-left-20 {
    margin-left: -20px;
}

.margin-left40 {
    margin-left: 40px;
}
.margin-left60 {
    margin-left: 60px;
}
.margin-left120 {
    margin-left: 120px;
}
.margin-left160 {
    margin-left: 160px;
}
.margin-left200 {
    margin-left: 200px;
}
.margin-right40 {
    margin-right: 40px;
}
.margin-right60 {
    margin-right: 60px;
}
.margin-right120 {
    margin-right: 120px;
}
.margin-right160 {
    margin-right: 160px;
}
.margin-right200 {
    margin-right: 200px;
}

.paddingAuto {
    padding: inherit;
}
.padding {
    padding: 1em 0em;
}
.padding- {
    padding: 0em 1em;
}
.padding1em {
    padding: 1em;
}
.padding2em {
    padding: 2em;
}

.padding0 {
    padding: 0px;
}
.padding2 {
    padding: 2px;
}
.padding6 {
    padding: 6px;
}
.padding10 {
	padding: 10px;
}
.padding12 {
    padding: 12px;
}
.padding20 {
    padding: 20px;
}

.padding-top0 {
    padding-top: 0px;
}
.padding-top2 {
    padding-top: 2px;
}
.padding-top6 {
    padding-top: 6px;
}
.padding-top12 {
    padding-top: 12px;
}
.padding-top20 {
	padding-top: 20px;
}
.padding-right0 {
    padding-right: 0px;
}
.padding-right2 {
    padding-right: 2px;
}
.padding-right6 {
    padding-right: 6px;
}
.padding-right12 {
    padding-right: 12px;
}
.padding-right20 {
	padding-right: 20px;
}
.padding-bottom0 {
    padding-bottom: 0px;
}
.padding-bottom2 {
    padding-bottom: 2px;
}
.padding-bottom6 {
    padding-bottom: 6px;
}
.padding-bottom12 {
    padding-bottom: 12px;
}
.padding-bottom20 {
	padding-bottom: 20px;
}
.padding-left0 {
    padding-left: 0px;
}
.padding-left2 {
    padding-left: 2px;
}
.padding-left6 {
    padding-left: 6px;
}
.padding-left12 {
    padding-left: 12px;
}
.padding-left20 {
	padding-left: 20px;
}

.padding-right100 {
	padding-right: 100px;
}
.padding-right200 {
	padding-right: 200px;
}
.padding-right300 {
	padding-right: 300px;
}
.padding-right400 {
	padding-right: 400px;
}
.padding-left100 {
	padding-left: 100px;
}
.padding-left200 {
	padding-left: 200px;
}
.padding-left300 {
	padding-left: 300px;
}
.padding-left400 {
	padding-left: 400px;
}

/* End Styles */

